ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
16k
Citations
1.3k
Influential Citations
AAAI Conference on Artificial Intelligence
Venue
2017
Year
Very deep convolutional networks have been central to the largest advances in image recognition performance in recent years. One example is the Inception architecture that has been shown to achieve very good performance at relatively low computational cost. Recently, the introduction of residual connections in conjunction with a more traditional architecture has yielded state-of-the-art performance in the 2015 ILSVRC challenge; its performance was similar to the latest generation Inception-v3 network. This raises the question: Are there any benefits to combining Inception architectures with residual connections? Here we give clear empirical evidence that training with residual connections accelerates the training of Inception networks significantly. There is also some evidence of residual Inception networks outperforming similarly expensive Inception networks without residual connections by a thin margin. We also present several new streamlined architectures for both residual and non-residual Inception networks. These variations improve the single-frame recognition performance on the ILSVRC 2012 classification task significantly. We further demonstrate how proper activation scaling stabilizes the training of very wide residual Inception networks. With an ensemble of three residual and one Inception-v4 networks, we achieve 3.08% top-5 error on the test set of the ImageNet classification (CLS) challenge.
This paper addresses a pivotal question in deep learning: can the benefits of residual connections—which had recently propelled ResNet to state-of-the-art performance—be combined with the computationally efficient Inception architecture? At the time, Inception-v3 was already a top performer, but residual connections offered faster training and better gradient flow. The authors provide clear empirical evidence that the combination yields faster convergence and marginal accuracy gains, making it a practical choice for practitioners.
The paper also introduces streamlined versions of both Inception and Inception-ResNet, which became widely adopted in production systems. The ensemble result of 3.08% top-5 error on ImageNet was a new state-of-the-art, demonstrating the power of combining multiple architectural innovations.
This paper demonstrated that residual connections are not just for plain networks—they can be seamlessly integrated into complex modular architectures like Inception. The resulting Inception-ResNet became a go-to architecture for many image recognition tasks and influenced later designs such as ResNeXt, DenseNet, and EfficientNet. The activation scaling technique also provided a practical recipe for stabilizing very deep or wide networks, which remains relevant today. The paper's clear empirical methodology set a standard for evaluating architectural innovations in computer vision.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba