paper-with-me

Papers

Spurious Correlation-Aware Embedding Regularization for Worst-Group Robustness

2025-11-06 · Subeen Park, Joowang Kim, Hakyung Lee, Sunjae Yoo, Kyungwoo Song arxiv

Deep learning models achieve strong performance across various domains but often rely on spurious correlations, making them vulnerable to distribution shifts. This issue is particularly severe in subpopulation shift scenarios, where models struggle in underrepresented groups. While existing methods have made progress in mitigating this issue, their performance gains are still constrained. They lack a rigorous theoretical framework connecting the embedding space representations with worst-group error. To address this limitation, we propose Spurious Correlation-Aware Embedding Regularization for Worst-Group Robustness (SCER), a novel approach that directly regularizes feature representations to suppress spurious cues. We show theoretically that worst-group error is influenced by how strongly the classifier relies on spurious versus core directions, identified from differences in group-wise mean embeddings across domains and classes. By imposing theoretical constraints at the embedding level, SCER encourages models to focus on core features while reducing sensitivity to spurious patterns. Through systematic evaluation on multiple vision and language, we show that SCER outperforms prior state-of-the-art studies in worst-group accuracy. Our code is available at \href{https://github.com/MLAI-Yonsei/SCER}{https://github.com/MLAI-Yonsei/SCER}.

📄 PDF Abstract BibTeX arXiv:2511.04401

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Density-Aware Translation of Spurious Correlations in Zero-Shot VLMs

2026-06-01 · Afsaneh Hasanebrahimi, Hanxun Huang, Christopher Leckie, Sarah Erfani arxiv

Vision-Language models (VLMs), such as CLIP, achieve powerful zero-shot classification. However, their predictions remain sensitive to spurious correlations, where contextual cues dominate over semantic content. Earlier …

Prompt Engineering

Correct-N-Contrast: A Contrastive Approach for Improving Robustness to Spurious Correlations

2022-03-03 · Michael Zhang, Nimit S. Sohoni, Hongyang R. Zhang, Chelsea Finn 외

Spurious correlations pose a major challenge for robust machine learning. Models trained with empirical risk minimization (ERM) may learn to rely on correlations between class labels and spurious attributes, leading to p…

AttributeContrastive Learning

You Only Need a Good Embeddings Extractor to Fix Spurious Correlations

2022-12-12 · Raghav Mehta, Vítor Albiero, Li Chen, Ivan Evtimov 외

Spurious correlations in training data often lead to robustness issues since models learn to use them as shortcuts. For example, when predicting whether an object is a cow, a model might learn to rely on its green backgr…

AGRO: Adversarial Discovery of Error-prone groups for Robust Optimization

2022-12-02 · Bhargavi Paranjape, Pradeep Dasigi, Vivek Srikumar, Luke Zettlemoyer 외

Models trained via empirical risk minimization (ERM) are known to rely on spurious correlations between labels and task-independent input features, resulting in poor generalization to distributional shifts. Group distrib…

QQP

Improving Group Robustness on Spurious Correlation Requires Preciser Group Inference

2024-04-22 · Yujin Han, Difan Zou

Standard empirical risk minimization (ERM) models may prioritize learning spurious correlations between spurious features and true labels, leading to poor accuracy on groups where these correlations do not hold. Mitigati…

Attribute