paper-with-me

홈 › Papers

Automated Background Swapping for Robustness against Spurious Backgrounds

2026-06-30 · Cesar Roder, Kajetan Schweighofer arxiv

Classifiers based on Deep Neural Networks exhibit strong performance across domains, yet can fail catastrophically if they rely on spurious correlations, i.e., features that are predictive of the target label in the training data but are not causally linked and thus fail to generalize. For the vision domain, many such spurious correlations manifest themselves within the background of the image, where only the foreground is predictive of the class label. In this paper, we introduce Automated Background Swapping (AutoBackSwap) to reduce the reliance of classifiers on such spurious backgrounds. AutoBackSwap uses a secondary network to disentangle the foreground and background, followed by infilling to synthesize complete backgrounds, and finally combines different foregrounds and inpainted backgrounds to augment the training data. We find that patch-wise labeling of just a few hundred samples suffices to train the secondary network and automatically augment the full training dataset on challenging image classification tasks. In contrast to many previous methods, AutoBackSwap proves very effective even if there is not a single sample in the training data breaking the spurious correlation. Across a range of image classification tasks with spurious backgrounds, AutoBackSwap consistently outperforms prior methods.

📄 PDF Abstract BibTeX arXiv:2606.32018

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Towards Generalized Proactive Defense against Face Swapping with Contour-Hybrid Watermark

2025-05-25 · Ruiyang Xia, Dawei Zhou, Decheng Liu, Lin Yuan 외

Face swapping, recognized as a privacy and security concern, has prompted considerable defensive research. With the advancements in AI-generated content, the discrepancies between the real and swapped faces have become n…

Face Swapping

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

2023-08-19 · Sreyan Ghosh, Chandra Kiran Reddy Evuru, Sonal Kumar, Utkarsh Tyagi 외

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-…

ClassificationData AugmentationImage ClassificationImage Generation+2

Inherently Faithful Attention Maps for Vision Transformers

2025-06-10 · Ananthu Aniraj, Cassio F. Dantas, Dino Ienco, Diego Marcos

We introduce an attention-based method that uses learned binary attention masks to ensure that only attended image regions influence the prediction. Context can strongly affect object perception, sometimes leading to bia…

ClassificationRobust classification

Last Layer Re-Training is Sufficient for Robustness to Spurious Correlations

2022-04-06 · Polina Kirichenko, Pavel Izmailov, Andrew Gordon Wilson

Neural network classifiers can largely rely on simple spurious features, such as backgrounds, to make predictions. However, even in these cases, we show that they still often learn core features associated with the desir…

GPUOut-of-Distribution Generalization

Causal Action Influence Aware Counterfactual Data Augmentation

2024-05-29 · Núria Armengol Urpí, Marco Bagatella, Marin Vlastelica, Georg Martius

Offline data are both valuable and practical resources for teaching robots complex behaviors. Ideally, learning agents should not be constrained by the scarcity of available demonstrations, but rather generalize beyond t…

counterfactualCounterfactual ReasoningData Augmentation