A Comparative Study on Dynamic Graph Embedding based on Mamba and Transformers
Ashish Parmanand Pandey, Alan John Varghese, Sarang Patil, Mengjia Xu

TL;DR
This paper compares transformer-based and Mamba-based dynamic graph embedding models, showing Mamba's superior efficiency and comparable or better performance in capturing temporal dependencies in evolving networks.
Contribution
It introduces novel Mamba-based models with graph neural networks and provides a comprehensive comparison with transformer approaches, highlighting efficiency and effectiveness.
Findings
Mamba models achieve similar or better link prediction accuracy than transformers.
Mamba models are more computationally efficient, especially on long sequences.
DG-Mamba variants outperform transformers on datasets with high temporal variability.
Abstract
Dynamic graph embedding has emerged as an important technique for modeling complex time-evolving networks across diverse domains. While transformer-based models have shown promise in capturing long-range dependencies in temporal graph data, they face scalability challenges due to quadratic computational complexity. This study presents a comparative analysis of dynamic graph embedding approaches using transformers and the recently proposed Mamba architecture, a state-space model with linear complexity. We introduce three novel models: TransformerG2G augment with graph convolutional networks, \mathcal{DG}-Mamba, and \mathcal{GDG}-Mamba with graph isomorphism network edge convolutions. Our experiments on multiple benchmark datasets demonstrate that Mamba-based models achieve comparable or superior performance to transformer-based approaches in link prediction tasks while offering…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph Theory and Algorithms
MethodsSoftmax · Attention Is All You Need · Mamba: Linear-Time Sequence Modeling with Selective State Spaces
