Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Provides a comprehensive introduction to autoencoders, detailing their architecture, the concept of a bottleneck, and the objective of learning efficient data representations through reconstruction.
Reducing the Dimensionality of Data with Neural Networks, Geoffrey E. Hinton, Ruslan R. Salakhutdinov, 2006Science, Vol. 313 (American Association for the Advancement of Science)DOI: 10.1126/science.1127647 - Presents a method for training deep autoencoders to reduce data dimensionality and learn compact, useful representations, central to the core idea of autoencoders.
Extracting and Composing Robust Features with Denoising Autoencoders, Pascal Vincent, Hugo Larochelle, Yoshua Bengio, Pierre-Antoine Manzagol, 2008Proceedings of the 25th International Conference on Machine Learning (ICML) (ACM)DOI: 10.1145/1390156.1390294 - Introduces denoising autoencoders, explaining how the reconstruction task forces the model to learn robust and meaningful features in the latent space, supporting the core idea.
Autoencoders and Variational Autoencoders (CS230 Lecture Notes), Stanford University CS230 Staff, 2019 (Stanford University) - Offers clear explanations of autoencoder fundamentals, including their architecture, objective, and the role of the latent space for learning efficient data representations.