paper-with-me

Papers

Intelligence Processing Units Accelerate Neuromorphic Learning

2022-11-19 · Pao-Sheng Vincent Sun, Alexander Titterton, Anjlee Gopiani, Tim Santos, Arindam Basu, Wei D. Lu, Jason K. Eshraghian

Spiking neural networks (SNNs) have achieved orders of magnitude improvement in terms of energy consumption and latency when performing inference with deep learning workloads. Error backpropagation is presently regarded as the most effective method for training SNNs, but in a twist of irony, when training on modern graphics processing units (GPUs) this becomes more expensive than non-spiking networks. The emergence of Graphcore's Intelligence Processing Units (IPUs) balances the parallelized nature of deep learning workloads with the sequential, reusable, and sparsified nature of operations prevalent when training SNNs. IPUs adopt multi-instruction multi-data (MIMD) parallelism by running individual processing threads on smaller data blocks, which is a natural fit for the sequential, non-vectorized steps required to solve spiking neuron dynamical state equations. We present an IPU-optimized release of our custom SNN Python package, snnTorch, which exploits fine-grained parallelism by utilizing low-level, pre-compiled custom operations to accelerate irregular and sparse data access patterns that are characteristic of training SNN workloads. We provide a rigorous performance assessment across a suite of commonly used spiking neuron models, and propose methods to further reduce training run-time via half-precision training. By amortizing the cost of sequential processing into vectorizable population codes, we ultimately demonstrate the potential for integrating domain-specific accelerators with the next generation of neural networks.

📄 PDF Abstract BibTeX arXiv:2211.10725

Code (1)

vinniesun/snntorch-ipu 공식 구현 pytorch

Similar Papers 제목 키워드 기반

SpikingJelly: An open-source machine learning infrastructure platform for spike-based intelligence

2023-10-25 · Wei Fang, Yanqi Chen, Jianhao Ding, Zhaofei Yu 외

Spiking neural networks (SNNs) aim to realize brain-inspired intelligence on neuromorphic chips with high energy efficiency by introducing neural dynamics and spike properties. As the emerging spiking deep learning parad…

Code Generation

Real-time processing of analog signals on accelerated neuromorphic hardware

2026-02-04 · Yannik Stradmann, Johannes Schemmel, Mihai A. Petrovici, Laura Kriener arxiv

Sensory processing with neuromorphic systems is typically done by using either event-based sensors or translating input signals to spikes before presenting them to the neuromorphic processor. Here, we offer an alternativ…

Brain-Inspired Hardware for Artificial Intelligence: Accelerated Learning in a Physical-Model Spiking Neural Network

2019-09-24 · Timo C. Wunderlich, Akos F. Kungl, Eric Müller, Johannes Schemmel 외

Future developments in artificial intelligence will profit from the existence of novel, non-traditional substrates for brain-inspired computing. Neuromorphic computers aim to provide such a substrate that reproduces the …

Reinforcement LearningReinforcement Learning (RL)

Self-organizing Architecture of Receptron Units: a Hardware-Aware Framework for Edge Intelligence

2026-07-22 · Stefano Radice, Ludovico Casaccia, Riccaro Emanuele Beccalli, Bruno Paroli 외 arxiv

The growing demand for intelligent processing at the edge of IoT networks is constrained by the severe computational and memory limitations of microcontroller units, which render impractical conventional deep learning ap…

NeuroHSMD: Neuromorphic Hybrid Spiking Motion Detector

2021-12-12 · Pedro Machado, Joao Filipe Ferreira, Andreas Oikonomou, T. M. McGinnity

Vertebrate retinas are highly-efficient in processing trivial visual tasks such as detecting moving objects, yet a complex challenges for modern computers. In vertebrates, the detection of object motion is performed by s…

Change DetectionMotion DetectionObject