{"id":13444439,"url":"https://github.com/zhangqianhui/AdversarialNetsPapers","last_synced_at":"2025-03-20T18:32:53.781Z","repository":{"id":41207490,"uuid":"69095137","full_name":"zhangqianhui/AdversarialNetsPapers","owner":"zhangqianhui","description":"Awesome paper list with code about generative adversarial nets ","archived":false,"fork":false,"pushed_at":"2022-10-31T08:39:47.000Z","size":254,"stargazers_count":6560,"open_issues_count":5,"forks_count":1932,"subscribers_count":464,"default_branch":"master","last_synced_at":"2024-08-01T04:02:09.052Z","etag":null,"topics":["adversarial-networks","deep-learning","gan","image-translation"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhangqianhui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-24T10:16:42.000Z","updated_at":"2024-07-22T13:02:46.000Z","dependencies_parsed_at":"2023-01-20T00:17:00.072Z","dependency_job_id":null,"html_url":"https://github.com/zhangqianhui/AdversarialNetsPapers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangqianhui%2FAdversarialNetsPapers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangqianhui%2FAdversarialNetsPapers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangqianhui%2FAdversarialNetsPapers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhangqianhui%2FAdversarialNetsPapers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhangqianhui","download_url":"https://codeload.github.com/zhangqianhui/AdversarialNetsPapers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221792892,"owners_count":16881289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adversarial-networks","deep-learning","gan","image-translation"],"created_at":"2024-07-31T04:00:22.995Z","updated_at":"2024-10-28T06:31:03.719Z","avatar_url":"https://github.com/zhangqianhui.png","language":null,"funding_links":[],"categories":["Uncategorized","Applications Using GANs","Machine Learning or Deep Learning or AI or similar things whatever you like Lists","CV","Table of Contents","Machine Learning","Others","100 + 𝗔𝗿𝘁𝗶𝗳𝗶𝗰𝗶𝗮𝗹 𝗜𝗻𝘁𝗲𝗹𝗹𝗶𝗴𝗲𝗻𝗰𝗲 𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗟𝗶𝘀𝘁 𝘄𝗶𝘁𝗵 𝗰𝗼𝗱𝗲","GAN","📚 Project Purpose"],"sub_categories":["Uncategorized","Other Applications","JavaScript","Machine Learning (Intermediate-Level"],"readme":"# AdversarialNetsPapers\nA collection of resources and papers on Generation Adversarial Networks.\n\n## Table of Contents\n- [First Paper](#First-Paper)\n- [Application]\n  - [Image Translation](#Image-Translation)\n  - [Facial Attribute Manipulation](#Facial-Attribute-Manipulation)\n  - [Face Swap and Reenactment](#Facial-Attribute-Manipulation)\n  - [Gaze Correction and Redirection](#Gaze-Correction-and-Redirection)\n  - [Person Image Synthesis](#Facial-Attribute-Manipulation)\n  - [Image Inpainting](#Image-Inpainting)\n  - [Scene Generation](#Scene-Generation)\n  - [Image blending](#Image-blending)\n  - [Re-identification](#Re-identification)\n  - [Super-Resolution](#Super-Resolution)\n  - [De-Occlusion](#De-Occlusion)\n  - [Semantic-Segmentation](#Semantic-Segmentation)\n  - [Object-Detection](#Object-Detection)\n  - [Landmark-Detection](#Landmark-Detection)\n  - [Video-Prediction-and-Generation](#Video-Prediction-and-Generation)\n  - [Shadow Detection and Removal](#Shadow-Detection-and-Removal)\n  - [Makeup](#Makeup)\n  - [3D](#3D)\n  - [Improving Classification And Recong](#Improving-Classification-And-Recong)\n- [Theory]\n  - [Generative Models](#Generative-Models)  \n  - [GAN Theory](#GAN-Theory)\n- [Machine Learning]\n  - [Conditional-Adversarial](#Conditional-Adversarial)\n  - [Semi-Supervised Learning](#Semi-Supervised-Learning)\n  - [Ensemble](#Ensemble)\n- [Others]\n  - [AutoML](#AutoML)\n  - [Reinforcement learning](#Reinforcement-learning)\n  - [Discrete Distributions](#Discrete-Distributions)\n  - [RNN](#RNN)\n- [Interdisciplinary]\n  - [Medicine](#Medicine)\n  - [MUSIC](#MUSIC)\n- [Tutorial]\n  - [Project](#Project)\n  - [Blogs](#Blogs)\n  - [Tutorial](#Tutorial)\n\n## First paper\n\n:heavy_check_mark: [Generative Adversarial Nets]\n- [[Paper]](https://arxiv.org/abs/1406.2661)[[Code]](https://github.com/goodfeli/adversarial)(NIPS 2014)\n\n## Image Translation\n\n:heavy_check_mark: [UNSUPERVISED CROSS-DOMAIN IMAGE GENERATION] \n- [[Paper]](https://arxiv.org/abs/1611.02200)[[Code]](https://github.com/yunjey/domain-transfer-network)\n\n:heavy_check_mark: [Image-to-image translation using conditional adversarial nets] \n- [[Paper]](https://arxiv.org/pdf/1611.07004v1.pdf)[[Code]](https://github.com/phillipi/pix2pix)[[Code]](https://github.com/yenchenlin/pix2pix-tensorflow)\n\n:heavy_check_mark: [Learning to Discover Cross-Domain Relations with Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1703.05192)[[Code]](https://github.com/carpedm20/DiscoGAN-pytorch)\n\n:heavy_check_mark: [Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks] \n- [[Paper]](https://junyanz.github.io/CycleGAN/)[[Code]](https://github.com/junyanz/CycleGAN)\n\n:heavy_check_mark: [CoGAN: Coupled Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1606.07536)[[Code]](https://github.com/andrewliao11/CoGAN-tensorflow)(NIPS 2016)\n\n:heavy_check_mark: [Unsupervised Image-to-Image Translation with Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/pdf/1701.02676.pdf)(NIPS 2017)\n\n:heavy_check_mark: [DualGAN: Unsupervised Dual Learning for Image-to-Image Translation] \n- [[Paper]](https://arxiv.org/abs/1704.02510)(NIPS 2017)[[Code]](https://github.com/duxingren14/DualGAN)\n\n:heavy_check_mark: [Unsupervised Image-to-Image Translation Networks] \n- [[Paper]](https://arxiv.org/abs/1703.00848)\n\n:heavy_check_mark: [High-Resolution Image Synthesis and Semantic Manipulation with Conditional GANs] \n- [[Paper]](https://arxiv.org/abs/1711.11585)[[code]](https://github.com/NVIDIA/pix2pixHD)\n\n:heavy_check_mark: [XGAN: Unsupervised Image-to-Image Translation for Many-to-Many Mappings] \n- [[Paper]](https://arxiv.org/abs/1711.05139)\n\n:heavy_check_mark: [UNIT: UNsupervised Image-to-image Translation Networks] \n- [[Paper]](https://arxiv.org/abs/1703.00848)[[Code]](https://github.com/mingyuliutw/UNIT)(NIPS 2017)\n\n:heavy_check_mark: [Toward Multimodal Image-to-Image Translation] \n- [[Paper]](https://arxiv.org/abs/1711.11586)[[Code]](https://github.com/junyanz/BicycleGAN)(NIPS 2017)\n\n:heavy_check_mark: [Multimodal Unsupervised Image-to-Image Translation] \n- [[Paper]](https://arxiv.org/abs/1804.04732)[[Code]](https://github.com/nvlabs/MUNIt)\n\n:heavy_check_mark: [Video-to-Video Synthesis] \n- [[Paper]](https://tcwang0509.github.io/vid2vid/)[[Code]](https://github.com/NVIDIA/vid2vid)\n\n:heavy_check_mark: [Everybody Dance Now] \n- [[Paper]](https://arxiv.org/abs/1808.07371)[[Code]](https://github.com/nyoki-mtl/pytorch-EverybodyDanceNow)\n\n:heavy_check_mark: [Art2Real: Unfolding the Reality of Artworks via Semantically-Aware Image-to-Image Translation] \n- [[Paper]](https://arxiv.org/abs/1811.10666)(CVPR 2019)\n\n:heavy_check_mark: [Multi-Channel Attention Selection GAN with Cascaded Semantic Guidance for Cross-View Image Translation] \n- [[Paper]](https://arxiv.org/abs/1904.06807)[[Code]](https://github.com/Ha0Tang/SelectionGAN)(CVPR 2019 oral)\n\n:heavy_check_mark: [Local Class-Specific and Global Image-Level Generative Adversarial Networks for Semantic-Guided Scene Generation] \n- [[Paper]](https://arxiv.org/pdf/1912.12215.pdf)[[Code]](https://github.com/Ha0Tang/LGGAN)(CVPR 2020)\n\n:heavy_check_mark: [StarGAN v2: Diverse Image Synthesis for Multiple Domains] \n- [[Paper]](https://arxiv.org/pdf/1912.01865.pdf)[[Code]](https://github.com/clovaai/stargan-v2)(CVPR 2020)\n\n:heavy_check_mark: [Structural-analogy from a Single Image Pair] \n- [[Paper]](https://arxiv.org/pdf/2004.02222v1.pdf)[[Code]](https://github.com/rmokady/structural-analogy)\n\n:heavy_check_mark: [High-Resolution Daytime Translation Without Domain Labels] \n- [[Paper]](https://arxiv.org/abs/2003.08791)[[Code]](https://github.com/saic-mdal/HiDT)\n\n:heavy_check_mark: [Rethinking the Truly Unsupervised Image-to-Image Translation] \n- [[Paper]](https://arxiv.org/abs/2006.06500)[[Code]](https://github.com/clovaai/tunit)\n\n:heavy_check_mark: [Diverse Image Generation via Self-Conditioned GANs] \n- [[Paper]](http://selfcondgan.csail.mit.edu/preprint.pdf)[[Code]](https://github.com/stevliu/self-conditioned-gan)(CVPR2020)\n\n:heavy_check_mark: [Contrastive Learning for Unpaired Image-to-Image Translation] \n- [[Paper]](http://taesung.me/ContrastiveUnpairedTranslation/)[[Code]](https://github.com/taesungp/contrastive-unpaired-translation)(ECCV2020)\n\n## Facial Attribute Manipulation\n\n:heavy_check_mark: [Autoencoding beyond pixels using a learned similarity metric] \n- [[Paper]](https://arxiv.org/abs/1512.09300)[[code]](https://github.com/andersbll/autoencoding_beyond_pixels)[[Tensorflow code]](https://github.com/zhangqianhui/vae-gan-tensorflow)(ICML 2016）\n\n:heavy_check_mark: [Coupled Generative Adversarial Networks] \n- [[Paper]](http://mingyuliu.net/)[[Caffe Code]](https://github.com/mingyuliutw/CoGAN)[[Tensorflow Code]](https://github.com/andrewliao11/CoGAN-tensorflow)(NIPS 2016）\n\n:heavy_check_mark: [Invertible Conditional GANs for image editing] \n- [[Paper]](https://drive.google.com/file/d/0B48XS5sLi1OlRkRIbkZWUmdoQmM/view)[[Code]](https://github.com/Guim3/IcGAN)(Arxiv 2016)\n\n:heavy_check_mark: [Learning Residual Images for Face Attribute Manipulation] \n- [[Paper]](https://arxiv.org/abs/1612.05363)[[code]](https://github.com/Zhongdao/FaceAttributeManipulation)(CVPR 2017)\n\n:heavy_check_mark: [Neural Photo Editing with Introspective Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1609.07093)[[Code]](https://github.com/ajbrock/Neural-Photo-Editor)(ICLR 2017)\n\n:heavy_check_mark: [Neural Face Editing with Intrinsic Image Disentangling] \n- [[Paper]](https://arxiv.org/abs/1704.04131)(CVPR 2017)\n\n:heavy_check_mark: [GeneGAN: Learning Object Transfiguration and Attribute Subspace from Unpaired Data ] \n- [[Paper]](https://arxiv.org/abs/1705.04932)[[code]](https://github.com/Prinsphield/GeneGAN)(BMVC 2017)\n\n:heavy_check_mark: [Beyond Face Rotation: Global and Local Perception GAN for Photorealistic and Identity Preserving Frontal View Synthesis] \n- [[Paper]](https://arxiv.org/abs/1704.04086)(ICCV 2017)\n\n:heavy_check_mark: [StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation] \n- [[Paper]](https://arxiv.org/abs/1711.09020)[[code]](https://github.com/yunjey/StarGAN)(CVPR 2018)\n\n:heavy_check_mark: [Arbitrary Facial Attribute Editing: Only Change What You Want] \n- [[Paper]](https://arxiv.org/abs/1711.10678)[[code]](https://github.com/LynnHo/AttGAN-Tensorflow)(TIP 2019)\n\n:heavy_check_mark: [ELEGANT: Exchanging Latent Encodings with GAN for Transferring Multiple Face Attributes] \n- [[Paper]](https://arxiv.org/abs/1803.10562)[[code]](https://github.com/Prinsphield/ELEGANT)(ECCV 2018)\n\n:heavy_check_mark: [Sparsely Grouped Multi-task Generative Adversarial Networks for Facial Attribute Manipulation] \n- [[Paper]](https://arxiv.org/abs/1805.07509)[[code]](https://github.com/zhangqianhui/Sparsely-Grouped-GAN)(ACM MM2018 oral)\n\n:heavy_check_mark: [GANimation: Anatomically-aware Facial Animation from a Single Image] \n- [[Paper]](http://www.albertpumarola.com/research/GANimation/index.html)[[code]](https://github.com/albertpumarola/GANimation)(ECCV 2018 oral)\n\n:heavy_check_mark: [Geometry Guided Adversarial Facial Expression Synthesis] \n- [[Paper]](https://arxiv.org/abs/1712.03474)(ACM MM2018)\n\n:heavy_check_mark: [STGAN: A Unified Selective Transfer Network for Arbitrary Image Attribute Editing] \n- [[Paper]](https://arxiv.org/abs/1904.09709)[[code]](https://github.com/csmliu/STGAN)(CVPR 2019)\n\n:heavy_check_mark: [3d guided fine-grained face manipulation] [[Paper]](https://arxiv.org/abs/1902.08900)(CVPR 2019)\n\n:heavy_check_mark: [SC-FEGAN: Face Editing Generative Adversarial Network with User's Sketch and Color] \n- [[Paper]](https://arxiv.org/abs/1902.06838)[[code]](https://github.com/run-youngjoo/SC-FEGAN)(ICCV 2019)\n\n:heavy_check_mark: [A Survey of Deep Facial Attribute Analysis] \n- [[Paper]](https://link.springer.com/content/pdf/10.1007/s11263-020-01308-z.pdf)(IJCV 2019)\n\n:heavy_check_mark: [PA-GAN: Progressive Attention Generative Adversarial Network for Facial Attribute Editing] \n- [[Paper]](https://arxiv.org/abs/2007.05892)[[code]](https://github.com/LynnHo/PA-GAN-Tensorflow)（Arxiv 2020）\n\n:heavy_check_mark: [SSCGAN: Facial Attribute Editing via StyleSkip Connections] \n- [[Paper]](http://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123600409.pdf)(ECCV 2020)\n\n:heavy_check_mark: [CAFE-GAN: Arbitrary Face Attribute Editingwith Complementary Attention Feature] \n- [[Paper]](http://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123590511.pdf)(ECCV 2020)\n\n## Generative Models\n\n:heavy_check_mark: [Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1511.06434)[[Code]](https://github.com/jacobgil/keras-dcgan)(Gan with convolutional networks)(ICLR 2015)\n\n:heavy_check_mark: [Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1506.05751)[[Code]](https://github.com/AaronYALai/Generative_Adversarial_Networks_PyTorch/tree/master/LAPGAN)(NIPS 2015)\n\n:heavy_check_mark: [Generative Adversarial Text to Image Synthesis] \n- [[Paper]](https://arxiv.org/abs/1605.05396)[[Code]](https://github.com/reedscot/icml2016)[[code]](https://github.com/paarthneekhara/text-to-image)\n\n:heavy_check_mark: [Improved Techniques for Training GANs] \n- [[Paper]](https://arxiv.org/abs/1606.03498)[[Code]](https://github.com/openai/improved-gan)(Goodfellow's paper)\n\n:heavy_check_mark: [Plug \u0026 Play Generative Networks: Conditional Iterative Generation of Images in Latent Space] \n- [[Paper]](https://arxiv.org/abs/1612.00005v1)[[Code]](https://github.com/Evolving-AI-Lab/ppgn)\n\n:heavy_check_mark: [StackGAN: Text to Photo-realistic Image Synthesis with Stacked Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/pdf/1612.03242v1.pdf)[[Code]](https://github.com/hanzhanggit/StackGAN)\n\n:heavy_check_mark: [Improved Training of Wasserstein GANs] \n- [[Paper]](https://arxiv.org/abs/1704.00028)[[Code]](https://github.com/igul222/improved_wgan_training)\n\n:heavy_check_mark: [Boundary Equibilibrium Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1703.10717)[[Code]](https://github.com/artcg/BEGAN)\n\n:heavy_check_mark: [Progressive Growing of GANs for Improved Quality, Stability, and Variation] \n- [[Paper]](http://research.nvidia.com/publication/2017-10_Progressive-Growing-of)[[Code]](https://github.com/tkarras/progressive_growing_of_gans)[[Tensorflow Code]](https://github.com/zhangqianhui/PGGAN-tensorflow)\n\n:heavy_check_mark: [ Self-Attention Generative Adversarial Networks ] \n- [[Paper]](https://arxiv.org/abs/1805.08318)[[Code]](https://github.com/heykeetae/Self-Attention-GAN)(NIPS 2018)\n\n:heavy_check_mark: [Large Scale GAN Training for High Fidelity Natural Image Synthesis] \n- [[Paper]](https://arxiv.org/abs/1809.11096)(ICLR 2019)\n\n:heavy_check_mark: [A Style-Based Generator Architecture for Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/pdf/1812.04948)[[Code]](https://github.com/NVlabs/stylegan)\n\n:heavy_check_mark: [Analyzing and Improving the Image Quality of StyleGAN] \n- [[Paper]](http://arxiv.org/abs/1912.04958)[[Code]](https://github.com/NVlabs/stylegan2)\n\n:heavy_check_mark: [SinGAN: Learning a Generative Model from a Single Natural Image] \n- [[Paper]](https://arxiv.org/pdf/1905.01164.pdf)[[Code]](https://github.com/tamarott/SinGAN)(ICCV2019 best paper)\n\n:heavy_check_mark: [Real or Not Real, that is the Question] \n- [[Paper]](https://openreview.net/forum?id=B1lPaCNtPB)[[Code]](https://github.com/kam1107/RealnessGAN)(ICLR2020 Spot)\n\n:heavy_check_mark: [Training End-to-end Single Image Generators without GANs] \n- [[Paper]](https://arxiv.org/pdf/2004.06014.pdf)\n\n\n:heavy_check_mark: [Adversarial Latent Autoencoders] \n- [[Paper]](https://arxiv.org/abs/2004.04467)[[code]](https://github.com/podgorskiy/ALAE)\n\n## Gaze Correction and Redirection\n\n:heavy_check_mark: [DeepWarp: Photorealistic Image Resynthesis for Gaze Manipulation] \n- [[Paper]](https://arxiv.org/abs/1607.07215)[[code]](https://github.com/BlueWinters/DeepWarp)(ECCV 2016)\n\n:heavy_check_mark: [Photo-Realistic Monocular Gaze Redirection Using Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1903.12530)[[Code]](https://github.com/HzDmS/gaze_redirection)(ICCV 2019)\n\n:heavy_check_mark: [GazeCorrection:Self-Guided Eye Manipulation in the wild using Self-Supervised Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1906.00805)[[code]](https://github.com/zhangqianhui/GazeCorrection)\n\n:heavy_check_mark: [MGGR: MultiModal-Guided Gaze Redirection with Coarse-to-Fine Learning] \n- [[Paper]](https://arxiv.org/pdf/2004.03064.pdf)\n\n:heavy_check_mark: [Dual In-painting Model for Unsupervised Gaze Correction and Animation in the Wild] \n- [[Paper]](https://arxiv.org/abs/2008.03834)[[Code]](https://github.com/zhangqianhui/GazeAnimation)(ACM MM2020)\n\n\n## AutoML\n\n:heavy_check_mark: [AutoGAN: Neural Architecture Search for Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1908.03835)[[Code]](https://github.com/TAMU-VITA/AutoGAN)(ICCV 2019)\n\n## Image Animation\n\n:heavy_check_mark: [Animating arbitrary objects via deep motion transfer] \n- [[Paper]](https://arxiv.org/abs/1812.08861)[[code]](https://github.com/AliaksandrSiarohin/monkey-net)(CVPR 2019)\n\n:heavy_check_mark: [First Order Motion Model for Image Animation] \n- [[Paper]](https://arxiv.org/abs/2003.00196)[[code]](https://github.com/AliaksandrSiarohin/first-order-model)(NIPS 2019)\n\n## GAN Theory\n\n:heavy_check_mark: [Energy-based generative adversarial network] \n- [[Paper]](https://arxiv.org/pdf/1609.03126v2.pdf)[[Code]](https://github.com/buriburisuri/ebgan)(Lecun paper)\n\n:heavy_check_mark: [Improved Techniques for Training GANs] \n- [[Paper]](https://arxiv.org/abs/1606.03498)[[Code]](https://github.com/openai/improved-gan)(Goodfellow's paper)\n\n:heavy_check_mark: [Mode Regularized Generative Adversarial Networks] \n- [[Paper]](https://openreview.net/pdf?id=HJKkY35le)(Yoshua Bengio , ICLR 2017)\n\n:heavy_check_mark: [Improving Generative Adversarial Networks with Denoising Feature Matching] \n- [[Paper]](https://openreview.net/pdf?id=S1X7nhsxl)[[Code]](https://github.com/hvy/chainer-gan-denoising-feature-matching)(Yoshua Bengio , ICLR 2017)\n\n:heavy_check_mark: [Sampling Generative Networks] \n- [[Paper]](https://arxiv.org/abs/1609.04468)[[Code]](https://github.com/dribnet/plat)\n\n:heavy_check_mark: [How to train Gans] \n- [[Docu]](https://github.com/soumith/ganhacks#authors)\n\n:heavy_check_mark: [Towards Principled Methods for Training Generative Adversarial Networks] \n- [[Paper]](http://openreview.net/forum?id=Hk4_qw5xe)(ICLR 2017)\n\n:heavy_check_mark: [Unrolled Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1611.02163)[[Code]](https://github.com/poolio/unrolled_gan)(ICLR 2017)\n\n:heavy_check_mark: [Least Squares Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1611.04076)[[Code]](https://github.com/pfnet-research/chainer-LSGAN)(ICCV 2017)\n\n:heavy_check_mark: [Wasserstein GAN] \n- [[Paper]](https://arxiv.org/abs/1701.07875)[[Code]](https://github.com/martinarjovsky/WassersteinGAN)\n\n:heavy_check_mark: [Improved Training of Wasserstein GANs] \n- [[Paper]](https://arxiv.org/abs/1704.00028)[[Code]](https://github.com/igul222/improved_wgan_training)(The improve of wgan)\n\n:heavy_check_mark: [Towards Principled Methods for Training Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1701.04862)\n\n:heavy_check_mark: [Generalization and Equilibrium in Generative Adversarial Nets] \n- [[Paper]](https://arxiv.org/abs/1703.00573)（ICML 2017）\n\n:heavy_check_mark: [GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium]\n- [[Paper]](https://arxiv.org/abs/1706.08500)[[code]](https://github.com/bioinf-jku/TTUR)\n\n:heavy_check_mark: [Spectral Normalization for Generative Adversarial Networks]\n- [[Paper]](https://openreview.net/forum?id=B1QRgziT-)[[code]](https://github.com/minhnhat93/tf-SNDCGAN)（ICLR 2018）\n\n:heavy_check_mark: [Which Training Methods for GANs do actually Converge]\n- [[Paper]](https://arxiv.org/pdf/1801.04406.pdf)[[code]](https://github.com/LMescheder/GAN_stability)（ICML 2018）\n\n:heavy_check_mark: [Self-Supervised Generative Adversarial Networks]\n- [[Paper]](https://arxiv.org/abs/1811.11212)[[code]](https://github.com/google/compare_gan)（CVPR 2019）\n\n\n## Image Inpainting\n\n:heavy_check_mark: [Semantic Image Inpainting with Perceptual and Contextual Losses] \n- [[Paper]](https://arxiv.org/abs/1607.07539)[[Code]](https://github.com/bamos/dcgan-completion.tensorflow)(CVPR 2017)\n\n:heavy_check_mark: [Context Encoders: Feature Learning by Inpainting] \n- [[Paper]](https://arxiv.org/abs/1604.07379)[[Code]](https://github.com/jazzsaxmafia/Inpainting)\n\n:heavy_check_mark: [Semi-Supervised Learning with Context-Conditional Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1611.06430v1)\n\n:heavy_check_mark: [Generative face completion] \n- [[Paper]](https://drive.google.com/file/d/0B8_MZ8a8aoSeenVrYkpCdnFRVms/edit)[[code]](https://github.com/Yijunmaverick/GenerativeFaceCompletion)(CVPR2017)\n\n:heavy_check_mark: [Globally and Locally Consistent Image Completion] \n- [[MainPAGE]](http://hi.cs.waseda.ac.jp/~iizuka/projects/completion/en/)[[code]](https://github.com/satoshiiizuka/siggraph2017_inpainting)(SIGGRAPH 2017)\n\n:heavy_check_mark: [High-Resolution Image Inpainting using Multi-Scale Neural Patch Synthesis] \n- [[Paper]](https://arxiv.org/abs/1611.09969)[[code]](https://github.com/leehomyc/Faster-High-Res-Neural-Inpainting)(CVPR 2017)\n\n:heavy_check_mark: [Eye In-Painting with Exemplar Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1712.03999)[[Introduction]](https://github.com/bdol/exemplar_gans)[[Tensorflow code]](https://github.com/zhangqianhui/Exemplar_GAN_Eye_Inpainting)(CVPR2018)\n\n:heavy_check_mark: [Generative Image Inpainting with Contextual Attention] \n- [[Paper]](https://arxiv.org/abs/1801.07892)[[Project]](http://jiahuiyu.com/deepfill)[[Demo]](http://jiahuiyu.com/deepfill)[[YouTube]](https://youtu.be/xz1ZvcdhgQ0)[[Code]](https://github.com/JiahuiYu/generative_inpainting)(CVPR2018)\n\n:heavy_check_mark: [Free-Form Image Inpainting with Gated Convolution] \n- [[Paper]](https://arxiv.org/abs/1806.03589)[[Project]](http://jiahuiyu.com/deepfill2)[[YouTube]](https://youtu.be/uZkEi9Y2dj4)\n\n:heavy_check_mark: [EdgeConnect: Generative Image Inpainting with Adversarial Edge Learning] \n- [[Paper]](https://arxiv.org/abs/1901.00212)[[Code]](https://github.com/knazeri/edge-connect)\n\n## Scene Generation\n\n:heavy_check_mark: [a layer-based sequential framework for scene generation with gans] \n- [[Paper]](https://arxiv.org/abs/1902.00671)[[Code]](https://github.com/0zgur0/Seq_Scene_Gen)(AAAI 2019)\n\n## Semi-Supervised Learning\n\n:heavy_check_mark: [Adversarial Training Methods for Semi-Supervised Text Classification] \n- [[Paper]](https://arxiv.org/abs/1605.07725)[[Note]](https://github.com/dennybritz/deeplearning-papernotes/blob/master/notes/adversarial-text-classification.md)( Ian Goodfellow Paper)\n\n:heavy_check_mark: [Improved Techniques for Training GANs] \n- [[Paper]](https://arxiv.org/abs/1606.03498)[[Code]](https://github.com/openai/improved-gan)(Goodfellow's paper)\n\n:heavy_check_mark: [Unsupervised and Semi-supervised Learning with Categorical Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1511.06390)(ICLR)\n\n:heavy_check_mark: [Semi-Supervised QA with Generative Domain-Adaptive Nets] \n- [[Paper]](https://arxiv.org/abs/1702.02206)(ACL 2017)\n\n:heavy_check_mark: [Good Semi-supervised Learning that Requires a Bad GAN] \n- [[Paper]](https://arxiv.org/abs/1705.09783)[[Code]](https://github.com/kimiyoung/ssl_bad_gan)(NIPS 2017)\n\n## Ensemble\n\n:heavy_check_mark: [AdaGAN: Boosting Generative Models] \n- [[Paper]](https://arxiv.org/abs/1701.02386)[[Code]]（Google Brain）\n\n## Image blending\n\n:heavy_check_mark: [GP-GAN: Towards Realistic High-Resolution Image Blending] \n- [[Paper]](https://arxiv.org/abs/1703.07195)[[Code]](https://github.com/wuhuikai/GP-GAN)\n\n## Re-identification\n\n:heavy_check_mark: [Joint Discriminative and Generative Learning for Person Re-identification] \n- [[Paper]](https://arxiv.org/abs/1904.07223)[[Code]](https://github.com/NVlabs/DG-Net)[[YouTube]](https://www.youtube.com/watch?v=ubCrEAIpQs4) [[Bilibili]](https://www.bilibili.com/video/av51439240) (CVPR2019 Oral)\n\n:heavy_check_mark: [Pose-Normalized Image Generation for Person Re-identification] \n- [[Paper]](https://arxiv.org/abs/1712.02225)[[Code]](https://github.com/naiq/PN_GAN)(ECCV 2018)\n\n\n## Super-Resolution\n\n:heavy_check_mark: [Image super-resolution through deep learning]\n- [[Code]](https://github.com/david-gpu/srez)(Just for face dataset)\n\n:heavy_check_mark: [Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network] \n- [[Paper]](https://arxiv.org/abs/1609.04802)[[Code]](https://github.com/leehomyc/Photo-Realistic-Super-Resoluton)（Using Deep residual network）\n\n:heavy_check_mark: [EnhanceGAN] \n- [[Docs]](https://medium.com/@richardherbert/faces-from-noise-super-enhancing-8x8-images-with-enhancegan-ebda015bb5e0#.io6pskvin)[[Code]]\n\n:heavy_check_mark: [ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks]\n- [[Paper]](https://arxiv.org/abs/1809.00219)[[Code]](https://github.com/xinntao/ESRGAN)(ECCV 2018 workshop)\n\n## De-Occlusion\n\n:heavy_check_mark: [Robust LSTM-Autoencoders for Face De-Occlusion in the Wild] \n- [[Paper]](https://arxiv.org/abs/1612.08534)\n\n## Semantic Segmentation\n\n:heavy_check_mark: [Adversarial Deep Structural Networks for Mammographic Mass Segmentation] \n- [[Paper]](https://arxiv.org/abs/1612.05970)[[Code]](https://github.com/wentaozhu/adversarial-deep-structural-networks)\n\n:heavy_check_mark: [Semantic Segmentation using Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1611.08408)（soumith's paper）\n\n## Object Detection\n\n:heavy_check_mark: [Perceptual generative adversarial networks for small object detection] \n- [[Paper]](https://arxiv.org/abs/1706.05274v2)(CVPR 2017)\n\n:heavy_check_mark: [A-Fast-RCNN: Hard Positive Generation via Adversary for Object Detection] \n- [[Paper]](http://abhinavsh.info/papers/pdfs/adversarial_object_detection.pdf)[[code]](https://github.com/xiaolonw/adversarial-frcnn)(CVPR2017)\n\n## Landmark Detection\n\n:heavy_check_mark: [Style aggregated network for facial landmark detection] \n- [[Paper]](http://openaccess.thecvf.com/content_cvpr_2018/papers/Dong_Style_Aggregated_Network_CVPR_2018_paper.pdf)(CVPR 2018)\n\n## Conditional Adversarial\n\n:heavy_check_mark: [Conditional Generative Adversarial Nets] \n- [[Paper]](https://arxiv.org/abs/1411.1784)[[Code]](https://github.com/zhangqianhui/Conditional-Gans)\n\n:heavy_check_mark: [InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets] \n- [[Paper]](https://arxiv.org/abs/1606.03657)[[Code]](https://github.com/buriburisuri/supervised_infogan)[[Code]](https://github.com/openai/InfoGAN)\n\n:heavy_check_mark: [Conditional Image Synthesis With Auxiliary Classifier GANs] \n- [[Paper]](https://arxiv.org/abs/1610.09585)[[Code]](https://github.com/buriburisuri/ac-gan)(GoogleBrain ICLR 2017)\n\n:heavy_check_mark: [Pixel-Level Domain Transfer] \n- [[Paper]](https://arxiv.org/pdf/1603.07442v2.pdf)[[Code]](https://github.com/fxia22/pldtgan)\n\n:heavy_check_mark: [Invertible Conditional GANs for image editing] \n- [[Paper]](https://arxiv.org/abs/1611.06355)[[Code]](https://github.com/Guim3/IcGAN)\n\n:heavy_check_mark: [Plug \u0026 Play Generative Networks: Conditional Iterative Generation of Images in Latent Space] \n- [[Paper]](https://arxiv.org/abs/1612.00005v1)[[Code]](https://github.com/Evolving-AI-Lab/ppgn)\n\n:heavy_check_mark: [StackGAN: Text to Photo-realistic Image Synthesis with Stacked Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/pdf/1612.03242v1.pdf)[[Code]](https://github.com/hanzhanggit/StackGAN)\n\n## Video Prediction and Generation\n\n:heavy_check_mark: [Deep multi-scale video prediction beyond mean square error] \n- [[Paper]](https://arxiv.org/abs/1511.05440)[[Code]](https://github.com/dyelax/Adversarial_Video_Generation)(Yann LeCun's paper)\n\n:heavy_check_mark: [Generating Videos with Scene Dynamics] \n- [[Paper]](https://arxiv.org/abs/1609.02612)[[Web]](http://web.mit.edu/vondrick/tinyvideo/)[[Code]](https://github.com/cvondrick/videogan)\n\n:heavy_check_mark: [MoCoGAN: Decomposing Motion and Content for Video Generation] \n- [[Paper]](https://arxiv.org/abs/1707.04993)\n\n## Shadow Detection and Removal\n\n:heavy_check_mark: [ARGAN: Attentive Recurrent Generative Adversarial Network for Shadow Detection and Removal] \n- [[Paper]](https://arxiv.org/abs/1908.01323)[[Code]](https://github.com/TAMU-VITA/ShapeMatchingGAN)(ICCV 2019)\n\n## Makeup\n\n:heavy_check_mark: [BeautyGAN: Instance-level Facial Makeup Transfer with Deep Generative Adversarial Network] \n- [[Paper]](https://dl.acm.org/citation.cfm?id=3240618)(ACMMM 2018)\n\n## Reinforcement learning\n\n:heavy_check_mark: [Connecting Generative Adversarial Networks and Actor-Critic Methods] \n- [[Paper]](https://arxiv.org/abs/1610.01945)(NIPS 2016 workshop)\n\n## RNN\n\n:heavy_check_mark: [C-RNN-GAN: Continuous recurrent neural networks with adversarial training] \n- [[Paper]](https://arxiv.org/abs/1611.09904)[[Code]](https://github.com/olofmogren/c-rnn-gan)\n\n:heavy_check_mark: [SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient] \n- [[Paper]](https://arxiv.org/abs/1609.05473)[[Code]](https://github.com/LantaoYu/SeqGAN)(AAAI 2017)\n\n# Medicine\n\n:heavy_check_mark: [Unsupervised Anomaly Detection with Generative Adversarial Networks to Guide Marker Discovery] \n- [[Paper]](https://arxiv.org/abs/1703.05921)\n\n## 3D\n\n:heavy_check_mark: [Learning a Probabilistic Latent Space of Object Shapes via 3D Generative-Adversarial Modeling] \n- [[Paper]](https://arxiv.org/abs/1610.07584)[[Web]](http://3dgan.csail.mit.edu/)[[code]](https://github.com/zck119/3dgan-release)(2016 NIPS)\n\n:heavy_check_mark: [Transformation-Grounded Image Generation Network for Novel 3D View Synthesis] \n- [[Web]](http://www.cs.unc.edu/%7Eeunbyung/tvsn/)(CVPR 2017)\n\n## MUSIC\n\n:heavy_check_mark: [MidiNet: A Convolutional Generative Adversarial Network for Symbolic-domain Music Generation using 1D and 2D Conditions] \n- [[Paper]](https://arxiv.org/abs/1703.10847)[[HOMEPAGE]](https://richardyang40148.github.io/TheBlog/midinet_arxiv_demo.html)\n\n## Discrete distributions\n\n:heavy_check_mark: [Maximum-Likelihood Augmented Discrete Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1702.07983v1)\n\n:heavy_check_mark: [Boundary-Seeking Generative Adversarial Networks] \n- [[Paper]](https://arxiv.org/abs/1702.08431)\n\n:heavy_check_mark: [GANS for Sequences of Discrete Elements with the Gumbel-softmax Distribution] \n- [[Paper]](https://arxiv.org/abs/1611.04051)\n\n## Improving Classification And Recong\n\n:heavy_check_mark: [Generative OpenMax for Multi-Class Open Set Classification] \n- [[Paper]](https://arxiv.org/pdf/1707.07418.pdf)(BMVC 2017)\n\n:heavy_check_mark: [Controllable Invariance through Adversarial Feature Learning] \n- [[Paper]](https://arxiv.org/abs/1705.11122)[[code]](https://github.com/github-pengge/adversarial_invariance_feature_learning)(NIPS 2017)\n\n:heavy_check_mark: [Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro] \n- [[Paper]](https://arxiv.org/abs/1701.07717)[[Code]](https://github.com/layumi/Person-reID_GAN) (ICCV2017)\n\n:heavy_check_mark: [Learning from Simulated and Unsupervised Images through Adversarial Training] \n- [[Paper]](https://arxiv.org/abs/1612.07828)[[code]](https://github.com/carpedm20/simulated-unsupervised-tensorflow)（Apple paper, CVPR 2017 Best Paper）\n\n:heavy_check_mark: [GAN-based synthetic medical image augmentation for increased CNN performance in liver lesion classification] \n- [[Paper]](https://www.sciencedirect.com/science/article/pii/S0925231218310749) (Neurocomputing Journal (2018), Elsevier）\n\n# Project\n\n:heavy_check_mark: [cleverhans] \n- [[Code]](https://github.com/openai/cleverhans)(A library for benchmarking vulnerability to adversarial examples)\n\n:heavy_check_mark: [reset-cppn-gan-tensorflow] \n- [[Code]](https://github.com/hardmaru/resnet-cppn-gan-tensorflow)(Using Residual Generative Adversarial Networks and Variational Auto-encoder techniques to produce high resolution images)\n\n:heavy_check_mark: [HyperGAN] \n- [[Code]](https://github.com/255bits/HyperGAN)(Open source GAN focused on scale and usability)\n\n# Blogs\n| Author | Address |\n|:----:|:---:|\n| **inFERENCe** |  [Adversarial network](http://www.inference.vc/)  |\n| **inFERENCe** |  [InfoGan](http://www.inference.vc/infogan-variational-bound-on-mutual-information-twice/)  |\n| **distill** |  [Deconvolution and Image Generation](http://distill.pub/2016/deconv-checkerboard/)  |\n| **yingzhenli** |  [Gan theory](http://www.yingzhenli.net/home/blog/?p=421http://www.yingzhenli.net/home/blog/?p=421)  |\n| **OpenAI** |  [Generative model](https://openai.com/blog/generative-models/)  |\n\n\n# Tutorial\n\n:heavy_check_mark: [1] http://www.iangoodfellow.com/slides/2016-12-04-NIPS.pdf (NIPS Goodfellow Slides)[[Chinese Trans]](http://c.m.163.com/news/a/C7UE2MLT0511AQHO.html?spss=newsapp\u0026spsw=1)[[details]](https://arxiv.org/pdf/1701.00160v1.pdf)\n\n:heavy_check_mark: [2] [[PDF]](https://drive.google.com/file/d/0BxKBnD5y2M8NbzBUbXRwUDBZOVU/view)(NIPS Lecun Slides)\n\n:heavy_check_mark: [3] [[ICCV 2017 Tutorial About GANS]](https://sites.google.com/view/iccv-2017-gans/schedule)\n\n:heavy_check_mark: [3] [[A Mathematical Introduction to Generative Adversarial Nets (GAN)]](https://arxiv.org/abs/2009.00169)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhangqianhui%2FAdversarialNetsPapers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhangqianhui%2FAdversarialNetsPapers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhangqianhui%2FAdversarialNetsPapers/lists"}