Generative Adversarial Networks (GANs) vs. VAEs: A Comparative Analysis
Was this section helpful?
Generative Adversarial Networks, Ian J. Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, Yoshua Bengio, 2014arXiv preprint arXiv:1406.2661DOI: 10.48550/arXiv.1406.2661 - The original paper introducing Generative Adversarial Networks (GANs), detailing their architecture, adversarial training objective, and initial experimental results.
Auto-Encoding Variational Bayes, Diederik P Kingma, Max Welling, 2013arXiv preprint arXiv:1312.6114DOI: 10.48550/arXiv.1312.6114 - The seminal paper that introduced Variational Autoencoders (VAEs), presenting their probabilistic framework, ELBO objective, and reparameterization trick.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A standard textbook in deep learning, with Chapter 20 providing a comprehensive explanation and comparison of various generative models, including VAEs and GANs.
Wasserstein Generative Adversarial Networks, Martin Arjovsky, Soumith Chintala, Léon Bottou, 2017Proceedings of the 34th International Conference on Machine Learning, Vol. 70 (PMLR) - This paper introduces Wasserstein GANs (WGANs), an important advancement that significantly improves GAN training stability and addresses issues like mode collapse.