paper-with-me

Papers

Exploring Architectures, Data and Units For Streaming End-to-End Speech Recognition with RNN-Transducer

2018-01-02 · Kanishka Rao, Haşim Sak, Rohit Prabhavalkar

We investigate training end-to-end speech recognition models with the recurrent neural network transducer (RNN-T): a streaming, all-neural, sequence-to-sequence architecture which jointly learns acoustic and language model components from transcribed acoustic data. We explore various model architectures and demonstrate how the model can be improved further if additional text or pronunciation data are available. The model consists of an encoder', which is initialized from a connectionist temporal classification-based (CTC) acoustic model, and a decoder' which is partially initialized from a recurrent neural network language model trained on text data alone. The entire neural network is trained with the RNN-T loss and directly outputs the recognized transcript as a sequence of graphemes, thus performing end-to-end speech recognition. We find that performance can be improved further through the use of sub-word units (`wordpieces') which capture longer context and significantly reduce substitution errors. The best RNN-T system, a twelve-layer LSTM encoder with a two-layer LSTM decoder trained with 30,000 wordpieces as output targets achieves a word error rate of 8.5\% on voice-search and 5.2\% on voice-dictation tasks and is comparable to a state-of-the-art baseline at 8.3\% on voice-search and 5.4\% voice-dictation.

📄 PDF Abstract BibTeX arXiv:1801.00841

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Learning When to Translate for Streaming Speech

2021-09-15 · ACL 2022 5 · Qianqian Dong, Yaoming Zhu, Mingxuan Wang, Lei LI

How to find proper moments to generate partial sentence translation given a streaming speech input? Existing approaches waiting-and-translating for a fixed duration often break the acoustic units in speech, since the bou…

DecoderSentenceSpeech-to-Text TranslationTranslation

On-device Streaming Discrete Speech Units

2025-06-02 · Kwanghee Choi, Masao Someki, Emma Strubell, Shinji Watanabe

Discrete speech units (DSUs) are derived from clustering the features of self-supervised speech models (S3Ms). DSUs offer significant advantages for on-device streaming speech applications due to their rich phonetic info…

Benchmarking LF-MMI, CTC and RNN-T Criteria for Streaming ASR

2020-11-09 · Xiaohui Zhang, Frank Zhang, Chunxi Liu, Kjell Schubert 외

In this work, to measure the accuracy and efficiency for a latency-controlled streaming automatic speech recognition (ASR) application, we perform comprehensive evaluations on three popular training criteria: LF-MMI, CTC…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Benchmarkingspeech-recognition+1

Enhancing Speech Quality through the Integration of BGRU and Transformer Architectures

2025-02-25 · Souliman Alghnam, Mohammad Alhussien, Khaled Shaheen

Speech enhancement plays an essential role in improving the quality of speech signals in noisy environments. This paper investigates the efficacy of integrating Bidirectional Gated Recurrent Units (BGRU) and Transformer …

Speech Enhancement

Streaming automatic speech recognition with the transformer model

2020-01-08 · Niko Moritz, Takaaki Hori, Jonathan Le Roux

Encoder-decoder based sequence-to-sequence models have demonstrated state-of-the-art results in end-to-end automatic speech recognition (ASR). Recently, the transformer architecture, which uses self-attention to model te…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decodermodel+2