paper-with-me

홈 › Papers

Don't blame Dataset Shift! Shortcut Learning due to Gradients and Cross Entropy

2023-08-24 · Aahlad Puli, Lily Zhang, Yoav Wald, Rajesh Ranganath

Common explanations for shortcut learning assume that the shortcut improves prediction under the training distribution but not in the test distribution. Thus, models trained via the typical gradient-based optimization of cross-entropy, which we call default-ERM, utilize the shortcut. However, even when the stable feature determines the label in the training distribution and the shortcut does not provide any additional information, like in perception tasks, default-ERM still exhibits shortcut learning. Why are such solutions preferred when the loss for default-ERM can be driven to zero using the stable feature alone? By studying a linear perception task, we show that default-ERM's preference for maximizing the margin leads to models that depend more on the shortcut than the stable feature, even without overparameterization. This insight suggests that default-ERM's implicit inductive bias towards max-margin is unsuitable for perception tasks. Instead, we develop an inductive bias toward uniform margins and show that this bias guarantees dependence only on the perfect stable feature in the linear perception task. We develop loss functions that encourage uniform-margin solutions, called margin control (MARG-CTRL). MARG-CTRL mitigates shortcut learning on a variety of vision and language tasks, showing that better inductive biases can remove the need for expensive two-stage shortcut-mitigating methods in perception tasks.

📄 PDF Abstract BibTeX arXiv:2308.12553

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

Don’t blame Dataset Shift! Shortcut Learning due to Gradients and Cross Entropy

2023-09-21 · NeurIPS 2023 11

Common explanations for shortcut learning assume that the shortcut improves prediction only under the training distribution. Thus, models trained in the typical way by minimizing log-loss using gradient descent, which we…

Blameocracy: Causal Attribution in Political Communication

2025-04-09 · Francesco Bilotta, Alberto Binetti, Giacomo Manferdini

We propose a supervised method to detect causal attribution in political texts, distinguishing between expressions of merit and blame. Analyzing four million tweets shared by U.S. Congress members from 2012 to 2023, we d…

Playing the Blame Game with Robots

2021-02-08 · Markus Kneer, Michael T. Stuart

Recent research shows -- somewhat astonishingly -- that people are willing to ascribe moral blame to AI-driven systems when they cause harm [1]-[4]. In this paper, we explore the moral-psychological underpinnings of thes…

Attribute

Models Know Their Shortcuts: Deployment-Time Shortcut Mitigation

2026-04-14 · Jiayi Li, Shijie Tang, Gün Kaynar, Shiyi Du 외 arxiv

Pretrained text encoders are prone to shortcut learning, relying on token-label correlations that fail once the distribution shifts in deployment. Existing shortcut mitigation methods mainly operate at training time and …

Natural Language Inference

An Intervention-Based Framework for Shortcut Diagnosis in Spoofing Countermeasures

2026-07-03 · Santiago Rubio, Pilar Bello, Dayana Ribas, Antonio Miguel 외 arxiv

While deepfake audio detection systems achieve high performance in controlled benchmarks, their reliability often diminishes in the wild. Prior work shows that dataset-specific artifacts contribute to this gap. Yet, syst…