BioGrad: Biologically Plausible Gradient-Based Learning for Spiking Neural Networks
Guangzhi Tang, Neelesh Kumar, Ioannis Polykretis, Konstantinos P., Michmizos

TL;DR
This paper introduces a biologically plausible gradient-based learning algorithm for spiking neural networks that matches backpropagation performance while adhering to neuromorphic principles, enabling energy-efficient training on neuromorphic hardware.
Contribution
The authors propose a novel learning algorithm for SNN that is both functionally equivalent to backpropagation and biologically plausible, using local eligibility traces and sleep phases.
Findings
Achieved 98.13% on MNIST with fully connected SNNs.
Deployed on Intel Loihi, trained MNIST with 93.32% accuracy, 400x less energy.
Matched backpropagation performance while maintaining biological plausibility.
Abstract
Spiking neural networks (SNN) are delivering energy-efficient, massively parallel, and low-latency solutions to AI problems, facilitated by the emerging neuromorphic chips. To harness these computational benefits, SNN need to be trained by learning algorithms that adhere to brain-inspired neuromorphic principles, namely event-based, local, and online computations. Yet, the state-of-the-art SNN training algorithms are based on backprop that does not follow the above principles. Due to its limited biological plausibility, the application of backprop to SNN requires non-local feedback pathways for transmitting continuous-valued errors, and relies on gradients from future timesteps. The introduction of biologically plausible modifications to backprop has helped overcome several of its limitations, but limits the degree to which backprop is approximated, which hinders its performance. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Memory and Neural Computing · Ferroelectric and Negative Capacitance Devices · Neural Networks and Reservoir Computing
MethodsTest
