paper-with-me

홈 › Papers

A Too-Good-to-be-True Prior to Reduce Shortcut Reliance

2021-02-12 · Nikolay Dagaev, Brett D. Roads, Xiaoliang Luo, Daniel N. Barry, Kaustubh R. Patil, Bradley C. Love

Despite their impressive performance in object recognition and other tasks under standard testing conditions, deep networks often fail to generalize to out-of-distribution (o.o.d.) samples. One cause for this shortcoming is that modern architectures tend to rely on "shortcuts" - superficial features that correlate with categories without capturing deeper invariants that hold across contexts. Real-world concepts often possess a complex structure that can vary superficially across contexts, which can make the most intuitive and promising solutions in one context not generalize to others. One potential way to improve o.o.d. generalization is to assume simple solutions are unlikely to be valid across contexts and avoid them, which we refer to as the too-good-to-be-true prior. A low-capacity network (LCN) with a shallow architecture should only be able to learn surface relationships, including shortcuts. We find that LCNs can serve as shortcut detectors. Furthermore, an LCN's predictions can be used in a two-stage approach to encourage a high-capacity network (HCN) to rely on deeper invariant features that should generalize broadly. In particular, items that the LCN can master are downweighted when training the HCN. Using a modified version of the CIFAR-10 dataset in which we introduced shortcuts, we found that the two-stage LCN-HCN approach reduced reliance on shortcuts and facilitated o.o.d. generalization.

📄 PDF Abstract BibTeX arXiv:2102.06406

Code (0)

등록된 구현이 없습니다.

Tasks

Object Recognitionvalid

Similar Papers 제목 키워드 기반

Shortcut Invariance: Targeted Jacobian Regularization in Disentangled Latent Space

2025-11-24 · Shivam Pal, Sakshi Varshney, Piyush Rai arxiv

Deep neural networks are prone to learning shortcuts, spurious correlations present in the training data that undermine out-of-distribution (OOD) generalization. Most prior work mitigates shortcut learning through input-…

Self-Supervision on Images and Text Reduces Reliance on Visual Shortcut Features

2022-06-14 · Anil Palepu, Andrew L Beam

Deep learning models trained in a fully supervised manner have been shown to rely on so-called "shortcut" features. Shortcut features are inputs that are associated with the outcome of interest in the training data, but …

ICON Decomposition: Auditing deep neural networks for shortcuts by decomposing layer-wise representations using concepts

2026-08-26 · Roshan Prakash Rane, Marco Simnacher, Manuel Pfeuffer, Marc-Andre Schulz 외 arxiv

Deep neural networks often exploit spurious associations, a failure known as shortcut learning. Before deployment, models should be audited for reliance on a set of concepts, such as acquisition artifacts or demographics…

Do LLMs Overcome Shortcut Learning? An Evaluation of Shortcut Challenges in Large Language Models

2024-10-17 · Yu Yuan, Lili Zhao, Kai Zhang, Guangting Zheng 외

Large Language Models (LLMs) have shown remarkable capabilities in various natural language processing tasks. However, LLMs may rely on dataset biases as shortcuts for prediction, which can significantly impair their rob…

In-Context Learning

Chimera: Diagnosing Shortcut Learning in Visual-Language Understanding

2025-09-26 · Ziheng Chi, Yifan Hou, Chenxi Pang, Shaobo Cui 외 arxiv

Diagrams convey symbolic information in a visual format rather than a linear stream of words, making them especially challenging for AI models to process. While recent evaluations suggest that vision-language models (VLM…

Visual Question AnsweringVisual Reasoning