Towards Unbiased Source-Free Object Detection via Vision Foundation Models
Zhi Cai, Yingjie Gao, Yanan Zhang, Xinzhu Ma, Di Huang
TL;DR
Source-Free Object Detection (SFOD) suffers from source bias under data-privacy constraints. This work presents DSOD, a Vision Foundation Model (VFM)–assisted SFOD framework that injects VFM semantics via Unbiased Feature Injection and enforces regularization through Semantic-aware Feature Regularization, with Domain-aware Adaptive Weighting stabilizing training; a Dual-Teacher Distillation path yields a VFM-free variant (DSOD-Distill) for practical deployment. Empirical results show DSOD achieving state-of-the-art performance across Normal-to-Foggy, Cross-scene, and Synthetic-to-Real shifts (e.g., 48.1% AP, 39.3% AP, and 61.4% AP, respectively), and DSOD-Distill providing competitive accuracy with reduced inference burden. The approach demonstrates that VFMs can provide complementary, robust representations to reduce source bias in SFOD while enabling scalable, resource-efficient deployment. Overall, DSOD offers a principled framework for incorporating foundation-model knowledge into privacy-preserving domain adaptation for dense vision tasks.
Abstract
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 adapted model remains skewed towards the source domain, leading to poor generalization and error accumulation during self-training. To overcome this challenge, we propose Debiased Source-free Object Detection (DSOD), a novel VFM-assisted SFOD framework that can effectively mitigate source bias with the help of powerful VFMs. Specifically, we propose Unified Feature Injection (UFI) module that integrates VFM features into the CNN backbone through Simple-Scale Extension (SSE) and Domain-aware Adaptive Weighting (DAAW). Then, we propose Semantic-aware Feature Regularization (SAFR) that constrains feature learning to prevent overfitting to source domain characteristics. Furthermore, we propose a VFM-free variant, termed DSOD-distill for computation-restricted scenarios through a novel Dual-Teacher distillation scheme. Extensive experiments on multiple benchmarks demonstrate that DSOD outperforms state-of-the-art SFOD methods, achieving 48.1% AP on Normal-to-Foggy weather adaptation, 39.3% AP on Cross-scene adaptation, and 61.4% AP on Synthetic-to-Real adaptation.
