paper-with-me

홈 › Papers

Severing Spurious Correlations with Data Pruning

2025-03-24 · Varun Mulchandani, Jung-eun Kim

Deep neural networks have been shown to learn and rely on spurious correlations present in the data that they are trained on. Reliance on such correlations can cause these networks to malfunction when deployed in the real world, where these correlations may no longer hold. To overcome the learning of and reliance on such correlations, recent studies propose approaches that yield promising results. These works, however, study settings where the strength of the spurious signal is significantly greater than that of the core, invariant signal, making it easier to detect the presence of spurious features in individual training samples and allow for further processing. In this paper, we identify new settings where the strength of the spurious signal is relatively weaker, making it difficult to detect any spurious information while continuing to have catastrophic consequences. We also discover that spurious correlations are learned primarily due to only a handful of all the samples containing the spurious feature and develop a novel data pruning technique that identifies and prunes small subsets of the training data that contain these samples. Our proposed technique does not require inferred domain knowledge, information regarding the sample-wise presence or nature of spurious information, or human intervention. Finally, we show that such data pruning attains state-of-the-art performance on previously studied settings where spurious information is identifiable.

📄 PDF Abstract BibTeX arXiv:2503.18258

Code (1)

JEKimLab/ICLR2025_SpuriousDataPruning 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Self-consistent Reasoning For Solving Math Word Problems

2022-10-27 · Jing Xiong, Zhongwei Wan, Xiping Hu, Min Yang 외

Math word problems (MWPs) is a task that automatically derives solution expression from a giving math problems in text. The previous studies suffer from spurious correlations between input text and output expression. To …

Math

Pruning Spurious Subgraphs for Graph Out-of-Distribtuion Generalization

2025-06-06 · Tianjun Yao, Haoxuan Li, Yongqiang Chen, Tongliang Liu 외

Graph Neural Networks (GNNs) often encounter significant performance degradation under distribution shifts between training and test data, hindering their applicability in real-world scenarios. Recent studies have propos…

Out-of-Distribution Generalization

Spuriousness-Aware Meta-Learning for Learning Robust Classifiers

2024-06-15 · Guangtao Zheng, Wenqian Ye, Aidong Zhang

Spurious correlations are brittle associations between certain attributes of inputs and target variables, such as the correlation between an image background and an object class. Deep image classifiers often leverage the…

AttributeLanguage ModellingMeta-Learning

Understanding Rare Spurious Correlations in Neural Networks

2022-02-10 · Yao-Yuan Yang, Chi-Ning Chou, Kamalika Chaudhuri

Neural networks are known to use spurious correlations such as background information for classification. While prior work has looked at spurious correlations that are widespread in the training data, in this work, we in…

Views Can Be Deceiving: Improved SSL Through Feature Space Augmentation

2024-05-28 · Kimia Hamidieh, Haoran Zhang, Swami Sankaranarayanan, Marzyeh Ghassemi

Supervised learning methods have been found to exhibit inductive biases favoring simpler features. When such features are spuriously correlated with the label, this can result in suboptimal performance on minority subgro…

Representation LearningSelf-Supervised Learning