Generative Adversarial Networks, Ian J. Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio, 2014Advances in Neural Information Processing Systems (NIPS), Vol. 27DOI: 10.48550/arXiv.1406.2661 - 这篇开创性论文介绍了生成对抗网络 (GANs),为 AAEs 中采用的对抗训练机制提供了理论基础。
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - 一本关于深度学习的综合性教材,涵盖了自编码器、变分自编码器和生成对抗网络等基础概念,这些对于理解 AAEs 至关重要。