Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Comprehensive coverage of deep learning, including dedicated chapters on regularization techniques to combat overfitting and the architecture and applications of autoencoders.
Extracting and Composing Robust Features with Denoising Autoencoders, Pascal Vincent, Hugo Larochelle, Isabelle Lajoie, Yoshua Bengio, Pierre-Antoine Manzagol, 2008Proceedings of the 25th International Conference on Machine Learning (ICML) (ACM)DOI: 10.1145/1390156.1390294 - Introduces Denoising Autoencoders, a regularization technique designed to learn robust feature representations by training the autoencoder to reconstruct the original input from a corrupted version.
UFLDL Tutorial: Sparse Autoencoders, Andrew Ng, 2011 (Stanford University) - Explains the concept and implementation of Sparse Autoencoders, a regularization method that encourages a sparse representation in the latent layer to prevent overfitting and learn more meaningful features.
Contractive Auto-Encoders: Explicit Invariance Through Penalizing Local Contractions, Salah Rifai, Pascal Vincent, Xavier Muller, Xavier Glorot, Yoshua Bengio, 2011Proceedings of the 28th International Conference on Machine Learning (ICML) (JMLR Workshop and Conference Proceedings) - Introduces Contractive Autoencoders, a regularization technique that encourages the learned representation to be robust to small perturbations of the input by penalizing large derivatives of the encoding function.