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.) - 介绍了AlexNet,这是一个开创性的深度CNN,在ILSVRC 2012中取得了破纪录的成绩,极大地推动了计算机视觉深度学习领域的发展。
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 - 介绍了GoogLeNet(Inception v1),该架构通过创新的Inception模块和1x1卷积进行降维,侧重于计算效率。