Teacher-Student Consistency For Multi-Source Domain Adaptation
Ohad Amosy, Gal Chechik

TL;DR
This paper introduces MUST, a teacher-student framework for multi-source domain adaptation that improves target domain inference by maintaining consistency between teacher and student predictions, outperforming current state-of-the-art methods.
Contribution
The paper proposes a novel teacher-student approach with consistency regularization to enhance multi-source domain adaptation performance.
Findings
MUST outperforms current state-of-the-art methods on multiple benchmarks.
The approach maintains prediction consistency across training epochs.
Models implicitly leverage target distribution density for better adaptation.
Abstract
In Multi-Source Domain Adaptation (MSDA), models are trained on samples from multiple source domains and used for inference on a different, target, domain. Mainstream domain adaptation approaches learn a joint representation of source and target domains. Unfortunately, a joint representation may emphasize features that are useful for the source domains but hurt inference on target (negative transfer), or remove essential information about the target domain (knowledge fading). We propose Multi-source Student Teacher (MUST), a novel procedure designed to alleviate these issues. The key idea has two steps: First, we train a teacher network on source labels and infer pseudo labels on the target. Then, we train a student network using the pseudo labels and regularized the teacher to fit the student predictions. This regularization helps the teacher predictions on the target data remain…
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
