paper-with-me

홈 › Papers

UnLearning from Experience to Avoid Spurious Correlations

2024-09-04 · Jeff Mitchell, Jesús Martínez del Rincón, Niall McLaughlin

While deep neural networks can achieve state-of-the-art performance in many tasks, these models are more fragile than they appear. They are prone to learning spurious correlations in their training data, leading to surprising failure cases. In this paper, we propose a new approach that addresses the issue of spurious correlations: UnLearning from Experience (ULE). Our method is based on using two classification models trained in parallel: student and teacher models. Both models receive the same batches of training data. The student model is trained with no constraints and pursues the spurious correlations in the data. The teacher model is trained to solve the same classification problem while avoiding the mistakes of the student model. As training is done in parallel, the better the student model learns the spurious correlations, the more robust the teacher model becomes. The teacher model uses the gradient of the student's output with respect to its input to unlearn mistakes made by the student. We show that our method is effective on the Waterbirds, CelebA, Spawrious and UrbanCars datasets.

📄 PDF Abstract BibTeX arXiv:2409.02792

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Safety Mirage: How Spurious Correlations Undermine VLM Safety Fine-tuning

2025-03-14 · YiWei Chen, Yuguang Yao, Yihua Zhang, Bingquan Shen 외

Recent vision-language models (VLMs) have made remarkable strides in generative modeling with multimodal inputs, particularly text and images. However, their susceptibility to generating harmful content when exposed to u…

Machine Unlearning

MIMM-X: Disentangling Spurious Correlations for Medical Image Analysis

2025-11-28 · Louisa Fay, Hajer Reguigui, Bin Yang, Sergios Gatidis 외 arxiv

Deep learning models can excel on medical tasks, yet often experience spurious correlations, known as shortcut learning, leading to poor generalization in new environments. Particularly in medical imaging, where multiple…

Unlearning Spurious Correlations in Chest X-ray Classification

2023-08-02 · Misgina Tsighe Hagos, Kathleen M. Curran, Brian Mac Namee

Medical image classification models are frequently trained using training datasets derived from multiple data sources. While leveraging multiple data sources is crucial for achieving model generalization, it is important…

Classificationimage-classificationImage ClassificationMedical Image Classification+1

Generative Classifiers Avoid Shortcut Solutions

2025-12-31 · Alexander C. Li, Ananya Kumar, Deepak Pathak arxiv

Discriminative approaches to classification often learn shortcuts that hold in-distribution but fail even under minor distribution shift. This failure mode stems from an overreliance on features that are spuriously corre…

Avoiding spurious correlations via logit correction

2022-12-02 · Sheng Liu, Xu Zhang, Nitesh Sekhar, Yue Wu 외

Empirical studies suggest that machine learning models trained with empirical risk minimization (ERM) often rely on attributes that may be spuriously correlated with the class labels. Such models typically lead to poor p…

Attribute