Improving Temporal Link Prediction via Temporal Walk Matrix Projection
Xiaodong Lu, Leilei Sun, Tongyu Zhu, Weifeng Lv

TL;DR
This paper introduces TPNet, a novel temporal graph neural network that unifies relative encodings with temporal walk matrices, enhancing efficiency and effectiveness in temporal link prediction tasks.
Contribution
The paper proposes a new temporal walk matrix-based encoding and a corresponding neural network, TPNet, improving computational efficiency and predictive performance in temporal link prediction.
Findings
TPNet outperforms baselines on most datasets.
Achieves up to 33.3x speedup over state-of-the-art methods.
Effectively incorporates temporal decay and structural info.
Abstract
Temporal link prediction, aiming at predicting future interactions among entities based on historical interactions, is crucial for a series of real-world applications. Although previous methods have demonstrated the importance of relative encodings for effective temporal link prediction, computational efficiency remains a major concern in constructing these encodings. Moreover, existing relative encodings are usually constructed based on structural connectivity, where temporal information is seldom considered. To address the aforementioned issues, we first analyze existing relative encodings and unify them as a function of temporal walk matrices. This unification establishes a connection between relative encodings and temporal walk matrices, providing a more principled way for analyzing and designing relative encodings. Based on this analysis, we propose a new temporal graph neural…
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
Taxonomy
TopicsHuman Mobility and Location-Based Analysis · Complex Network Analysis Techniques · Advanced Text Analysis Techniques
MethodsGraph Neural Network
