State Space Models on Temporal Graphs: A First-Principles Study
Jintang Li, Ruofan Wu, Xinzhou Jin, Boqun Ma, Liang Chen, Zibin Zheng

TL;DR
This paper introduces GraphSSM, a novel state space model tailored for temporal graphs, integrating structural information to effectively model dynamic systems and outperform existing methods on multiple benchmarks.
Contribution
It extends state space models to temporal graphs by incorporating structural regularization, creating a new framework called GraphSSM for dynamic graph modeling.
Findings
GraphSSM outperforms existing models on various benchmarks.
Structural regularization improves temporal graph modeling accuracy.
The continuous-time formulation addresses long-range dependency issues.
Abstract
Over the past few years, research on deep graph learning has shifted from static graphs to temporal graphs in response to real-world complex systems that exhibit dynamic behaviors. In practice, temporal graphs are formalized as an ordered sequence of static graph snapshots observed at discrete time points. Sequence models such as RNNs or Transformers have long been the predominant backbone networks for modeling such temporal graphs. Yet, despite the promising results, RNNs struggle with long-range dependencies, while transformers are burdened by quadratic computational complexity. Recently, state space models (SSMs), which are framed as discretized representations of an underlying continuous-time linear dynamical system, have garnered substantial attention and achieved breakthrough advancements in independent sequence modeling. In this work, we undertake a principled investigation that…
Peer Reviews
Decision·NeurIPS 2024 poster
1. The proposed method has the theoretical support to show the effectiveness of the proposed method. 2. The experimental results show that the proposed method outperform most of the baseline methds. 3. This paper is well-motivated.
1. Since one advantage of the SSM based methods is its small parameter size, then what's the size of the model compared with other baseline methods? It's better to list the number of parameters to show the efficiency of the proposed method. 2. The transformer based methods have better performance as shown in Table 1, do you include any transformer-based methods for the experimental comparison?
Code & Models
Videos
Taxonomy
TopicsBayesian Modeling and Causal Inference
