HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Sparse Spiking Gradient Descent

Nicolas Perez-Nieves Dan F.M. Goodman

Sparse Spiking Gradient Descent

Abstract

There is an increasing interest in emulating Spiking Neural Networks (SNNs) on neuromorphic computing devices due to their low energy consumption. Recent advances have allowed training SNNs to a point where they start to compete with traditional Artificial Neural Networks (ANNs) in terms of accuracy, while at the same time being energy efficient when run on neuromorphic hardware. However, the process of training SNNs is still based on dense tensor operations originally developed for ANNs which do not leverage the spatiotemporally sparse nature of SNNs. We present here the first sparse SNN backpropagation algorithm which achieves the same or better accuracy as current state of the art methods while being significantly faster and more memory efficient. We show the effectiveness of our method on real datasets of varying complexity (Fashion-MNIST, Neuromophic-MNIST and Spiking Heidelberg Digits) achieving a speedup in the backward pass of up to 150x, and 85% more memory efficient, without losing accuracy.

Code Repositories

npvoid/SparseSpikingBackprop
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
audio-classification-on-shdSparse Spiking Gradient Descent
Percentage correct: 77.5
image-classification-on-fashion-mnistSparse Spiking Gradient Descent (MLP)
Accuracy: 82.7
image-classification-on-fashion-mnistSparse Spiking Gradient Descent (CNN)
Accuracy: 86.7
image-classification-on-n-mnistSparse Spiking Gradient Descent
Accuracy: 92.7

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Sparse Spiking Gradient Descent | Papers | HyperAI