paper-with-me

Papers

Active Learning under Label Shift

2020-07-16 · Eric Zhao, Anqi Liu, Animashree Anandkumar, Yisong Yue

We address the problem of active learning under label shift: when the class proportions of source and target domains differ. We introduce a "medial distribution" to incorporate a tradeoff between importance weighting and class-balanced sampling and propose their combined usage in active learning. Our method is known as Mediated Active Learning under Label Shift (MALLS). It balances the bias from class-balanced sampling and the variance from importance weighting. We prove sample complexity and generalization guarantees for MALLS which show active learning reduces asymptotic sample complexity even under arbitrary label shift. We empirically demonstrate MALLS scales to high-dimensional datasets and can reduce the sample complexity of active learning by 60% in deep active learning tasks.

📄 PDF Abstract BibTeX arXiv:2007.08479

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

When Imbalance Comes Twice: Active Learning under Simulated Class Imbalance and Label Shift in Binary Semantic Segmentation

2026-01-08 · Julien Combes, Alexandre Derville, Jean-François Coeurjolly arxiv

The aim of Active Learning is to select the most informative samples from an unlabelled set of data. This is useful in cases where the amount of data is large and labelling is expensive, such as in machine vision or medi…

Semantic SegmentationActive Learning

Active Domain Adaptation via Clustering Uncertainty-weighted Embeddings

2020-10-16 · ICCV 2021 10 · Viraj Prabhu, Arjun Chandrasekaran, Kate Saenko, Judy Hoffman

Generalizing deep neural networks to new target domains is critical to their real-world utility. In practice, it may be feasible to get some target data labeled, but to be cost-effective it is desirable to select a maxim…

Active LearningClusteringDiversityDomain Adaptation+2

Incremental Uncertainty-aware Performance Monitoring with Active Labeling Intervention

2025-05-11 · Alexander Koebler, Thomas Decker, Ingo Thon, Volker Tresp 외

We study the problem of monitoring machine learning models under gradual distribution shifts, where circumstances change slowly over time, often leading to unnoticed yet significant declines in accuracy. To address this,…

Robust Classification under Class-Dependent Domain Shift

2020-07-10 · Tigran Galstyan, Hrant Khachatrian, Greg Ver Steeg, Aram Galstyan

Investigation of machine learning algorithms robust to changes between the training and test distributions is an active area of research. In this paper we explore a special type of dataset shift which we call class-depen…

ClassificationGeneral ClassificationRobust classification

Transferable Query Selection for Active Domain Adaptation

2021-06-19 · CVPR 2021 1 · Bo Fu, Zhangjie Cao, Jianmin Wang, Mingsheng Long

Unsupervised domain adaptation (UDA) enables transferring knowledge from a related source domain to a fully unlabeled target domain. Despite the significant advances in UDA, the performance gap remains quite large be…

Active LearningDiversityDomain AdaptationUnsupervised Domain Adaptation