paper-with-me

Papers

Selective Partial Domain Adaptation

2022-10-01 · British Machine Vision Conference 2022 10 · Pengxin Guo, Jinjing Zhu, Yu Zhang

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.

📄 PDF Abstract BibTeX

Code (2)

Pengxin-Guo/SPDA 공식 구현 pytorch
gpx333/spda pytorch

Tasks

Domain AdaptationPartial Domain Adaptation

Similar Papers 제목 키워드 기반

From Big to Small: Adaptive Learning to Partial-Set Domains

2022-03-14 · Zhangjie Cao, Kaichao You, Ziyang Zhang, Jianmin Wang 외

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 Adaptation

Coupling Adversarial Learning with Selective Voting Strategy for Distribution Alignment in Partial Domain Adaptation

2022-07-17 · Sandipan Choudhuri, Hemanth Venkateswara, Arunabha Sen

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 Learning

Partial Domain Adaptation Using Selective Representation Learning For Class-Weight Computation

2021-01-06 · Sandipan Choudhuri, Riti Paul, Arunabha Sen, Baoxin Li 외

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 Learning

Selective Transfer with Reinforced Transfer Network for Partial Domain Adaptation

2019-05-26 · CVPR 2020 6 · Zhihong Chen, Chao Chen, Zhaowei Cheng, Boyuan Jiang 외

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)+1

Collaborative Learning with Multiple Foundation Models for Source-Free Domain Adaptation

2025-11-24 · Huisoo Lee, Jisu Han, Hyunsouk Cho, Wonjun Hwang arxiv

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