Feed-Forward Optimization With Delayed Feedback for Neural Network Training
Katharina Fl\"ugel, Daniel Coquelin, Marie Weiel, Charlotte Debus, Achim Streit, Markus G\"otz

TL;DR
This paper introduces F$^3$, a biologically plausible neural network training method using approximate gradients with delayed feedback, significantly improving performance over previous approaches and narrowing the gap with backpropagation.
Contribution
F$^3$ is a novel training algorithm that employs fixed random feedback and delayed error signals to enhance biological plausibility while maintaining high predictive accuracy.
Findings
F$^3$ improves classification accuracy by up to 56% compared to similar methods.
F$^3$ achieves up to 96% of backpropagation's performance on regression tasks.
The approach is effective across various architectures, including Transformers.
Abstract
Backpropagation has long been criticized for being biologically implausible due to its reliance on concepts that are not viable in natural learning processes. Two core issues are the weight transport and update locking problems caused by the forward-backward dependencies, which limit biological plausibility, computational efficiency, and parallelization. Although several alternatives have been proposed to increase biological plausibility, they often come at the cost of reduced predictive performance. This paper proposes an alternative approach to training feed-forward neural networks addressing these issues by using approximate gradient information. We introduce Feed-Forward with delayed Feedback (F), which approximates gradients using fixed random feedback paths and delayed error information from the previous epoch to balance biological plausibility with predictive performance. We…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Reservoir Computing · Neural Networks and Applications · Advanced Memory and Neural Computing
