paper-with-me

홈 › Papers

Improving Group Robustness on Spurious Correlation via Evidential Alignment

2025-06-12 · Wenqian Ye, Guangtao Zheng, Aidong Zhang

Deep neural networks often learn and rely on spurious correlations, i.e., superficial associations between non-causal features and the targets. For instance, an image classifier may identify camels based on the desert backgrounds. While it can yield high overall accuracy during training, it degrades generalization on more diverse scenarios where such correlations do not hold. This problem poses significant challenges for out-of-distribution robustness and trustworthiness. Existing methods typically mitigate this issue by using external group annotations or auxiliary deterministic models to learn unbiased representations. However, such information is costly to obtain, and deterministic models may fail to capture the full spectrum of biases learned by the models. To address these limitations, we propose Evidential Alignment, a novel framework that leverages uncertainty quantification to understand the behavior of the biased models without requiring group annotations. By quantifying the evidence of model prediction with second-order risk minimization and calibrating the biased models with the proposed evidential calibration technique, Evidential Alignment identifies and suppresses spurious correlations while preserving core features. We theoretically justify the effectiveness of our method as capable of learning the patterns of biased models and debiasing the model without requiring any spurious correlation annotations. Empirical results demonstrate that our method significantly improves group robustness across diverse architectures and data modalities, providing a scalable and principled solution to spurious correlations.

📄 PDF Abstract BibTeX arXiv:2506.11347

Code (1)

wenqian-ye/evidential_alignment 공식 구현 pytorch

Tasks

Uncertainty Quantification

Similar Papers 제목 키워드 기반

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

Superclass-Guided Representation Disentanglement for Spurious Correlation Mitigation

2025-08-12 · Chenruo Liu, Hongjun Liu, Zeyu Lai, Yiqiu Shen 외 arxiv

To enhance group robustness to spurious correlations, prior work often relies on auxiliary group annotations and assumes identical sets of groups across training and test domains. To overcome these limitations, we propos…

Domain Generalization

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

Trained Models Tell Us How to Make Them Robust to Spurious Correlation without Group Annotation

2024-10-07 · Mahdi Ghaznavi, Hesam Asadollahzadeh, Fahimeh Hosseini Noohdani, Soroush Vafaie Tabar 외

Classifiers trained with Empirical Risk Minimization (ERM) tend to rely on attributes that have high spurious correlation with the target. This can degrade the performance on underrepresented (or 'minority') groups that …

FairnessModel SelectionOut-of-Distribution Generalization

Out of spuriousity: Improving robustness to spurious correlations without group annotations

2024-07-20 · Phuong Quynh Le, Jörg Schlötterer, Christin Seifert

Machine learning models are known to learn spurious correlations, i.e., features having strong relations with class labels but no causal relation. Relying on those correlations leads to poor performance in the data group…

Attribute