PulseAugur
EN
LIVE 03:14:28

New method accelerates temporal GNN training with adaptive pseudo-supervision

Researchers have developed a new method called Moving-Averaged Labels (MAL) to improve the training of temporal graph neural networks (GNNs). This technique addresses the issue of irregular supervision in real-world dynamic graphs by assigning soft pseudo-targets based on past supervised signals. MAL aims to reduce gradient variance and accelerate convergence without altering the model architecture or loss function. Experiments show that MAL significantly boosts predictive performance and achieves faster time-to-accuracy, establishing a new state-of-the-art on common Temporal Graph Benchmark datasets. AI

IMPACT Accelerates training for temporal graph neural networks, potentially enabling more efficient real-world dynamic graph analysis.

RANK_REASON The cluster contains an academic paper detailing a new method for training temporal graph neural networks. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New method accelerates temporal GNN training with adaptive pseudo-supervision

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Alexander Panyshev, Dmitry Vinichenko, Oleg Travkin, Roman Alferov, Alexey Zaytsev ·

    Never Skip a Batch: Dense Learning of Temporal GNNs via Adaptive Pseudo-Supervision

    arXiv:2505.12526v2 Announce Type: replace Abstract: Temporal graph networks suffer from irregular supervision in realworld dynamic graphs, as most minibatches contain few labeled events. The lack of labels leads to high-variance gradient updates and, consequently, slow wall-clock…