paper-with-me

Papers

Source Free Unsupervised Graph Domain Adaptation

2021-12-02 · Haitao Mao, Lun Du, Yujia Zheng, Qiang Fu, Zelin Li, Xu Chen, Shi Han, Dongmei Zhang

Graph Neural Networks (GNNs) have achieved great success on a variety of tasks with graph-structural data, among which node classification is an essential one. Unsupervised Graph Domain Adaptation (UGDA) shows its practical value of reducing the labeling cost for node classification. It leverages knowledge from a labeled graph (i.e., source domain) to tackle the same task on another unlabeled graph (i.e., target domain). Most existing UGDA methods heavily rely on the labeled graph in the source domain. They utilize labels from the source domain as the supervision signal and are jointly trained on both the source graph and the target graph. However, in some real-world scenarios, the source graph is inaccessible because of privacy issues. Therefore, we propose a novel scenario named Source Free Unsupervised Graph Domain Adaptation (SFUGDA). In this scenario, the only information we can leverage from the source domain is the well-trained source model, without any exposure to the source graph and its labels. As a result, existing UGDA methods are not feasible anymore. To address the non-trivial adaptation challenges in this practical scenario, we propose a model-agnostic algorithm called SOGA for domain adaptation to fully exploit the discriminative ability of the source model while preserving the consistency of structural proximity on the target graph. We prove the effectiveness of the proposed algorithm both theoretically and empirically. The experimental results on four cross-domain tasks show consistent improvements in the Macro-F1 score and Macro-AUC.

📄 PDF Abstract BibTeX arXiv:2112.00955

Code (1)

haitaomao/soga 공식 구현 pytorch

Tasks

Domain AdaptationGRAPH DOMAIN ADAPTATIONNode Classification

Similar Papers 제목 키워드 기반

Collaborate to Adapt: Source-Free Graph Domain Adaptation via Bi-directional Adaptation

2024-03-03 · Zhen Zhang, Meihan Liu, Anhui Wang, Hongyang Chen 외

Unsupervised Graph Domain Adaptation (UGDA) has emerged as a practical solution to transfer knowledge from a label-rich source graph to a completely unlabelled target graph. However, most methods require a labelled sourc…

Contrastive LearningDomain AdaptationGRAPH DOMAIN ADAPTATION

Aggregate to Adapt: Node-Centric Aggregation for Multi-Source-Free Graph Domain Adaptation

2025-02-05 · Zhen Zhang, Bingsheng He

Unsupervised graph domain adaptation (UGDA) focuses on transferring knowledge from labeled source graph to unlabeled target graph under domain discrepancies. Most existing UGDA methods are designed to adapt information f…

Domain AdaptationGRAPH DOMAIN ADAPTATION

Confidence Score Weighting Adaptation for Source-Free Unsupervised Domain Adaptation

2021-09-29 · Jonghyun Lee, Dahuin Jung, Junho Yim, Sungroh Yoon

Unsupervised domain adaptation (UDA) aims to achieve high performance within the unlabeled target domain by leveraging the labeled source domain. Source-free UDA, which is a more challenging UDA task, can access the pre-…

Domain AdaptationPseudo LabelUnsupervised Domain Adaptation

Dual Moving Average Pseudo-Labeling for Source-Free Inductive Domain Adaptation

2022-12-15 · Hao Yan, Yuhong Guo

Unsupervised domain adaptation reduces the reliance on data annotation in deep learning by adapting knowledge from a source to a target domain. For privacy and efficiency concerns, source-free domain adaptation extends u…

Domain AdaptationSource-Free Domain AdaptationUnsupervised Domain Adaptation

HEAL: Learning-Free Source Free Unsupervised Domain Adaptation for Cross-Modality Medical Image Segmentation

2025-11-22 · Yulong Shi, Jiapeng Li, Lin Qi arxiv

Growing demands for clinical data privacy and storage constraints have spurred advances in Source Free Unsupervised Domain Adaptation (SFUDA). SFUDA addresses the domain shift by adapting models from the source domain to…

Unsupervised Domain AdaptationMedical Image Segmentation