# ImageNet-1K

ImageNet-1K is a standardized subset of the ImageNet database, containing 1,000 object categories used in the ImageNet Large Scale Visual Recognition Challenge (ILSVRC) since 2010. It became a benchmark for deep learning image classification models.

ImageNet-1K is a standardized subset of the ImageNet visual database, containing exactly 1,000 non-overlapping object classes. It was introduced as the classification and localization benchmark for the ImageNet Large Scale Visual Recognition Challenge (ILSVRC), which began in 2010. The subset was derived from the larger ImageNet dataset, which holds over 14 million hand-annotated images across more than 20,000 categories, by selecting a trimmed list of classes that are countable nouns and visually distinct. ImageNet-1K became a critical reference point in [machine learning](https://www.wikiprompt.org/wiki/machine-learning) and [deep-learning](https://www.wikiprompt.org/wiki/deep-learning), serving as the primary testbed for advances in [neural-network](https://www.wikiprompt.org/wiki/neural-network) architectures and training techniques during the 2010s.

The dataset's images are sourced from third-party URLs and are not owned by ImageNet itself. Each image is labeled with exactly one class identifier, known as a WordNet ID (wnid), which corresponds to a synset in the WordNet lexical database. The categories span a wide range of everyday objects, from animals and plants to vehicles and household items, and include 120 fine-grained dog breed classes to test subtle discrimination. ImageNet-1K images are in RGB format with varying resolutions, typically preprocessed to a fixed size and normalized before being fed into models.

## History and Creation

AI researcher Fei-Fei Li conceived the ImageNet project in 2006, aiming to shift AI research focus from algorithms to large-scale data. In 2007, she met with Princeton professor Christiane Fellbaum, a WordNet creator, and decided to build the dataset using WordNet's noun hierarchy as a backbone. The project began labeling in July 2008 using Amazon Mechanical Turk, with 49,000 workers from 167 countries filtering over 160 million candidate images. Labeling concluded in April 2010, with each of the 14 million images verified three times.

The original plan envisioned 40,000 categories with 10,000 images each, but practical constraints, including human classification speeds of about 2 images per second, led to a reduced scope. The first public presentation was a poster at the 2009 Conference on Computer Vision and Pattern Recognition (CVPR) in Florida. In 2009, Alex Berg suggested adding object localization, leading to a collaboration with the PASCAL Visual Object Classes contest and the launch of ILSVRC in 2010 with 1,000 classes.

## Role in Deep Learning

ImageNet-1K gained prominence on 30 September 2012, when a convolutional neural network called AlexNet achieved a top-5 error of 15.3% in the ImageNet 2012 Challenge, over 10.8 percentage points better than the runner-up. This success was enabled by training on graphics processing units (GPUs), a key ingredient of the deep learning revolution. The result drew attention across the technology industry, as noted by The Economist.

Subsequent years saw rapid progress. In 2015, Microsoft's very deep CNN with over 100 layers won the ImageNet 2015 contest with a 3.57% error rate. Human performance was estimated by Andrej Karpathy in 2014 at around 5.1% with concentrated effort, and potentially 2.4% with maximal effort, indicating that models soon approached or exceeded human-level classification on this benchmark. ImageNet-1K became the standard evaluation set for innovations such as [residual-network](https://www.wikiprompt.org/wiki/residual-network) architectures, [batch-normalization](https://www.wikiprompt.org/wiki/batch-normalization), and [data-augmentation](https://www.wikiprompt.org/wiki/data-augmentation) techniques.

## Dataset Structure

ImageNet-1K categories are filtered from WordNet 3.0, which contains over 80,000 noun synsets. The selection process retained 21,841 synsets for the full ImageNet, and the 1,000-class subset was chosen for ILSVRC. Each synset has a unique wnid, such as "n02084071" for "dog, domestic dog, Canis familiaris". The categories are organized into a hierarchy of 9 levels, from broad concepts like "mammal" to specific breeds like "German shepherd".

Images were scraped from online search engines including Google, Picsearch, MSN, Yahoo, and Flickr, using synonyms in multiple languages. For example, the German shepherd category used queries such as "Alsatian" and "pastore tedesco". Resolutions vary widely, from 4288 x 2848 to 75 x 56 pixels in the fish category. In practice, images are resized to a constant resolution and whitened; for instance, PyTorch normalizes by dividing pixel values to [0,1], subtracting the mean [0.485, 0.456, 0.406], and dividing by the standard deviation [0.229, 0.224, 0.225].

## Annotations and Usage

Each ImageNet-1K image carries a single class label. The full ImageNet also provides bounding box annotations for about 1 million images across roughly 3,000 popular synsets, enabling object localization tasks. Dense SIFT features were released for the 1,000-class subset, designed for bag-of-visual-words approaches, though these became less common with the rise of deep learning.

As of the 2010 summary, ImageNet had 21,841 non-empty synsets, 14,197,122 images, and 1,034,908 images with bounding boxes. The dataset's annotations are freely available, but the images themselves are not owned by ImageNet. ImageNet-1K remains widely used for pretraining and benchmarking in [artificial-intelligence](https://www.wikiprompt.org/wiki/artificial-intelligence), despite the emergence of larger datasets and alternative benchmarks.

## Legacy and Impact

The success of AlexNet on ImageNet-1K catalyzed the deep learning boom, influencing fields beyond computer vision, including [natural-language-processing](https://www.wikiprompt.org/wiki/natural-language-processing) and [large-language-model](https://www.wikiprompt.org/wiki/large-language-model) development. The benchmark's clear metrics and large scale made it a standard for comparing model architectures, training methods, and hardware efficiency. However, concerns about annotation noise and the dataset's static nature have led to critiques, and some researchers have proposed newer benchmarks. Nevertheless, ImageNet-1K remains a foundational resource in [machine-learning](https://www.wikiprompt.org/wiki/machine-learning) research and education.

---
Source: https://www.wikiprompt.org/wiki/imagenet-1k
License: CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
Last updated: 2026-09-12T16:26:31.729154+00:00
