paper-with-me

Papers

Adaptive Bidirectional Backpropagation: Towards Biologically Plausible Error Signal Transmission in Neural Networks

2017-02-23 · Hongyin Luo, Jie Fu, James Glass

The back-propagation (BP) algorithm has been considered the de-facto method for training deep neural networks. It back-propagates errors from the output layer to the hidden layers in an exact manner using the transpose of the feedforward weights. However, it has been argued that this is not biologically plausible because back-propagating error signals with the exact incoming weights are not considered possible in biological neural systems. In this work, we propose a biologically plausible paradigm of neural architecture based on related literature in neuroscience and asymmetric BP-like methods. Specifically, we propose two bidirectional learning algorithms with trainable feedforward and feedback weights. The feedforward weights are used to relay activations from the inputs to target outputs. The feedback weights pass the error signals from the output layer to the hidden layers. Different from other asymmetric BP-like methods, the feedback weights are also plastic in our framework and are trained to approximate the forward activations. Preliminary results show that our models outperform other asymmetric BP-like methods on the MNIST and the CIFAR-10 datasets.

📄 PDF Abstract BibTeX arXiv:1702.07097

Code (2)

SkTim/bdfa-torch 공식 구현 torch
bigaidream-projects/bidirectional torch

Similar Papers 제목 키워드 기반

Biologically Plausible Learning via Bidirectional Spike-Based Distillation

2025-09-24 · Changze Lv, Yifei Wang, Yanxun Zhang, Yiyang Lu 외 arxiv

Developing biologically plausible learning algorithms that can achieve performance comparable to error backpropagation remains a longstanding challenge. Existing approaches often compromise biological plausibility by ent…

Image Generation

GAIT-prop: A biologically plausible learning rule derived from backpropagation of error

2020-06-11 · NeurIPS 2020 12 · Nasir Ahmad, Marcel A. J. van Gerven, Luca Ambrogioni

Traditional backpropagation of error, though a highly successful algorithm for learning in artificial neural network models, includes features which are biologically implausible for learning in real neural circuits. An a…

Convergence and Alignment of Gradient Descent with Random Backpropagation Weights

2021-06-10 · NeurIPS 2021 12 · Ganlin Song, Ruitu Xu, John Lafferty

Stochastic gradient descent with backpropagation is the workhorse of artificial neural networks. It has long been recognized that backpropagation fails to be a biologically plausible algorithm. Fundamentally, it is a non…

Feed-Forward Optimization With Delayed Feedback for Neural Networks

2023-04-26 · Katharina Flügel, Daniel Coquelin, Marie Weiel, Charlotte Debus 외

Backpropagation has long been criticized for being biologically implausible, relying on concepts that are not viable in natural learning processes. This paper proposes an alternative approach to solve two core issues, i.…

Biologically-plausible TrainingComputational Efficiency

DeepAGREL: Biologically plausible deep learning via direct reinforcement

2019-09-25 · Isabella Pozzi, Sander M. Bohte, Pieter R. Roelfsema

While much recent work has focused on biologically plausible variants of error-backpropagation, learning in the brain seems to mostly adhere to a reinforcement learning paradigm; biologically plausible neural reinforceme…

Deep Learningimage-classificationImage Classificationreinforcement-learning+2