paper-with-me

Papers

Source Class Selection with Label Propagation for Partial Domain Adaptation

2021-09-01 · ICIP 2021 9 · Wang, Qian; Breckon, Toby P.

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.

📄 PDF Abstract BibTeX

Code (1)

hellowangqian/scs-lp-pda 공식 구현

Tasks

Domain AdaptationPartial Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Associative Partial Domain Adaptation

2020-08-07 · Youngeun Kim, Sungeun Hong, Seunghan Yang, Sungil Kang 외

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 Adaptation

A Reproducible and Realistic Evaluation of Partial Domain Adaptation Methods

2022-10-03 · Tiago Salvador, Kilian Fatras, Ioannis Mitliagkas, Adam Oberman

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 Adaptation

Oldie but Goodie: Re-illuminating Label Propagation on Graphs with Partially Observed Features

2025-08-02 · Sukwon Yun, Xin Liu, Yunhak Oh, Junseok Lee 외 arxiv

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 Classification

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

Partial Feature Selection and Alignment for Multi-Source Domain Adaptation

2021-06-19 · CVPR 2021 1 · Yangye Fu, Ming Zhang, Xing Xu, Zuo Cao 외

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