Source Data-absent Unsupervised Domain Adaptation through Hypothesis Transfer and Labeling Transfer
Jian Liang, Dapeng Hu, Yunbo Wang, Ran He, Jiashi Feng

TL;DR
This paper introduces SHOT, a source data-absent unsupervised domain adaptation method that leverages a frozen source model to adapt to new target domains without accessing source data, using hypothesis transfer and labeling strategies.
Contribution
The paper proposes a novel source hypothesis transfer (SHOT) approach and a labeling transfer strategy for effective unsupervised domain adaptation without source data access.
Findings
SHOT achieves state-of-the-art results on digit classification tasks.
SHOT++ improves target prediction accuracy through semi-supervised labeling.
The methods outperform existing approaches in various visual domain adaptation benchmarks.
Abstract
Unsupervised domain adaptation (UDA) aims to transfer knowledge from a related but different well-labeled source domain to a new unlabeled target domain. Most existing UDA methods require access to the source data, and thus are not applicable when the data are confidential and not shareable due to privacy concerns. This paper aims to tackle a realistic setting with only a classification model available trained over, instead of accessing to, the source data. To effectively utilize the source model for adaptation, we propose a novel approach called Source HypOthesis Transfer (SHOT), which learns the feature extraction module for the target domain by fitting the target data features to the frozen source classification module (representing classification hypothesis). Specifically, SHOT exploits both information maximization and self-supervised learning for the feature extraction module…
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 · Advanced Neural Network Applications
MethodsSource Hypothesis Transfer
