Transfer Learning for Temporal Link Prediction
Ayan Chatterjee, Barbara Ikica, Babak Ravandi, John Palowitch
TL;DR
The paper addresses transferability in temporal link prediction by showing that memory-centric Temporal Graph Networks poorly generalize to entirely new graphs. It introduces a structural mapping approach that learns to translate graph topological features into memory embeddings, enabling zero-shot initialization of unseen nodes. Across Temporal Graph Benchmark datasets, the structural map can achieve deployment performance comparable to or better than fine-tuning, reducing the need for test-time adaptation. Limitations such as divergent loss dynamics and seed sensitivity are discussed, with future work proposed on richer topological signals and broader cross-graph transfer.
Abstract
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.
