What can we learn from misclassified ImageNet images?
Shixian Wen, Amanda Sofie Rios, Kiran Lekkala, Laurent Itti

TL;DR
This paper investigates misclassification patterns in ImageNet, introduces a hierarchical dataset and a two-stage classification framework that improves accuracy and scalability while reducing memory costs.
Contribution
It proposes the Superclassing ImageNet dataset and a Super-Sub framework, enhancing classification performance and scalability through hierarchical training and efficient network initialization.
Findings
Misclassifications mainly occur within subclasses, not across superclasses.
Ensemble networks trained on subclasses of a single superclass outperform those trained on all subclasses.
The Super-Sub framework improves accuracy by 3.3% and reduces memory costs with delta and quantization techniques.
Abstract
Understanding the patterns of misclassified ImageNet images is particularly important, as it could guide us to design deep neural networks (DNN) that generalize better. However, the richness of ImageNet imposes difficulties for researchers to visually find any useful patterns of misclassification. Here, to help find these patterns, we propose "Superclassing ImageNet dataset". It is a subset of ImageNet which consists of 10 superclasses, each containing 7-116 related subclasses (e.g., 52 bird types, 116 dog types). By training neural networks on this dataset, we found that: (i) Misclassifications are rarely across superclasses, but mainly among subclasses within a superclass. (ii) Ensemble networks trained each only on subclasses of a given superclass perform better than the same network trained on all subclasses of all superclasses. Hence, we propose a two-stage Super-Sub framework, and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital Imaging for Blood Diseases · Retinal Imaging and Analysis · Anomaly Detection Techniques and Applications
MethodsAttentive Walk-Aggregating Graph Neural Network
