NELGNov 10, 2022

A noise based novel strategy for faster SNN training

arXiv:2211.05453v25 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses efficiency bottlenecks for researchers and practitioners using SNNs in low-power applications, though it is incremental as it builds on existing methods.

The paper tackles the challenge of slow training and inference in spiking neural networks (SNNs) by proposing a noise-based strategy that combines ANN-to-SNN conversion and spike-based backpropagation, resulting in a 65%-75% reduction in training time and over 100 times faster inference speed while maintaining high accuracy.

Spiking neural networks (SNNs) are receiving increasing attention due to their low power consumption and strong bio-plausibility. Optimization of SNNs is a challenging task. Two main methods, artificial neural network (ANN)-to-SNN conversion and spike-based backpropagation (BP), both have their advantages and limitations. For ANN-to-SNN conversion, it requires a long inference time to approximate the accuracy of ANN, thus diminishing the benefits of SNN. With spike-based BP, training high-precision SNNs typically consumes dozens of times more computational resources and time than their ANN counterparts. In this paper, we propose a novel SNN training approach that combines the benefits of the two methods. We first train a single-step SNN(T=1) by approximating the neural potential distribution with random noise, then convert the single-step SNN(T=1) to a multi-step SNN(T=N) losslessly. The introduction of Gaussian distributed noise leads to a significant gain in accuracy after conversion. The results show that our method considerably reduces the training and inference times of SNNs while maintaining their high accuracy. Compared to the previous two methods, ours can reduce training time by 65%-75% and achieves more than 100 times faster inference speed. We also argue that the neuron model augmented with noise makes it more bio-plausible.

Foundations

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

Your Notes