ImageNet Classification with Deep Convolutional Neural Networks, Alex Krizhevsky, Ilya Sutskever, and Geoffrey E. Hinton, 2012Advances in Neural Information Processing Systems, Vol. 25 (Curran Associates, Inc.) - The seminal paper introducing AlexNet, a pioneering deep CNN that achieved record-breaking performance in ILSVRC 2012, significantly advancing the field of deep learning for computer vision.
Very Deep Convolutional Networks for Large-Scale Image Recognition, Karen Simonyan and Andrew Zisserman, 2014International Conference on Learning Representations (ICLR) (OpenReview)DOI: 10.48550/arXiv.1409.1556 - Presents the VGG architecture, demonstrating that increasing network depth using small 3x3 convolutional filters leads to substantial improvements in image classification accuracy.
Going Deeper with Convolutions, Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, and Andrew Rabinovich, 2015IEEE Conference Publication (IEEE)DOI: 10.1109/CVPR.2015.7298594 - Introduces GoogLeNet (Inception v1), an architecture emphasizing computational efficiency through the novel Inception module and 1x1 convolutions for dimensionality reduction.
Deep Residual Learning for Image Recognition, Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, 2016IEEE Conference Publication (IEEE)DOI: 10.1109/CVPR.2016.90 - Presents ResNet, introducing residual connections that enabled the successful training of extremely deep neural networks, effectively addressing the degradation problem.