paper-with-me

Papers

Cumulative Meta-Learning from Active Learning Queries for Robustness to Spurious Correlations

2026-05-20 · Kin Whye Chew, Jingxian Wang arxiv

Spurious correlations in real-world datasets cause machine learning models to rely on irrelevant patterns, undermining reliability, generalization, and fairness. Active learning offers a promising way to address this failure mode by querying informative samples that distinguish core features from spurious ones. However, standard active-learning methods simply append queried examples to the labeled set, effectively updating only the likelihood term. In deep learning regimes, the influence of these informative samples can be diluted by the larger labeled set and memorized by overparameterized models. We propose Cumulative Active Meta-Learning (CAML), an active-learning framework that uses queried examples to meta-learn the prior, or inductive bias, governing how the model adapts. CAML casts each active-learning round as a meta-learning task: the current labeled set serves as meta-train data for adaptation, while the newly queried batch serves as meta-test data for evaluating generalization. Unlike conventional meta-learning, which treats tasks as independent and identically distributed, CAML exploits the sequential dependence between active-learning rounds by maintaining a cumulative inductive bias that is progressively refined. Theoretically, we show that this cumulative formulation introduces interaction terms that couple earlier meta-learned inductive biases with later query-induced objectives, capturing dependencies absent from standard meta-learning. Empirically, CAML improves minority-group accuracy across spurious-correlation benchmarks and acquisition strategies, with gains of up to 27.8% on Dominoes, 29.9% on Waterbirds, 14.3% on SpuCo, and 24.0% on CivilComments.

📄 PDF Abstract BibTeX arXiv:2605.20771

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Spuriousness-Aware Meta-Learning for Learning Robust Classifiers

2024-06-15 · Guangtao Zheng, Wenqian Ye, Aidong Zhang

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

AttributeLanguage ModellingMeta-Learning

SpurCon: Weighted Supervised Contrastive Learning for Mitigating Spurious Cues in Medical Imaging

2026-08-18 · Shenhav Nadir, Meir Yossef Levi, Eyal Gofer, Guy Gilboa arxiv

Despite the rapid progress of deep neural networks in visual recognition, their adoption in high-risk medical applications remains limited due to reliability and robustness concerns. Models may exploit spurious correlati…

Skin Cancer ClassificationContrastive Learning

Developing a Meta-suggestion Engine for Search Queries

2021-10-25 · Seungmin Kim, EunChan Na, Seong Baeg Kim

Typically, search engines provide query suggestions to assist users in the search process. Query suggestions are very important for improving users search experience. However, most query suggestions are based on the user…

RerankingRe-Ranking

CausalVAD: De-confounding End-to-End Autonomous Driving via Causal Intervention

2026-03-19 · Jiacheng Tang, Zhiyuan Zhou, Zhuolin He, Jia Zhang 외 arxiv

Planning-oriented end-to-end driving models show great promise, yet they fundamentally learn statistical correlations instead of true causal relationships. This vulnerability leads to causal confusion, where models explo…

Autonomous Driving

Learning to Learn for Few-shot Continual Active Learning

2023-11-07 · Stella Ho, Ming Liu, Shang Gao, Longxiang Gao

Continual learning strives to ensure stability in solving previously seen tasks while demonstrating plasticity in a novel domain. Recent advances in continual learning are mostly confined to a supervised learning setting…

Active LearningContinual LearningMeta-Learningtext-classification+1