Generative Limitations of Deterministic Autoencoders
Was this section helpful?
Auto-Encoding Variational Bayes, Diederik P Kingma, Max Welling, 2013arXiv preprint arXiv:1312.6114DOI: 10.48550/arXiv.1312.6114 - This paper introduces the Variational Autoencoder, directly addressing the limitations of deterministic autoencoders for generative tasks by introducing a probabilistic framework for the latent space.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive textbook covering the theoretical foundations of deep learning, including detailed sections on autoencoders, their types, and the transition to generative models like VAEs, providing context for their limitations.
Stochastic Backpropagation and Variational Inference, Danilo Jimenez Rezende, Shakir Mohamed, Daan Wierstra, 2014Proceedings of the 31st International Conference on Machine Learning, Vol. 32 (PMLR)DOI: 10.48550/arXiv.1401.4082 - This paper independently introduces a framework similar to VAEs, emphasizing the need for probabilistic latent variable models for effective generative sampling.