DyGSSM: Multi-view Dynamic Graph Embeddings with State Space Model Gradient Update
Bizhan Alipour Pijan, Serdar Bozdag

TL;DR
DyGSSM introduces a novel dynamic graph embedding method that combines local and global features with state space models to better capture temporal dependencies and improve performance over existing methods.
Contribution
The paper proposes DyGSSM, integrating GCN, GRU, cross-attention, and HiPPO-based SSM for enhanced dynamic graph representation learning.
Findings
Outperforms baselines in 17 out of 20 cases
Effectively captures local and global features simultaneously
Utilizes HiPPO SSM for long-term dependency modeling
Abstract
Most of the dynamic graph representation learning methods involve dividing a dynamic graph into discrete snapshots to capture the evolving behavior of nodes over time. Existing methods primarily capture only local or global structures of each node within a snapshot using message-passing and random walk-based methods. Then, they utilize sequence-based models (e.g., transformers) to encode the temporal evolution of node embeddings, and meta-learning techniques to update the model parameters. However, these approaches have two limitations. First, they neglect the extraction of global and local information simultaneously in each snapshot. Second, they fail to consider the model's performance in the current snapshot during parameter updates, resulting in a lack of temporal dependency management. Recently, HiPPO (High-order Polynomial Projection Operators) algorithm has gained attention for…
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
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Bayesian Modeling and Causal Inference
MethodsSoftmax · Attention Is All You Need · Convolution
