Learning Structure-Semantic Evolution Trajectories for Graph Domain Adaptation
Wei Chen, Xingyu Guo, Shuang Li, Yan Zhong, Zhao Zhang, Fuzhen Zhuang, Hongrui Liu, Libang Zhang, Guo Ye, Huimei He
TL;DR
DiffGDA reframes Graph Domain Adaptation as a continuous-time diffusion process that evolves structure and semantics from a labeled source graph to an unlabeled target graph. It combines forward diffusion of augmented features with a domain-aware reverse diffusion guided by a density-ratio signal, and proves convergence to an optimal adaptation path in latent space. Empirically, it achieves state-of-the-art performance across 14 transfer tasks on 8 real datasets, while maintaining practical efficiency through targeted diffusion and end-to-end training. This diffusion-based approach provides a flexible, scalable solution for nonlinear and heterogeneous graph shifts in real-world applications.
Abstract
Graph Domain Adaptation (GDA) aims to bridge distribution shifts between domains by transferring knowledge from well-labeled source graphs to given unlabeled target graphs. One promising recent approach addresses graph transfer by discretizing the adaptation process, typically through the construction of intermediate graphs or stepwise alignment procedures. However, such discrete strategies often fail in real-world scenarios, where graph structures evolve continuously and nonlinearly, making it difficult for fixed-step alignment to approximate the actual transformation process. To address these limitations, we propose \textbf{DiffGDA}, a \textbf{Diff}usion-based \textbf{GDA} method that models the domain adaptation process as a continuous-time generative process. We formulate the evolution from source to target graphs using stochastic differential equations (SDEs), enabling the joint modeling of structural and semantic transitions. To guide this evolution, a domain-aware network is introduced to steer the generative process toward the target domain, encouraging the diffusion trajectory to follow an optimal adaptation path. We theoretically show that the diffusion process converges to the optimal solution bridging the source and target domains in the latent space. Extensive experiments on 14 graph transfer tasks across 8 real-world datasets demonstrate DiffGDA consistently outperforms state-of-the-art baselines.
