LGCLSDASNov 13, 2020

Low-activity supervised convolutional spiking neural networks applied to speech commands recognition

arXiv:2011.06846v141 citations
AI Analysis

This work addresses the need for more energy-efficient models in speech recognition, though it is incremental as it applies known SNN methods to a specific dataset.

The paper tackled speech command recognition using supervised spiking neural networks (SNNs) to achieve energy efficiency, achieving an error rate of 5.5% on the Google SC v1 dataset with spiking activity below 5%.

Deep Neural Networks (DNNs) are the current state-of-the-art models in many speech related tasks. There is a growing interest, though, for more biologically realistic, hardware friendly and energy efficient models, named Spiking Neural Networks (SNNs). Recently, it has been shown that SNNs can be trained efficiently, in a supervised manner, using backpropagation with a surrogate gradient trick. In this work, we report speech command (SC) recognition experiments using supervised SNNs. We explored the Leaky-Integrate-Fire (LIF) neuron model for this task, and show that a model comprised of stacked dilated convolution spiking layers can reach an error rate very close to standard DNNs on the Google SC v1 dataset: 5.5%, while keeping a very sparse spiking activity, below 5%, thank to a new regularization term. We also show that modeling the leakage of the neuron membrane potential is useful, since the LIF model outperformed its non-leaky model counterpart significantly.

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