Collaborative Learning for Enhanced Unsupervised Domain Adaptation
Minhee Cho, Hyesong Choi, Hayeon Jo, Dongbo Min

TL;DR
This paper introduces Collaborative Learning for Unsupervised Domain Adaptation (CLDA), a method that enhances lightweight models by updating teacher parameters through student feedback, improving segmentation performance across domains.
Contribution
The paper proposes CLDA, a novel collaborative learning approach that leverages student models to update teacher models, addressing domain shift issues in lightweight UDA models.
Findings
CLDA improves segmentation accuracy in domain adaptation tasks.
CLDA enhances both teacher and student model performances.
Significant performance gains in semantic segmentation benchmarks.
Abstract
Unsupervised Domain Adaptation (UDA) endeavors to bridge the gap between a model trained on a labeled source domain and its deployment in an unlabeled target domain. However, current high-performance models demand significant resources, making deployment costs prohibitive and highlighting the need for compact, yet effective models. For UDA of lightweight models, Knowledge Distillation (KD) leveraging a Teacher-Student framework could be a common approach, but we found that domain shift in UDA leads to a significant increase in non-salient parameters in the teacher model, degrading model's generalization ability and transferring misleading information to the student model. Interestingly, we observed that this phenomenon occurs considerably less in the student model. Driven by this insight, we introduce Collaborative Learning for UDA (CLDA), a method that updates the teacher's non-salient…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsKnowledge Distillation
