paper-with-me

Papers

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

2020-12-14 · Jian Liang, Dapeng Hu, Yunbo Wang, Ran He, Jiashi Feng

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}.

📄 PDF Abstract BibTeX arXiv:2012.07297

Code (2)

tim-learn/SHOT-plus 공식 구현 pytorch
fenghz/cosda pytorch

Tasks

ClassificationDomain AdaptationGeneral ClassificationObject RecognitionSelf-Supervised LearningSource-Free Domain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Source Hypothesis Transfer Source Hypothesis Transfer, or SHOT, is a representation learning framework for unsupervised domain adaptation. SHOT freezes the classifier module (hypothesis) of the…

Similar Papers 제목 키워드 기반

Unsupervised domain adaptation with imputation

2019-09-25 · Matthieu Kirchmeyer, Patrick Gallinari, Alain Rakotomamonjy, Amin Mantrach

Motivated by practical applications, we consider unsupervised domain adaptation for classification problems, in the presence of missing data in the target domain. More precisely, we focus on the case where there is a dom…

ClassificationDomain AdaptationImputationUnsupervised Domain Adaptation

Using Latent Codes for Class Imbalance Problem in Unsupervised Domain Adaptation

2019-09-17 · Boris Chidlovskii

We address the problem of severe class imbalance in unsupervised domain adaptation, when the class spaces in source and target domains diverge considerably. Till recently, domain adaptation methods assumed the aligned cl…

Domain AdaptationUnsupervised Domain Adaptation

Unsupervised Camouflaged Object Segmentation as Domain Adaptation

2023-08-08 · Yi Zhang, Chengyi Wu

Deep learning for unsupervised image segmentation remains challenging due to the absence of human labels. The common idea is to train a segmentation head, with the supervision of pixel-wise pseudo-labels generated based …

AttributeCamouflaged Object SegmentationDomain AdaptationImage Segmentation+5

Subspace Alignment Based Domain Adaptation for RCNN Detector

2015-07-20 · Anant Raj, Vinay P. Namboodiri, Tinne Tuytelaars

In this paper, we propose subspace alignment based domain adaptation of the state of the art RCNN based object detector. The aim is to be able to achieve high quality object detection in novel, real world target scenario…

Domain AdaptationObjectobject-detectionObject Detection+1

Unsupervised domain adaptation with non-stochastic missing data

2021-09-16 · Matthieu Kirchmeyer, Patrick Gallinari, Alain Rakotomamonjy, Amin Mantrach

We consider unsupervised domain adaptation (UDA) for classification problems in the presence of missing data in the unlabelled target domain. More precisely, motivated by practical applications, we analyze situations whe…

ClassificationDomain AdaptationImputationUnsupervised Domain Adaptation