Autoencoders Revisited: Limitations for Generative Tasks
Was this section helpful?
Auto-Encoding Variational Bayes, Diederik P Kingma, Max Welling, 2013International Conference on Learning Representations (ICLR 2014)DOI: 10.48550/arXiv.1312.6114 - This paper introduces the Variational Autoencoder, a model that directly addresses the limitations of standard autoencoders for generative tasks by incorporating a probabilistic framework and latent space regularization.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This book offers a comprehensive introduction to autoencoders, their variations, and their deficiencies as generative models, setting the context for more advanced probabilistic generative methods.
CS236: Deep Generative Models, Stefano Ermon, Aditya Grover, 2023 (Stanford University) - This course's materials provide educational content on the topic, including discussions on the challenges of using standard autoencoders for generative purposes and the principles behind Variational Autoencoders.
Tutorial on Variational Autoencoders, Carl Doersch, 2016arXiv:1606.05908 [stat.ML]DOI: 10.48550/arXiv.1606.05908 - A widely referenced tutorial that clearly explains the generative weaknesses of standard autoencoders and offers an accessible explanation of Variational Autoencoders.