paper-with-me

Papers

What can we learn from misclassified ImageNet images?

2022-01-20 · Shixian Wen, Amanda Sofie Rios, Kiran Lekkala, Laurent Itti

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 demonstrate that: (i) The framework improves overall classification performance by 3.3%, by first inferring a superclass using a generalist superclass-level network, and then using a specialized network for final subclass-level classification. (ii) Although the total parameter storage cost increases to a factor N+1 for N superclasses compared to using a single network, with finetuning, delta and quantization aware training techniques this can be reduced to 0.2N+1. Another advantage of this efficient implementation is that the memory cost on the GPU during inference is equivalent to using only one network. The reason is we initiate each subclass-level network through addition of small parameter variations (deltas) to the superclass-level network. (iii) Finally, our framework promises to be more scalable and generalizable than the common alternative of simply scaling up a vanilla network in size, since very large networks often suffer from overfitting and gradient vanishing.

📄 PDF Abstract BibTeX arXiv:2201.08098

Code (0)

등록된 구현이 없습니다.

Tasks

GPUQuantization

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Evaluating Adversarial Attacks on ImageNet: A Reality Check on Misclassification Classes

2021-11-22 · NeurIPS Workshop ImageNet_PPF 2021 12 · Utku Ozbulak, Maura Pintor, Arnout Van Messem, Wesley De Neve

Although ImageNet was initially proposed as a dataset for performance benchmarking in the domain of computer vision, it also enabled a variety of other research efforts. Adversarial machine learning is one such research …

Benchmarking

What Makes ImageNet Look Unlike LAION

2023-06-27 · Ali Shirali, Moritz Hardt

ImageNet was famously created from Flickr image search results. What if we recreated ImageNet instead by searching the massive LAION dataset based on image captions alone? In this work, we carry out this counterfactual i…

counterfactualImage CaptioningImage RetrievalSelection bias

DAmageNet: A Universal Adversarial Dataset

2019-12-16 · Sizhe Chen, Xiaolin Huang, Zhengbao He, Chengjin Sun

It is now well known that deep neural networks (DNNs) are vulnerable to adversarial attack. Adversarial samples are similar to the clean ones, but are able to cheat the attacked DNN to produce incorrect predictions in hi…

Adversarial Attack

Misclassification in Difference-in-differences Models

2022-07-25 · Augustine Denteh, Désiré Kédagni

The difference-in-differences (DID) design is one of the most popular methods used in empirical economics research. However, there is almost no work examining what the DID method identifies in the presence of a misclassi…

ImageNet suffers from dichotomous data difficulty

2021-09-28 · NeurIPS Workshop ImageNet_PPF 2021 12 · Kristof Meding, Luca M. Schulze Buschoff, Robert Geirhos, Felix A. Wichmann

"The power of a generalization system follows directly from its biases" (Mitchell 1980). Today, CNNs are incredibly powerful generalisation systems---but to what degree have we understood how their inductive bias influen…

Inductive Bias