Brain Networks Laboratory (Choe Lab)

Gradients without backpropagation

Feb 22, 2022

This looks interesting!!!

quote

Raymond de Lacaze shared a link.

Admin

· Yesterday at 1:50 PM ·

Gradients without Backpropagation (2022)

Paper: https://arxiv.org/abs/2202.08587

Abstract:

“Using backpropagation to compute gradients of objective functions for optimization has remained a mainstay of machine learning. Backpropagation, or reverse-mode differentiation, is a special case within the general family of automatic differentiation algorithms that also includes the forward mode. We present a method to compute gradients based solely on the directional derivative that one can compute exactly and efficiently via the forward mode. We call this formulation the forward gradient, an unbiased estimate of the gradient that can be evaluated in a single forward run of the function, entirely eliminating the need for backpropagation in gradient descent. We demonstrate forward gradient descent in a range of problems, showing substantial savings in computation and enabling training up to twice as fast in some cases. Using backpropagation to compute gradients of objective functions for optimization has remained a mainstay of machine learning. Backpropagation, or reverse-mode differentiation, is a special case within the general family of automatic differentiation algorithms that also includes the forward mode. We present a method to compute gradients based solely on the directional derivative that one can compute exactly and efficiently via the forward mode. We call this formulation the forward gradient, an unbiased estimate of the gradient that can be evaluated in a single forward run of the function, entirely eliminating the need for backpropagation in gradient descent. We demonstrate forward gradient descent in a range of problems, showing substantial savings in computation and enabling training up to twice as fast in some cases.”

https://towardsdatascience.com/papers-simplified-gradients-without-backpropagation-96e8533943fc


← Back to all articles         Quick Navigation:    Next:[ j ] – Prev:[ k ] – List:[ l ]