paper-with-me

홈 › Papers

Is Backpropagation Optimal? When Synthetic Gradients Improve Sample Efficiency

2026-05-27 · Yibo Jacky Zhang, Zeyu Tang, Sanmi Koyejo arxiv

Backpropagation is the default learning rule for artificial neural networks and is often treated as the settled approach whenever differentiability is available. In this work, we revisit this convention through a theoretical lens of sample efficiency. We introduce a unified vectorized feedback framework for loss-based and reward-based learning on computational graphs, in which synthetic gradients emerge as a natural alternative to backpropagation. We characterize the conditions under which synthetic gradients can achieve a lower gradient-estimation mean squared error than backpropagation. We construct examples illustrating that this sample efficiency advantage can be arbitrarily large. Experiments on contextual bandits and reinforcement learning tasks demonstrate the potential of our theoretical findings.

📄 PDF Abstract BibTeX arXiv:2605.27946

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

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

Adaptively Truncating Backpropagation Through Time to Control Gradient Bias

2019-05-17 · Christopher Aicher, Nicholas J. Foti, Emily B. Fox

Truncated backpropagation through time (TBPTT) is a popular method for learning in recurrent neural networks (RNNs) that saves computation and memory at the cost of bias by truncating backpropagation after a fixed number…

Language ModelingLanguage Modelling

Alternating Synthetic and Real Gradients for Neural Language Modeling

2019-02-27 · Fangxin Shang, Hao Zhang

Training recurrent neural networks (RNNs) with backpropagation through time (BPTT) has known drawbacks such as being difficult to capture longterm dependencies in sequences. Successful alternatives to BPTT have not yet b…

Language ModelingLanguage Modelling

Embarassingly Simple Dataset Distillation

2023-11-13 · Feng Yunzhen, Vedantam Ramakrishna, Kempe Julia

Dataset distillation extracts a small set of synthetic training samples from a large dataset with the goal of achieving competitive performance on test data when trained on this sample. In this work, we tackle dataset di…

Bilevel OptimizationDataset DistillationDataset Distillation - 1IPC

Beyond Backpropagation: Optimization with Multi-Tangent Forward Gradients

2024-10-23 · Katharina Flügel, Daniel Coquelin, Marie Weiel, Achim Streit 외

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