Accelerated Training through Iterative Gradient Propagation Along the Residual Path
Erwan Fagnou, Paul Caillon, Blaise Delattre, Alexandre Allauzen

TL;DR
This paper introduces Highway backpropagation, a parallelizable iterative algorithm that approximates traditional backpropagation, significantly speeding up training of deep models with minimal accuracy loss.
Contribution
It presents a novel gradient propagation method leveraging residual paths, enabling parallel computation and broad applicability across architectures.
Findings
Achieves substantial training speedups
Maintains comparable performance to standard backpropagation
Applicable to diverse architectures like ResNets, Transformers, RNNs
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference
MethodsSparse Evolutionary Training
