Learnable Spatial-Temporal Positional Encoding for Link Prediction
Katherine Tieu, Dongqi Fu, Zihao Li, Ross Maciejewski, Jingrui He

TL;DR
This paper introduces a learnable spatial-temporal positional encoding method for graph neural networks, enhancing link prediction accuracy on large-scale, time-evolving attributed graphs with improved efficiency and robustness.
Contribution
The paper proposes a novel learnable positional encoding scheme that captures spatial-temporal information, preserves graph properties, and outperforms existing methods in link prediction tasks.
Findings
Outperforms state-of-the-art methods on 13 datasets
Achieves lower empirical running time than competitors
Demonstrates robustness to different initial encodings
Abstract
Accurate predictions rely on the expressiveness power of graph deep learning frameworks like graph neural networks and graph transformers, where a positional encoding mechanism has become much more indispensable in recent state-of-the-art works to record the canonical position information. However, the current positional encoding is limited in three aspects: (1) most positional encoding methods use pre-defined, and fixed functions, which are inadequate to adapt to the complex attributed graphs; (2) a few pioneering works proposed the learnable positional encoding but are still limited to the structural information, not considering the real-world time-evolving topological and feature information; (3) most positional encoding methods are equipped with transformers' attention mechanism to fully leverage their capabilities, where the dense or relational attention is often unaffordable on…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Machine Learning in Healthcare
MethodsSoftmax · Attention Is All You Need
