paper-with-me

홈 › Papers

Mitigating Spurious Correlations with Memorization-Guided Dataset De-Biasing

2026-06-01 · Arda Fazla, Abolfazl Hashemi arxiv

Real-world datasets often contain spurious correlations that are not causally related to the target label. When such correlations dominate the majority of training samples, models tend to rely on them, leading to misclassification of minority samples that do not exhibit the same spurious patterns. While a potential approach is to select subsets of data to better represent the minority samples, this may require access to group labels, which are typically unknown. Furthermore, as we demonstrate, widely used sample scoring functions in the invariant subset or coreset selection literature largely depend on spurious features and therefore fail to accurately capture the importance or difficulty of core, causally relevant features. Accordingly, we propose to mitigate spurious correlations by developing a two-stage sample scoring function that disentangles the learning dynamics of core and spurious features and evaluates their difficulty separately. Based on our proposed metric, we introduce a new algorithm to find and prioritize informative samples both with and without spurious correlations. Extensive experiments demonstrate that a standard ERM model trained on our selected samples achieves superior performance compared to state-of-the-art debiasing techniques, while requiring as little as 10\% of the original training data.

📄 PDF Abstract BibTeX arXiv:2606.02830

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mitigating Spurious Correlations for Self-supervised Recommendation

2022-12-08 · Xinyu Lin, Yiyan Xu, Wenjie Wang, Yang Zhang 외

Recent years have witnessed the great success of self-supervised learning (SSL) in recommendation systems. However, SSL recommender models are likely to suffer from spurious correlations, leading to poor generalization. …

Feature EngineeringRecommendation SystemsSelf-Supervised Learning

The Pitfalls of Memorization: When Memorization Hurts Generalization

2024-12-10 · Reza Bayat, Mohammad Pezeshki, Elvis Dohmatob, David Lopez-Paz 외

Neural networks often learn simple explanations that fit the majority of the data while memorizing exceptions that deviate from these explanations.This behavior leads to poor generalization when the learned explanations …

Memorization

RaVL: Discovering and Mitigating Spurious Correlations in Fine-Tuned Vision-Language Models

2024-11-06 · Maya Varma, Jean-Benoit Delbrouck, Zhihong Chen, Akshay Chaudhari 외

Fine-tuned vision-language models (VLMs) often capture spurious correlations between image features and textual attributes, resulting in degraded zero-shot performance at test time. Existing approaches for addressing spu…

image-classificationImage Classificationzero-shot-classificationZero-Shot Learning

Spurious Privacy Leakage in Neural Networks

2025-05-26 · Chenxiang Zhang, Jun Pang, Sjouke Mauw

Neural networks are vulnerable to privacy attacks aimed at stealing sensitive data. The risks can be amplified in a real-world scenario, particularly when models are trained on limited and biased data. In this work, we i…

Memorization

Mitigating Spurious Correlations in Multi-modal Models during Fine-tuning

2023-04-08 · Yu Yang, Besmira Nushi, Hamid Palangi, Baharan Mirzasoleiman

Spurious correlations that degrade model generalization or lead the model to be right for the wrong reasons are one of the main robustness concerns for real-world deployments. However, mitigating these correlations durin…

Attribute