paper-with-me

Papers

Navigate Beyond Shortcuts: Debiased Learning through the Lens of Neural Collapse

2024-05-09 · CVPR 2024 1 · Yining Wang, Junjie Sun, Chenyue Wang, Mi Zhang, Min Yang

Recent studies have noted an intriguing phenomenon termed Neural Collapse, that is, when the neural networks establish the right correlation between feature spaces and the training targets, their last-layer features, together with the classifier weights, will collapse into a stable and symmetric structure. In this paper, we extend the investigation of Neural Collapse to the biased datasets with imbalanced attributes. We observe that models will easily fall into the pitfall of shortcut learning and form a biased, non-collapsed feature space at the early period of training, which is hard to reverse and limits the generalization capability. To tackle the root cause of biased classification, we follow the recent inspiration of prime training, and propose an avoid-shortcut learning framework without additional training complexity. With well-designed shortcut primes based on Neural Collapse structure, the models are encouraged to skip the pursuit of simple shortcuts and naturally capture the intrinsic correlations. Experimental results demonstrate that our method induces better convergence properties during training, and achieves state-of-the-art generalization performance on both synthetic and real-world biased datasets.

📄 PDF Abstract BibTeX arXiv:2405.05587

Code (0)

등록된 구현이 없습니다.

Tasks

Navigate

Similar Papers 제목 키워드 기반

ShortcutLens: A Visual Analytics Approach for Exploring Shortcuts in Natural Language Understanding Dataset

2022-08-17 · Zhihua Jin, Xingbo Wang, Furui Cheng, Chunhui Sun 외

Benchmark datasets play an important role in evaluating Natural Language Understanding (NLU) models. However, shortcuts -- unwanted biases in the benchmark datasets -- can damage the effectiveness of benchmark datasets i…

Natural Language Understanding

Can Out-of-Distribution Evaluations Uncover Reliance on Shortcuts? A Case Study in Question Answering

2025-08-25 · Michal Štefánik, Timothee Mickus, Marek Kadlčík, Michal Spiegel 외 arxiv

A majority of recent work in AI assesses models' generalization capabilities through the lens of performance on out-of-distribution (OOD) datasets. Despite their practicality, such evaluations build upon a strong assumpt…

Question Answering

(Debiased) Contrastive Learning Loss for Recommendation (Technical Report)

2023-12-13 · Ruoming Jin, Dong Li

In this paper, we perform a systemic examination of the recommendation losses, including listwise (softmax), pairwise(BPR), and pointwise (mean-squared error, MSE, and Cosine Contrastive Loss, CCL) losses through the len…

Contrastive Learning

Rethinking Relation Extraction: Beyond Shortcuts to Generalization with a Debiased Benchmark

2025-01-02 · Liang He, Yougang Chu, Zhen Wu, Jianbing Zhang 외

Benchmarks are crucial for evaluating machine learning algorithm performance, facilitating comparison and identifying superior solutions. However, biases within datasets can lead models to learn shortcut patterns, result…

RelationRelation Extraction

Representation-Level Counterfactual Calibration for Debiased Zero-Shot Recognition

2025-10-30 · Pei Peng, MingKun Xie, Hang Hao, Tong Jin 외 arxiv

Object-context shortcuts remain a persistent challenge in vision-language models, undermining zero-shot reliability when test-time scenes differ from familiar training co-occurrences. We recast this issue as a causal inf…

Multimodal ReasoningCausal Inference