←
ImageNet编辑历史
提交《ImageNet》修改,状态:approved
查看这次修改
ImageNet is a large-scale hierarchical image database designed for use in visual object recognition research. Created by computer scientist Fei-Fei Li and her team at Princeton University, the dataset contains millions of labeled images organized according to the WordNet lexical hierarchy (synsets). First released in 2009, ImageNet enabled the development and benchmarking of deep learning models, most notably sparking the “ImageNet moment” in 2012 when a convolutional neural network achieved a dramatic accuracy improvement in the annual ImageNet Large Scale Visual Recognition Challenge (ILSVRC). The dataset has since become a de facto standard in computer vision, driving advances in image classification, object detection, and transfer learning. ## 1 History and development ### 1.1 Origins and motivation The motivation for ImageNet arose from the growing need for a large, richly annotated image dataset to train and evaluate object recognition algorithms in computer vision. Before ImageNet, most datasets were relatively small (e.g., Caltech-101 with 101 categories, or PASCAL VOC with 20 categories) and lacked the scale needed to support complex models. Fei-Fei Li, then a professor at Princeton University, recognized that in order to advance machine learning and visual understanding, researchers required a dataset orders of magnitude larger—one that reflected the real-world abundance and variety of objects. ### 1.2 Creation methodology #### 1.2.1 Collection of labeled images ImageNet was built by systematically gathering images from the internet, primarily through web search engines and photo-sharing websites. The team used the WordNet hierarchy as a semantic backbone, selecting nouns (synsets) from it as target categories. For each synset, they wrote automated scripts to download hundreds to thousands of candidate images from sources like Flickr and Google Images. #### 1.2.2 Human verification pipeline To ensure label quality, a multi-stage human verific
Ciallo~(∠・ω< )⌒★