Introduction to Generative Modeling with Autoencoders
Was this section helpful?
Auto-Encoding Variational Bayes, Diederik P. Kingma and Max Welling, 2013arXiv preprint arXiv:1312.6114DOI: 10.48550/arXiv.1312.6114 - The original research paper that introduced the Variational Autoencoder (VAE) framework, outlining its probabilistic formulation and the evidence lower bound (ELBO) objective.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Chapter 20 of this authoritative textbook offers a comprehensive overview of generative models, including a detailed explanation of Variational Autoencoders and their theoretical underpinnings.
Tutorial on Variational Autoencoders, Carl Doersch, 2016arXiv preprint arXiv:1606.05908DOI: 10.48550/arXiv.1606.05908 - An accessible and widely cited tutorial that provides a clear explanation of Variational Autoencoders, making the foundational concepts understandable for practitioners and researchers.