paper-with-me

Papers

Sequence Learning Using Equilibrium Propagation

2022-09-14 · Malyaban Bal, Abhronil Sengupta

Equilibrium Propagation (EP) is a powerful and more bio-plausible alternative to conventional learning frameworks such as backpropagation. The effectiveness of EP stems from the fact that it relies only on local computations and requires solely one kind of computational unit during both of its training phases, thereby enabling greater applicability in domains such as bio-inspired neuromorphic computing. The dynamics of the model in EP is governed by an energy function and the internal states of the model consequently converge to a steady state following the state transition rules defined by the same. However, by definition, EP requires the input to the model (a convergent RNN) to be static in both the phases of training. Thus it is not possible to design a model for sequence classification using EP with an LSTM or GRU like architecture. In this paper, we leverage recent developments in modern hopfield networks to further understand energy based models and develop solutions for complex sequence classification tasks using EP while satisfying its convergence criteria and maintaining its theoretical similarities with recurrent backpropagation. We explore the possibility of integrating modern hopfield networks as an attention mechanism with convergent RNN models used in EP, thereby extending its applicability for the first time on two different sequence classification tasks in natural language processing viz. sentiment analysis (IMDB dataset) and natural language inference (SNLI dataset).

📄 PDF Abstract BibTeX arXiv:2209.09626

Code (1)

neurocomplab-psu/eqprop-seqlearning 공식 구현 pytorch

Tasks

Natural Language InferenceSentiment Analysis

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Equilibrium Propagation: the Quantum and the Thermal Cases

2024-05-14 · Serge Massar, Bortolo Matteo Mognetti

Equilibrium propagation is a recently introduced method to use and train artificial neural networks in which the network is at the minimum (more generally extremum) of an energy functional. Equilibrium propagation has sh…

Generalization of Equilibrium Propagation to Vector Field Dynamics

2018-08-14 · Benjamin Scellier, Anirudh Goyal, Jonathan Binas, Thomas Mesnard 외

The biological plausibility of the backpropagation algorithm has long been doubted by neuroscientists. Two major reasons are that neurons would need to send two different types of signal in the forward and backward phase…

Initialized Equilibrium Propagation for Backprop-Free Training

2019-05-01 · ICLR 2019 5 · Peter O'Connor, Efstratios Gavves, Max Welling

Deep neural networks are almost universally trained with reverse-mode automatic differentiation (a.k.a. backpropagation). Biological networks, on the other hand, appear to lack any mechanism for sending gradients back to…

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…

Extending the Framework of Equilibrium Propagation to General Dynamics

2018-01-01 · ICLR 2018 1 · Benjamin Scellier, Anirudh Goyal, Jonathan Binas, Thomas Mesnard 외

The biological plausibility of the backpropagation algorithm has long been doubted by neuroscientists. Two major reasons are that neurons would need to send two different types of signal in the forward and backward phase…