Selective Partial Domain Adaptation
Partial Domain Adaptation (PDA), which assumes that the label space of the target domain is a subset of that in the source domain, has attracted much attention in recent years. Due to the difference in the label space of these two domains, it is hard to directly align these two domains in PDA. To solve this problem, we propose a Selective Partial Domain Adaptation (SPDA) method, which selects useful data for the adaptation to the target domain. Specifically, we firstly design a Maximum of Cosine (MoC) similarity function customized for PDA to select useful data in the source domain to decrease the domain discrepancy. In the MoC similarity function, for each target sample, we select the source sample with the maximal cosine similarity for adaptation. Moreover, a selective training method is designed to add useful target data into the source domain. In detail, the selective training method firstly assigns pseudo-labels to target samples with the selftraining strategy and then adds target samples with high confidence in terms of pseudolabels to the source domain. Based on these two selection operations, the proposed SPDA method can select useful data for domain adaptation. Experiments on several datasets demonstrate the effectiveness of the proposed SPDA method.
Code (2)
Tasks
Domain AdaptationPartial Domain AdaptationSimilar Papers 제목 키워드 기반
From Big to Small: Adaptive Learning to Partial-Set Domains
Domain adaptation targets at knowledge acquisition and dissemination from a labeled source domain to an unlabeled target domain under distribution shift. Still, the common requirement of identical class space shared acro…
Domain AdaptationPartial Domain AdaptationCoupling Adversarial Learning with Selective Voting Strategy for Distribution Alignment in Partial Domain Adaptation
In contrast to a standard closed-set domain adaptation task, partial domain adaptation setup caters to a realistic scenario by relaxing the identical label set assumption. The fact of source label set subsuming the targe…
Domain Adaptationdomain classificationPartial Domain AdaptationTransfer LearningPartial Domain Adaptation Using Selective Representation Learning For Class-Weight Computation
The generalization power of deep-learning models is dependent on rich-labelled data. This supervision using large-scaled annotated information is restrictive in most real-world scenarios where data collection and their a…
Domain AdaptationPartial Domain AdaptationRepresentation LearningSelective Transfer with Reinforced Transfer Network for Partial Domain Adaptation
One crucial aspect of partial domain adaptation (PDA) is how to select the relevant source samples in the shared classes for knowledge transfer. Previous PDA methods tackle this problem by re-weighting the source samples…
Domain AdaptationPartial Domain AdaptationReinforcement LearningReinforcement Learning (RL)+1Collaborative Learning with Multiple Foundation Models for Source-Free Domain Adaptation
Source-Free Domain Adaptation (SFDA) aims to adapt a pre-trained source model to an unlabeled target domain without access to source data. Recent advances in Foundation Models (FMs) have introduced new opportunities for …
Source-Free Domain Adaptation