paper-with-me

Papers

Can Modifying Data Address Graph Domain Adaptation?

2024-07-27 · Renhong Huang, Jiarong Xu, Xin Jiang, Ruichuan An, Yang Yang

Graph neural networks (GNNs) have demonstrated remarkable success in numerous graph analytical tasks. Yet, their effectiveness is often compromised in real-world scenarios due to distribution shifts, limiting their capacity for knowledge transfer across changing environments or domains. Recently, Unsupervised Graph Domain Adaptation (UGDA) has been introduced to resolve this issue. UGDA aims to facilitate knowledge transfer from a labeled source graph to an unlabeled target graph. Current UGDA efforts primarily focus on model-centric methods, such as employing domain invariant learning strategies and designing model architectures. However, our critical examination reveals the limitations inherent to these model-centric methods, while a data-centric method allowed to modify the source graph provably demonstrates considerable potential. This insight motivates us to explore UGDA from a data-centric perspective. By revisiting the theoretical generalization bound for UGDA, we identify two data-centric principles for UGDA: alignment principle and rescaling principle. Guided by these principles, we propose GraphAlign, a novel UGDA method that generates a small yet transferable graph. By exclusively training a GNN on this new graph with classic Empirical Risk Minimization (ERM), GraphAlign attains exceptional performance on the target graph. Extensive experiments under various transfer scenarios demonstrate the GraphAlign outperforms the best baselines by an average of 2.16%, training on the generated graph as small as 0.25~1% of the original training graph.

📄 PDF Abstract BibTeX arXiv:2407.19311

Code (1)

zjunet/GraphAlign 공식 구현 pytorch

Tasks

Domain AdaptationGRAPH DOMAIN ADAPTATIONTransfer Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Towards Unsupervised Open-Set Graph Domain Adaptation via Dual Reprogramming

2025-10-21 · Zhen Zhang, Bingsheng He arxiv

Unsupervised Graph Domain Adaptation has become a promising paradigm for transferring knowledge from a fully labeled source graph to an unlabeled target graph. Existing graph domain adaptation models primarily focus on t…

GRAPH DOMAIN ADAPTATION

Gradual Fine-Tuning for Low-Resource Domain Adaptation

2021-03-03 · EACL (AdaptNLP) 2021 4 · Haoran Xu, Seth Ebner, Mahsa Yarmohammadi, Aaron Steven White 외

Fine-tuning is known to improve NLP models by adapting an initial model trained on more plentiful but less domain-salient examples to data in a target domain. Such domain adaptation is typically done using one stage of f…

Domain Adaptation

Cluster-Guided Semi-Supervised Domain Adaptation for Imbalanced Medical Image Classification

2023-03-02 · Shota Harada, Ryoma Bise, Kengo Araki, Akihiko Yoshizawa 외

Semi-supervised domain adaptation is a technique to build a classifier for a target domain by modifying a classifier in another (source) domain using many unlabeled samples and a small number of labeled samples from the …

ClusteringDomain Adaptationimage-classificationImage Classification+3

Simplified Neural Unsupervised Domain Adaptation

2019-05-22 · Timothy A Miller

Unsupervised domain adaptation (UDA) is the task of modifying a statistical model trained on labeled data from a source domain to achieve better performance on data from a target domain, with access to only unlabeled dat…

Domain AdaptationUnsupervised Domain Adaptation

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