Gradient-Based Learning Applied to Document Recognition, Yann LeCun, Léon Bottou, Yoshua Bengio, Patrick Haffner, 1998Proceedings of the IEEE, Vol. 86 (IEEE)DOI: 10.1109/5.726791 - Introduces the foundational concepts of convolutional neural networks, including subsampling (pooling), which laid the groundwork for modern CNN architectures.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A comprehensive textbook offering a detailed theoretical and practical explanation of pooling layers within convolutional networks.
ImageNet Classification with Deep Convolutional Neural Networks, Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton, 2012Advances in Neural Information Processing Systems 25, Vol. 25 (Curran Associates, Inc.)DOI: 10.5591/978-1-57766-314-2 - This landmark paper demonstrated the power of deep CNNs, prominently featuring max pooling for downsampling, which contributed to its breakthrough performance on ImageNet.
Convolutional Neural Networks for Visual Recognition - Stanford CS231n, Andrej Karpathy, Justin Johnson, Fei-Fei Li, et al., 2024 - Provides clear and accessible explanations of convolutional neural networks, including the role and mechanics of pooling layers, suitable for students.