Graph-Mamba: Towards Long-Range Graph Sequence Modeling with Selective State Spaces
Chloe Wang, Oleksii Tsepa, Jun Ma, Bo Wang

TL;DR
Graph-Mamba introduces a novel approach combining state space models with input-dependent node selection to improve long-range dependency modeling in graphs, achieving better performance and efficiency than existing methods.
Contribution
This work is the first to adapt Mamba state space models for graph data by developing graph-centric node prioritization and permutation strategies.
Findings
Outperforms state-of-the-art methods on ten benchmark datasets.
Reduces computational cost in FLOPs and GPU memory.
Enhances long-range context reasoning in graph prediction tasks.
Abstract
Attention mechanisms have been widely used to capture long-range dependencies among nodes in Graph Transformers. Bottlenecked by the quadratic computational cost, attention mechanisms fail to scale in large graphs. Recent improvements in computational efficiency are mainly achieved by attention sparsification with random or heuristic-based graph subsampling, which falls short in data-dependent context reasoning. State space models (SSMs), such as Mamba, have gained prominence for their effectiveness and efficiency in modeling long-range dependencies in sequential data. However, adapting SSMs to non-sequential graph data presents a notable challenge. In this work, we introduce Graph-Mamba, the first attempt to enhance long-range context modeling in graph networks by integrating a Mamba block with the input-dependent node selection mechanism. Specifically, we formulate graph-centric node…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph Theory and Algorithms · Bayesian Modeling and Causal Inference · Advanced Graph Neural Networks
