LGMLAug 14, 2018

Generalization of Equilibrium Propagation to Vector Field Dynamics

arXiv:1808.04873v140 citations
Originality Incremental advance
AI Analysis

This addresses a fundamental problem in neuroscience and machine learning by offering a more biologically plausible alternative to backpropagation, though it is incremental as it builds on Equilibrium Propagation.

The paper tackles the biological implausibility of backpropagation in neural networks by proposing a two-phase learning procedure for fixed point recurrent networks that generalizes Equilibrium Propagation to vector field dynamics, relaxing the need for an energy function, and experimentally shows it optimizes the objective function.

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 phases, and that pairs of neurons would need to communicate through symmetric bidirectional connections. We present a simple two-phase learning procedure for fixed point recurrent networks that addresses both these issues. In our model, neurons perform leaky integration and synaptic weights are updated through a local mechanism. Our learning method generalizes Equilibrium Propagation to vector field dynamics, relaxing the requirement of an energy function. As a consequence of this generalization, the algorithm does not compute the true gradient of the objective function, but rather approximates it at a precision which is proven to be directly related to the degree of symmetry of the feedforward and feedback weights. We show experimentally that our algorithm optimizes the objective function.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes