Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Adversarial Alignment for Source Free Object Detection

About

Source-free object detection (SFOD) aims to transfer a detector pre-trained on a label-rich source domain to an unlabeled target domain without seeing source data. While most existing SFOD methods generate pseudo labels via a source-pretrained model to guide training, these pseudo labels usually contain high noises due to heavy domain discrepancy. In order to obtain better pseudo supervisions, we divide the target domain into source-similar and source-dissimilar parts and align them in the feature space by adversarial learning. Specifically, we design a detection variance-based criterion to divide the target domain. This criterion is motivated by a finding that larger detection variances denote higher recall and larger similarity to the source domain. Then we incorporate an adversarial module into a mean teacher framework to drive the feature spaces of these two subsets indistinguishable. Extensive experiments on multiple cross-domain object detection datasets demonstrate that our proposed method consistently outperforms the compared SFOD methods.

Qiaosong Chu, Shuyan Li, Guangyi Chen, Kai Li, Xiu Li• 2023

Related benchmarks

TaskDatasetResultRank
Object DetectionCityscapes to Foggy Cityscapes (test)
mAP35.4
196
Object DetectionFoggy Cityscapes (test)
AP (Person)32.3
161
Object DetectionSim10K → Cityscapes (test)
AP (Car)44
104
Object DetectionCityscapes Adaptation from SIM-10k (val)
AP (Car)44
97
Object DetectionBDD100K (val)
mAP31.6
73
Object DetectionFoggy Cityscapes (val)
mAP35.4
67
Object DetectionSim10k to Cityscapes (S2C)
mAP44
57
Object DetectionCityscapes → BDD100k (test)
mAP (Overall)31.6
47
Object DetectionKITTI to Cityscapes
AP (Car)44.9
42
Object DetectionFoggy Cityscapes CF (test)
AP (Person)32.3
34
Showing 10 of 14 rows

Other info

Code

Follow for update