paper-with-me

Papers

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

2025-05-18 · Alexander Panyshev, Dmitry Vinichenko, Oleg Travkin, Roman Alferov, Alexey Zaytsev

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.

📄 PDF Abstract BibTeX arXiv:2505.12526

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Learning

Similar Papers 제목 키워드 기반

SkipPipe: Partial and Reordered Pipelining Framework for Training LLMs in Heterogeneous Networks

2025-02-27 · Nikolay Blagoev, Lydia Yiyu Chen, Oğuzhan Ersoy

Data and pipeline parallelism are ubiquitous for training of Large Language Models (LLM) on distributed nodes. Driven by the need for cost-effective training, recent work explores efficient communication arrangement for …

Scheduling

Mini-Batch Learning Strategies for modeling long term temporal dependencies: A study in environmental applications

2022-10-15 · Shaoming Xu, Ankush Khandelwal, Xiang Li, Xiaowei Jia 외

In many environmental applications, recurrent neural networks (RNNs) are often used to model physical variables with long temporal dependencies. However, due to mini-batch training, temporal relationships between trainin…

Dynamical Isometry for Residual Networks

2022-10-05 · Advait Gadhikar, Rebekka Burkholz

The training success, training speed and generalization ability of neural networks rely crucially on the choice of random parameter initialization. It has been shown for multiple architectures that initial dynamical isom…

Diversity

Improving the Trainability of Deep Neural Networks through Layerwise Batch-Entropy Regularization

2022-08-01 · David Peer, Bart Keulen, Sebastian Stabinger, Justus Piater 외

Training deep neural networks is a very demanding task, especially challenging is how to adapt architectures to improve the performance of trained models. We can find that sometimes, shallow networks generalize better th…

A Machine Learning Approach to Improve the Detection of CI Skip Commits

2021-12-01 · IEEE Transactions on Software Engineering, vol. 47, no. 12 2021 12 · Rabe Abdalkareem, Suhaib Mujahid, Emad Shihab

Continuous integration (CI) frameworks, such as Travis CI, are growing in popularity, encouraged by market trends towards speeding up the release cycle and building higher-quality software. A key facilitator of CI is to…