paper-with-me

Papers

HEiMDaL: Highly Efficient Method for Detection and Localization of wake-words

2022-10-26 · Arnav Kundu, Mohammad Samragh Razlighi, Minsik Cho, Priyanka Padmanabhan, Devang Naik

Streaming keyword spotting is a widely used solution for activating voice assistants. Deep Neural Networks with Hidden Markov Model (DNN-HMM) based methods have proven to be efficient and widely adopted in this space, primarily because of the ability to detect and identify the start and end of the wake-up word at low compute cost. However, such hybrid systems suffer from loss metric mismatch when the DNN and HMM are trained independently. Sequence discriminative training cannot fully mitigate the loss-metric mismatch due to the inherent Markovian style of the operation. We propose an low footprint CNN model, called HEiMDaL, to detect and localize keywords in streaming conditions. We introduce an alignment-based classification loss to detect the occurrence of the keyword along with an offset loss to predict the start of the keyword. HEiMDaL shows 73% reduction in detection metrics along with equivalent localization accuracy and with the same memory footprint as existing DNN-HMM style models for a given wake-word.

📄 PDF Abstract BibTeX arXiv:2210.15425

Code (0)

등록된 구현이 없습니다.

Tasks

Keyword Spotting

Similar Papers 제목 키워드 기반

Accurate Detection of Wake Word Start and End Using a CNN

2020-08-09 · Christin Jose, Yuriy Mishchenko, Thibaud Senechal, Anish Shah 외

Small footprint embedded devices require keyword spotters (KWS) with small model size and detection latency for enabling voice assistants. Such a keyword is often referred to as \textit{wake word} as it is used to wake u…

An End-to-End Approach for Korean Wakeword Systems with Speaker Authentication

2025-01-21 · Geonwoo Seo

Wakeword detection plays a critical role in enabling AI assistants to listen to user voices and interact effectively. However, for languages other than English, there is a significant lack of pre-trained wakeword models.…

Heimdall: test-time scaling on the generative verification

2025-04-14 · Wenlei Shi, Xing Jin

An AI system can create and maintain knowledge only to the extent that it can verify that knowledge itself. Recent work on long Chain-of-Thought reasoning has demonstrated great potential of LLMs on solving competitive p…

Math

Training Wake Word Detection with Synthesized Speech Data on Confusion Words

2020-11-03 · Yan Jia, Zexin Cai, Murong Ma, Zeqing Zhao 외

Confusing-words are commonly encountered in real-life keyword spotting applications, which causes severe degradation of performance due to complex spoken terms and various kinds of words that sound similar to the predefi…

Data AugmentationKeyword SpottingSpeech Synthesistext-to-speech+1

Low-resource Low-footprint Wake-word Detection using Knowledge Distillation

2022-07-06 · Arindam Ghosh, Mark Fuhs, Deblin Bagchi, Bahman Farahani 외

As virtual assistants have become more diverse and specialized, so has the demand for application or brand-specific wake words. However, the wake-word-specific datasets typically used to train wake-word detectors are cos…

Knowledge Distillationspeech-recognitionSpeech RecognitionTransfer Learning