paper-with-me

홈 › Papers

Towards Realizing the Value of Labeled Target Samples: a Two-Stage Approach for Semi-Supervised Domain Adaptation

2023-04-21 · mengqun Jin, Kai Li, Shuyan Li, Chunming He, Xiu Li

Semi-Supervised Domain Adaptation (SSDA) is a recently emerging research topic that extends from the widely-investigated Unsupervised Domain Adaptation (UDA) by further having a few target samples labeled, i.e., the model is trained with labeled source samples, unlabeled target samples as well as a few labeled target samples. Compared with UDA, the key to SSDA lies how to most effectively utilize the few labeled target samples. Existing SSDA approaches simply merge the few precious labeled target samples into vast labeled source samples or further align them, which dilutes the value of labeled target samples and thus still obtains a biased model. To remedy this, in this paper, we propose to decouple SSDA as an UDA problem and a semi-supervised learning problem where we first learn an UDA model using labeled source and unlabeled target samples and then adapt the learned UDA model in a semi-supervised way using labeled and unlabeled target samples. By utilizing the labeled source samples and target samples separately, the bias problem can be well mitigated. We further propose a consistency learning based mean teacher model to effectively adapt the learned UDA model using labeled and unlabeled target samples. Experiments show our approach outperforms existing methods.

📄 PDF Abstract BibTeX arXiv:2304.10762

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSemi-supervised Domain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Confidence Adaptive Regularization for Deep Learning with Noisy Labels

2021-08-18 · Yangdi Lu, Yang Bo, Wenbo He

Recent studies on the memorization effects of deep neural networks on noisy labels show that the networks first fit the correctly-labeled training samples before memorizing the mislabeled samples. Motivated by this early…

Deep LearningImage ClassificationLearning with noisy labelsMemorization

Deep Metric Learning-Based Semi-Supervised Regression With Alternate Learning

2022-02-23 · Adina Zell, Gencer Sumbul, Begüm Demir

This paper introduces a novel deep metric learning-based semi-supervised regression (DML-S2R) method for parameter estimation problems. The proposed DML-S2R method aims to mitigate the problems of insufficient amount of …

Metric Learningparameter estimationregressionTriplet

DASA: Domain Adaptation in Stacked Autoencoders using Systematic Dropout

2016-03-19 · Abhijit Guha Roy, Debdoot Sheet

Domain adaptation deals with adapting behaviour of machine learning based systems trained using samples in source domain to their deployment in target domain where the statistics of samples in both domains are dissimilar…

Domain AdaptationRetinal Vessel Segmentation

An Effective Flow-based Method for Positive-Unlabeled Learning: 2-HNC

2025-05-13 · Dorit Hochbaum, Torpong Nitayanont

In many scenarios of binary classification, only positive instances are provided in the training data, leaving the rest of the data unlabeled. This setup, known as positive-unlabeled (PU) learning, is addressed here with…

Binary Classification

How does the Combined Risk Affect the Performance of Unsupervised Domain Adaptation Approaches?

2020-12-30 · Li Zhong, Zhen Fang, Feng Liu, Jie Lu 외

Unsupervised domain adaptation (UDA) aims to train a target classifier with labeled samples from the source domain and unlabeled samples from the target domain. Classical UDA learning bounds show that target risk is uppe…

Domain AdaptationUnsupervised Domain Adaptation