paper-with-me

홈 › Papers

Online Keyword Spotting with a Character-Level Recurrent Neural Network

2015-12-30 · Kyuyeon Hwang, Minjae Lee, Wonyong Sung

In this paper, we propose a context-aware keyword spotting model employing a character-level recurrent neural network (RNN) for spoken term detection in continuous speech. The RNN is end-to-end trained with connectionist temporal classification (CTC) to generate the probabilities of character and word-boundary labels. There is no need for the phonetic transcription, senone modeling, or system dictionary in training and testing. Also, keywords can easily be added and modified by editing the text based keyword list without retraining the RNN. Moreover, the unidirectional RNN processes an infinitely long input audio streams without pre-segmentation and keywords are detected with low-latency before the utterance is finished. Experimental results show that the proposed keyword spotter significantly outperforms the deep neural network (DNN) and hidden Markov model (HMM) based keyword-filler model even with less computations.

📄 PDF Abstract BibTeX arXiv:1512.08903

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationKeyword Spotting

Similar Papers 제목 키워드 기반

Keyword Transformer: A Self-Attention Model for Keyword Spotting

2021-04-01 · Axel Berg, Mark O'Connor, Miguel Tairum Cruz

The Transformer architecture has been successful across many domains, including natural language processing, computer vision and speech recognition. In keyword spotting, self-attention has primarily been used on top of c…

Keyword SpottingSpeech Recognition

An End-to-End Architecture for Keyword Spotting and Voice Activity Detection

2016-11-28 · Chris Lengerich, Awni Hannun

We propose a single neural network architecture for two tasks: on-line keyword spotting and voice activity detection. We develop novel inference algorithms for an end-to-end Recurrent Neural Network trained with the Conn…

Action DetectionActivity DetectionGeneral ClassificationKeyword Spotting

Low-resource keyword spotting using contrastively trained transformer acoustic word embeddings

2025-06-21 · Julian Herreilers, Christiaan Jacobs, Thomas Niesler

We introduce a new approach, the ContrastiveTransformer, that produces acoustic word embeddings (AWEs) for the purpose of very low-resource keyword spotting. The ContrastiveTransformer, an encoder-only model, directly op…

Keyword SpottingWord Embeddings

Streaming Small-Footprint Keyword Spotting using Sequence-to-Sequence Models

2017-10-26 · Yanzhang He, Rohit Prabhavalkar, Kanishka Rao, Wei Li 외

We develop streaming keyword spotting systems using a recurrent neural network transducer (RNN-T) model: an all-neural, end-to-end trained, sequence-to-sequence model which jointly learns acoustic and language model comp…

General ClassificationKeyword SpottingLanguage ModelingLanguage Modelling+1

WSRNet: Joint Spotting and Recognition of Handwritten Words

2020-08-17 · George Retsinas, Giorgos Sfikas, Petros Maragos

In this work, we present a unified model that can handle both Keyword Spotting and Word Recognition with the same network architecture. The proposed network is comprised of a non-recurrent CTC branch and a Seq2Seq branch…

BinarizationKeyword Spotting