paper-with-me

홈 › Papers

Adaptive Unbiased Teacher for Cross-Domain Object Detection

2021-09-29 · Yu-Jhe Li, Xiaoliang Dai, Chih-Yao Ma, Yen-Cheng Liu, Kan Chen, Bichen Wu, Zijian He, Kris M. Kitani, Peter Vajda

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). Although the teacher-student framework (a student model learns from pseudo labels generated from a teacher model) has been adopted to enable domain adaptation and yielded accuracy gains on the target domain, the teacher model still generates a large number of low-quality pseudo labels (e.g.,false positives) due to its bias toward source domain. This leads to sub-optimal domain adaptation performance. To ad-dress this issue, we propose Adaptive Unbiased Teacher (AUT), a teacher-student framework leveraging adversarial learning (on features derived from backbone)and weak-strong data augmentation to address domain shifts. Specifically, we em-ploy feature-level adversarial training, ensuring features extracted from the source and target domains share similar statistics. This enables the student model to capture domain-invariant features. Furthermore, we apply weak-strong augmentation and mutual learning of the teacher for target domain and student model for both domains. This enables the updated teacher model to gradually benefit from the student model without suffering domain shift. We show that AUT demonstrates superiority over all existing approaches and even Oracle (fully-supervised) mod-els by a huge margin. For example, we achieve 50.9% (49.3%) mAP on FoggyCityscape (Clipart1K), which is 9.2% (5.2%) and 8.2% (11.0%) higher than previous state of the arts and Oracle, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDomain AdaptationObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Unbiased Mean Teacher for Cross-domain Object Detection

2020-03-02 · CVPR 2021 1 · Jinhong Deng, Wen Li, Yu-Hua Chen, Lixin Duan

Cross-domain object detection is challenging, because object detection model is often vulnerable to data variance, especially to the considerable domain shift between two distinctive domains. In this paper, we propose a …

Objectobject-detectionObject DetectionSmall Data Image Classification+1

Dual-Teacher De-biasing Distillation Framework for Multi-domain Fake News Detection

2023-12-02 · Jiayang Li, Xuan Feng, Tianlong Gu, Liang Chang

Multi-domain fake news detection aims to identify whether various news from different domains is real or fake and has become urgent and important. However, existing methods are dedicated to improving the overall performa…

Fake News DetectionKnowledge Distillation

Unbiased Teacher for Semi-Supervised Object Detection

2021-02-18 · ICLR 2021 1 · Yen-Cheng Liu, Chih-Yao Ma, Zijian He, Chia-Wen Kuo 외

Semi-supervised learning, i.e., training networks with both labeled and unlabeled data, has made significant progress recently. However, existing works have primarily focused on image classification tasks and neglected o…

image-classificationImage ClassificationObjectobject-detection+3

Towards Unbiased Source-Free Object Detection via Vision Foundation Models

2026-01-19 · Zhi Cai, Yingjie Gao, Yanan Zhang, Xinzhu Ma 외 arxiv

Source-Free Object Detection (SFOD) has garnered much attention in recent years by eliminating the need of source-domain data in cross-domain tasks, but existing SFOD methods suffer from the Source Bias problem, i.e. the…

Object Detection

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