Generative Adversarial Nets, Ian J. Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, Yoshua Bengio, 2014Advances in Neural Information Processing Systems 27 (NIPS 2014), Vol. 27 (Advances in Neural Information Processing Systems) - 提出生成对抗网络概念和对抗训练目标的奠基性论文。
Wasserstein GAN, Martin Arjovsky, Soumith Chintala, and Léon Bottou, 2017Proceedings of the 34th International Conference on Machine Learning (ICML 2017), Vol. 70 (Proceedings of Machine Learning Research (PMLR))DOI: 10.5555/3305890.3306013 - 引入 Wasserstein GAN (WGAN) 以解决训练不稳定性,特别是梯度消失问题,方法是使用 Earth Mover's 距离。
Improved Techniques for Training GANs, Tim Salimans, Ian Goodfellow, Wojciech Zaremba, Vicki Cheung, Alec Radford, Xi Chen, 2016Advances in Neural Information Processing Systems 29 (NIPS 2016) (Curran Associates, Inc.)DOI: 10.48550/arXiv.1606.03498 - 提供了多种技术来改善 GAN 训练稳定性并减轻模式崩溃,例如 mini-batch 判别。