Optimize what matters: Training DNN-HMM Keyword Spotting Model Using End Metric
Ashish Shrivastava, Arnav Kundu, Chandra Dhir, Devang Naik, Oncel, Tuzel

TL;DR
This paper introduces an end-to-end training method for DNN-HMM keyword spotting models that directly optimizes the detection score, significantly reducing false rejections without increasing computational costs.
Contribution
The authors propose a differentiable HMM decoder allowing back-propagation of the detection score, aligning training loss with the end metric for improved performance.
Findings
Over 70% reduction in false rejection rate.
No additional runtime memory or compute overhead.
Significant improvement over traditional independent DNN training.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
