paper-with-me

Papers

WeKws: A production first small-footprint end-to-end Keyword Spotting Toolkit

2022-10-30 · Jie Wang, Menglong Xu, Jingyong Hou, BinBin Zhang, Xiao-Lei Zhang, Lei Xie, Fuping Pan

Keyword spotting (KWS) enables speech-based user interaction and gradually becomes an indispensable component of smart devices. Recently, end-to-end (E2E) methods have become the most popular approach for on-device KWS tasks. However, there is still a gap between the research and deployment of E2E KWS methods. In this paper, we introduce WeKws, a production-quality, easy-to-build, and convenient-to-be-applied E2E KWS toolkit. WeKws contains the implementations of several state-of-the-art backbone networks, making it achieve highly competitive results on three publicly available datasets. To make WeKws a pure E2E toolkit, we utilize a refined max-pooling loss to make the model learn the ending position of the keyword by itself, which significantly simplifies the training pipeline and makes WeKws very efficient to be applied in real-world scenarios. The toolkit is publicly available at https://github.com/wenet-e2e/wekws.

📄 PDF Abstract BibTeX arXiv:2210.16743

Code (1)

wenet-e2e/wekws 공식 구현 pytorch

Tasks

Keyword Spotting

Similar Papers 제목 키워드 기반

Attention-based End-to-End Models for Small-Footprint Keyword Spotting

2018-03-29 · Changhao Shan, Junbo Zhang, Yujun Wang, Lei Xie

In this paper, we propose an attention-based end-to-end neural approach for small-footprint keyword spotting (KWS), which aims to simplify the pipelines of building a production-quality KWS system. Our model consists of …

Keyword SpottingSmall-Footprint 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

Frequency & Channel Attention Network for Small Footprint Noisy Spoken Keyword Spotting

2024-07-29 · Yuanxi Lin, Yuriy Evgenyevich Gapanyuk

In this paper, we aim to improve the robustness of Keyword Spotting (KWS) systems in noisy environments while keeping a small memory footprint. We propose a new convolutional neural network (CNN) called FCA-Net, which co…

Keyword Spotting

Low-bit quantization and quantization-aware training for small-footprint keyword spotting

2018-10-19 · Yuriy Mishchenko, Yusuf Goren, Ming Sun, Chris Beauchene 외

We investigate low-bit quantization to reduce computational cost of deep neural network (DNN) based keyword spotting (KWS). We propose approaches to further reduce quantization bits via integrating quantization into keyw…

Keyword SpottingQuantizationSmall-Footprint Keyword Spotting

Neural ODE with Temporal Convolution and Time Delay Neural Networks for Small-Footprint Keyword Spotting

2020-08-01 · Hiroshi Fuketa, Yukinori Morita

In this paper, we propose neural network models based on the neural ordinary differential equation (NODE) for small-footprint keyword spotting (KWS). We present techniques to apply NODE to KWS that make it possible to ad…

Keyword SpottingSmall-Footprint Keyword Spotting