UnLearning from Experience to Avoid Spurious Correlations
Jeff Mitchell, Jes\'us Mart\'inez del Rinc\'on, Niall McLaughlin

TL;DR
This paper introduces UnLearning from Experience (ULE), a method using parallel student-teacher models to reduce spurious correlations in neural networks, improving robustness on various datasets.
Contribution
The paper proposes a novel parallel training approach with student and teacher models to unlearn spurious correlations in deep neural networks.
Findings
Effective in reducing spurious correlations on Waterbirds dataset.
Improves robustness against dataset biases in CelebA and UrbanCars.
Outperforms baseline methods in experimental evaluations.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis
