paper-with-me

Papers

Exploring Sequence-to-Sequence Transformer-Transducer Models for Keyword Spotting

2022-11-11 · Beltrán Labrador, Guanlong Zhao, Ignacio López Moreno, Angelo Scorza Scarpati, Liam Fowl, Quan Wang

In this paper, we present a novel approach to adapt a sequence-to-sequence Transformer-Transducer ASR system to the keyword spotting (KWS) task. We achieve this by replacing the keyword in the text transcription with a special token <kw> and training the system to detect the <kw> token in an audio stream. At inference time, we create a decision function inspired by conventional KWS approaches, to make our approach more suitable for the KWS task. Furthermore, we introduce a specific keyword spotting loss by adapting the sequence-discriminative Minimum Bayes-Risk training technique. We find that our approach significantly outperforms ASR based KWS systems. When compared with a conventional keyword spotting system, our proposal has similar performance while bringing the advantages and flexibility of sequence-to-sequence training. Additionally, when combined with the conventional KWS system, our approach can improve the performance at any operation point.

📄 PDF Abstract BibTeX arXiv:2211.06478

Code (0)

등록된 구현이 없습니다.

Tasks

Keyword Spotting

Similar Papers 제목 키워드 기반

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

Exploring RWKV for Memory Efficient and Low Latency Streaming ASR

2023-09-26 · Keyu An, Shiliang Zhang

Recently, self-attention-based transformers and conformers have been introduced as alternatives to RNNs for ASR acoustic modeling. Nevertheless, the full-sequence attention mechanism is non-streamable and computationally…

Chunking

Transformer-Transducer: End-to-End Speech Recognition with Self-Attention

2019-10-28 · Ching-Feng Yeh, Jay Mahadeokar, Kaustubh Kalgaonkar, Yongqiang Wang 외

We explore options to use Transformer networks in neural transducer for end-to-end speech recognition. Transformer networks use self-attention for sequence modeling and comes with advantages in parallel computation and c…

speech-recognitionSpeech Recognition

Transformers as Transducers

2024-04-02 · Lena Strobl, Dana Angluin, David Chiang, Jonathan Rawski 외

We study the sequence-to-sequence mapping capacity of transformers by relating them to finite transducers, and find that they can express surprisingly large classes of transductions. We do so using variants of RASP, a pr…

Hard AttentionPOS

FastEmit: Low-latency Streaming ASR with Sequence-level Emission Regularization

2020-10-21 · Jiahui Yu, Chung-Cheng Chiu, Bo Li, Shuo-Yiin Chang 외

Streaming automatic speech recognition (ASR) aims to emit each hypothesized word as quickly and accurately as possible. However, emitting fast without degrading quality, as measured by word error rate (WER), is highly ch…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+1