ImageNet classification with deep convolutional neural networks

Классификация ImageNet с использованием глубоких сверточных нейронных сетей
Geoffrey E. Hinton, Ilya Sutskever, Alex Krizhevsky
2017-05-24

GPU-accelerated convolutionImageNet classificationdeep convolutional neural networksdropout regularizationtop-5 error rate
We trained a large, deep convolutional neural network to classify the 1.2 million high-resolution images in the ImageNet LSVRC-2010 contest into the 1000 different classes. On the test data, we achieved top-1 and top-5 error rates of 37.5% and 17.0%, respectively, which is considerably better than the previous state-of-the-art. The neural network, which has 60 million parameters and 650,000 neurons, consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully connected layers with a final 1000-way softmax. To make training faster, we used non-saturating neurons and a very efficient GPU implementation of the convolution operation. To reduce overfitting in the fully connected layers we employed a recently developed regularization method called "dropout" that proved to be very effective. We also entered a variant of this model in the ILSVRC-2012 competition and achieved a winning top-5 test error rate of 15.3%, compared to 26.2% achieved by the second-best entry.
1
A deep convolutional neural network classified 1.2 million ImageNet images across 1,000 classes, achieving 37.5% top-1 and 17.0% top-5 error rates.
2
A model variant won ILSVRC-2012 with a 15.3% top-5 error rate, outperforming the second-best entry’s 26.2%.
3
Dropout regularization effectively reduced overfitting in the fully connected layers.
4
Non-saturating neurons and an efficient GPU convolution implementation substantially accelerated network training.
5
The 60-million-parameter architecture used five convolutional layers, max-pooling, three fully connected layers, and a final 1,000-way softmax.

A large, deep convolutional neural network trained on the ImageNet (ILSVRC) dataset

Deep convolutional neural network classification performance, including top-1 and top-5 error rates and the effects of network architecture and training techniques

Publication Details
Publication Date
2017-05-24
Journal
Publisher
ISSN
Access Type
Author Information
Authors
Geoffrey E. Hinton
Ilya Sutskever
Alex Krizhevsky
Explore further
Open the scid.ai AI chat with a ready-made request: it will find papers on a similar topic and help build a literature review.
Find similar papers in the chat
Make a presentation
100%