paper-with-me

홈 › Papers

Broadcasted Residual Learning for Efficient Keyword Spotting

2021-06-08 · Byeonggeun Kim, Simyung Chang, Jinkyu Lee, Dooyong Sung

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.

📄 PDF Abstract BibTeX arXiv:2106.04140

Code (4)

Qualcomm-AI-research/bcresnet 공식 구현 pytorch
google-research/google-research/tree/master/kws_streaming tf
re9ulus/BC-ResNet pytorch
roman-vygon/BCResNet pytorch

Tasks

Keyword Spotting

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Advancing Airport Tower Command Recognition: Integrating Squeeze-and-Excitation and Broadcasted Residual Learning

2024-06-26 · Yuanxi Lin, Tonglin Zhou, Yang Xiao

Accurate recognition of aviation commands is vital for flight safety and efficiency, as pilots must follow air traffic control instructions precisely. This paper addresses challenges in speech command recognition, such a…

Keyword Spotting

Deep Residual Learning for Small-Footprint Keyword Spotting

2017-10-28 · Raphael Tang, Jimmy Lin

We explore the application of deep residual learning and dilated convolutions to the keyword spotting task, using the recently-released Google Speech Commands Dataset as our benchmark. Our best residual network (ResNet) …

Keyword SpottingSmall-Footprint Keyword Spotting

Multilingual Query-by-Example Keyword Spotting with Metric Learning and Phoneme-to-Embedding Mapping

2023-04-19 · Paul M. Reuter, Christian Rollwage, Bernd T. Meyer

In this paper, we propose a multilingual query-by-example keyword spotting (KWS) system based on a residual neural network. The model is trained as a classifier on a multilingual keyword dataset extracted from Common Voi…

Keyword SpottingMetric LearningWord Embeddings

Small-footprint Keyword Spotting with Graph Convolutional Network

2019-12-11 · Xi Chen, Shouyi Yin, Dandan song, Peng Ouyang 외

Despite the recent successes of deep neural networks, it remains challenging to achieve high precision keyword spotting task (KWS) on resource-constrained devices. In this study, we propose a novel context-aware and comp…

Keyword SpottingSmall-Footprint Keyword Spotting

Data Augmentation for Robust Keyword Spotting under Playback Interference

2018-08-01 · Anirudh Raju, Sankaran Panchapagesan, Xing Liu, Arindam Mandal 외

Accurate on-device keyword spotting (KWS) with low false accept and false reject rate is crucial to customer experience for far-field voice control of conversational agents. It is particularly challenging to maintain low…

Acoustic echo cancellationData AugmentationKeyword Spotting