Global-Local Convolution with Spiking Neural Networks for Energy-efficient Keyword Spotting
Shuai Wang, Dehao Zhang, Kexin Shi, Yuchen Wang, Wenjie Wei, Jibin Wu, Malu Zhang
TL;DR
This work tackles energy-efficient keyword spotting on edge devices by proposing an end-to-end Spiking Neural Network (SNN) model built from Global-Local Spiking Convolution (GLSC) and Bottleneck-PLIF modules. The GLSC module enables sparse, dual-scale feature extraction by combining Conv1d and Dilated Conv1d with spiking dynamics, while the Bottleneck-PLIF module provides a lightweight classifier with learnable decay and channel fusion. Experiments on Google Speech Commands V1 and V2 demonstrate competitive accuracy with a significantly smaller parameter footprint and substantial energy savings (over $10\times$) compared with equivalent ANN baselines. Ablation studies corroborate the value of GLSC for preserving local/global information and of PLIF in achieving high accuracy with few parameters. Overall, the approach advances practical, energy-efficient KWS on neuromorphic hardware for edge devices.
Abstract
Thanks to Deep Neural Networks (DNNs), the accuracy of Keyword Spotting (KWS) has made substantial progress. However, as KWS systems are usually implemented on edge devices, energy efficiency becomes a critical requirement besides performance. Here, we take advantage of spiking neural networks' energy efficiency and propose an end-to-end lightweight KWS model. The model consists of two innovative modules: 1) Global-Local Spiking Convolution (GLSC) module and 2) Bottleneck-PLIF module. Compared to the hand-crafted feature extraction methods, the GLSC module achieves speech feature extraction that is sparser, more energy-efficient, and yields better performance. The Bottleneck-PLIF module further processes the signals from GLSC with the aim to achieve higher accuracy with fewer parameters. Extensive experiments are conducted on the Google Speech Commands Dataset (V1 and V2). The results show our method achieves competitive performance among SNN-based KWS models with fewer parameters.
