Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Comprehensive textbook discussing autoencoders, their objective functions, and their role in learning efficient data representations.
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 - Seminal paper demonstrating the effectiveness of deep autoencoders for dimensionality reduction and feature learning, emphasizing the reconstruction objective.
Introduction to Deep Learning (MIT 6.S191), Alexander Amini, Ava Amini, 2025 (MIT) - An introductory course providing lectures and materials on deep learning, including autoencoders and their reconstruction objective.
Extracting and Composing Robust Features with Denoising Autoencoders, Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol, 2008Proceedings of the 25th International Conference on Machine Learning (ICML '08) (ACM)DOI: 10.1145/1390156.1390294 - Introduces denoising autoencoders, demonstrating how reconstruction from corrupted inputs enhances feature learning, directly relating to the objective.