paper-with-me

홈 › Papers

Ultra-low-power Image Classification on Neuromorphic Hardware

2023-09-28 · Gregor Lenz, Garrick Orchard, Sadique Sheik

Spiking neural networks (SNNs) promise ultra-low-power applications by exploiting temporal and spatial sparsity. The number of binary activations, called spikes, is proportional to the power consumed when executed on neuromorphic hardware. Training such SNNs using backpropagation through time for vision tasks that rely mainly on spatial features is computationally costly. Training a stateless artificial neural network (ANN) to then convert the weights to an SNN is a straightforward alternative when it comes to image recognition datasets. Most conversion methods rely on rate coding in the SNN to represent ANN activation, which uses enormous amounts of spikes and, therefore, energy to encode information. Recently, temporal conversion methods have shown promising results requiring significantly fewer spikes per neuron, but sometimes complex neuron models. We propose a temporal ANN-to-SNN conversion method, which we call Quartz, that is based on the time to first spike (TTFS). Quartz achieves high classification accuracy and can be easily implemented on neuromorphic hardware while using the least amount of synaptic operations and memory accesses. It incurs a cost of two additional synapses per neuron compared to previous temporal conversion methods, which are readily available on neuromorphic hardware. We benchmark Quartz on MNIST, CIFAR10, and ImageNet in simulation to show the benefits of our method and follow up with an implementation on Loihi, a neuromorphic chip by Intel. We provide evidence that temporal coding has advantages in terms of power consumption, throughput, and latency for similar classification accuracy. Our code and models are publicly available.

📄 PDF Abstract BibTeX arXiv:2309.16795

Code (1)

biphasic/quartz-on-loihi 공식 구현 pytorch

Tasks

Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

SNN Spiking Neural Networks (SNNs) are a class of artificial neural networks inspired by the structure and functioning of the brain's neural networks. Unlike traditional…

Similar Papers 제목 키워드 기반

Neuromorphic Deployment of Spiking Neural Networks for Cognitive Load Classification in Air Traffic Control

2025-09-17 · Jiahui An, Chonghao Cai, Olympia Gallou, Sara Irina Fabrikant 외 arxiv

This paper presents a neuromorphic system for cognitive load classification in a real-world setting, an Air Traffic Control (ATC) task, using a hardware implementation of Spiking Neural Networks (SNNs). Electroencephalog…

Cryogenic Neuromorphic Hardware

2022-03-25 · Md Mazharul Islam, Shamiul Alam, Md Shafayat Hossain, Kaushik Roy 외

The revolution in artificial intelligence (AI) brings up an enormous storage and data processing requirement. Large power consumption and hardware overhead have become the main challenges for building next-generation AI …

A Compact Online-Learning Spiking Neuromorphic Biosignal Processor

2022-09-26 · Chaoming Fang, Ziyang Shen, Fengshi Tian, Jie Yang 외

Real-time biosignal processing on wearable devices has attracted worldwide attention for its potential in healthcare applications. However, the requirement of low-area, low-power and high adaptability to different patien…

ECG Classification

Rectified Linear Postsynaptic Potential Function for Backpropagation in Deep Spiking Neural Networks

2020-03-26 · Malu Zhang, Jiadong Wang, Burin Amornpaisannon, Zhixuan Zhang 외

Spiking Neural Networks (SNNs) use spatio-temporal spike patterns to represent and transmit information, which is not only biologically realistic but also suitable for ultra-low-power event-driven neuromorphic implementa…

Decision Making

Energy-Efficient Deployment of Machine Learning Workloads on Neuromorphic Hardware

2022-10-10 · Peyton Chandarana, Mohammadreza Mohammadi, James Seekings, Ramtin Zand

As the technology industry is moving towards implementing tasks such as natural language processing, path planning, image classification, and more on smaller edge computing devices, the demand for more efficient implemen…

Edge-computingimage-classificationImage ClassificationTime Series+1