paper-with-me

Papers

Accelerated Training through Iterative Gradient Propagation Along the Residual Path

2025-01-28 · Erwan Fagnou, Paul Caillon, Blaise Delattre, Alexandre Allauzen

Despite being the cornerstone of deep learning, backpropagation is criticized for its inherent sequentiality, which can limit the scalability of very deep models. Such models faced convergence issues due to vanishing gradient, later resolved using residual connections. Variants of these are now widely used in modern architecture. However, the computational cost of backpropagation remains a major burden, accounting for most of the training time. Taking advantage of residual-like architectural designs, we introduce Highway backpropagation, a parallelizable iterative algorithm that approximates backpropagation, by alternatively i) accumulating the gradient estimates along the residual path, and ii) backpropagating them through every layer in parallel. This algorithm is naturally derived from a decomposition of the gradient as the sum of gradients flowing through all paths and is adaptable to a diverse set of common architectures, ranging from ResNets and Transformers to recurrent neural networks. Through an extensive empirical study on a large selection of tasks and models, we evaluate Highway-BP and show that major speedups can be achieved with minimal performance degradation.

📄 PDF Abstract BibTeX arXiv:2501.17086

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

GLEAM: Greedy Learning for Large-Scale Accelerated MRI Reconstruction

2022-07-18 · Batu Ozturkler, Arda Sahiner, Tolga Ergen, Arjun D Desai 외

Unrolled neural networks have recently achieved state-of-the-art accelerated MRI reconstruction. These networks unroll iterative optimization algorithms by alternating between physics-based consistency and neural-network…

MRI Reconstruction

Greedy Learning for Large-Scale Neural MRI Reconstruction

2021-10-19 · NeurIPS Workshop Deep_Invers 2021 12 · Batu Ozturkler, Arda Sahiner, Tolga Ergen, Arjun D Desai 외

Model-based deep learning approaches have recently shown state-of-the-art performance for accelerated MRI reconstruction. These methods unroll iterative proximal gradient descent by alternating between data-consistency a…

MRI Reconstruction

Training Hamiltonian neural networks without backpropagation

2024-11-26 · Atamert Rahma, Chinmay Datar, Felix Dietrich

Neural networks that synergistically integrate data and physical laws offer great promise in modeling dynamical systems. However, iterative gradient-based optimization of network parameters is often computationally expen…

Nesterov's Accelerated Gradient and Momentum as approximations to Regularised Update Descent

2016-07-07 · Aleksandar Botev, Guy Lever, David Barber

We present a unifying framework for adapting the update direction in gradient-based iterative optimization methods. As natural special cases we re-derive classical momentum and Nesterov's accelerated gradient method, len…

EXODUS: Stable and Efficient Training of Spiking Neural Networks

2022-05-20 · Felix Christian Bauer, Gregor Lenz, Saeid Haghighatshoar, Sadique Sheik

Spiking Neural Networks (SNNs) are gaining significant traction in machine learning tasks where energy-efficiency is of utmost importance. Training such networks using the state-of-the-art back-propagation through time (…

GPU