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, Vol. 27 (Curran Associates, Inc.) - Introduces the foundational concept of Generative Adversarial Networks (GANs) and the minimax game formulation, which underpins all adversarial training methods discussed.
Adversarial Autoencoders, Alireza Makhzani, Jon Shlens, Navdeep Jaitly, Ian Goodfellow, and Brendan Frey, 2015International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1511.05644 - Presents Adversarial Autoencoders (AAEs), an early and influential work applying adversarial training to autoencoders to match the aggregated posterior to a prior distribution, a strategy mentioned for disentanglement.
InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets, Xi Chen, Yan Duan, Rein Houthooft, John Schulman, Ilya Sutskever, Pieter Abbeel, 2016Advances in Neural Information Processing Systems 29 (NeurIPS) - Introduces InfoGAN, a method for learning disentangled and interpretable representations by maximizing the mutual information between a subset of latent variables and the observations within a GAN framework. This influenced later VAE-based adversarial disentanglement.
Disentangling by Factorizing Variation, Hyunjik Kim and Andriy Mnih, 2018International Conference on Machine Learning (ICML), Vol. 80 (PMLR (Proceedings of Machine Learning Research))DOI: 10.5591/mlr.2018.0649 - Presents FactorVAE, a specific and influential VAE-based method that employs adversarial training to estimate and minimize the Total Correlation of latent dimensions, directly leading to disentanglement.