English

Accelerating Training with Neuron Interaction and Nowcasting Networks

Machine Learning 2025-03-03 v3 Artificial Intelligence Machine Learning

Abstract

Neural network training can be accelerated when a learnable update rule is used in lieu of classic adaptive optimizers (e.g. Adam). However, learnable update rules can be costly and unstable to train and use. Recently, Jang et al. (2023) proposed a simpler approach to accelerate training based on weight nowcaster networks (WNNs). In their approach, Adam is used for most of the optimization steps and periodically, only every few steps, a WNN nowcasts (predicts near future) parameters. We improve WNNs by proposing neuron interaction and nowcasting (NiNo) networks. In contrast to WNNs, NiNo leverages neuron connectivity and graph neural networks to more accurately nowcast parameters. We further show that in some networks, such as Transformers, modeling neuron connectivity accurately is challenging. We address this and other limitations, which allows NiNo to accelerate Adam training by up to 50% in vision and language tasks.

Keywords

Cite

@article{arxiv.2409.04434,
  title  = {Accelerating Training with Neuron Interaction and Nowcasting Networks},
  author = {Boris Knyazev and Abhinav Moudgil and Guillaume Lajoie and Eugene Belilovsky and Simon Lacoste-Julien},
  journal= {arXiv preprint arXiv:2409.04434},
  year   = {2025}
}

Comments

ICLR 2025, code is https://github.com/SamsungSAILMontreal/nino

R2 v1 2026-06-28T18:36:44.188Z