ImageNet

RawGraph

ImageNet is a large, hierarchically organized image dataset created to support research in computer vision, especially object recognition. Its categories are based on noun concepts in WordNet, where a concept is represented by a synonym set, or synset. Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei introduced the project at CVPR in 2009. The paper described a then-current collection of 3.2 million images across 5,247 synsets; the official website now reports 14,197,122 indexed images and 21,841 synsets.[1][3]

The name "ImageNet" is also routinely used for a much smaller competition subset. The classification and localization data used from the 2012 ImageNet Large Scale Visual Recognition Challenge onward contains 1,281,167 training images, 50,000 validation images, and 100,000 test images in 1,000 classes. This subset is often called ImageNet-1K or ILSVRC2012. It is not the full ImageNet hierarchy.[2][3]

That distinction matters whenever a paper reports an "ImageNet" result. A score may refer to 1,000-class image classification, localization, or object detection; it may use an official test server, a validation split, revised labels, extra training data, or a derived robustness set. Results are comparable only when those conditions match. ImageNet established a shared dataset and evaluation protocol that made large-scale comparisons practical, but performance on one ImageNet protocol is not a general measure of visual intelligence, real-world reliability, or fairness.[2][18][19]

Dataset scope and terminology

Several related resources are often conflated:

TermPrecise meaning
ImageNet projectThe research project and hierarchical image index organized around WordNet noun synsets.[1][4]
Full ImageNetThe much larger hierarchy beyond the 1,000 competition classes. A particular downloaded release should be identified by date or version because curation has changed over time.[2][26]
ILSVRCThe ImageNet Large Scale Visual Recognition Challenge, an annual competition series listed by the official site from 2010 through 2017. It included classification, localization, and, in later years, detection and other tracks.[2][5]
ILSVRC2012 classification and localization dataThe stable 1,000-class subset used for the principal classification and single-object localization tasks from 2012 onward: 1,281,167 training, 50,000 validation, and 100,000 test images.[2][3]
ImageNet-1KCommon shorthand for the 1,000-class ILSVRC subset. Authors should still state the split, label set, and evaluation protocol.[3][19]

The official site's headline total is an index-level count, not a complete experimental specification. For reproducibility, a dataset citation should be accompanied by the exact release or subset, split, preprocessing, label version, and access date where those details can change.

Construction and annotation

The project began from WordNet's hierarchy rather than from a flat list of categories. The 2009 team selected noun synsets and sought hundreds to thousands of clean, full-resolution images for each. Its initial paper reported 12 populated subtrees: mammal, bird, fish, reptile, amphibian, vehicle, furniture, musical instrument, geological formation, tool, flower, and fruit. At that stage, the collection averaged more than 600 images per included synset.[1]

Candidate images were gathered from multiple web image-search engines. Queries used WordNet synonyms, parent-category words, and translations from several other WordNets. This expansion was intended to increase diversity and recall, but search results still contained irrelevant images and reflected the vocabulary, web content, and retrieval systems available at the time.[1][24]

Human verification converted the candidate pool into category-level annotations. Workers on Amazon Mechanical Turk answered whether an image depicted a target synset. Multiple independent judgments were combined, and the required level of agreement was adjusted by synset because some concepts were easier to verify than others. In a quality check reported in the 2009 paper, independent reviewers evaluated a total of 80 synsets sampled across tree depths in the mammal and vehicle subtrees and obtained an average precision of 99.7%. That result describes the sampled early release and should not be generalized to every later ImageNet image or annotation.[1]

The later ILSVRC work added task-specific annotation. Classification images were assigned a single ground-truth class for evaluation, even when other valid objects appeared in the scene. Single-object localization added bounding boxes for one target class, while the detection task required finding all instances of 200 object classes. Challenge organizers used additional crowdsourcing and expert checks to audit class labels and bounding boxes.[2]

Scale changed substantially after the first paper. The ILSVRC retrospective reports that an August 2014 ImageNet snapshot contained 14,197,122 images in 21,841 synsets, with an average of about 650 manually verified full-resolution images per synset. This is the source of the widely quoted "14 million images and 21,000 categories" description. It is separate from the fixed-size ILSVRC2012 classification subset.[2]

ILSVRC tasks and evaluation

ILSVRC began in 2010, drawing on the evaluation culture of the PASCAL Visual Object Classes challenge. The organizers withheld test labels after the first year and evaluated submissions through a server, reducing direct access to the test answers. The main tasks evolved over time: image classification ran from 2010, single-object localization from 2011, and object detection from 2013 in the period documented by the ILSVRC retrospective.[2][5]

