Differential Alignment for Domain Adaptive Object Detection
Xinyu He, Xinhui Li, Xiaojie Guo
TL;DR
This work tackles domain adaptive object detection by shifting from uniform to differential feature alignment. It introduces two modules: PDFA, which weights instance-level alignment by prediction discrepancies between a teacher and student, and UFOA, which guides image-level alignment to emphasize foreground regions using a foreground/background mask and an uncertainty-based balance. Integrated into an adaptive teacher–student framework with image- and instance-level discriminators, the method combines supervised, unsupervised, and adversarial losses to maximize domain-invariant detection performance. Empirical results on Cityscapes→Foggy Cityscapes, Sim10k→Cityscapes, and Cityscapes→BDD100K show strong improvements over state-of-the-art methods, validating the effectiveness and robustness of differential alignment in DAOD.
Abstract
Domain adaptive object detection (DAOD) aims to generalize an object detector trained on labeled source-domain data to a target domain without annotations, the core principle of which is \emph{source-target feature alignment}. Typically, existing approaches employ adversarial learning to align the distributions of the source and target domains as a whole, barely considering the varying significance of distinct regions, say instances under different circumstances and foreground \emph{vs} background areas, during feature alignment. To overcome the shortcoming, we investigates a differential feature alignment strategy. Specifically, a prediction-discrepancy feedback instance alignment module (dubbed PDFA) is designed to adaptively assign higher weights to instances of higher teacher-student detection discrepancy, effectively handling heavier domain-specific information. Additionally, an uncertainty-based foreground-oriented image alignment module (UFOA) is proposed to explicitly guide the model to focus more on regions of interest. Extensive experiments on widely-used DAOD datasets together with ablation studies are conducted to demonstrate the efficacy of our proposed method and reveal its superiority over other SOTA alternatives. Our code is available at https://github.com/EstrellaXyu/Differential-Alignment-for-DAOD.
