Altering Backward Pass Gradients improves Convergence
Bishshoy Das, Milton Mondal, Brejesh Lall, Shiv Dutt Joshi, Sumantra, Dutta Roy

TL;DR
This paper introduces PowerGrad Transform, a simple method to modify backward pass gradients, which improves neural network convergence and accuracy without additional computational cost.
Contribution
It proposes a novel decoupled training technique that alters gradients in the backward pass to enhance convergence and final accuracy.
Findings
Improves ResNet-50 accuracy by 0.73% on ImageNet.
Enhances training efficiency and convergence speed.
Easy to implement with minimal code changes.
Abstract
In standard neural network training, the gradients in the backward pass are determined by the forward pass. As a result, the two stages are coupled. This is how most neural networks are trained currently. However, gradient modification in the backward pass has seldom been studied in the literature. In this paper we explore decoupled training, where we alter the gradients in the backward pass. We propose a simple yet powerful method called PowerGrad Transform, that alters the gradients before the weight update in the backward pass and significantly enhances the predictive performance of the neural network. PowerGrad Transform trains the network to arrive at a better optima at convergence. It is computationally extremely efficient, virtually adding no additional cost to either memory or compute, but results in improved final accuracies on both the training and test sets. PowerGrad…
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
TopicsAdvanced Neural Network Applications · Medical Imaging Techniques and Applications · Medical Image Segmentation Techniques
MethodsGradient Clipping · Softmax
