1. ImageNet 10K Dataset

ImageNet dataset is constructed based on the WordNet hierarchy and it is under development. The latest release of ImageNet contains 14 million images from 21841 classes.



ImageNet10K contains more than 9 million images from 10179 classes. These classes might be parent or leaf nodes in the hierarchy. In the leaf nodes, the images show instances of a specific entity. The Top-1 classification accuracy of leaf nodes are generally higher than the parent nodes due to this cleanness of the images.

with




2. ImageNet Large Scale Visual Categorization Challenge Dataset 2010 (ILSVRC2010)

The 2010 challenge dataset contains 1000 classes and 1.2M images. The whole hierarchy contains 1676 nodes, 1000 of which are leaf nodes. A child node may have at most 3 parents therefore the hierarchy is an undirected graph but without any loops.

To VISUALIZE THE HIERARCHY in ILSVRC2010 dataset, we use OpenOrd method [*] which is based on Fruchterman-Reingold algorithm and works with fixed number of iterations controlled via a simulated annealing type schedule.

[*] S. Martin, W. M. Brown, R. Klavans, and Kevin W. Boyack. "OpenOrd: An Open-Source Toolbox for Large Graph Layout", SPIE Conference on Visualization and Data Analysis (VDA), 2011