English

Learning Domain Adaptive Object Detection with Probabilistic Teacher

Computer Vision and Pattern Recognition 2022-06-14 v1 Artificial Intelligence

Abstract

Self-training for unsupervised domain adaptive object detection is a challenging task, of which the performance depends heavily on the quality of pseudo boxes. Despite the promising results, prior works have largely overlooked the uncertainty of pseudo boxes during self-training. In this paper, we present a simple yet effective framework, termed as Probabilistic Teacher (PT), which aims to capture the uncertainty of unlabeled target data from a gradually evolving teacher and guides the learning of a student in a mutually beneficial manner. Specifically, we propose to leverage the uncertainty-guided consistency training to promote classification adaptation and localization adaptation, rather than filtering pseudo boxes via an elaborate confidence threshold. In addition, we conduct anchor adaptation in parallel with localization adaptation, since anchor can be regarded as a learnable parameter. Together with this framework, we also present a novel Entropy Focal Loss (EFL) to further facilitate the uncertainty-guided self-training. Equipped with EFL, PT outperforms all previous baselines by a large margin and achieve new state-of-the-arts.

Keywords

Cite

@article{arxiv.2206.06293,
  title  = {Learning Domain Adaptive Object Detection with Probabilistic Teacher},
  author = {Meilin Chen and Weijie Chen and Shicai Yang and Jie Song and Xinchao Wang and Lei Zhang and Yunfeng Yan and Donglian Qi and Yueting Zhuang and Di Xie and Shiliang Pu},
  journal= {arXiv preprint arXiv:2206.06293},
  year   = {2022}
}

Comments

To appear in ICML 2022. Code is coming soon: https://github.com/hikvision-research/ProbabilisticTeacher

R2 v1 2026-06-24T11:49:21.886Z