English

DyG-Mamba: Continuous State Space Modeling on Dynamic Graphs

Machine Learning 2025-12-19 v2

Abstract

Dynamic graph modeling aims to uncover evolutionary patterns in real-world systems, enabling accurate social recommendation and early detection of cancer cells. Inspired by the success of recent state space models in efficiently capturing long-term dependencies, we propose DyG-Mamba by translating dynamic graph modeling into a long-term sequence modeling problem. Specifically, inspired by Ebbinghaus' forgetting curve, we treat the irregular timespans between events as control signals, allowing DyG-Mamba to dynamically adjust the forgetting of historical information. This mechanism ensures effective usage of irregular timespans, thereby improving both model effectiveness and inductive capability. In addition, inspired by Ebbinghaus' review cycle, we redefine core parameters to ensure that DyG-Mamba selectively reviews historical information and filters out noisy inputs, further enhancing the model's robustness. Through exhaustive experiments on 12 datasets covering dynamic link prediction and node classification tasks, we show that DyG-Mamba achieves state-of-the-art performance on most datasets, while demonstrating significantly improved computational and memory efficiency. Code is available at https://github.com/Clearloveyuan/DyG-Mamba.

Keywords

Cite

@article{arxiv.2408.06966,
  title  = {DyG-Mamba: Continuous State Space Modeling on Dynamic Graphs},
  author = {Dongyuan Li and Shiyin Tan and Ying Zhang and Ming Jin and Shirui Pan and Manabu Okumura and Renhe Jiang},
  journal= {arXiv preprint arXiv:2408.06966},
  year   = {2025}
}

Comments

Accepted by NeurIPS 2025

R2 v1 2026-06-28T18:11:52.429Z