paper-with-me

홈 › Papers

Uncovering Memorization Effect in the Presence of Spurious Correlations

2025-01-01 · Chenyu You, Haocheng Dai, Yifei Min, Jasjeet S. Sekhon, Sarang Joshi, James S. Duncan

Machine learning models often rely on simple spurious features -- patterns in training data that correlate with targets but are not causally related to them, like image backgrounds in foreground classification. This reliance typically leads to imbalanced test performance across minority and majority groups. In this work, we take a closer look at the fundamental cause of such imbalanced performance through the lens of memorization, which refers to the ability to predict accurately on atypical examples (minority groups) in the training set but failing in achieving the same accuracy in the testing set. This paper systematically shows the ubiquitous existence of spurious features in a small set of neurons within the network, providing the first-ever evidence that memorization may contribute to imbalanced group performance. Through three experimental sources of converging empirical evidence, we find the property of a small subset of neurons or channels in memorizing minority group information. Inspired by these findings, we hypothesize that spurious memorization, concentrated within a small subset of neurons, plays a key role in driving imbalanced group performance. To further substantiate this hypothesis, we show that eliminating these unnecessary spurious memorization patterns via a novel framework during training can significantly affect the model performance on minority groups. Our experimental results across various architectures and benchmarks offer new insights on how neural networks encode core and spurious knowledge, laying the groundwork for future research in demystifying robustness to spurious correlation.

📄 PDF Abstract BibTeX arXiv:2501.00961

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

A Toolkit for Detecting Spurious Correlations in Speech Datasets

2026-04-29 · Lara Gauder, Pablo Riera, Andrea Slachevsky, Gonzalo Forno 외 arxiv

We introduce a toolkit for uncovering spurious correlations between recording characteristics and target class in speech datasets. Spurious correlations may arise due to heterogeneous recording conditions, a common scena…

Generalization vs. Memorization in the Presence of Statistical Biases in Transformers

2024-09-06 · John Mitros, Damien Teney

This study aims to understand how statistical biases affect the model's ability to generalize to in-distribution and out-of-distribution data on algorithmic tasks. Prior research indicates that transformers may inadverte…

Memorization

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

Causal-HalBench: Uncovering LVLMs Object Hallucinations Through Causal Intervention

2025-11-13 · Zhe Xu, Zhicai Wang, Junkang Wu, Jinda Lu 외 arxiv

Large Vision-Language Models (LVLMs) often suffer from object hallucination, making erroneous judgments about the presence of objects in images. We propose this primar- ily stems from spurious correlations arising when m…

Object Recognition

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 misclas…