SDLGASJun 8, 2021

Broadcasted Residual Learning for Efficient Keyword Spotting

arXiv:2106.04140v4158 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for low-error, resource-efficient keyword spotting on mobile devices, representing an incremental improvement over existing methods.

The paper tackled the problem of efficient keyword spotting for smart devices by proposing a broadcasted residual learning method, achieving state-of-the-art accuracies of 98.0% and 98.7% on Google speech command datasets with reduced computations and parameters.

Keyword spotting is an important research field because it plays a key role in device wake-up and user interaction on smart devices. However, it is challenging to minimize errors while operating efficiently in devices with limited resources such as mobile phones. We present a broadcasted residual learning method to achieve high accuracy with small model size and computational load. Our method configures most of the residual functions as 1D temporal convolution while still allows 2D convolution together using a broadcasted-residual connection that expands temporal output to frequency-temporal dimension. This residual mapping enables the network to effectively represent useful audio features with much less computation than conventional convolutional neural networks. We also propose a novel network architecture, Broadcasting-residual network (BC-ResNet), based on broadcasted residual learning and describe how to scale up the model according to the target device's resources. BC-ResNets achieve state-of-the-art 98.0% and 98.7% top-1 accuracy on Google speech command datasets v1 and v2, respectively, and consistently outperform previous approaches, using fewer computations and parameters. Code is available at https://github.com/Qualcomm-AI-research/bcresnet.

Code Implementations4 repos
Foundations

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

Your Notes