paper-with-me

Papers

Training Dynamical Binary Neural Networks with Equilibrium Propagation

2021-03-16 · CVPR Workshop Binary Vision 2021 6 · Jérémie Laydevant, Maxence Ernoult, Damien Querlioz, Julie Grollier

Equilibrium Propagation (EP) is an algorithm intrinsically adapted to the training of physical networks, thanks to the local updates of weights given by the internal dynamics of the system. However, the construction of such a hardware requires to make the algorithm compatible with existing neuromorphic CMOS technologies, which generally exploit digital communication between neurons and offer a limited amount of local memory. In this work, we demonstrate that EP can train dynamical networks with binary activations and weights. We first train systems with binary weights and full-precision activations, achieving an accuracy equivalent to that of full-precision models trained by standard EP on MNIST, and losing only 1.9% accuracy on CIFAR-10 with equal architecture. We then extend our method to the training of models with binary activations and weights on MNIST, achieving an accuracy within 1% of the full-precision reference for fully connected architectures and reaching the full-precision accuracy for convolutional architectures. Our extension of EP to binary networks opens new solutions for on-chip learning and provides a compact framework for training BNNs end-to-end with the same circuitry as for inference.

📄 PDF Abstract BibTeX arXiv:2103.08953

Code (1)

Laborieux-Axel/Equilibrium-Propagation 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Optical Implementation of Equilibrium Propagation Using Spatial Photonic Ising Machines

2026-06-11 · Dimitri Vanden Abeele, Daniele Veraldi, Davide Pierangeli, Claudio Conti 외 arxiv

Equilibrium Propagation offers a compelling alternative to traditional machine learning for training energy-based networks. Here we demonstrate a hybrid optical-digital implementation of EP using a Spatial Photonic Ising…

Equilibrium Propagation for Complete Directed Neural Networks

2020-06-15 · Matilde Tristany Farinha, Sérgio Pequito, Pedro A. Santos, Mário A. T. Figueiredo

Artificial neural networks, one of the most successful approaches to supervised learning, were originally inspired by their biological counterparts. However, the most successful learning algorithm for artificial neural n…

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…

Training Coupled Phase Oscillators as a Neuromorphic Platform using Equilibrium Propagation

2024-02-13 · Qingshan Wang, Clara C. Wanjura, Florian Marquardt

Given the rapidly growing scale and resource requirements of machine learning applications, the idea of building more efficient learning machines much closer to the laws of physics is an attractive proposition. One centr…

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…