Generative Adversarial Networks (GANs) have grown into a very widely explored field of research. It is being used for many applications such as the generation of hyper-realistic natural images, in addition to style-transfer, image super-resolution, natural language generation, music generation, medical data generation, and physical modeling. In sum, these applications represent a major advance in the capabilities of machine intelligence and will have significant and immediate practical consequences. Even more promisingly, in the long run, deep generative models are a potential method for developing rich representations of the world from unlabeled data, similar to how humans develop complex mental models, in an unsupervised way, directly from sensory experience.
However, since GANs have exploded, there have been a large number of papers that have used GANs for multiple purposes. I have compiled some of the most relevant papers, according to me, for understanding the theory and some applications of GANs. The theory
papers have been compiled in order of reading to best understand the different concepts of GANs. The other two sections can be read in any order as they are additional papers that show some impressive applications or provide a more supporting theory for a deeper understanding.
Theory
- Generative Adversarial Networks
- Conditional GAN
- Laplacian Pyramid of GANs (LAPGANs)
- Deep Convolutional GANs (DCGANs)
- Improved Techniques for Training GANs
- A Note about Inception Score
- Fréchet Inception Distance (FID)
- Mode Regularized GANs
- Wassterstein GANs (WGANs)
Vision based Applications
Additional Theory Papers
- Intriguing properties of neural networks
- On Distinguishability Criteria for Estimating Generative Models
- Explaining and Harnessing Adversarial Examples
- Rethinking the Inception Architecture for Computer Vision
- Towards Principled Unsupervied Learninig
- Spectral Normalization for GANs
- Towards Principled Methods for Training GANs
- Variational Approaches for Auto-Encoding GANs
- Are GANs Created Equal? A Large-Scale Study
- An Emperical Study of Evaluation Metrics of GANs
- GAN Dissection: Visualizing and Understanding Generative Adversarial Networks
Happy readings !!!