DSD-DA: Distillation-based Source Debiasing for Domain Adaptive Object Detection
Yongchao Feng, Shiwei Li, Yingjie Gao, Ziyue Huang, Yanan Zhang, Qingjie Liu, Yunhong Wang
TL;DR
Domain Adaptive Object Detection methods often overfit to source data, limiting transfer to the target domain due to source bias and misalignment between classification and localization. The authors propose DSD-DA, combining Distillation-based Source Debiasing (DSD) with a Target-Relevant Object Localization Network (TROLN) and a Domain-aware Consistency Enhancement (DCE) to distill domain-agnostic knowledge and harmonize predictions. A classification-teacher learns domain-agnostic features from mix-style data, while TROLN emphasizes target-relevant localization; distillation transfers this knowledge to the detector, and DCE refines classification scores at test time using a localization score that fuses centerness, IoU, and target affinities. Across Cityscapes-FoggyCityscapes, KITTI-Cityscapes, and SIM10k-Cityscapes, DSD-DA yields consistent, substantial gains over strong baselines and prior alignment-based methods, demonstrating improved cross-domain robustness and reduced source bias.
Abstract
Though feature-alignment based Domain Adaptive Object Detection (DAOD) methods have achieved remarkable progress, they ignore the source bias issue, i.e., the detector tends to acquire more source-specific knowledge, impeding its generalization capabilities in the target domain. Furthermore, these methods face a more formidable challenge in achieving consistent classification and localization in the target domain compared to the source domain. To overcome these challenges, we propose a novel Distillation-based Source Debiasing (DSD) framework for DAOD, which can distill domain-agnostic knowledge from a pre-trained teacher model, improving the detector's performance on both domains. In addition, we design a Target-Relevant Object Localization Network (TROLN), which can mine target-related localization information from source and target-style mixed data. Accordingly, we present a Domain-aware Consistency Enhancing (DCE) strategy, in which these information are formulated into a new localization representation to further refine classification scores in the testing stage, achieving a harmonization between classification and localization. Extensive experiments have been conducted to manifest the effectiveness of this method, which consistently improves the strong baseline by large margins, outperforming existing alignment-based works.
