paper-with-me

Papers

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

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

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 probabilities of a given speech frame, while HMM decoder combines the DNN predictions of multiple speech frames to compute the keyword detection score. The DNN, in prior methods, is trained independent of the HMM parameters to minimize the cross-entropy loss between the predicted and the ground-truth state probabilities. The mis-match between the DNN training loss (cross-entropy) and the end metric (detection score) is the main source of sub-optimal performance for the keyword spotting task. We address this loss-metric mismatch with a novel end-to-end training strategy that learns the DNN parameters by optimizing for the detection score. To this end, we make the HMM decoder (dynamic programming) differentiable and back-propagate through it to maximize the score for the keyword and minimize the scores for non-keyword speech segments. Our method does not require any change in the model architecture or the inference framework; therefore, there is no overhead in run-time memory or compute requirements. Moreover, we show significant reduction in false rejection rate (FRR) at the same false trigger experience (> 70% over independent DNN training).

📄 PDF Abstract BibTeX arXiv:2011.01151

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderKeyword Spotting

Similar Papers 제목 키워드 기반

Prototypical Metric Transfer Learning for Continuous Speech Keyword Spotting With Limited Training Data

2019-01-12 · Harshita Seth, Pulkit Kumar, Muktabh Mayank Srivastava

Continuous Speech Keyword Spotting (CSKS) is the problem of spotting keywords in recorded conversations, when a small number of instances of keywords are available in training data. Unlike the more common Keyword Spottin…

General Classificationimbalanced classificationKeyword SpottingTransfer Learning

EdgeSpot: Efficient and High-Performance Few-Shot Model for Keyword Spotting

2026-01-22 · Oguzhan Buyuksolak, Alican Gok, Osman Erman Okman arxiv

We introduce an efficient few-shot keyword spotting model for edge devices, EdgeSpot, that pairs an optimized version of a BC-ResNet-based acoustic backbone with a trainable Per-Channel Energy Normalization frontend and …

Knowledge DistillationKeyword Spotting

Few-Shot Keyword Spotting in Any Language

2021-04-03 · Mark Mazumder, Colby Banbury, Josh Meyer, Pete Warden 외

We introduce a few-shot transfer learning method for keyword spotting in any language. Leveraging open speech corpora in nine languages, we automate the extraction of a large multilingual keyword bank and use it to train…

Keyword SpottingTransfer Learning

How Tiny Can Analog Filterbank Features Be Made for Ultra-low-power On-device Keyword Spotting?

2023-04-17 · Subhajit Ray, Xinghua Sun, Nolan Tremelling, Maria Gordiyenko 외

Analog feature extraction is a power-efficient and re-emerging signal processing paradigm for implementing the front-end feature extractor in on device keyword-spotting systems. Despite its power efficiency and re-emerge…

Keyword Spotting

A Multitask Training Approach to Enhance Whisper with Contextual Biasing and Open-Vocabulary Keyword Spotting

2023-09-18 · Yuang Li, Min Zhang, Chang Su, Yinglu Li 외

The recognition of rare named entities, such as personal names and terminologies, is challenging for automatic speech recognition (ASR) systems, especially when they are not frequently observed in the training data. In t…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderHallucination+3