Input Snapshots Fusion for Scalable Discrete-Time Dynamic Graph Neural Networks
QingGuo Qi, Hongyang Chen, Minhao Cheng, Han Liu
TL;DR
The paper tackles scalability in discrete-time dynamic graphs by merging multiple input snapshots into a single temporal graph and integrating Hawkes processes with GNNs to capture time-decayed influence across edges. It introduces Input Snapshots Fusion (ISF) and Hawkes-GNN variants (Hawkes-GCN, Hawkes-GAT) anchored by a Hawkes excitation matrix, enabling efficient full-batch and mini-batch training for future link prediction. The authors provide theoretical connections to graph denoising with time decay, extensive experiments on eight datasets showing superior performance and substantial memory savings, and ablations demonstrating the efficacy of temporal-decay message passing. The approach offers a scalable, robust framework for modeling temporal edges in DTDGs with broad applicability to large-scale dynamic graph tasks while avoiding heavy sequential encoders.
Abstract
In recent years, there has been a surge in research on dynamic graph representation learning, primarily focusing on modeling the evolution of temporal-spatial patterns in real-world applications. However, within the domain of discrete-time dynamic graphs, the exploration of temporal edges remains underexplored. Existing approaches often rely on additional sequential models to capture dynamics, leading to high computational and memory costs, particularly for large-scale graphs. To address this limitation, we propose the Input {\bf S}napshots {\bf F}usion based {\bf Dy}namic {\bf G}raph Neural Network (SFDyG), which combines Hawkes processes with graph neural networks to capture temporal and structural patterns in dynamic graphs effectively. By fusing multiple snapshots into a single temporal graph, SFDyG decouples computational complexity from the number of snapshots, enabling efficient full-batch and mini-batch training. Experimental evaluations on eight diverse dynamic graph datasets for future link prediction tasks demonstrate that SFDyG consistently outperforms existing methods.
