paper-with-me

홈 › Papers

Learning Domain Adaptive Object Detection with Probabilistic Teacher

2022-06-13 · Meilin Chen, WeiJie Chen, Shicai Yang, Jie Song, Xinchao Wang, Lei Zhang, Yunfeng Yan, Donglian Qi, Yueting Zhuang, Di Xie, ShiLiang Pu

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.

📄 PDF Abstract BibTeX arXiv:2206.06293

Code (2)

hikvision-research/probabilisticteacher 공식 구현 pytorch
shengcao-cao/cmt pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Cross-Domain Adaptive Teacher for Object Detection

2021-11-25 · CVPR 2022 1 · Yu-Jhe Li, Xiaoliang Dai, Chih-Yao Ma, Yen-Cheng Liu 외

We address the task of domain adaptation in object detection, where there is a domain gap between a domain with annotations (source) and a domain of interest without annotations (target). As an effective semi-supervised …

Data AugmentationDomain AdaptationObjectobject-detection+1

Adversarial Attacked Teacher for Unsupervised Domain Adaptive Object Detection

2024-08-18 · Kaiwen Wang, Yinzhe Shen, Martin Lauer

Object detectors encounter challenges in handling domain shifts. Cutting-edge domain adaptive object detection methods use the teacher-student framework and domain adversarial learning to generate domain-invariant pseudo…

object-detectionObject DetectionPseudo Label

Target-Relevant Knowledge Preservation for Multi-Source Domain Adaptive Object Detection

2022-04-17 · CVPR 2022 1 · Jiaxi Wu, Jiaxin Chen, Mengzhe He, Yiru Wang 외

Domain adaptive object detection (DAOD) is a promising way to alleviate performance drop of detectors in new scenes. Albeit great effort made in single source domain adaptation, a more generalized task with multiple sour…

DisentanglementDomain Adaptationobject-detectionObject Detection

Adaptive Unbiased Teacher for Cross-Domain Object Detection

2021-09-29 · Yu-Jhe Li, Xiaoliang Dai, Chih-Yao Ma, Yen-Cheng Liu 외

We tackle the problem of domain adaptation in object detection, where the main challenge lies in significant domain shifts between source (one domain with supervision) and target (a domain of interest without supervision…

Data AugmentationDomain AdaptationObjectobject-detection+1

CLDA-YOLO: Visual Contrastive Learning Based Domain Adaptive YOLO Detector

2024-12-16 · Tianheng Qiu, Ka Lung Law, Guanghua Pan, Jufei Wang 외

Unsupervised domain adaptive (UDA) algorithms can markedly enhance the performance of object detectors under conditions of domain shifts, thereby reducing the necessity for extensive labeling and retraining. Current doma…

Contrastive LearningData Augmentationobject-detectionObject Detection