paper-with-me

홈 › Papers

Biologically inspired alternatives to backpropagation through time for learning in recurrent neural nets

2019-01-25 · Guillaume Bellec, Franz Scherr, Elias Hajek, Darjan Salaj, Robert Legenstein, Wolfgang Maass

The way how recurrently connected networks of spiking neurons in the brain acquire powerful information processing capabilities through learning has remained a mystery. This lack of understanding is linked to a lack of learning algorithms for recurrent networks of spiking neurons (RSNNs) that are both functionally powerful and can be implemented by known biological mechanisms. Since RSNNs are simultaneously a primary target for implementations of brain-inspired circuits in neuromorphic hardware, this lack of algorithmic insight also hinders technological progress in that area. The gold standard for learning in recurrent neural networks in machine learning is back-propagation through time (BPTT), which implements stochastic gradient descent with regard to a given loss function. But BPTT is unrealistic from a biological perspective, since it requires a transmission of error signals backwards in time and in space, i.e., from post- to presynaptic neurons. We show that an online merging of locally available information during a computation with suitable top-down learning signals in real-time provides highly capable approximations to BPTT. For tasks where information on errors arises only late during a network computation, we enrich locally available information through feedforward eligibility traces of synapses that can easily be computed in an online manner. The resulting new generation of learning algorithms for recurrent neural networks provides a new understanding of network learning in the brain that can be tested experimentally. In addition, these algorithms provide efficient methods for on-chip training of RSNNs in neuromorphic hardware.

📄 PDF Abstract BibTeX arXiv:1901.09049

Code (3)

IGITUGraz/LSNN-official tf
NathanWycoff/eprop
gdgrant/Spiking-RNN

Similar Papers 제목 키워드 기반

Learning to Learn with Feedback and Local Plasticity

2020-06-16 · NeurIPS 2020 12 · Jack Lindsey, Ashok Litwin-Kumar

Interest in biologically inspired alternatives to backpropagation is driven by the desire to both advance connections between deep learning and neuroscience and address backpropagation's shortcomings on tasks such as onl…

Continual LearningMeta-Learning

Sign and Relevance Learning

2021-10-14 · Sama Daryanavard, Bernd Porr

Standard models of biologically realistic or biologically inspired reinforcement learning employ a global error signal, which implies the use of shallow networks. On the other hand, error backpropagation allows the use o…

reinforcement-learningReinforcement Learning (RL)

Biologically-plausible backpropagation through arbitrary timespans via local neuromodulators

2022-06-02 · Yuhan Helena Liu, Stephen Smith, Stefan Mihalas, Eric Shea-Brown 외

The spectacular successes of recurrent neural network models where key parameters are adjusted via backpropagation-based gradient descent have inspired much thought as to how biological neuronal networks might solve the …

Dendritic Neural Networks with Equilibrium Propagation

2026-05-01 · Yoshimasa Kubo arxiv

Equilibrium propagation (EP) is a biologically plausible alternative to backpropagation (BP), but its effectiveness can degrade in deeper and more challenging learning settings. In parallel, dendritic neural networks hav…

A Basic Evaluation of Neural Networks Trained with the Error Diffusion Learning Algorithm

2025-04-21 · Kazuhisa Fujita

Artificial neural networks are powerful tools capable of addressing various tasks. Although the backpropagation algorithm has become a standard training method for these neural networks, its lack of biological plausibili…

image-classificationImage Classification