LGAIMar 24, 2025

Severing Spurious Correlations with Data Pruning

arXiv:2503.18258v38 citationsh-index: 3ICLR
Originality Highly original
AI Analysis

This addresses the issue of model robustness for AI practitioners by mitigating reliance on spurious correlations, though it is incremental as it builds on prior work in data pruning.

The paper tackles the problem of deep neural networks learning spurious correlations in data, which can cause failures in real-world deployment, by developing a novel data pruning technique that identifies and removes small subsets of training samples containing spurious features, achieving state-of-the-art performance in settings where spurious information is identifiable.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes