Wasserstein Generative Adversarial Networks, Martin Arjovsky, Soumith Chintala, and Léon Bottou, 2017Proceedings of the 34th International Conference on Machine Learning (ICML), Vol. 70 (Machine Learning Research)DOI: 10.5555/3305890.3306076 - Introduces the Wasserstein GAN, detailing its theoretical foundation on the Earth Mover's distance and proposing weight clipping as the method to enforce the Lipschitz constraint on the critic.
Improved Training of Wasserstein GANs, Ishaan Gulrajani, Faruk Ahmed, Martín Arjovsky, Vincent Dumoulin, and Aaron Courville, 2017Advances in Neural Information Processing Systems 30 (NeurIPS 2017) (Curran Associates, Inc.) - Addresses the limitations of weight clipping in WGANs by introducing the gradient penalty, a more effective and stable regularization method for enforcing the Lipschitz constraint.
Generative Adversarial Networks, Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, Yoshua Bengio, 2020Communications of the ACM, Vol. 63DOI: 10.1145/3422622 - Provides a survey of Generative Adversarial Networks, discussing their motivations, architectures, and training challenges, including the need for stability improvements like those offered by WGANs.