Multi-Source Domain Adaptation for Object Detection with Prototype-based Mean-teacher
Atif Belal, Akhil Meethal, Francisco Perdigon Romero, Marco Pedersoli,, Eric Granger

TL;DR
This paper introduces Prototype-based Mean Teacher (PMT), a novel multi-source domain adaptation method for object detection that uses class prototypes to encode domain-specific information, reducing parameter growth and improving accuracy.
Contribution
PMT leverages class prototypes instead of domain-specific subnets, enabling scalable adaptation across multiple source domains with fewer parameters and enhanced detection performance.
Findings
PMT outperforms state-of-the-art MSDA methods on several datasets.
Prototypes effectively encode domain-specific information without increasing parameters.
The method reduces memory usage and overfitting risks.
Abstract
Adapting visual object detectors to operational target domains is a challenging task, commonly achieved using unsupervised domain adaptation (UDA) methods. Recent studies have shown that when the labeled dataset comes from multiple source domains, treating them as separate domains and performing a multi-source domain adaptation (MSDA) improves the accuracy and robustness over blending these source domains and performing a UDA. For adaptation, existing MSDA methods learn domain-invariant and domain-specific parameters (for each source domain). However, unlike single-source UDA methods, learning domain-specific parameters makes them grow significantly in proportion to the number of source domains. This paper proposes a novel MSDA method called Prototype-based Mean Teacher (PMT), which uses class prototypes instead of domain-specific subnets to encode domain-specific information. These…
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 · Multimodal Machine Learning Applications · Advanced Neural Network Applications
