Instance-Free Domain Adaptive Object Detection
Hengfu Yu, Jinhong Deng, Lixin Duan, Wen Li
TL;DR
This work tackles Instance-Free Domain Adaptive Object Detection, where target-domain data lacks foreground objects during training. It introduces the Relational and Structural Consistency Network (RSCN), which leverages background prototypes and three losses—Background Prototype Alignment, Relative Space Harmonization, and Source Structure Preservation—to bridge domain gaps without target foregrounds. Across three new benchmarks (IF-CARLA, IF-CCT, IF-LUNA16), RSCN significantly improves cross-domain detection over strong baselines and ablations confirm the value of each component. The approach enables practical deployment of detectors in settings where collecting foreground examples in the target domain is costly or impractical, with broad applicability to driving, wildlife monitoring, and medical imaging.
Abstract
While Domain Adaptive Object Detection (DAOD) has made significant strides, most methods rely on unlabeled target data that is assumed to contain sufficient foreground instances. However, in many practical scenarios (e.g., wildlife monitoring, lesion detection), collecting target domain data with objects of interest is prohibitively costly, whereas background-only data is abundant. This common practical constraint introduces a significant technical challenge: the difficulty of achieving domain alignment when target instances are unavailable, forcing adaptation to rely solely on the target background information. We formulate this challenge as the novel problem of Instance-Free Domain Adaptive Object Detection. To tackle this, we propose the Relational and Structural Consistency Network (RSCN) which pioneers an alignment strategy based on background feature prototypes while simultaneously encouraging consistency in the relationship between the source foreground features and the background features within each domain, enabling robust adaptation even without target instances. To facilitate research, we further curate three specialized benchmarks, including simulative auto-driving detection, wildlife detection, and lung nodule detection. Extensive experiments show that RSCN significantly outperforms existing DAOD methods across all three benchmarks in the instance-free scenario. The code and benchmarks will be released soon.
