LGMay 11, 2024

Input Snapshots Fusion for Scalable Discrete-Time Dynamic Graph Neural Networks

arXiv:2405.06975v27 citationsh-index: 4KDD
AI Analysis

This work addresses scalability issues for researchers and practitioners handling large-scale dynamic graphs, though it is incremental as it builds on existing methods like Hawkes processes and graph neural networks.

The paper tackled the problem of high computational and memory costs in modeling temporal edges for discrete-time dynamic graphs by proposing SFDyG, which fuses multiple snapshots into a single temporal graph using Hawkes processes and graph neural networks, resulting in consistent outperformance over existing methods on eight datasets for future link prediction tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes