LGMay 18, 2025

Never Skip a Batch: Continuous Training of Temporal GNNs via Adaptive Pseudo-Supervision

arXiv:2505.12526v1h-index: 1
Originality Incremental advance
AI Analysis

This work addresses label sparsity in temporal graph learning, offering an efficient solution for researchers and practitioners, though it is incremental as it builds on existing TGN methods.

The paper tackles the problem of training inefficiencies in Temporal Graph Networks (TGNs) caused by irregular supervision signals, proposing History-Averaged Labels (HAL) to accelerate training by up to 15x while maintaining competitive performance.

Temporal Graph Networks (TGNs), while being accurate, face significant training inefficiencies due to irregular supervision signals in dynamic graphs, which induce sparse gradient updates. We first theoretically establish that aggregating historical node interactions into pseudo-labels reduces gradient variance, accelerating convergence. Building on this analysis, we propose History-Averaged Labels (HAL), a method that dynamically enriches training batches with pseudo-targets derived from historical label distributions. HAL ensures continuous parameter updates without architectural modifications by converting idle computation into productive learning steps. Experiments on the Temporal Graph Benchmark (TGB) validate our findings and an assumption about slow change of user preferences: HAL accelerates TGNv2 training by up to 15x while maintaining competitive performance. Thus, this work offers an efficient, lightweight, architecture-agnostic, and theoretically motivated solution to label sparsity in temporal graph learning.

Foundations

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

Your Notes