For 1,000-class classification, a system ranks classes for each image. Top-1 error counts an image as wrong unless its highest-ranked class matches the ground-truth label. Top-5 error counts it as wrong only when the ground-truth label is absent from the five highest-ranked predictions. Top-5 scoring partly accommodates fine-grained class distinctions and scenes containing more than one recognizable object, but it does not remove the single-label limitation.[2][19]

Localization is a different task. A correct localization result must predict the class and a bounding box with sufficient overlap with the ground-truth object. Detection permits multiple classes and multiple instances per image and was evaluated using mean average precision rather than top-5 classification error. Classification, localization, and detection numbers must not be placed in one trend line as though they measured the same outcome.[2]

The 1,000 classes were held stable from 2012 onward and include many fine-grained categories. The training set is not class-balanced exactly, while the 50,000-image validation set contains 50 images per class and the 100,000-image test set contains 100 per class. The competition's official test labels remain hidden; many later papers therefore report validation-set accuracy instead of challenge test-server results.[2][3]

Classification challenge results

The following table records the lowest listed top-5 classification error for a provided-data entry in each year. It is a historical summary, not a controlled architecture comparison: teams used different ensembles, crops, training recipes, and compute, and the dataset changed before the 2012 class set stabilized.[2]

YearTeam or systemTop-5 errorSource and qualification
2010NEC28.2%Winning classification entry summarized by the ILSVRC retrospective.[2]
2011XRCE25.8%Winning classification entry summarized by the ILSVRC retrospective.[2]
2012SuperVision16.422%Supplied training data only. The separately listed 15.315% entry used extra data from the ImageNet Fall 2011 release.[6]
2013Clarifai11.743%Average of multiple models trained on the original challenge data.[7]
2014GoogLeNet6.656%Official provided-data classification result.[8]
2015MSRA3.567%Official classification result for the leading MSRA ensemble.[9]
2016Trimps-Soushen2.991%Official provided-data classification result.[10]
2017WMW2.251%Official provided-data classification result; the team description identifies squeeze-and-excitation modules as the basis of its entries.[11]

Two details correct common retellings. First, the 2012 figure of 15.315% is not the supplied-data result; the comparable supplied-data entry is 16.422%.[6] Second, ZF was not the leading provided-data classification entry in 2013. The official table lists Clarifai at 11.743% and the best ZF entry at 13.511%.[7]

The official challenge index lists competitions through 2017 and retains the evaluation pages and data links. The record does not support a single technical explanation for why the annual series stopped, so claims that it ended because a universal "human ceiling" had been reached should be avoided.[5]

Architecture research and transfer learning

The 2012 SuperVision system, generally known as AlexNet, demonstrated that a large convolutional neural network trained efficiently on graphics processing units could substantially reduce ILSVRC classification error. The model used rectified linear units, data augmentation, dropout, and a two-GPU implementation. Its supplied-data top-5 error was about 10 percentage points lower than the next listed entry. This was direct evidence for the approach on the challenge; broader claims about a single paper causing all subsequent deep learning progress go beyond the result.[6][12]

Later challenge entries became associated with architectural ideas that were reused well outside ImageNet. GoogLeNet combined operations at multiple spatial scales within Inception modules and won the 2014 classification track at 6.656% top-5 error.[8][13] VGG showed that networks built from small convolutional filters could be made substantially deeper; a VGG ensemble was close behind GoogLeNet in the official 2014 results.[8][14] ResNet introduced residual learning to make very deep networks easier to optimize, and the paper reports the 3.57% ensemble result associated with the leading 2015 entry.[9][15] Squeeze-and-excitation blocks later recalibrated channels using learned global information and formed the basis of the leading 2017 WMW submission.[11][16]

ImageNet also became a source of pretrained representations. A model trained on its labels could be used as a fixed feature extractor or fine-tuned on a smaller target dataset, a form of transfer learning. In a 2019 study of 16 classification architectures and 12 downstream datasets, Kornblith, Shlens, and Le found strong correlations between ImageNet top-1 accuracy and average transfer accuracy for both fixed features and fine-tuning. They also found important limits: regularization choices could improve ImageNet accuracy while degrading fixed-feature transfer, and ImageNet pretraining offered little benefit on two small fine-grained datasets.[17]

These findings support ImageNet's value as an engineering testbed without making it a universal proxy. Architecture, training objective, source data, and target-domain similarity all affect transfer. A higher ImageNet score is evidence about a defined benchmark and, in some studied settings, correlates with downstream performance; it does not by itself establish robustness or suitability for a particular application.[17][18][22]

