CVAICLAug 19, 2023

ASPIRE: Language-Guided Data Augmentation for Improving Robustness Against Spurious Correlations

arXiv:2308.10103v327 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses robustness issues in image classification for real-world applications, though it is incremental as it builds on prior robust training methods.

The paper tackles the problem of neural image classifiers relying on spurious correlations in training data, which harms performance in atypical scenarios, by introducing ASPIRE, a language-guided data augmentation method that improves worst-group classification accuracy by 1% to 38% across four datasets.

Neural image classifiers can often learn to make predictions by overly relying on non-predictive features that are spuriously correlated with the class labels in the training data. This leads to poor performance in real-world atypical scenarios where such features are absent. This paper presents ASPIRE (Language-guided Data Augmentation for SPurIous correlation REmoval), a simple yet effective solution for supplementing the training dataset with images without spurious features, for robust learning against spurious correlations via better generalization. ASPIRE, guided by language at various steps, can generate non-spurious images without requiring any group labeling or existing non-spurious images in the training set. Precisely, we employ LLMs to first extract foreground and background features from textual descriptions of an image, followed by advanced language-guided image editing to discover the features that are spuriously correlated with the class label. Finally, we personalize a text-to-image generation model using the edited images to generate diverse in-domain images without spurious features. ASPIRE is complementary to all prior robust training methods in literature, and we demonstrate its effectiveness across 4 datasets and 9 baselines and show that ASPIRE improves the worst-group classification accuracy of prior methods by 1% - 38%. We also contribute a novel test set for the challenging Hard ImageNet dataset.

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