All Projects → enochkan → Awesome Gans And Deepfakes

enochkan / Awesome Gans And Deepfakes

A curated list of GAN & Deepfake papers and repositories.

Projects that are alternatives of or similar to Awesome Gans And Deepfakes

Deep Embedded Memory Networks
https://arxiv.org/abs/1707.00836
Stars: ✭ 19 (-91.52%)
Mutual labels:  paper, deep-neural-networks
Awesome System For Machine Learning
A curated list of research in machine learning system. I also summarize some papers if I think they are really interesting.
Stars: ✭ 1,185 (+429.02%)
Mutual labels:  paper, deep-neural-networks
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+233.93%)
Mutual labels:  deep-neural-networks, gans
Action Recognition Visual Attention
Action recognition using soft attention based deep recurrent neural networks
Stars: ✭ 350 (+56.25%)
Mutual labels:  paper, deep-neural-networks
Starnet
StarNet
Stars: ✭ 141 (-37.05%)
Mutual labels:  deep-neural-networks, gans
Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (-65.62%)
Mutual labels:  deep-neural-networks, gans
Matlab Gan
MATLAB implementations of Generative Adversarial Networks -- from GAN to Pixel2Pixel, CycleGAN
Stars: ✭ 63 (-71.87%)
Mutual labels:  deep-neural-networks, gans
Deep Math Machine Learning.ai
A blog which talks about machine learning, deep learning algorithms and the Math. and Machine learning algorithms written from scratch.
Stars: ✭ 173 (-22.77%)
Mutual labels:  deep-neural-networks, gans
Top 10 Computer Vision Papers 2020
A list of the top 10 computer vision papers in 2020 with video demos, articles, code and paper reference.
Stars: ✭ 132 (-41.07%)
Mutual labels:  paper, deep-neural-networks
C2ae Multilabel Classification
Tensorflow implementation for the paper 'Learning Deep Latent Spaces for Multi-Label Classfications' in AAAI 2017
Stars: ✭ 90 (-59.82%)
Mutual labels:  paper, deep-neural-networks
Best ai paper 2020
A curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code
Stars: ✭ 2,140 (+855.36%)
Mutual labels:  paper, deep-neural-networks
Ml Workspace
Machine Learning (Beginners Hub), information(courses, books, cheat sheets, live sessions) related to machine learning, data science and python is available
Stars: ✭ 221 (-1.34%)
Mutual labels:  deep-neural-networks, gans
Pytorch Lapsrn
Pytorch implementation for LapSRN (CVPR2017)
Stars: ✭ 215 (-4.02%)
Mutual labels:  deep-neural-networks
Nfnets Pytorch
NFNets and Adaptive Gradient Clipping for SGD implemented in PyTorch
Stars: ✭ 215 (-4.02%)
Mutual labels:  paper
Survey Computer Vision
2020-2021年计算机视觉综述论文分方向整理
Stars: ✭ 207 (-7.59%)
Mutual labels:  paper
Awesome Deeplearning Resources
Deep Learning and deep reinforcement learning research papers and some codes
Stars: ✭ 2,483 (+1008.48%)
Mutual labels:  paper
Unofficial Implement Of Openpose
Implement of Openpose use Tensorflow
Stars: ✭ 222 (-0.89%)
Mutual labels:  deep-neural-networks
Torchfold
Tools for PyTorch
Stars: ✭ 220 (-1.79%)
Mutual labels:  deep-neural-networks
Generative inpainting
DeepFill v1/v2 with Contextual Attention and Gated Convolution, CVPR 2018, and ICCV 2019 Oral
Stars: ✭ 2,659 (+1087.05%)
Mutual labels:  deep-neural-networks
Trixi
Manage your machine learning experiments with trixi - modular, reproducible, high fashion. An experiment infrastructure optimized for PyTorch, but flexible enough to work for your framework and your tastes.
Stars: ✭ 211 (-5.8%)
Mutual labels:  deep-neural-networks

Awesome-GANS-and-Deepfakes

Awesome Maintenance made-with-Markdown Documentation Status

A curated list of GAN & Deepfake papers and repositories. ✔️ means implementation is available.

GANs

Tl;dr GANs containg two competing neural networks which iteratively generate new data with the same statistics as the training set.

Unconditional GANs

  • ✔️ Vanilla GAN: Generative Adversarial Networks, [paper], [github]
  • ✔️ DCGAN: Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks, [paper], [github]
  • ✔️ WGAN: Wasserstein GAN, [paper], [github]
  • ✔️ WGAN-GP: Improved Training of Wasserstein GANs, [paper], [github]
  • ✔️ RGAN: The relativistic discriminator: a key element missing from standard GAN, [paper], [github]
  • ✔️ BGAN: Boundary-Seeking Generative Adversarial Networks, [paper], [github]
  • ✔️ ClusterGAN: Latent Space Clustering in Generative Adversarial Networks, [paper], [github]

