Certainty and Uncertainty Guided Active Domain Adaptation
Bardia Safaei, Vibashan VS, Vishal M. Patel
TL;DR
This work tackles Active Domain Adaptation by addressing a blind spot in prior work: the neglect of confident target predictions during sampling. It introduces a collaborative framework that combines Gaussian Process-based Active Sampling (GPAS) for uncertainty-driven target selection with Pseudo-Label-based Certain Sampling (PLCS) to inject high-confidence pseudo-labeled data, complemented by Uncertainty-balanced Class Sampling (UCS). The approach reduces the labeling search space while shrinking domain gaps, leading to substantial gains on Office-Home and DomainNet with a low annotation budget and competitive query efficiency. Extensive ablations demonstrate that each component—GPAS, PLCS, and UCS—contributes to improved adaptation, and the framework generalizes across ADA baselines, offering a practical path to efficient domain adaptation in real-world settings.
Abstract
Active Domain Adaptation (ADA) adapts models to target domains by selectively labeling a few target samples. Existing ADA methods prioritize uncertain samples but overlook confident ones, which often match ground-truth. We find that incorporating confident predictions into the labeled set before active sampling reduces the search space and improves adaptation. To address this, we propose a collaborative framework that labels uncertain samples while treating highly confident predictions as ground truth. Our method combines Gaussian Process-based Active Sampling (GPAS) for identifying uncertain samples and Pseudo-Label-based Certain Sampling (PLCS) for confident ones, progressively enhancing adaptation. PLCS refines the search space, and GPAS reduces the domain gap, boosting the proportion of confident samples. Extensive experiments on Office-Home and DomainNet show that our approach outperforms state-of-the-art ADA methods.
