NECVLGNCOct 21, 2019

S4NN: temporal backpropagation for spiking neural networks with one spike per neuron

arXiv:1910.09495v4209 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses efficient training for spiking neural networks, which are important for neuromorphic computing, but it is incremental as it builds on existing temporal coding methods.

The paper tackled the problem of supervised learning in multilayer spiking neural networks using temporal coding, achieving state-of-the-art performance with test accuracies of 97.4% on MNIST and 99.2% on the Caltech Face/Motorbike dataset.

We propose a new supervised learning rule for multilayer spiking neural networks (SNNs) that use a form of temporal coding known as rank-order-coding. With this coding scheme, all neurons fire exactly one spike per stimulus, but the firing order carries information. In particular, in the readout layer, the first neuron to fire determines the class of the stimulus. We derive a new learning rule for this sort of network, named S4NN, akin to traditional error backpropagation, yet based on latencies. We show how approximated error gradients can be computed backward in a feedforward network with any number of layers. This approach reaches state-of-the-art performance with supervised multi fully-connected layer SNNs: test accuracy of 97.4% for the MNIST dataset, and 99.2% for the Caltech Face/Motorbike dataset. Yet, the neuron model that we use, non-leaky integrate-and-fire, is much simpler than the one used in all previous works. The source codes of the proposed S4NN are publicly available at https://github.com/SRKH/S4NN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes