CVJun 15, 2024

Spuriousness-Aware Meta-Learning for Learning Robust Classifiers

arXiv:2406.10742v18 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the critical issue of model robustness for machine learning practitioners by enabling robust classifiers without needing costly annotations of spurious correlations, though it is an incremental improvement building on meta-learning and vision-language models.

The paper tackles the problem of deep image classifiers relying on spurious correlations, which harms generalization, by proposing SPUME, a meta-learning framework that detects and mitigates these correlations without prior annotations. The method achieves state-of-the-art results on five benchmark datasets, demonstrating robustness to spurious correlations.

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 utilize a pre-trained vision-language model to extract text-format attributes from images. These attributes enable us to curate data with various class-attribute correlations, and we formulate a novel metric to measure the degree of these correlations' spuriousness. Then, to mitigate the reliance on spurious correlations, we propose a meta-learning strategy in which the support (training) sets and query (test) sets in tasks are curated with different spurious correlations that have high degrees of spuriousness. By meta-training the classifier on these spuriousness-aware meta-learning tasks, our classifier can learn to be invariant to the spurious correlations. We demonstrate that our method is robust to spurious correlations without knowing them a priori and achieves the best on five benchmark datasets with different robustness measures.

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