CVFeb 27, 2023

Dirichlet-based Uncertainty Calibration for Active Domain Adaptation

arXiv:2302.13824v147 citationsh-index: 74
Originality Incremental advance
AI Analysis

This work addresses the challenge of domain shift in active learning for practitioners in computer vision, though it is incremental as it builds on existing active domain adaptation methods.

The paper tackles the problem of miscalibrated predictive uncertainty in active domain adaptation, which can reduce effectiveness when selecting target data for annotation, and proposes a Dirichlet-based approach that improves performance, as validated by experiments on cross-domain image classification and semantic segmentation.

Active domain adaptation (DA) aims to maximally boost the model adaptation on a new target domain by actively selecting limited target data to annotate, whereas traditional active learning methods may be less effective since they do not consider the domain shift issue. Despite active DA methods address this by further proposing targetness to measure the representativeness of target domain characteristics, their predictive uncertainty is usually based on the prediction of deterministic models, which can easily be miscalibrated on data with distribution shift. Considering this, we propose a \textit{Dirichlet-based Uncertainty Calibration} (DUC) approach for active DA, which simultaneously achieves the mitigation of miscalibration and the selection of informative target samples. Specifically, we place a Dirichlet prior on the prediction and interpret the prediction as a distribution on the probability simplex, rather than a point estimate like deterministic models. This manner enables us to consider all possible predictions, mitigating the miscalibration of unilateral prediction. Then a two-round selection strategy based on different uncertainty origins is designed to select target samples that are both representative of target domain and conducive to discriminability. Extensive experiments on cross-domain image classification and semantic segmentation validate the superiority of DUC.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes