English

Active Domain Adaptation via Clustering Uncertainty-weighted Embeddings

Computer Vision and Pattern Recognition 2021-10-12 v3 Machine Learning

Abstract

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 maximally-informative subset via active learning (AL). We study the problem of AL under a domain shift, called Active Domain Adaptation (Active DA). We demonstrate how existing AL approaches based solely on model uncertainty or diversity sampling are less effective for Active DA. We propose Clustering Uncertainty-weighted Embeddings (CLUE), a novel label acquisition strategy for Active DA that performs uncertainty-weighted clustering to identify target instances for labeling that are both uncertain under the model and diverse in feature space. CLUE consistently outperforms competing label acquisition strategies for Active DA and AL across learning settings on 6 diverse domain shifts for image classification.

Keywords

Cite

@article{arxiv.2010.08666,
  title  = {Active Domain Adaptation via Clustering Uncertainty-weighted Embeddings},
  author = {Viraj Prabhu and Arjun Chandrasekaran and Kate Saenko and Judy Hoffman},
  journal= {arXiv preprint arXiv:2010.08666},
  year   = {2021}
}

Comments

Published at ICCV 2021. Our code is available at https://github.com/virajprabhu/CLUE

R2 v1 2026-06-23T19:24:57.024Z