Human comparisons and label ambiguity

The ILSVRC retrospective included a carefully bounded human experiment. One annotator practiced on 500 images and then obtained 5.1% top-5 error on a sample of 1,500 test images; GoogLeNet obtained 6.8% on the same sample. A second annotator, with less practice, obtained 12.0% error on 258 test images. The study identified fine-grained class knowledge, object scale, filters, and multiple objects as sources of difficulty. The 5.1% number is therefore a result for one trained annotator on one sample, not a universal human error rate or an irreducible noise floor.[2]

A larger 2020 study asked five trained human labelers to work on ImageNet and ImageNetV2 after 40,000 images had been given multi-class annotations. On 590 inanimate-object classes, the best human was about four percentage points more accurate than the best tested model on ImageNet and about eleven points more accurate on ImageNetV2. Human accuracy stayed similar across the two test sets while all evaluated models declined. The authors concluded that direct headline comparisons can overstate machine performance.[20]

Label structure is part of the issue. The original classification protocol records one target label even when an image contains several valid ImageNet objects. The Reassessed Labels project proposed multiple acceptable labels for the validation images: its selected operating point produced 57,553 labels for 46,837 images and left 3,163 images without an accepted label. Under its ReaL metric, a top-1 prediction is correct if it matches any accepted label. The study found that gains from recent models were smaller under the reassessed labels than under the original single labels.[19]

No one of these studies yields a final "human versus machine" boundary. Results depend on which classes are included, the instructions and training given to people, the label set, whether multiple labels are accepted, and the distribution of images. Responsible reporting names those conditions.[2][19][20]

Distribution shift and robustness

Repeated use of a fixed validation set can leave unanswered how a model behaves on newly collected or altered images. ImageNetV2 recreated parts of the original collection process and evaluated a broad model set on new images. The study reported top-1 accuracy drops of 11% to 14%, while the relative ordering of models was largely preserved. Its analysis attributed the gap mainly to small differences in sampling and image difficulty rather than simply to researchers adapting models to the old test set.[18]

ImageNet-C tests a different property. It applies 15 algorithmically generated corruption types, each at five severity levels, to ImageNet validation images. The corruptions cover noise, blur, weather, and digital transformations. Its mean Corruption Error metric is intended to summarize sensitivity to these defined transformations; it is not a claim that the benchmark covers every real-world degradation.[21]

ObjectNet changes backgrounds, viewpoints, and object rotations rather than corrupting existing images. The 2019 dataset contains 50,000 test images across 313 object classes, 113 of which overlap with ImageNet. The original paper reported a 40% to 45% performance drop for its evaluated ImageNet-trained models on the overlapping classes relative to the corresponding ImageNet comparison. ObjectNet has no paired training set by design, and its result demonstrates the sensitivity of those tested models to a deliberate distribution shift.[22]

These extensions should not be merged into an unofficial aggregate score. ImageNetV2 tests a new sample collected using a related pipeline; ReaL changes acceptable labels on existing validation images; ImageNet-C applies synthetic corruptions; and ObjectNet controls context, rotation, and viewpoint in newly captured scenes. Each diagnoses a different failure mode.[18][19][21][22]

Representation, geography, and curation

ImageNet reflects choices made by WordNet's vocabulary, web search systems, annotators, and the distribution of images available online. Those choices can create gaps between a synset's verbal definition and the visual regularities in its images. They can also make some populations, locations, and cultural depictions much more common than others.[23][24]

A 2017 geodiversity study examined the Fall 2011 release. The authors could recover country-level geolocation for only a subset and explicitly noted possible coverage and accuracy noise. Within that geolocated sample, around 45% of ImageNet images were associated with the United States, while 1% were associated with China and 2.1% with India. The percentages describe the recoverable sample from that release, not every image in the present index.[23]

The person subtree raised distinct concerns because many WordNet terms are offensive, sensitive, or not reliably inferable from appearance. A peer-reviewed 2020 study analyzed 2,832 person synsets and initially marked 1,593 as potentially unsafe. Of the remaining 1,239 temporarily safe synsets, only 158 met the authors' selected imageability threshold. The paper treated offensiveness and imageability as annotation judgments with limitations, not as permanent objective properties.[24]

Those research figures and the later release action are separate milestones. The ImageNet team's March 2021 update states that the full dataset was changed to filter 2,702 person-subtree synsets that could produce problematic model behavior. It also states that this update did not alter the 1,000 ILSVRC categories.[26] The earlier 2019 project update documents the preliminary analysis and the decision to suspend full-dataset downloads while remedies were being prepared.[25]

This history is a reason to identify a full-ImageNet release precisely. A model trained on an older copy may have seen categories or images absent from a later curated release. It also shows why aggregate scale does not substitute for examining label meaning, collection context, and representation within each intended use.[24][26]

Privacy, rights, and access

Although 997 of the 1,000 ILSVRC classes are not person categories, people appear incidentally in images of objects, animals, sports, and places. Yang and colleagues annotated 562,626 faces in 243,198 ILSVRC images, about 17% of the dataset. They then created blurred and overlaid variants for experiments. Across 15 tested architectures, face blurring reduced top-5 validation accuracy by an average of 0.4 percentage points, although effects were larger for categories whose objects overlapped faces. Tests on four downstream tasks found performance from blurred-image pretraining close to performance from the original data.[27]

Face blurring is a mitigation, not a complete privacy guarantee. The paper notes that blurring retains some information and evaluates utility empirically; it does not claim formal anonymity. The official 2021 update describes the face annotations and blurred-data work as part of an evolving privacy effort.[26][27]

ImageNet also does not own the copyrights to the underlying web images. The official site says it compiles image references for WordNet synsets and provides access for research and education under conditions. Its current download page makes the 1,000-class ILSVRC subset available through Kaggle, while full ImageNet and other subsets require login or an access request. The terms restrict use to non-commercial research and educational purposes and place responsibility for use, including copyright claims, on the researcher.[3][4]

Access permission is not the same as a license from every image copyright holder or consent from every depicted person. Researchers should review the current terms and institutional requirements rather than relying on a paper's historical description of availability.[3][4][27]

Reporting checklist

An ImageNet result is interpretable when it states:

  • the exact dataset release or subset, such as ILSVRC2012/ImageNet-1K rather than only "ImageNet";
  • the split and label set, including whether evaluation uses original labels, ReaL labels, ImageNetV2, or another derivative;
  • the task and metric, such as validation top-1 accuracy, test-server top-5 error, localization error, or detection mean average precision;
  • whether training used only the stated subset or additional labeled or unlabeled data;
  • whether the result is from one model or an ensemble and which crop, resolution, and test-time augmentation protocol was used;
  • the access terms and any curation or privacy-relevant release differences that affect the experiment.

These details prevent three recurrent errors: treating full ImageNet and ImageNet-1K as identical, comparing incompatible challenge entries, and describing a narrowly defined score as general real-world or human-level performance.[2][3][6][18][19][20]

