Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Diffusion Domain Teacher: Diffusion Guided Domain Adaptive Object Detector

About

Object detectors often suffer a decrease in performance due to the large domain gap between the training data (source domain) and real-world data (target domain). Diffusion-based generative models have shown remarkable abilities in generating high-quality and diverse images, suggesting their potential for extracting valuable feature from various domains. To effectively leverage the cross-domain feature representation of diffusion models, in this paper, we train a detector with frozen-weight diffusion model on the source domain, then employ it as a teacher model to generate pseudo labels on the unlabeled target domain, which are used to guide the supervised learning of the student model on the target domain. We refer to this approach as Diffusion Domain Teacher (DDT). By employing this straightforward yet potent framework, we significantly improve cross-domain object detection performance without compromising the inference speed. Our method achieves an average mAP improvement of 21.2% compared to the baseline on 6 datasets from three common cross-domain detection benchmarks (Cross-Camera, Syn2Real, Real2Artistic}, surpassing the current state-of-the-art (SOTA) methods by an average of 5.7% mAP. Furthermore, extensive experiments demonstrate that our method consistently brings improvements even in more powerful and complex models, highlighting broadly applicable and effective domain adaptation capability of our DDT. The code is available at https://github.com/heboyong/Diffusion-Domain-Teacher.

Boyong He, Yuxiang Ji, Zhuoyue Tan, Liaoni Wu• 2025

Related benchmarks

TaskDatasetResultRank
Object DetectionCityscapes to Foggy Cityscapes (test)
mAP50
196
Object DetectionSim10K → Cityscapes (test)--
104
Object DetectionPascal VOC -> Clipart (test)
mAP55.3
78
Object DetectionPASCAL VOC to Water Color (test)
mAP63.7
64
Object DetectionBDD100K (val)
mAP42.4
60
Object DetectionFoggy Cityscapes
mAP50
47
Object DetectionVOC to Watercolor (target)
mAP64.2
31
Object DetectionClipart, Comic, and Watercolor
mAP (Clipart)55.6
22
Object DetectionClipart1k 1.0 (test)
aero AP56.1
21
Object DetectionVOC to Comic (test)
mAP50.2
20
Showing 10 of 15 rows

Other info

Code

Follow for update