CVLGDec 14, 2020

Source Data-absent Unsupervised Domain Adaptation through Hypothesis Transfer and Labeling Transfer

arXiv:2012.07297v3346 citationsHas Code
Originality Incremental advance
AI Analysis

This work is significant for practitioners in fields with strict data privacy, enabling domain adaptation without direct access to sensitive source data.

This paper addresses unsupervised domain adaptation (UDA) when source data is unavailable, proposing SHOT to align target features with a frozen source classification model using information maximization and self-supervised learning. SHOT++ further improves performance by separating target data based on prediction confidence and applying semi-supervised learning. Experiments on digit classification and object recognition show SHOT and SHOT++ achieve state-of-the-art or comparable results.

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 learning to ensure the target features are implicitly aligned with the features of unseen source data via the same hypothesis. Furthermore, we propose a new labeling transfer strategy, which separates the target data into two splits based on the confidence of predictions (labeling information), and then employ semi-supervised learning to improve the accuracy of less-confident predictions in the target domain. We denote labeling transfer as SHOT++ if the predictions are obtained by SHOT. Extensive experiments on both digit classification and object recognition tasks show that SHOT and SHOT++ achieve results surpassing or comparable to the state-of-the-arts, demonstrating the effectiveness of our approaches for various visual domain adaptation problems. Code is available at \url{https://github.com/tim-learn/SHOT-plus}.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes