Graph Augmentation for Cross Graph Domain Generalization
Guanzi Chen, Jiying Zhang, and Yang Li

TL;DR
This paper introduces a novel graph structure augmentation method combining edge-dropping and clustering-based edge-adding to improve cross-graph domain generalization in node classification tasks, demonstrating state-of-the-art results.
Contribution
It proposes a new graph augmentation technique specifically designed for cross-graph domain generalization, addressing the limitations of existing training-focused methods.
Findings
Achieves state-of-the-art performance on out-of-distribution citation datasets.
Effectively removes noise edges to enhance invariant structure learning.
Improves GNN generalization through structure-preserving augmentations.
Abstract
Cross-graph node classification, utilizing the abundant labeled nodes from one graph to help classify unlabeled nodes in another graph, can be viewed as a domain generalization problem of graph neural networks (GNNs) due to the structure shift commonly appearing among various graphs. Nevertheless, current endeavors for cross-graph node classification mainly focus on model training. Data augmentation approaches, a simple and easy-to-implement domain generalization technique, remain under-explored. In this paper, we develop a new graph structure augmentation for the crossgraph domain generalization problem. Specifically, low-weight edgedropping is applied to remove potential noise edges that may hinder the generalization ability of GNNs, stimulating the GNNs to capture the essential invariant information underlying different structures. Meanwhile, clustering-based edge-adding is proposed…
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
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms
MethodsFocus
