paper-with-me

Papers

Beyond Backpropagation: Optimization with Multi-Tangent Forward Gradients

2024-10-23 · Katharina Flügel, Daniel Coquelin, Marie Weiel, Achim Streit, Markus Götz

The gradients used to train neural networks are typically computed using backpropagation. While an efficient way to obtain exact gradients, backpropagation is computationally expensive, hinders parallelization, and is biologically implausible. Forward gradients are an approach to approximate the gradients from directional derivatives along random tangents computed by forward-mode automatic differentiation. So far, research has focused on using a single tangent per step. This paper provides an in-depth analysis of multi-tangent forward gradients and introduces an improved approach to combining the forward gradients from multiple tangents based on orthogonal projections. We demonstrate that increasing the number of tangents improves both approximation quality and optimization performance across various tasks.

📄 PDF Abstract BibTeX arXiv:2410.17764

Code (1)

helmholtz-ai-energy/frog 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Unbiased Gradient Estimation for Event Binning via Functional Backpropagation

2026-02-13 · Jinze Chen, Wei Zhai, Han Han, Tiankai Ma 외 arxiv

Event-based vision encodes dynamic scenes as asynchronous spatio-temporal spikes called events. To leverage conventional image processing pipelines, events are typically binned into frames. However, binning functions are…

Event-based vision

Model Evolution Under Zeroth-Order Optimization: A Neural Tangent Kernel Perspective

2026-03-22 · Chen Zhang, Yuxin Cheng, Chenchen Ding, Shuqi Wang 외 arxiv

Zeroth-order (ZO) optimization enables memory-efficient training of neural networks by estimating gradients via forward passes only, eliminating the need for backpropagation. However, the stochastic nature of gradient es…

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…

Tangent Space Backpropagation for 3D Transformation Groups

2021-03-22 · CVPR 2021 1 · Zachary Teed, Jia Deng

We address the problem of performing backpropagation for computation graphs involving 3D transformation groups SO(3), SE(3), and Sim(3). 3D transformation groups are widely used in 3D vision and robotics, but they do not…

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