paper-with-me

Papers

MFA-KWS: Effective Keyword Spotting with Multi-head Frame-asynchronous Decoding

2025-05-26 · Yu Xi, Haoyu Li, Xiaoyu Gu, Yidi Jiang, Kai Yu

Keyword spotting (KWS) is essential for voice-driven applications, demanding both accuracy and efficiency. Traditional ASR-based KWS methods, such as greedy and beam search, explore the entire search space without explicitly prioritizing keyword detection, often leading to suboptimal performance. In this paper, we propose an effective keyword-specific KWS framework by introducing a streaming-oriented CTC-Transducer-combined frame-asynchronous system with multi-head frame-asynchronous decoding (MFA-KWS). Specifically, MFA-KWS employs keyword-specific phone-synchronous decoding for CTC and replaces conventional RNN-T with Token-and-Duration Transducer to enhance both performance and efficiency. Furthermore, we explore various score fusion strategies, including single-frame-based and consistency-based methods. Extensive experiments demonstrate the superior performance of MFA-KWS, which achieves state-of-the-art results on both fixed keyword and arbitrary keywords datasets, such as Snips, MobvoiHotwords, and LibriKWS-20, while exhibiting strong robustness in noisy environments. Among fusion strategies, the consistency-based CDC-Last method delivers the best performance. Additionally, MFA-KWS achieves a 47% to 63% speed-up over the frame-synchronous baselines across various datasets. Extensive experimental results confirm that MFA-KWS is an effective and efficient KWS framework, making it well-suited for on-device deployment.

📄 PDF Abstract BibTeX arXiv:2505.19577

Code (1)

x-lance/kwstreamingsearch 공식 구현 pytorch

Tasks

Keyword Spotting

Similar Papers 제목 키워드 기반

Toward noise-robust whisper keyword spotting on headphones with in-earcup microphone and curriculum learning

2025-02-01 · Qiaoyu Yang, Shuo Zhang, Chuan-Che Huang

The expanding feature set of modern headphones puts a challenge on the design of their control interface. Users may want to separately control each feature or quickly switch between modes that activate different features…

Keyword Spotting

Orthogonality Constrained Multi-Head Attention For Keyword Spotting

2019-10-10 · Mingu Lee, Jinkyu Lee, Hye Jin Jang, Byeonggeun Kim 외

Multi-head attention mechanism is capable of learning various representations from sequential data while paying attention to different subsequences, e.g., word-pieces or syllables in a spoken word. From the subsequences,…

Keyword Spotting

Query-by-Example Keyword Spotting system using Multi-head Attention and Softtriple Loss

2021-02-14 · Jinmiao Huang, Waseem Gharbieh, Han Suk Shim, Eugene Kim

This paper proposes a neural network architecture for tackling the query-by-example user-defined keyword spotting task. A multi-head attention module is added on top of a multi-layered GRU for effective feature extractio…

Keyword SpottingTriplet

Optimize what matters: Training DNN-HMM Keyword Spotting Model Using End Metric

2020-11-02 · Ashish Shrivastava, Arnav Kundu, Chandra Dhir, Devang Naik 외

Deep Neural Network--Hidden Markov Model (DNN-HMM) based methods have been successfully used for many always-on keyword spotting algorithms that detect a wake word to trigger a device. The DNN predicts the state probabil…

DecoderKeyword Spotting

Open-vocabulary Keyword-spotting with Adaptive Instance Normalization

2023-09-13 · Aviv Navon, Aviv Shamsian, Neta Glazer, Gill Hetz 외

Open vocabulary keyword spotting is a crucial and challenging task in automatic speech recognition (ASR) that focuses on detecting user-defined keywords within a spoken utterance. Keyword spotting methods commonly map th…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Keyword Spottingspeech-recognition+1