NECVSep 27, 2021

Spiking neural networks trained via proxy

arXiv:2109.13208v319 citationsHas Code
Originality Incremental advance
AI Analysis

This provides an efficient training method for SNNs, which are important for low-power neuromorphic computing, though it is incremental as it builds on existing proxy-based approaches.

The paper tackles the challenge of training spiking neural networks (SNNs) by introducing a proxy learning algorithm that uses conventional artificial neural networks (ANNs) to backpropagate errors, achieving 94.56% accuracy on Fashion-MNIST and 93.11% on Cifar10.

We propose a new learning algorithm to train spiking neural networks (SNN) using conventional artificial neural networks (ANN) as proxy. We couple two SNN and ANN networks, respectively, made of integrate-and-fire (IF) and ReLU neurons with the same network architectures and shared synaptic weights. The forward passes of the two networks are totally independent. By assuming IF neuron with rate-coding as an approximation of ReLU, we backpropagate the error of the SNN in the proxy ANN to update the shared weights, simply by replacing the ANN final output with that of the SNN. We applied the proposed proxy learning to deep convolutional SNNs and evaluated it on two benchmarked datasets of Fashion-MNIST and Cifar10 with 94.56% and 93.11% classification accuracy, respectively. The proposed networks could outperform other deep SNNs trained with tandem learning, surrogate gradient learning, or converted from deep ANNs. Converted SNNs require long simulation times to reach reasonable accuracies while our proxy learning leads to efficient SNNs with much smaller simulation times. The source codes of the proposed method are publicly available at https://github.com/SRKH/ProxyLearning.

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