Auto-Encoding Variational Bayes, Diederik P Kingma, Max Welling, 2013arXiv preprint arXiv:1312.6114DOI: 10.48550/arXiv.1312.6114 - Introduces Variational Autoencoders (VAEs), the Evidence Lower Bound (ELBO), and the reparameterization trick, fundamental to VAE encoder and decoder design.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A textbook covering core deep learning architectures such as MLPs, CNNs, and RNNs, along with common design elements like activation functions, normalization, and initialization techniques.
Variational Inference with Normalizing Flows, Danilo Jimenez Rezende, Shakir Mohamed, 2015Proceedings of the 32nd International Conference on Machine LearningDOI: 10.48550/arXiv.1505.05770 - Presents normalizing flows as a method to build more flexible and expressive approximate posterior distributions for variational inference, which is applicable to VAEs.