Thesis Defense by Ashish Pandey
April 29, 2025
Join us in celebrating Ashish Pandey's Master's Thesis Defense. He will present his research titled "A NOVEL FRAMEWORK FOR DYNAMIC GRAPH REPRESENTATION LEARNING WITH MAMBA". This study highlights the use of Mamba model for effective and efficient temporal graph representation learning with uncertainty quantification.
Date and Time: Tuesday, April 29, 2025
Time: 10:00 AM to 11:00 AM
Location: NJIT Campus, GITC Room 2111
Zoom Link: Join Here
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 augmented 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 significant computational efficiency gains on longer sequences. Notably, $\mathcal{DG}$-Mamba variants consistently outperform transformer-based models on datasets with high temporal variability, such as UCI, Bitcoin-OTC, and Reality Mining, while maintaining competitive performance on more stable graphs like SBM. We provide insights into the learned temporal dependencies through analysis of attention weights and state matrices, revealing the models' ability to capture complex temporal patterns. By effectively combining state-space models with graph neural networks, our work addresses key limitations of previous approaches and contributes to the growing body of research on efficient temporal graph representation learning. These findings offer promising directions for scaling dynamic graph embedding to larger, more complex real-world networks, potentially enabling new applications in areas such as social network analysis, financial modeling, and biological system dynamics.