Conditional GANs

  • ✔️ CGAN: Conditional Generative Adversarial Nets, [paper], [github]
  • ✔️ ACGAN: Conditional Image Synthesis With Auxiliary Classifier GANs, [paper], [github]
  • ✔️ CCGAN: Semi-Supervised Learning with Context-Conditional Generative Adversarial Networks, [paper], [github]

Image-to-Image Translation

  • ✔️ CycleGAN: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks, [paper], [github]
  • ✔️ StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation, [paper], [github]
  • ✔️ Pix2Pix: Image-to-Image Translation with Conditional Adversarial Nets, [paper], [github]
  • ✔️ DualGAN: Unsupervised Dual Learning for Image-to-Image Translation, [paper], [github]
  • ✔️ BicycleGAN: Toward Multimodal Image-to-Image Translation, [paper], [github]

Volumetric (3D) Generation

  • ✔️ 3DGAN: Learning a Probabilistic Latent Space of Object Shapes via 3D Generative-Adversarial Modeling, [paper], [github]
  • ✔️ Inverse Graphics GAN: Inverse Graphics GAN - Learning to Generate 3D Shapes from Unstructured 2D Data, [paper], [github]

Applications using GANs

Anime generator

  • Towards the Automatic Anime Characters Creation with Generative Adversarial Networks, [paper]
  • ✔️ [Project] Keras-GAN-Animeface-Character, [github]

Interactive Image generation

  • ✔️ Generative Visual Manipulation on the Natural Image Manifold, [paper], [github]
  • ✔️ Neural Photo Editing with Introspective Adversarial Networks, [paper], [github]

3D Object generation

  • 3D Shape Induction from 2D Views of Multiple Objects, [paper]
  • ✔️ Parametric 3D Exploration with Stacked Adversarial Networks, [github], [youtube]
  • ✔️ Fully Convolutional Refined Auto-Encoding Generative Adversarial Networks for 3D Multi Object Scenes, [github], [blog]

Super-resolution

  • ✔️ Image super-resolution through deep learning, [github]
  • ✔️ Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network, [paper], [github]
  • High-Quality Face Image Super-Resolution Using Conditional Generative Adversarial Networks, [paper]
  • ✔️ Analyzing Perception-Distortion Tradeoff using Enhanced Perceptual Super-resolution Network, [paper], [github]
  • ✔️ ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks, [paper], [github]
  • ✔️ MUNIT: Multimodal Unsupervised Image-to-Image Translation, [paper], [github]
  • ✔️ SRGAN: Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network, [paper], [github]

Image Inpainting (hole filling)

Medical Image Segmentation

  • ✔️ Vox2Vox: 3D-GAN for Brain Tumor Segmentation, [paper], [github]
  • SegAN: Adversarial Network with Multi-scale L1 Loss for Medical Image Segmentation, [paper]
  • Generative Adversarial Neural Networks for Pigmented and Non-Pigmented Skin Lesions Detection in Clinical Images, [paper]

Deepfakes

Tl;dr Deepfakes are fake videos or audio recordings that look and sound just like the real thing. Watch this video of Obama speaking... or was that really him?

CNN-based Face-swapping

  • ✔️ Fast Face-swap Using Convolutional Neural Networks, [paper], [github]
  • ✔️ DeepFaceLab: A simple, flexible and extensible face swapping framework, [paper], [github]

GAN-based Face-swapping

  • ✔️ Fewshot Face Translation GAN, [github]
  • Faceswap-GAN, [github]
  • ✔️ AttGAN: Facial Attribute Editing by Only Changing What You Want, [paper], [github]
  • MulGAN: Facial Attribute Editing by Exemplar, [paper]
  • ✔️ MaskGAN: Towards Diverse and Interactive Facial Image Manipulation, [paper], [github]
  • ✔️ StarGAN v2: Diverse Image Synthesis for Multiple Domains, [paper], [github]
  • ✔️ FSGAN: Subject Agnostic Face Swapping and Reenactment, [paper], [github]

Deepfake Detection

CNN-based methods

  • ✔️ MesoNet [paper], [github]
  • Detecting Deep-Fake Videos from Phoneme-Viseme Mismatches, [paper]
  • Deep Fake Image Detection Based on Pairwise Learning, [paper]

RCN-based methods

  • Recurrent Convolutional Strategies for Face Manipulation Detection in Videos, [paper]

Other ML methods

  • SVM: Exposing Deep Fakes Using Inconsistent Head Poses, [paper]

Datasets

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].