TL;DR
This paper introduces a novel unsupervised multi-target domain adaptation method using multi-teacher knowledge distillation, enabling a CNN to adapt effectively across multiple target domains while preserving domain-specific accuracy.
Contribution
The paper proposes MT-MTDA, a new approach that uses progressive multi-teacher knowledge distillation to improve multi-target domain adaptation without losing domain specificity.
Findings
Outperforms state-of-the-art on several benchmarks.
Provides higher accuracy across multiple target domains.
Effectively preserves domain-specific knowledge during adaptation.
Abstract
Unsupervised domain adaptation (UDA) seeks to alleviate the problem of domain shift between the distribution of unlabeled data from the target domain w.r.t. labeled data from the source domain. While the single-target UDA scenario is well studied in the literature, Multi-Target Domain Adaptation (MTDA) remains largely unexplored despite its practical importance, e.g., in multi-camera video-surveillance applications. The MTDA problem can be addressed by adapting one specialized model per target domain, although this solution is too costly in many real-world applications. Blending multiple targets for MTDA has been proposed, yet this solution may lead to a reduction in model specificity and accuracy. In this paper, we propose a novel unsupervised MTDA approach to train a CNN that can generalize well across multiple target domains. Our Multi-Teacher MTDA (MT-MTDA) method relies on…
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
MethodsKnowledge Distillation
