Spuriousness-Aware Meta-Learning for Learning Robust Classifiers
Guangtao Zheng, Wenqian Ye, Aidong Zhang

TL;DR
This paper introduces SPUME, a meta-learning framework that enhances classifier robustness against spurious correlations by detecting and mitigating reliance on such correlations without requiring prior annotations.
Contribution
The paper proposes a novel meta-learning approach utilizing a vision-language model to identify and reduce spurious correlations in image classification tasks.
Findings
Achieves state-of-the-art robustness on five benchmark datasets.
Effectively detects and mitigates reliance on spurious correlations.
Operates without prior knowledge of spurious correlations.
Abstract
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 them for predictions, leading to poor generalization on the data where the correlations do not hold. Mitigating the impact of spurious correlations is crucial towards robust model generalization, but it often requires annotations of the spurious correlations in data -- a strong assumption in practice. In this paper, we propose a novel learning framework based on meta-learning, termed SPUME -- SPUriousness-aware MEta-learning, to train an image classifier to be robust to spurious correlations. We design the framework to iteratively detect and mitigate the spurious correlations that the classifier excessively relies on for predictions. To achieve this, we first propose to…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Imbalanced Data Classification Techniques
