paper-with-me

홈 › Papers

Handling the Alignment for Wake Word Detection: A Comparison Between Alignment-Based, Alignment-Free and Hybrid Approaches

2023-02-17 · Vinicius Ribeiro, Yiteng Huang, Yuan Shangguan, Zhaojun Yang, Li Wan, Ming Sun

Wake word detection exists in most intelligent homes and portable devices. It offers these devices the ability to "wake up" when summoned at a low cost of power and computing. This paper focuses on understanding alignment's role in developing a wake-word system that answers a generic phrase. We discuss three approaches. The first is alignment-based, where the model is trained with frame-wise cross-entropy. The second is alignment-free, where the model is trained with CTC. The third, proposed by us, is a hybrid solution in which the model is trained with a small set of aligned data and then tuned with a sizeable unaligned dataset. We compare the three approaches and evaluate the impact of the different aligned-to-unaligned ratios for hybrid training. Our results show that the alignment-free system performs better than the alignment-based for the target operating point, and with a small fraction of the data (20%), we can train a model that complies with our initial constraints.

📄 PDF Abstract BibTeX arXiv:2302.08950

Code (0)

등록된 구현이 없습니다.

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…

Wake Word Detection with Alignment-Free Lattice-Free MMI

2020-05-17 · Yiming Wang, Hang Lv, Daniel Povey, Lei Xie 외

Always-on spoken language interfaces, e.g. personal digital assistants, rely on a wake word to start processing spoken input. We present novel methods to train a hybrid DNN/HMM wake word detection system from partially l…

Decoder

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.…

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

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

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, pr…

Keyword Spotting

Small Footprint Convolutional Recurrent Networks for Streaming Wakeword Detection

2020-11-25 · Mohammad Omar Khursheed, Christin Jose, Rajath Kumar, GengShen Fu 외

In this work, we propose small footprint Convolutional Recurrent Neural Network models applied to the problem of wakeword detection and augment them with scaled dot product attention. We find that false accepts compared …