Stacked Convolutional Auto-Encoders for Local Feature Learning, Stéphane Rifai, Patrick Vincent, Yann N. Dauphin, Pascal Vincent, Xavier Muller, and Yoshua Bengio, 2011Advances in Neural Information Processing Systems, Vol. 24 - This paper introduces stacked convolutional autoencoders for learning hierarchical features from images, demonstrating an early application of CAEs for representation learning.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive textbook covering the theoretical foundations of deep learning, including autoencoders, convolutional neural networks, and their applications.
Keras: The Python Deep Learning API, Keras Team, 2023 - The official documentation for Keras, providing guides and API references for building and training neural networks, including convolutional layers and autoencoders.
Convolutional autoencoder, Santiago L. Valdarrama, 2021 - A practical example from the official Keras documentation demonstrating how to build and train an autoencoder for image reconstruction, directly relevant to the section's content.