Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Feed-Forward Optimization With Delayed Feedback for Neural Network Training

About

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$^3$), which approximates gradients using fixed random feedback paths and delayed error information from the previous epoch to balance biological plausibility with predictive performance. We evaluate F$^3$ across multiple tasks and architectures, including both fully-connected and Transformer networks. Our results demonstrate that, compared to similarly plausible approaches, F$^3$ significantly improves predictive performance, narrowing the gap to backpropagation by up to 56% for classification and 96% for regression. This work is a step towards more biologically plausible learning algorithms while opening up new avenues for energy-efficient and parallelizable neural network training.

Katharina Fl\"ugel, Daniel Coquelin, Marie Weiel, Charlotte Debus, Achim Streit, Markus G\"otz• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationMNIST (test)
Accuracy97.16
654
RegressionMT-B (test)
RMSE0.091
10
RegressionBIDMC (test)
RMSE4.088
10
RegressionMT-A (test)
RMSE0.067
10
RegressionSynthetic Function Regression Average (test)
RMSE0.083
10
RegressionSin-Cos (test)
RMSE0.096
10
RegressionExp-Trig-Poly (test)
RMSE0.078
10
RegressionAppliances (test)
RMSE93.832
10
RegressionTool Wear (test)
RMSE58.834
10
RegressionUJIIndoorLoc (test)
RMSE0.138
10
Showing 10 of 11 rows

Other info

Follow for update