Deep Co-Training with Task Decomposition for Semi-Supervised Domain Adaptation
Luyu Yang, Yan Wang, Mingfei Gao, Abhinav Shrivastava, Kilian Q., Weinberger, Wei-Lun Chao, Ser-Nam Lim

TL;DR
This paper introduces DeCoTa, a semi-supervised domain adaptation method that decomposes the task into SSL and UDA sub-tasks, using co-training to improve target domain performance without adversarial training.
Contribution
It proposes a novel task decomposition approach combined with co-training for SSDA, achieving state-of-the-art results and avoiding adversarial training complexities.
Findings
DeCoTa outperforms prior methods by 4% on DomainNet.
The approach effectively leverages labeled target data.
DeCoTa is easy to implement and theoretically justified.
Abstract
Semi-supervised domain adaptation (SSDA) aims to adapt models trained from a labeled source domain to a different but related target domain, from which unlabeled data and a small set of labeled data are provided. Current methods that treat source and target supervision without distinction overlook their inherent discrepancy, resulting in a source-dominated model that has not effectively used the target supervision. In this paper, we argue that the labeled target data needs to be distinguished for effective SSDA, and propose to explicitly decompose the SSDA task into two sub-tasks: a semi-supervised learning (SSL) task in the target domain and an unsupervised domain adaptation (UDA) task across domains. By doing so, the two sub-tasks can better leverage the corresponding supervision and thus yield very different classifiers. To integrate the strengths of the two classifiers, we apply the…
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
MethodsMixup
