paper-with-me

Papers

Event-based backpropagation on the neuromorphic platform SpiNNaker2

2024-12-19 · Gabriel Béna, Timo Wunderlich, Mahmoud Akl, Bernhard Vogginger, Christian Mayr, Hector Andres Gonzalez

Neuromorphic computing aims to replicate the brain's capabilities for energy efficient and parallel information processing, promising a solution to the increasing demand for faster and more efficient computational systems. Efficient training of neural networks on neuromorphic hardware requires the development of training algorithms that retain the sparsity of spike-based communication during training. Here, we report on the first implementation of event-based backpropagation on the SpiNNaker2 neuromorphic hardware platform. We use EventProp, an algorithm for event-based backpropagation in spiking neural networks (SNNs), to compute exact gradients using sparse communication of error signals between neurons. Our implementation computes multi-layer networks of leaky integrate-and-fire neurons using discretized versions of the differential equations and their adjoints, and uses event packets to transmit spikes and error signals between network layers. We demonstrate a proof-of-concept of batch-parallelized, on-chip training of SNNs using the Yin Yang dataset, and provide an off-chip implementation for efficient prototyping, hyper-parameter search, and hybrid training methods.

📄 PDF Abstract BibTeX arXiv:2412.15021

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ATIS + SpiNNaker: a Fully Event-based Visual Tracking Demonstration

2019-12-03 · Arren Glover, Alan B. Stokes, Steve Furber, Chiara Bartolozzi

The Asynchronous Time-based Image Sensor (ATIS) and the Spiking Neural Network Architecture (SpiNNaker) are both neuromorphic technologies that "unconventionally" use binary spikes to represent information. The ATIS prod…

CPUVisual Tracking

Hardware-Aware Fine-Tuning of Spiking Q-Networks on the SpiNNaker2 Neuromorphic Platform

2025-07-31 · Sirine Arfa, Bernhard Vogginger, Christian Mayr arxiv

Spiking Neural Networks (SNNs) promise orders-of-magnitude lower power consumption and low-latency inference on neuromorphic hardware for a wide range of robotic tasks. In this work, we present an energy-efficient implem…

Reinforcement Learning

An End-to-End DNN Inference Framework for the SpiNNaker2 Neuromorphic MPSoC

2025-07-18 · Matthias Jobst, Tim Langer, Chen Liu, Mehmet Alici 외

This work presents a multi-layer DNN scheduling framework as an extension of OctopuScheduler, providing an end-to-end flow from PyTorch models to inference on a single SpiNNaker2 chip. Together with a front-end comprised…

QuantizationScheduling

Neuromorphic visual attention for Sign-language recognition on SpiNNaker

2026-05-07 · Sarka Liskova, Olha Vedmedenko, Mazdak Fatahi, Matej Hoffmann 외 arxiv

Sign-language recognition has achieved substantial gains in classification accuracy in recent years; however, the latency and power requirements of most existing methods limit their suitability for real-time deployment. …

SpiNNaker2: A Large-Scale Neuromorphic System for Event-Based and Asynchronous Machine Learning

2024-01-09 · Hector A. Gonzalez, Jiaxin Huang, Florian Kelber, Khaleelulla Khan Nazeer 외

The joint progress of artificial neural networks (ANNs) and domain specific hardware accelerators such as GPUs and TPUs took over many domains of machine learning research. This development is accompanied by a rapid grow…

In-Context Learning