paper-with-me

Papers

Optimization without Backpropagation

2022-09-13 · Gabriel Belouze

Forward gradients have been recently introduced to bypass backpropagation in autodifferentiation, while retaining unbiased estimators of true gradients. We derive an optimality condition to obtain best approximating forward gradients, which leads us to mathematical insights that suggest optimization in high dimension is challenging with forward gradients. Our extensive experiments on test functions support this claim.

📄 PDF Abstract BibTeX arXiv:2209.06302

Code (1)

gbelouze/forward-gradient 공식 구현

Methods 이 논문이 사용한 방법론

Test 설명 없음
Forward gradient Forward gradients are unbiased estimators of the gradient $\nabla f(\theta)$ for a function $f: \mathbb{R}^n \rightarrow \mathbb{R}$, given by $g(\theta) = \langle \nabla…
Adabelief 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Local learning for stable backpropagation-free neural network training towards physical learning

2026-03-25 · Yaqi Guo, Fabian Braun, Bastiaan Ketelaar, Stephanie Tan 외 arxiv

While backpropagation and automatic differentiation have driven deep learning's success, the physical limits of chip manufacturing and rising environmental costs of deep learning motivate alternative learning paradigms s…

Rethinking Deep Learning: Non-backpropagation and Non-optimization Machine Learning Approach Using Hebbian Neural Networks

2024-11-07 · Kei Itoh

Developing strong AI could provide a powerful tool for addressing social and scientific challenges. Neural networks (NNs), inspired by biological systems, have the potential to achieve this. However, weight optimization …

A New Backpropagation Algorithm without Gradient Descent

2018-01-25 · Varun Ranganathan, S. Natarajan

The backpropagation algorithm, which had been originally introduced in the 1970s, is the workhorse of learning in neural networks. This backpropagation algorithm makes use of the famous machine learning algorithm known a…

Gradients without Backpropagation

2022-02-17 · Atılım Güneş Baydin, Barak A. Pearlmutter, Don Syme, Frank Wood 외

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 famil…

Decoupled Parallel Backpropagation with Convergence Guarantee

2018-04-27 · ICML 2018 7 · Zhouyuan Huo, Bin Gu, Qian Yang, Heng Huang

Backpropagation algorithm is indispensable for the training of feedforward neural networks. It requires propagating error gradients sequentially from the output layer all the way back to the input layer. The backward loc…