Exploring Object Relation in Mean Teacher for Cross-Domain Detection
Qi Cai, Yingwei Pan, Chong-Wah Ngo, Xinmei Tian, Lingyu Duan, Ting Yao

TL;DR
This paper introduces MTOR, a novel extension of the Mean Teacher framework that incorporates object relations for improved cross-domain object detection, achieving state-of-the-art results on multiple datasets.
Contribution
It proposes MTOR, integrating object relation graphs into the Mean Teacher paradigm for cross-domain detection, enhancing consistency regularization with relational information.
Findings
Achieves superior detection accuracy on Cityscapes and Foggy Cityscapes.
Sets a new record of 22.8% mAP on Syn2Real dataset.
Demonstrates the effectiveness of relational graphs in domain adaptation.
Abstract
Rendering synthetic data (e.g., 3D CAD-rendered images) to generate annotations for learning deep models in vision tasks has attracted increasing attention in recent years. However, simply applying the models learnt on synthetic images may lead to high generalization error on real images due to domain shift. To address this issue, recent progress in cross-domain recognition has featured the Mean Teacher, which directly simulates unsupervised domain adaptation as semi-supervised learning. The domain gap is thus naturally bridged with consistency regularization in a teacher-student scheme. In this work, we advance this Mean Teacher paradigm to be applicable for cross-domain detection. Specifically, we present Mean Teacher with Object Relations (MTOR) that novelly remolds Mean Teacher under the backbone of Faster R-CNN by integrating the object relations into the measure of consistency…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
MethodsRegion Proposal Network · Softmax · Convolution · RoIPool · Faster R-CNN
