Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DyGMamba: Efficiently Modeling Long-Term Temporal Dependency on Continuous-Time Dynamic Graphs with State Space Models

About

Learning useful representations for continuous-time dynamic graphs (CTDGs) is challenging, due to the concurrent need to span long node interaction histories and grasp nuanced temporal details. In particular, two problems emerge: (1) Encoding longer histories requires more computational resources, making it crucial for CTDG models to maintain low computational complexity to ensure efficiency; (2) Meanwhile, more powerful models are needed to identify and select the most critical temporal information within the extended context provided by longer histories. To address these problems, we propose a CTDG representation learning model named DyGMamba, originating from the popular Mamba state space model (SSM). DyGMamba first leverages a node-level SSM to encode the sequence of historical node interactions. Another time-level SSM is then employed to exploit the temporal patterns hidden in the historical graph, where its output is used to dynamically select the critical information from the interaction history. We validate DyGMamba experimentally on the dynamic link prediction task. The results show that our model achieves state-of-the-art in most cases. DyGMamba also maintains high efficiency in terms of computational resources, making it possible to capture long temporal dependencies with a limited computation budget.

Zifeng Ding, Yifeng Li, Yuan He, Antonio Norelli, Jingcheng Wu, Volker Tresp, Michael Bronstein, Yunpu Ma• 2024

Related benchmarks

TaskDatasetResultRank
Link PredictionEnron (transductive)
AP92.65
49
transductive dynamic link predictionWikipedia
AUC ROC99.08
37
Dynamic Link PredictionMOOC (transductive)
AUC89.58
34
Dynamic Link PredictionLastFM (transductive)
AP93.35
32
Dynamic Link PredictionUN Trade (transductive)
AP64.58
32
Dynamic Link PredictionFlights (transductive)
AP98.12
31
Link PredictionUCI (transductive)
AP95.91
29
Node Affinity PredictionTGB genre (val)
NDCG@100.359
12
Node Affinity Predictiontgbn-genre (test)
NDCG@100.351
12
Node Affinity Predictiontgbn-reddit (test)
NDCG@100.314
12
Showing 10 of 29 rows

Other info

Follow for update