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

Improving Transferability for Domain Adaptive Detection Transformers

About

DETR-style detectors stand out amongst in-domain scenarios, but their properties in domain shift settings are under-explored. This paper aims to build a simple but effective baseline with a DETR-style detector on domain shift settings based on two findings. For one, mitigating the domain shift on the backbone and the decoder output features excels in getting favorable results. For another, advanced domain alignment methods in both parts further enhance the performance. Thus, we propose the Object-Aware Alignment (OAA) module and the Optimal Transport based Alignment (OTA) module to achieve comprehensive domain alignment on the outputs of the backbone and the detector. The OAA module aligns the foreground regions identified by pseudo-labels in the backbone outputs, leading to domain-invariant based features. The OTA module utilizes sliced Wasserstein distance to maximize the retention of location information while minimizing the domain gap in the decoder outputs. We implement the findings and the alignment modules into our adaptation method, and it benchmarks the DETR-style detector on the domain shift settings. Experiments on various domain adaptive scenarios validate the effectiveness of our method.

Kaixiong Gong, Shuang Li, Shugang Li, Rui Zhang, Chi Harold Liu, Qiang Chen• 2022

Related benchmarks

TaskDatasetResultRank
Object DetectionCityscapes to Foggy Cityscapes (test)
mAP46.8
196
Object DetectionFoggy Cityscapes (test)
AP (Person)48.7
161
Object DetectionSim10K → Cityscapes (test)
AP (Car)54.1
104
Object DetectionCityscapes Adaptation from SIM-10k (val)
AP (Car)54.1
97
Object DetectionCityscapes -> BDD100K (val)--
50
Object DetectionFoggy Cityscapes CF (test)
AP (Person)48.7
34
Object DetectionSIM10k -> Cityscapes
AP54.1
24
Object DetectionCityscapes to Foggy Cityscapes severity 0.02 1.0 (val)
AP (Person)48.7
22
Object DetectionSim10K to Cityscapes (car)
mAP (car)54.1
20
Object DetectionCityscapes → BDD100k
Truck AP20.4
18
Showing 10 of 11 rows

Other info

Code

Follow for update