Source Class Selection with Label Propagation for Partial Domain Adaptation
In traditional unsupervised domain adaptation problems, the target domain is assumed to share the same set of classes as the source domain. In practice, there exist situations where target-domain data are from only a subset of source-domain classes and it is not known which classes the target-domain data belong to since they are unlabeled. This problem has been formulated as Partial Domain Adaptation (PDA) in the literature and is a challenging task due to the negative transfer issue (i.e. source-domain data belonging to the irrelevant classes harm the domain adaptation). We address the PDA problem by detecting the outlier classes in the source domain progressively. As a result, the PDA is boiled down to an easier unsupervised domain adaptation problem which can be solved without the issue of negative transfer. Specifically, we employ the locality preserving projection to learn a latent common subspace in which a label propagation algorithm is used to label the target-domain data. The outlier classes can be detected if no target-domain data are labeled as these classes. We remove the detected outlier classes from the source domain and repeat the process for multiple iterations until convergence. Experimental results on commonly used datasets Office31 and Office-Home demonstrate our proposed method achieves state-of-the-art performance with an average accuracy of 98.1\% and 75.4\% respectively.
Code (1)
Tasks
Domain AdaptationPartial Domain AdaptationUnsupervised Domain AdaptationSimilar Papers 제목 키워드 기반
Associative Partial Domain Adaptation
Partial Adaptation (PDA) addresses a practical scenario in which the target domain contains only a subset of classes in the source domain. While PDA should take into account both class-level and sample-level to mitigate …
Domain AdaptationPartial Domain AdaptationA Reproducible and Realistic Evaluation of Partial Domain Adaptation Methods
Unsupervised Domain Adaptation (UDA) aims at classifying unlabeled target images leveraging source labeled ones. In this work, we consider the Partial Domain Adaptation (PDA) variant, where we have extra source classes n…
Domain AdaptationModel SelectionPartial Domain AdaptationUnsupervised Domain AdaptationOldie but Goodie: Re-illuminating Label Propagation on Graphs with Partially Observed Features
In real-world graphs, we often encounter missing feature situations where a few or the majority of node features, e.g., sensitive information, are missed. In such scenarios, directly utilizing Graph Neural Networks (GNNs…
Contrastive LearningNode ClassificationFrom 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 AdaptationPartial Feature Selection and Alignment for Multi-Source Domain Adaptation
Multi-Source Domain Adaptation (MSDA), which dedicates to transfer the knowledge learned from multiple source domains to an unlabeled target domain, has drawn increasing attention in the research community. By assumi…
Domain Adaptationfeature selectionPartial Domain Adaptation