CLLGNESDASDec 1, 2022

Surrogate Gradient Spiking Neural Networks as Encoders for Large Vocabulary Continuous Speech Recognition

arXiv:2212.01187v24 citationsh-index: 27
Originality Incremental advance
AI Analysis

This work addresses speech recognition for energy-efficient applications, but it is incremental as it extends an existing method to a new task.

The paper tackled large vocabulary continuous speech recognition by replacing LSTM encoders with surrogate gradient spiking neural networks, achieving only minor performance loss and demonstrating robustness to exploding gradients without gates.

Compared to conventional artificial neurons that produce dense and real-valued responses, biologically-inspired spiking neurons transmit sparse and binary information, which can also lead to energy-efficient implementations. Recent research has shown that spiking neural networks can be trained like standard recurrent neural networks using the surrogate gradient method. They have shown promising results on speech command recognition tasks. Using the same technique, we show that they are scalable to large vocabulary continuous speech recognition, where they are capable of replacing LSTMs in the encoder with only minor loss of performance. This suggests that they may be applicable to more involved sequence-to-sequence tasks. Moreover, in contrast to their recurrent non-spiking counterparts, they show robustness to exploding gradient problems without the need to use gates.

Foundations

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

Your Notes