Partial Domain Adaptation

19 papers with code • 5 benchmarks • 4 datasets

Partial Domain Adaptation is a transfer learning paradigm, which manages to transfer relevant knowledge from a large-scale source domain to a small-scale target domain.

Source: Deep Residual Correction Network for Partial Domain Adaptation

Libraries

Use these libraries to find Partial Domain Adaptation models and implementations

Most implemented papers

Deep Residual Correction Network for Partial Domain Adaptation

wenqiwenqi1/DRCN 10 Apr 2020

Deep domain adaptation methods have achieved appealing performance by learning transferable representations from a well-labeled source domain to a different but related unlabeled target domain.

Unsupervised Domain Adaptation with Progressive Adaptation of Subspaces

Cavin-Lee/PAS 1 Sep 2020

Unsupervised Domain Adaptation (UDA) aims to classify unlabeled target domain by transferring knowledge from labeled source domain with domain shift.

Domain Consensus Clustering for Universal Domain Adaptation

Solacex/Domain-Consensus-Clustering CVPR 2021

To better exploit the intrinsic structure of the target domain, we propose Domain Consensus Clustering (DCC), which exploits the domain consensus knowledge to discover discriminative clusters on both common samples and private ones.

Partial Domain Adaptation without Domain Alignment

cavin-lee/idsp 29 Aug 2021

Considering the difficulty of perfect alignment in solving PDA, we turn to focus on the model smoothness while discard the riskier domain alignment to enhance the adaptability of the model.

Source Class Selection with Label Propagation for Partial Domain Adaptation

hellowangqian/scs-lp-pda ICIP 2021

The outlier classes can be detected if no target-domain data are labeled as these classes.

Implicit Semantic Response Alignment for Partial Domain Adaptation

implicit-seman-align/implicit-semantic-response-alignment NeurIPS 2021

Partial Domain Adaptation (PDA) addresses the unsupervised domain adaptation problem where the target label space is a subset of the source label space.

Adversarial Reweighting for Partial Domain Adaptation

xjtu-xgu/adversarial-reweighting-for-partial-domain-adaptation NeurIPS 2021

To tackle the challenge of negative domain transfer, we propose a novel Adversarial Reweighting (AR) approach that adversarially learns the weights of source domain data to align the source and target domain distributions, and the transferable deep recognition network is learned on the reweighted source domain data.

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

thuml/Transfer-Learning-Library 14 Mar 2022

Still, the common requirement of identical class space shared across domains hinders applications of domain adaptation to partial-set domains.

OneRing: A Simple Method for Source-free Open-partial Domain Adaptation

albert0147/onering 7 Jun 2022

In this paper, we investigate Source-free Open-partial Domain Adaptation (SF-OPDA), which addresses the situation where there exist both domain and category shifts between source and target domains.