Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

MTTrans: Cross-Domain Object Detection with Mean-Teacher Transformer

About

Recently, DEtection TRansformer (DETR), an end-to-end object detection pipeline, has achieved promising performance. However, it requires large-scale labeled data and suffers from domain shift, especially when no labeled data is available in the target domain. To solve this problem, we propose an end-to-end cross-domain detection Transformer based on the mean teacher framework, MTTrans, which can fully exploit unlabeled target domain data in object detection training and transfer knowledge between domains via pseudo labels. We further propose the comprehensive multi-level feature alignment to improve the pseudo labels generated by the mean teacher framework taking advantage of the cross-scale self-attention mechanism in Deformable DETR. Image and object features are aligned at the local, global, and instance levels with domain query-based feature alignment (DQFA), bi-level graph-based prototype alignment (BGPA), and token-wise image feature alignment (TIFA). On the other hand, the unlabeled target domain data pseudo-labeled and available for the object detection training by the mean teacher framework can lead to better feature extraction and alignment. Thus, the mean teacher framework and the comprehensive multi-level feature alignment can be optimized iteratively and mutually based on the architecture of Transformers. Extensive experiments demonstrate that our proposed method achieves state-of-the-art performance in three domain adaptation scenarios, especially the result of Sim10k to Cityscapes scenario is remarkably improved from 52.6 mAP to 57.9 mAP. Code will be released.

Jinze Yu, Jiaming Liu, Xiaobao Wei, Haoyi Zhou, Yohei Nakata, Denis Gudovskiy, Tomoyuki Okuno, Jianxin Li, Kurt Keutzer, Shanghang Zhang• 2022

Related benchmarks

TaskDatasetResultRank
Object DetectionCityscapes to Foggy Cityscapes (test)
mAP43.4
196
Object DetectionFoggy Cityscapes (test)
mAP (Mean Average Precision)43.4
108
Object DetectionSim10K → Cityscapes (test)
AP (Car)57.9
104
Object DetectionFoggy Cityscapes CF (test)
AP (Person)47.7
34
Object DetectionCityscapes to Foggy Cityscapes severity 0.02 1.0 (val)
AP (Person)47.7
22
Object DetectionSim10K to Cityscapes (car)
mAP (car)57.9
20
Object DetectionCityscapes → BDD100k
Truck AP25.1
18
Object DetectionCityscapes Synthetic-to-Real v1.0 (test)
AP5057.9
15
Showing 8 of 8 rows

Other info

Follow for update