paper-with-me

Papers

The Backpropagation Algorithm Implemented on Spiking Neuromorphic Hardware

2021-06-13 · Alpha Renner, Forrest Sheldon, Anatoly Zlotnik, Louis Tao, Andrew Sornborger

The capabilities of natural neural systems have inspired new generations of machine learning algorithms as well as neuromorphic very large-scale integrated (VLSI) circuits capable of fast, low-power information processing. However, it has been argued that most modern machine learning algorithms are not neurophysiologically plausible. In particular, the workhorse of modern deep learning, the backpropagation algorithm, has proven difficult to translate to neuromorphic hardware. In this study, we present a neuromorphic, spiking backpropagation algorithm based on synfire-gated dynamical information coordination and processing, implemented on Intel's Loihi neuromorphic research processor. We demonstrate a proof-of-principle three-layer circuit that learns to classify digits from the MNIST dataset. To our knowledge, this is the first work to show a Spiking Neural Network (SNN) implementation of the backpropagation algorithm that is fully on-chip, without a computer in the loop. It is competitive in accuracy with off-chip trained SNNs and achieves an energy-delay product suitable for edge computing. This implementation shows a path for using in-memory, massively parallel neuromorphic processors for low-power, low-latency implementation of modern deep learning applications.

📄 PDF Abstract BibTeX arXiv:2106.07030

Code (1)

lanl/spikingBackprop 공식 구현

Tasks

BIG-bench Machine LearningEdge-computingImage Classification

Similar Papers 제목 키워드 기반

In-Hardware Learning of Multilayer Spiking Neural Networks on a Neuromorphic Processor

2021-05-08 · Amar Shrestha, Haowen Fang, Daniel Patrick Rider, Zaidao Mei 외

Although widely used in machine learning, backpropagation cannot directly be applied to SNN training and is not feasible on a neuromorphic processor that emulates biological neuron and synapses. This work presents a spik…

BIG-bench Machine Learning

Forward Direct Feedback Alignment for Online Gradient Estimates of Spiking Neural Networks

2024-02-06 · Florian Bacho, Dminique Chu

There is an interest in finding energy efficient alternatives to current state of the art neural network training algorithms. Spiking neural network are a promising approach, because they can be simulated energy efficien…

EqSpike: Spike-driven Equilibrium Propagation for Neuromorphic Implementations

2020-10-15 · Erwann Martin, Maxence Ernoult, Jérémie Laydevant, Shuai Li 외

Finding spike-based learning algorithms that can be implemented within the local constraints of neuromorphic systems, while achieving high accuracy, remains a formidable challenge. Equilibrium Propagation is a promising …

A temporally and spatially local spike-based backpropagation algorithm to enable training in hardware

2022-07-20 · Anmol Biswas, Vivek Saraswat, Udayan Ganguly

Spiking Neural Networks (SNNs) have emerged as a hardware efficient architecture for classification tasks. The challenge of spike-based encoding has been the lack of a universal training mechanism performed entirely usin…

Backpropagation for Energy-Efficient Neuromorphic Computing

2015-12-01 · NeurIPS 2015 12 · Steve K. Esser, Rathinakumar Appuswamy, Paul Merolla, John V. Arthur 외

Solving real world problems with embedded neural networks requires both training algorithms that achieve high performance and compatible hardware that runs in real time while remaining energy efficient. For the former, d…