On the Benefits of Attribute-Driven Graph Domain Adaptation
Ruiyi Fang, Bingheng Li, Zhao Kang, Qiuhao Zeng, Nima Hosseini Dashtbayaz, Ruizhi Pu, Boyu Wang, Charles Ling
TL;DR
This work addresses the challenge of graph domain adaptation by highlighting that node attribute shifts can dominate topology shifts in cross-network tasks. It presents GAA, a cross-channel framework that jointly aligns attribute and topology views through a feature-graph based attribute module, cross-view similarity refinement, and an adversarial training objective with a PAC-Bayes-inspired bound. Theoretical analysis connects the target risk to both topology and attribute divergences, while extensive experiments on diverse datasets show GAA achieving notable improvements over state-of-the-art baselines. The findings suggest that incorporating and aligning node attributes is crucial for robust GDA in real-world graphs and opens avenues for broader cross-network learning tasks.
Abstract
Graph Domain Adaptation (GDA) addresses a pressing challenge in cross-network learning, particularly pertinent due to the absence of labeled data in real-world graph datasets. Recent studies attempted to learn domain invariant representations by eliminating structural shifts between graphs. In this work, we show that existing methodologies have overlooked the significance of the graph node attribute, a pivotal factor for graph domain alignment. Specifically, we first reveal the impact of node attributes for GDA by theoretically proving that in addition to the graph structural divergence between the domains, the node attribute discrepancy also plays a critical role in GDA. Moreover, we also empirically show that the attribute shift is more substantial than the topology shift, which further underscores the importance of node attribute alignment in GDA. Inspired by this finding, a novel cross-channel module is developed to fuse and align both views between the source and target graphs for GDA. Experimental results on a variety of benchmarks verify the effectiveness of our method.
