Higher-order Structure Boosts Link Prediction on Temporal Graphs
Jingzhe Liu, Zhigang Hua, Yan Xie, Bingheng Li, Harry Shomer, Yu Song, Kaveh Hassani, Jiliang Tang
TL;DR
This paper tackles the limitation of traditional temporal graph neural networks that focus on pairwise interactions by introducing HTGN, a model that integrates hypergraph representations to capture higher-order group interactions. HTGN comprises a higher-order structure memory module and a hypergraph embedding module, enabling dynamic memory updates for hyperedges and hyperedge-based node embeddings for more expressive temporal learning. The authors prove HTGN is more expressive than conventional pairwise TGNNs and demonstrate superior dynamic link prediction performance across ten real-world datasets, while achieving substantial memory efficiency (up to 50% reduction) compared to baselines. The work suggests that leveraging higher-order structures can significantly boost both the predictive power and scalability of temporal graph models, pointing toward broader temporal graph foundation modeling.
Abstract
Temporal Graph Neural Networks (TGNNs) have gained growing attention for modeling and predicting structures in temporal graphs. However, existing TGNNs primarily focus on pairwise interactions while overlooking higher-order structures that are integral to link formation and evolution in real-world temporal graphs. Meanwhile, these models often suffer from efficiency bottlenecks, further limiting their expressive power. To tackle these challenges, we propose a Higher-order structure Temporal Graph Neural Network, which incorporates hypergraph representations into temporal graph learning. In particular, we develop an algorithm to identify the underlying higher-order structures, enhancing the model's ability to capture the group interactions. Furthermore, by aggregating multiple edge features into hyperedge representations, HTGN effectively reduces memory cost during training. We theoretically demonstrate the enhanced expressiveness of our approach and validate its effectiveness and efficiency through extensive experiments on various real-world temporal graphs. Experimental results show that HTGN achieves superior performance on dynamic link prediction while reducing memory costs by up to 50\% compared to existing methods.
