LGAIApr 15, 2025

Transfer Learning for Temporal Link Prediction

arXiv:2504.10925v21 citationsh-index: 11IJCNN
Originality Incremental advance
AI Analysis

This work addresses a transfer learning bottleneck for temporal link prediction, which is incremental but enables deployment on new graphs without memory modules.

The paper tackles the problem of transferring temporal link prediction models to new graphs by augmenting existing architectures with a structural mapping module, achieving a memory-free approach that enables effective transfer without retraining.

Link prediction on graphs has applications spanning from recommender systems to drug discovery. Temporal link prediction (TLP) refers to predicting future links in a temporally evolving graph and adds additional complexity related to the dynamic nature of graphs. State-of-the-art TLP models incorporate memory modules alongside graph neural networks to learn both the temporal mechanisms of incoming nodes and the evolving graph topology. However, memory modules only store information about nodes seen at train time, and hence such models cannot be directly transferred to entirely new graphs at test time and deployment. In this work, we study a new transfer learning task for temporal link prediction, and develop transfer-effective methods for memory-laden models. Specifically, motivated by work showing the informativeness of structural signals for the TLP task, we augment a structural mapping module to the existing TLP model architectures, which learns a mapping from graph structural (topological) features to memory embeddings. Our work paves the way for a memory-free foundation model for TLP.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes