English

SENTRY: Selective Entropy Optimization via Committee Consistency for Unsupervised Domain Adaptation

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

Abstract

Many existing approaches for unsupervised domain adaptation (UDA) focus on adapting under only data distribution shift and offer limited success under additional cross-domain label distribution shift. Recent work based on self-training using target pseudo-labels has shown promise, but on challenging shifts pseudo-labels may be highly unreliable, and using them for self-training may cause error accumulation and domain misalignment. We propose Selective Entropy Optimization via Committee Consistency (SENTRY), a UDA algorithm that judges the reliability of a target instance based on its predictive consistency under a committee of random image transformations. Our algorithm then selectively minimizes predictive entropy to increase confidence on highly consistent target instances, while maximizing predictive entropy to reduce confidence on highly inconsistent ones. In combination with pseudo-label based approximate target class balancing, our approach leads to significant improvements over the state-of-the-art on 27/31 domain shifts from standard UDA benchmarks as well as benchmarks designed to stress-test adaptation under label distribution shift.

Keywords

Cite

@article{arxiv.2012.11460,
  title  = {SENTRY: Selective Entropy Optimization via Committee Consistency for Unsupervised Domain Adaptation},
  author = {Viraj Prabhu and Shivam Khare and Deeksha Kartik and Judy Hoffman},
  journal= {arXiv preprint arXiv:2012.11460},
  year   = {2021}
}

Comments

Published at ICCV 2021. Code available at https://github.com/virajprabhu/SENTRY

R2 v1 2026-06-23T21:08:41.950Z