Co-Teaching for Unsupervised Domain Adaptation and Expansion
Hailan Lin, Qijie Wei, Kaibin Tian, Ruixiang Zhao, Xirong Li

TL;DR
This paper introduces Co-Teaching, a novel approach for unsupervised domain expansion that addresses cross-domain visual ambiguity by using dual-teacher knowledge distillation and mixup techniques, improving model performance across domains.
Contribution
The paper proposes Co-Teaching, combining knowledge distillation and mixup to handle cross-domain ambiguity, advancing unsupervised domain expansion methods.
Findings
Co-Teaching improves performance in image classification and segmentation tasks.
Dual-teacher architecture enhances handling of cross-domain ambiguity.
Experimental results validate the effectiveness of Co-Teaching for UDE.
Abstract
Unsupervised Domain Adaptation (UDA) essentially trades a model's performance on a source domain for improving its performance on a target domain. To overcome this, Unsupervised Domain Expansion (UDE) has been introduced, which adapts the model to the target domain while preserving its performance in the source domain. In both UDA and UDE, a model tailored to a given domain is assumed to well handle samples from the given domain. We question the assumption by reporting the existence of cross-domain visual ambiguity: Due to the unclear boundary between the two domains, samples from one domain can be visually close to the other domain. Such sorts of samples are typically in the minority in their host domain, so they tend to be overlooked by the domain-specific model, but can be better handled by a model from the other domain. We exploit this finding by proposing Co-Teaching (CT), which is…
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
MethodsKnowledge Distillation · Mixup