References

  1. ^Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. "ImageNet: A Large-Scale Hierarchical Image Database." *Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition*, 2009. image-net.org/...imagenet_cvpr09.pdf
  2. ^Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, Sanjeev Satheesh, Sean Ma, Zhiheng Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg, and Li Fei-Fei. "ImageNet Large Scale Visual Recognition Challenge." *International Journal of Computer Vision* 115, 2015. arxiv.org/...1409.0575
  3. ^ImageNet. "Download ImageNet Data." Accessed 28 July 2026. image-net.org/download
  4. ^ImageNet. "About ImageNet." Accessed 28 July 2026. image-net.org/about
  5. ^ImageNet. "ImageNet Large Scale Visual Recognition Challenge." Accessed 28 July 2026. image-net.org/...LSVRC
  6. ^ImageNet. "Large Scale Visual Recognition Challenge 2012: Results." 2012. image-net.org/...results
  7. ^ImageNet. "Large Scale Visual Recognition Challenge 2013: Results." 2013. image-net.org/...results
  8. ^ImageNet. "ILSVRC2014 Results." 2014. image-net.org/...results
  9. ^ImageNet. "ILSVRC2015 Results." 2015. image-net.org/...results
  10. ^ImageNet. "ILSVRC2016 Results." 2016. image-net.org/...results
  11. ^ImageNet. "ILSVRC2017 Results." 2017. image-net.org/...results
  12. ^Alex Krizhevsky, Ilya Sutskever, and Geoffrey E. Hinton. "ImageNet Classification with Deep Convolutional Neural Networks." *Advances in Neural Information Processing Systems* 25, 2012. proceedings.neurips.cc/...8436e924a68c45b-Abstract
  13. ^Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, and Andrew Rabinovich. "Going Deeper with Convolutions." *Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition*, 2015. openaccess.thecvf.com/...eper_With_2015_CVPR_paper
  14. ^Karen Simonyan and Andrew Zisserman. "Very Deep Convolutional Networks for Large-Scale Image Recognition." *International Conference on Learning Representations*, 2015. arxiv.org/...1409.1556
  15. ^Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. "Deep Residual Learning for Image Recognition." *Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition*, 2016. openaccess.thecvf.com/..._Learning_CVPR_2016_paper
  16. ^Jie Hu, Li Shen, and Gang Sun. "Squeeze-and-Excitation Networks." *Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition*, 2018. openaccess.thecvf.com/..._Networks_CVPR_2018_paper
  17. ^Simon Kornblith, Jonathon Shlens, and Quoc V. Le. "Do Better ImageNet Models Transfer Better?" *Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition*, 2019. openaccess.thecvf.com/...er_Better_CVPR_2019_paper
  18. ^Benjamin Recht, Rebecca Roelofs, Ludwig Schmidt, and Vaishaal Shankar. "Do ImageNet Classifiers Generalize to ImageNet?" *Proceedings of Machine Learning Research* 97, 2019. proceedings.mlr.press/...recht19a
  19. ^Lucas Beyer, Olivier J. Henaff, Alexander Kolesnikov, Xiaohua Zhai, and Aaron van den Oord. "Are We Done with ImageNet?" 2020. arxiv.org/...2006.07159
  20. ^Vaishaal Shankar, Rebecca Roelofs, Horia Mania, Alex Fang, Benjamin Recht, and Ludwig Schmidt. "Evaluating Machine Accuracy on ImageNet." *Proceedings of Machine Learning Research* 119, 2020. proceedings.mlr.press/...shankar20c
  21. ^Dan Hendrycks and Thomas Dietterich. "Benchmarking Neural Network Robustness to Common Corruptions and Perturbations." *International Conference on Learning Representations*, 2019. openreview.net/forum
  22. ^Andrei Barbu, David Mayo, Julian Alverio, William Luo, Christopher Wang, Dan Gutfreund, Joshua Tenenbaum, and Boris Katz. "ObjectNet: A Large-Scale Bias-Controlled Dataset for Pushing the Limits of Object Recognition Models." *Advances in Neural Information Processing Systems* 32, 2019. objectnet.dev/...-of-object-recognition-models.pdf
  23. ^Shreya Shankar, Yoni Halpern, Eric Breck, James Atwood, Jimbo Wilson, and D. Sculley. "No Classification without Representation: Assessing Geodiversity Issues in Open Data Sets for the Developing World." *NIPS 2017 Workshop on Machine Learning for the Developing World*, 2017. arxiv.org/...1711.08536
  24. ^Kaiyu Yang, Klint Qinami, Li Fei-Fei, Jia Deng, and Olga Russakovsky. "Towards Fairer Datasets: Filtering and Balancing the Distribution of the People Subtree in the ImageNet Hierarchy." *Proceedings of the Conference on Fairness, Accountability, and Transparency*, 2020. arxiv.org/...1912.07726
  25. ^ImageNet. "Towards Fairer Datasets: Filtering and Balancing the Distribution of the People Subtree in the ImageNet Hierarchy." 17 September 2019. image-net.org/update-sep-17-2019
  26. ^ImageNet. "An Update to the ImageNet Website and Dataset." 11 March 2021. image-net.org/update-mar-11-2021
  27. ^Kaiyu Yang, Jacqueline H. Yau, Li Fei-Fei, Jia Deng, and Olga Russakovsky. "A Study of Face Obfuscation in ImageNet." *Proceedings of Machine Learning Research* 162, 2022. proceedings.mlr.press/...yang22q

Improve this article

Add missing citations, update stale details, or suggest a clearer explanation. Every suggestion is reviewed for sourcing before it goes live.

5 revisions · v6 · 3,538 words · full history

Fact-checks are independent of edits: a reviewer re-verifies the article against its sources and stamps the date. How we verify

Research and drafting on this wiki are AI-assisted, under named human editorial standards. How AI is used here

Reviewer note: Independently verified against 27 primary, peer-reviewed, and official records covering ImageNet and ILSVRC scope, construction, annotation, task metrics, exact 2010-2017 challenge results, transfer evidence, human comparisons, label reassessment, distribution-shift and corruption benchmarks, geodiversity, person-subtree curation, face obfuscation, copyright, and current access terms; factual, numerical, bibliographic, and currentness claims checked through 2026-07-28.

Cite this page: AI Wiki. "ImageNet." aiwiki.ai, updated 28 Jul 2026, fact-checked 28 Jul 2026. CC BY 4.0. https://aiwiki.ai/wiki/imagenet

Suggest edit