Ultra-low-power Image Classification on Neuromorphic Hardware
Gregor Lenz, Garrick Orchard, Sadique Sheik

TL;DR
This paper introduces Quartz, a novel temporal conversion method for spiking neural networks that significantly reduces energy consumption and latency while maintaining high accuracy, suitable for neuromorphic hardware like Intel's Loihi.
Contribution
Quartz is a new temporal ANN-to-SNN conversion technique based on time to first spike, offering high accuracy with minimal spikes and easy hardware implementation.
Findings
Quartz achieves high accuracy on MNIST, CIFAR10, and ImageNet.
It reduces power consumption, throughput, and latency compared to rate coding methods.
Implementation on Loihi demonstrates practical benefits in real hardware.
Abstract
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Memory and Neural Computing · CCD and CMOS Imaging Sensors · Neural dynamics and brain function
MethodsSpiking Neural Networks
