Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This comprehensive textbook provides foundational knowledge on convolutional neural networks and autoencoders, essential for understanding the building blocks and principles of convolutional autoencoders.
U-Net: Convolutional Networks for Biomedical Image Segmentation, Olaf Ronneberger, Philipp Fischer, Thomas Brox, 2015Medical Image Computing and Computer-Assisted Intervention (MICCAI) (Springer)DOI: 10.1007/978-3-319-24574-4_28 - Introduces a pioneering encoder-decoder architecture with convolutional and up-convolutional (transposed convolutional) layers, serving as a widely influential blueprint for image-to-image learning tasks, including reconstruction in autoencoders.
Keras documentation: Conv2DTranspose layer, Keras team, 2024 - Provides detailed information and usage examples for the Conv2DTranspose layer, which is a critical component for upsampling in the decoder part of convolutional autoencoders.