Structural Re-weighting Improves Graph Domain Adaptation
Shikun Liu, Tianchun Li, Yongbin Feng, Nhan Tran, Han Zhao, Qiu Qiang,, Pan Li

TL;DR
This paper introduces a novel structural reweighting method for graph domain adaptation, effectively handling distribution shifts caused by graph structure or node attributes, especially in high energy physics applications.
Contribution
The work identifies a new type of distribution shift called conditional structure shift and proposes structural reweighting to address it, improving GDA performance.
Findings
StruRW significantly outperforms baselines with large graph structure shifts.
StruRW provides reasonable improvements when node attribute shifts dominate.
The approach is validated on synthetic, benchmark, and HEP datasets.
Abstract
In many real-world applications, graph-structured data used for training and testing have differences in distribution, such as in high energy physics (HEP) where simulation data used for training may not match real experiments. Graph domain adaptation (GDA) is a method used to address these differences. However, current GDA primarily works by aligning the distributions of node representations output by a single graph neural network encoder shared across the training and testing domains, which may often yield sub-optimal solutions. This work examines different impacts of distribution shifts caused by either graph structure or node attributes and identifies a new type of shift, named conditional structure shift (CSS), which current GDA approaches are provably sub-optimal to deal with. A novel approach, called structural reweighting (StruRW), is proposed to address this issue and is tested…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Online Learning and Analytics
MethodsGraph Neural Network
