Auto-Encoding Variational Bayes, Diederik P Kingma, Max Welling, 2014International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.1312.6114 - Foundational paper introducing Variational Autoencoders (VAEs), including the initial formulation that commonly employs a mean-field Gaussian approximate posterior.
Variational Inference with Normalizing Flows, Danilo Jimenez Rezende and Shakir Mohamed, 2015Proceedings of the 32nd International Conference on Machine Learning, Vol. 37DOI: 10.48550/arXiv.1505.05770 - Introduces normalizing flows to construct more expressive approximate posteriors in variational inference, directly addressing the limitations of simple, factorized (mean-field) posteriors in VAEs.
Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer) - Provides a comprehensive academic overview of variational inference and mean-field approximations, explaining their theoretical basis and general applicability in probabilistic models. Specifically, Chapter 10 covers "Approximate Inference" including "Variational Inference" and "Mean Field Theory."
Tutorial on Variational Autoencoders, Carl Doersch, 2016arXiv preprint arXiv:1606.05908DOI: 10.48550/arXiv.1606.05908 - A widely cited tutorial that offers an accessible yet thorough explanation of Variational Autoencoders, including a discussion on the role and limitations of the approximate posterior and common mean-field assumptions.