paper-with-me

홈 › Papers

Toward Practical Equilibrium Propagation: Brain-inspired Recurrent Neural Network with Feedback Regulation and Residual Connections

2025-08-05 · Zhuo Liu, Tao Chen arxiv

Brain-like intelligent systems need brain-like learning methods. Equilibrium Propagation (EP) is a biologically plausible learning framework with strong potential for brain-inspired computing hardware. However, existing im-plementations of EP suffer from instability and prohibi-tively high computational costs. Inspired by the structure and dynamics of the brain, we propose a biologically plau-sible Feedback-regulated REsidual recurrent neural network (FRE-RNN) and study its learning performance in EP framework. Feedback regulation enables rapid convergence by reducing the spectral radius. The improvement in con-vergence property reduces the computational cost and train-ing time of EP by orders of magnitude, delivering perfor-mance on par with backpropagation (BP) in benchmark tasks. Meanwhile, residual connections with brain-inspired topologies help alleviate the vanishing gradient problem that arises when feedback pathways are weak in deep RNNs. Our approach substantially enhances the applicabil-ity and practicality of EP in large-scale networks that un-derpin artificial intelligence. The techniques developed here also offer guidance to implementing in-situ learning in physical neural networks.

📄 PDF Abstract BibTeX arXiv:2508.11659

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Equivalence of Equilibrium Propagation and Recurrent Backpropagation

2017-11-22 · Benjamin Scellier, Yoshua Bengio

Recurrent Backpropagation and Equilibrium Propagation are supervised learning algorithms for fixed point recurrent neural networks which differ in their second phase. In the first phase, both algorithms converge to a fix…

StochEP: Stochastic Equilibrium Propagation for Spiking Convergent Recurrent Neural Networks

2025-11-14 · Jiaqi Lin, Yi Jiang, Abhronil Sengupta arxiv

Spiking Neural Networks (SNNs) promise energy-efficient, sparse, biologically inspired computation. Training them with Backpropagation Through Time (BPTT) and surrogate gradients achieves strong performance but remains b…

Scalable Equilibrium Propagation via Intermediate Error Signals for Deep Convolutional CRNNs

2025-08-21 · Jiaqi Lin, Malyaban Bal, Abhronil Sengupta arxiv

Equilibrium Propagation (EP) is a biologically inspired local learning rule first proposed for convergent recurrent neural networks (CRNNs), in which synaptic updates depend only on neuron states from two distinct phases…

Knowledge Distillation

Equilibrium Propagation: Bridging the Gap Between Energy-Based Models and Backpropagation

2016-02-16 · Benjamin Scellier, Yoshua Bengio

We introduce Equilibrium Propagation, a learning framework for energy-based models. It involves only one kind of neural computation, performed in both the first phase (when the prediction is made) and the second phase of…

Prediction

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

2019-01-25 · Guillaume Bellec, Franz Scherr, Elias Hajek, Darjan Salaj 외

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