paper-with-me

홈 › Papers

Training a Predictive Coding Network on ImageNet using Equilibrium Propagation

2026-06-02 · Tugdual Kerjan, Rasmus Høier, Benjamin Scellier arxiv

Equilibrium Propagation (EP) is a physics-based training framework that has primarily been employed in energy-based models, including continuous Hopfield networks, nonlinear resistive networks and coupled phase oscillators. However, EP's practical applications have so far remained limited to relatively small-scale problems. Predictive coding networks (PCNs), another class of energy-based models rooted in computational neuroscience, are typically trained with a specialized algorithm and have likewise not yet been demonstrated at large scale. In this work, we develop an EP-based training method for PCNs which combines the centered variant of EP with a novel equilibration scheme for PCNs. Using this approach, we train a 10-layer convolutional PCN (VGG10) on full-size ImageNet, achieving 13.23\% test error rate on the top-5 classification task, close to the 12.2\% backpropagation baseline. To our knowledge, this is the first demonstration of both PCNs and EP-based training at ImageNet scale. These results significantly extend the scalability of both approaches and suggest that the primary challenges in scaling EP in other physical systems may come more from the computational properties of these systems than from inherent limitations of the EP framework.

📄 PDF Abstract BibTeX arXiv:2606.03584

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Backpropagation at the Infinitesimal Inference Limit of Energy-Based Models: Unifying Predictive Coding, Equilibrium Propagation, and Contrastive Hebbian Learning

2022-05-31 · Beren Millidge, Yuhang Song, Tommaso Salvatori, Thomas Lukasiewicz 외

How the brain performs credit assignment is a fundamental unsolved problem in neuroscience. Many `biologically plausible' algorithms have been proposed, which compute gradients that approximate those computed by backprop…

Augmented Lagrangian Predictive Coding

2026-05-29 · Jeffrey Seely, Julian Gould arxiv

Predictive coding (PC) is a local-learning alternative to backpropagation (BP), training deep networks via local energy-minimization dynamics rather than a global backward pass. We introduce Augmented Lagrangian Predicti…

On the relationship between predictive coding and backpropagation

2021-06-20 · Robert Rosenbaum

Artificial neural networks are often interpreted as abstract models of biological neuronal networks, but they are typically trained using the biologically unrealistic backpropagation algorithm and its variants. Predictiv…

Making Predictive Coding Networks Generative

2019-10-26 · Jeff Orchard, Wei Sun

Predictive coding (PC) networks are a biologically interesting class of neural networks. Their layered hierarchy mimics the reciprocal connectivity pattern observed in the mammalian cortex, and they can be trained using …

Biologically Motivated Algorithms for Propagating Local Target Representations

2018-05-26 · Alexander G. Ororbia, Ankur Mali

Finding biologically plausible alternatives to back-propagation of errors is a fundamentally important challenge in artificial neural network research. In this paper, we propose a learning algorithm called error-driven L…