Zero-Round Active Learning
Si Chen, Tianhao Wang, Ruoxi Jia

TL;DR
This paper introduces D2ULO, a zero-round active learning method that leverages domain adaptation to select valuable data in the target domain without initial labeled data, outperforming existing strategies.
Contribution
D2ULO is the first approach enabling zero-round active learning with domain adaptation, eliminating the need for initial labeled data in the target domain.
Findings
D2ULO outperforms state-of-the-art AL strategies across various domain shifts.
It effectively handles source-target label mismatches.
The method enables warm-starting existing multi-round AL strategies.
Abstract
Active learning (AL) aims at reducing labeling effort by identifying the most valuable unlabeled data points from a large pool. Traditional AL frameworks have two limitations: First, they perform data selection in a multi-round manner, which is time-consuming and impractical. Second, they usually assume that there are a small amount of labeled data points available in the same domain as the data in the unlabeled pool. Recent work proposes a solution for one-round active learning based on data utility learning and optimization, which fixes the first issue but still requires the initially labeled data points in the same domain. In this paper, we propose as a solution that solves both issues. Specifically, leverages the idea of domain adaptation (DA) to train a data utility model which can effectively predict the utility for any given unlabeled data in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
