paper-with-me

Papers

Do ImageNet-trained models learn shortcuts? The impact of frequency shortcuts on generalization

2025-03-05 · CVPR 2025 1 · Shunxin Wang, Raymond Veldhuis, Nicola Strisciuglio

Frequency shortcuts refer to specific frequency patterns that models heavily rely on for correct classification. Previous studies have shown that models trained on small image datasets often exploit such shortcuts, potentially impairing their generalization performance. However, existing methods for identifying frequency shortcuts require expensive computations and become impractical for analyzing models trained on large datasets. In this work, we propose the first approach to more efficiently analyze frequency shortcuts at a larger scale. We show that both CNN and transformer models learn frequency shortcuts on ImageNet. We also expose that frequency shortcut solutions can yield good performance on out-of-distribution (OOD) test sets which largely retain texture information. However, these shortcuts, mostly aligned with texture patterns, hinder model generalization on rendition-based OOD test sets. These observations suggest that current OOD evaluations often overlook the impact of frequency shortcuts on model generalization. Future benchmarks could thus benefit from explicitly assessing and accounting for these shortcuts to build models that generalize across a broader range of OOD scenarios.

📄 PDF Abstract BibTeX arXiv:2503.03519

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

What do neural networks learn in image classification? A frequency shortcut perspective

2023-07-19 · ICCV 2023 1 · Shunxin Wang, Raymond Veldhuis, Christoph Brune, Nicola Strisciuglio

Frequency analysis is useful for understanding the mechanisms of representation learning in neural networks (NNs). Most research in this area focuses on the learning dynamics of NNs for regression tasks, while little for…

Data Augmentationimage-classificationImage ClassificationRepresentation Learning

A Whac-A-Mole Dilemma: Shortcuts Come in Multiples Where Mitigating One Amplifies Others

2022-12-09 · CVPR 2023 1 · Zhiheng Li, Ivan Evtimov, Albert Gordo, Caner Hazirbas 외

Machine learning models have been found to learn shortcuts -- unintended decision rules that are unable to generalize -- undermining models' reliability. Previous works address this problem under the tenuous assumption t…

Domain GeneralizationImage ClassificationOut-of-Distribution Generalization

Towards Combating Frequency Simplicity-biased Learning for Domain Generalization

2024-10-21 · Xilin He, Jingyu Hu, Qinliang Lin, Cheng Luo 외

Domain generalization methods aim to learn transferable knowledge from source domains that can generalize well to unseen target domains. Recent studies show that neural networks frequently suffer from a simplicity-biased…

Data AugmentationDomain Generalization

Exploring connections of spectral analysis and transfer learning in medical imaging

2024-07-16 · Yucheng Lu, Dovile Juodelyte, Jonathan D. Victor, Veronika Cheplygina

In this paper, we use spectral analysis to investigate transfer learning and study model sensitivity to frequency shortcuts in medical imaging. By analyzing the power spectrum density of both pre-trained and fine-tuned m…

SensitivityTransfer Learning

Exposing Image Classifier Shortcuts with Counterfactual Frequency (CoF) Tables

2024-05-24 · James Hinns, David Martens

The rise of deep learning in image classification has brought unprecedented accuracy but also highlighted a key issue: the use of 'shortcuts' by models. Such shortcuts are easy-to-learn patterns from the training data th…

counterfactualimage-classificationImage Classification