A Selective Learning Method for Temporal Graph Continual Learning
Hanmo Liu, Shimin Di, Haoyang Li, Xun Jian, Yue Wang, Lei Chen
TL;DR
This work defines temporal graph continual learning (TGCL) to address open-class dynamics where new classes emerge and old-class distributions evolve. It proposes Learning Towards the Future (LTF), a selective-learning framework that substitutes old-class data with informative subsets and aligns their embedding distribution to minimize classification error, backed by a theoretical upper bound on error. The method converts the bound into a tractable subset-selection objective, leveraging a greedy, monotone-submodular optimization with MMD-based distribution regularization, and learns with a stop-gradient distillation-like mechanism. Empirical results on Yelp, Reddit, and Amazon demonstrate that LTF outperforms both regularization- and replay-based baselines across TGAT and DyGFormer backbones, offering improved accuracy and reduced forgetting with practical training efficiency.
Abstract
Node classification is a key task in temporal graph learning (TGL). Real-life temporal graphs often introduce new node classes over time, but existing TGL methods assume a fixed set of classes. This assumption brings limitations, as updating models with full data is costly, while focusing only on new classes results in forgetting old ones. Graph continual learning (GCL) methods mitigate forgetting using old-class subsets but fail to account for their evolution. We define this novel problem as temporal graph continual learning (TGCL), which focuses on efficiently maintaining up-to-date knowledge of old classes. To tackle TGCL, we propose a selective learning framework that substitutes the old-class data with its subsets, Learning Towards the Future (LTF). We derive an upper bound on the error caused by such replacement and transform it into objectives for selecting and learning subsets that minimize classification error while preserving the distribution of the full old-class data. Experiments on three real-world datasets validate the effectiveness of LTF on TGCL.
