Gradient-Based Learning Applied to Document Recognition, Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner, 1998Proceedings of the IEEE, Vol. 86 (IEEE)DOI: 10.1109/5.726791 - This seminal paper introduces LeNet-5, a foundational convolutional neural network architecture, detailing the mechanics of convolutional layers for feature extraction and parameter sharing.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Chapters 9 and 14 provide comprehensive explanations of convolutional networks, their operations, advantages, and various autoencoder architectures, including the use of convolutional layers.
CS231n: Convolutional Neural Networks for Visual Recognition, Stanford University, 2017 - This widely referenced course material offers a clear explanation of convolutional layers, including filters, strides, padding, and their role in feature extraction and spatial processing.