Generative Adversarial Networks - An essential reading list

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

Vision based Applications

Additional Theory Papers

Happy readings !!!