Bridging Source and Target Domains via Link Prediction for Unsupervised Domain Adaptation on Graphs
Yilong Wang, Tianxiang Zhao, Zongyu Wu, Suhang Wang

TL;DR
This paper introduces a novel unsupervised domain adaptation framework for graph neural networks that uses link prediction to connect source and target nodes, improving adaptation across different graph domains.
Contribution
The paper proposes a new link prediction-based method to enhance message passing between source and target graphs, addressing label distribution shifts in unsupervised domain adaptation.
Findings
Effective in reducing domain discrepancy in experiments
Improves node classification accuracy on real-world datasets
Insensitive to label distribution imbalance across domains
Abstract
Graph neural networks (GNNs) have shown great ability for node classification on graphs. However, the success of GNNs relies on abundant labeled data, while obtaining high-quality labels is costly and challenging, especially for newly emerging domains. Hence, unsupervised domain adaptation (UDA), which trains a classifier on the labeled source graph and adapts it to the unlabeled target graph, is attracting increasing attention. Various approaches have been proposed to alleviate the distribution shift between the source and target graphs to facilitate the classifier adaptation. However, most of them simply adopt existing UDA techniques developed for independent and identically distributed data to gain domain-invariant node embeddings for graphs, which do not fully consider the graph structure and message-passing mechanism of GNNs during the adaptation and will fail when label…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Expert finding and Q&A systems
MethodsADaptive gradient method with the OPTimal convergence rate
