paper-with-me

Papers

Generative Classifiers Avoid Shortcut Solutions

2025-12-31 · Alexander C. Li, Ananya Kumar, Deepak Pathak arxiv

Discriminative approaches to classification often learn shortcuts that hold in-distribution but fail even under minor distribution shift. This failure mode stems from an overreliance on features that are spuriously correlated with the label. We show that generative classifiers, which use class-conditional generative models, can avoid this issue by modeling all features, both core and spurious, instead of mainly spurious ones. These generative classifiers are simple to train, avoiding the need for specialized augmentations, strong regularization, extra hyperparameters, or knowledge of the specific spurious correlations to avoid. We find that diffusion-based and autoregressive generative classifiers achieve state-of-the-art performance on five standard image and text distribution shift benchmarks and reduce the impact of spurious correlations in realistic applications, such as medical or satellite datasets. Finally, we carefully analyze a Gaussian toy setting to understand the inductive biases of generative classifiers, as well as the data properties that determine when generative classifiers outperform discriminative ones.

📄 PDF Abstract BibTeX arXiv:2512.25034

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Chroma-VAE: Mitigating Shortcut Learning with Generative Classifiers

2022-11-28 · Wanqian Yang, Polina Kirichenko, Micah Goldblum, Andrew Gordon Wilson

Deep neural networks are susceptible to shortcut learning, using simple features to achieve low training loss without discovering essential semantic structure. Contrary to prior belief, we show that generative models alo…

Fighting Fire with Fire: Avoiding DNN Shortcuts through Priming

2022-06-22 · Chuan Wen, Jianing Qian, Jierui Lin, Jiaye Teng 외

Across applications spanning supervised classification and sequential control, deep learning has been reported to find "shortcut" solutions that fail catastrophically under minor changes in the data distribution. In this…

Autonomous DrivingClassificationcontinuous-controlContinuous Control+6

Intriguing properties of generative classifiers

2023-09-28 · Priyank Jaini, Kevin Clark, Robert Geirhos

What is the best paradigm to recognize objects -- discriminative inference (fast but potentially prone to shortcut learning) or using a generative model (slow but potentially more robust)? We build on recent advances in …

Object Recognition

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

2021-02-12 · Nikolay Dagaev, Brett D. Roads, Xiaoliang Luo, Daniel N. Barry 외

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…

Object Recognitionvalid

Reasoning in Transformers - Mitigating Spurious Correlations and Reasoning Shortcuts

2024-03-17 · Daniel Enström, Viktor Kjellberg, Moa Johansson

Transformer language models are neural networks used for a wide variety of tasks concerning natural language, including some that also require logical reasoning. However, a transformer model may easily learn spurious pat…

Language ModelingLanguage ModellingLogical Reasoning