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 (ACM)DOI: 10.1145/1390156.1390294 - This foundational paper introduces the Denoising Autoencoder and its theoretical basis for learning stable representations by reconstructing corrupted inputs.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This authoritative textbook provides a detailed explanation of autoencoders, including Denoising Autoencoders, their architecture, training, and theoretical underpinnings, placing them within the general context of deep learning.
Dropout: A Simple Way to Prevent Neural Networks from Overfitting, Nitish Srivastava, Geoffrey Hinton, Alex Krizhevsky, Ilya Sutskever, and Ruslan Salakhutdinov, 2014The Journal of Machine Learning Research, Vol. 15 - This paper introduces the dropout regularization technique, which is directly relevant to the masking noise corruption method discussed for Denoising Autoencoders.