paper-with-me

홈 › Papers

Spurious Features Everywhere -- Large-Scale Detection of Harmful Spurious Features in ImageNet

2022-12-09 · Yannic Neuhaus, Maximilian Augustin, Valentyn Boreiko, Matthias Hein

Benchmark performance of deep learning classifiers alone is not a reliable predictor for the performance of a deployed model. In particular, if the image classifier has picked up spurious features in the training data, its predictions can fail in unexpected ways. In this paper, we develop a framework that allows us to systematically identify spurious features in large datasets like ImageNet. It is based on our neural PCA components and their visualization. Previous work on spurious features often operates in toy settings or requires costly pixel-wise annotations. In contrast, we work with ImageNet and validate our results by showing that presence of the harmful spurious feature of a class alone is sufficient to trigger the prediction of that class. We introduce the novel dataset "Spurious ImageNet" which allows to measure the reliance of any ImageNet classifier on harmful spurious features. Moreover, we introduce SpuFix as a simple mitigation method to reduce the dependence of any ImageNet classifier on previously identified harmful spurious features without requiring additional labels or retraining of the model. We provide code and data at https://github.com/YanNeu/spurious_imagenet .

📄 PDF Abstract BibTeX arXiv:2212.04871

Code (1)

yanneu/spurious_imagenet 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

fail 설명 없음
PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Spurious Features Everywhere - Large-Scale Detection of Harmful Spurious Features in ImageNet

2023-01-01 · ICCV 2023 1 · Yannic Neuhaus, Maximilian Augustin, Valentyn Boreiko, Matthias Hein

Benchmark performance of deep learning classifiers alone is not a reliable predictor for the performance of a deployed model. In particular, if the image classifier has picked up spurious features in the training dat…

Fine-Tuning Text-To-Image Diffusion Models for Class-Wise Spurious Feature Generation

2024-02-13 · AprilPyone MaungMaung, Huy H. Nguyen, Hitoshi Kiya, Isao Echizen

We propose a method for generating spurious features by leveraging large-scale text-to-image diffusion models. Although the previous work detects spurious features in a large-scale dataset like ImageNet and introduces Sp…

HDNET: Exploiting HD Maps for 3D Object Detection

2020-12-21 · Bin Yang, Ming Liang, Raquel Urtasun

In this paper we show that High-Definition (HD) maps provide strong priors that can boost the performance and robustness of modern 3D object detectors. Towards this goal, we design a single stage detector that extracts g…

3D Object DetectionObjectobject-detectionObject Detection

Signal Is Harder To Learn Than Bias: Debiasing with Focal Loss

2023-05-31 · Moritz Vandenhirtz, Laura Manduchi, Ričards Marcinkevičs, Julia E. Vogt

Spurious correlations are everywhere. While humans often do not perceive them, neural networks are notorious for learning unwanted associations, also known as biases, instead of the underlying decision rule. As a result,…

Decision MakingDomain GeneralizationUnfairness Detection

On the Impact of Spurious Correlation for Out-of-distribution Detection

2021-09-12 · Yifei Ming, Hang Yin, Yixuan Li

Modern neural networks can assign high confidence to inputs drawn from outside the training distribution, posing threats to models in real-world deployments. While much research attention has been placed on designing new…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection