paper-with-me

홈 › Papers

Blending-target Domain Adaptation by Adversarial Meta-Adaptation Networks

2019-07-08 · CVPR 2019 6 · Ziliang Chen, Jingyu Zhuang, Xiaodan Liang, Liang Lin

(Unsupervised) Domain Adaptation (DA) seeks for classifying target instances when solely provided with source labeled and target unlabeled examples for training. Learning domain-invariant features helps to achieve this goal, whereas it underpins unlabeled samples drawn from a single or multiple explicit target domains (Multi-target DA). In this paper, we consider a more realistic transfer scenario: our target domain is comprised of multiple sub-targets implicitly blended with each other, so that learners could not identify which sub-target each unlabeled sample belongs to. This Blending-target Domain Adaptation (BTDA) scenario commonly appears in practice and threatens the validities of most existing DA algorithms, due to the presence of domain gaps and categorical misalignments among these hidden sub-targets. To reap the transfer performance gains in this new scenario, we propose Adversarial Meta-Adaptation Network (AMEAN). AMEAN entails two adversarial transfer learning processes. The first is a conventional adversarial transfer to bridge our source and mixed target domains. To circumvent the intra-target category misalignment, the second process presents as `learning to adapt'': It deploys an unsupervised meta-learner receiving target data and their ongoing feature-learning feedbacks, to discover target clusters as our `meta-sub-target'' domains. These meta-sub-targets auto-design our meta-sub-target DA loss, which empirically eliminates the implicit category mismatching in our mixed target. We evaluate AMEAN and a variety of DA algorithms in three benchmarks under the BTDA setup. Empirical results show that BTDA is a quite challenging transfer setup for most existing DA algorithms, yet AMEAN significantly outperforms these state-of-the-art baselines and effectively restrains the negative transfer effects in BTDA.

📄 PDF Abstract BibTeX arXiv:1907.03389

Code (1)

zjy526223908/BTDA 공식 구현 pytorch

Tasks

Domain AdaptationMulti-target Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

BlenDA: Domain Adaptive Object Detection through diffusion-based blending

2024-01-18 · Tzuhsuan Huang, Chen-Che Huang, Chung-Hao Ku, Jun-Cheng Chen

Unsupervised domain adaptation (UDA) aims to transfer a model learned using labeled data from the source domain to unlabeled data in the target domain. To address the large domain gap issue between the source and target …

Domain AdaptationImage-to-Image TranslationObjectobject-detection+2

Evidential Graph Contrastive Alignment for Source-Free Blending-Target Domain Adaptation

2024-08-14 · Juepeng Zheng, Yibin Wen, Jinxiao Zhang, Runmin Dong 외

In this paper, we firstly tackle a more realistic Domain Adaptation (DA) setting: Source-Free Blending-Target Domain Adaptation (SF-BTDA), where we can not access to source domain data while facing mixed multiple target …

Contrastive LearningDomain Adaptation

SRoUDA: Meta Self-training for Robust Unsupervised Domain Adaptation

2022-12-12 · Wanqing Zhu, Jia-Li Yin, Bo-Hao Chen, Ximeng Liu

As acquiring manual labels on data could be costly, unsupervised domain adaptation (UDA), which transfers knowledge learned from a rich-label dataset to the unlabeled target dataset, is gaining increasing popularity. Whi…

Adversarial RobustnessDomain AdaptationUnsupervised Domain Adaptation

Knowledge Distillation for Multi-Target Domain Adaptation in Real-Time Person Re-Identification

2022-05-12 · Félix Remigereau, Djebril Mekhazni, Sajjad Abdoli, Le Thanh Nguyen-Meidine 외

Despite the recent success of deep learning architectures, person re-identification (ReID) remains a challenging problem in real-word applications. Several unsupervised single-target domain adaptation (STDA) methods have…

Domain AdaptationKnowledge DistillationMulti-target Domain AdaptationPerson Re-Identification

DaMSTF: Domain Adversarial Learning Enhanced Meta Self-Training for Domain Adaptation

2023-08-05 · Menglong Lu, Zhen Huang, Yunxiang Zhao, Zhiliang Tian 외

Self-training emerges as an important research line on domain adaptation. By taking the model's prediction as the pseudo labels of the unlabeled data, self-training bootstraps the model with pseudo instances in the targe…

Domain AdaptationMeta-LearningSentiment AnalysisSentiment Classification