paper-with-me

홈 › Papers

Exploring Neural Transducers for End-to-End Speech Recognition

2017-07-24 · Eric Battenberg, Jitong Chen, Rewon Child, Adam Coates, Yashesh Gaur, Yi Li, Hairong Liu, Sanjeev Satheesh, David Seetapun, Anuroop Sriram, Zhenyao Zhu

In this work, we perform an empirical comparison among the CTC, RNN-Transducer, and attention-based Seq2Seq models for end-to-end speech recognition. We show that, without any language model, Seq2Seq and RNN-Transducer models both outperform the best reported CTC models with a language model, on the popular Hub5'00 benchmark. On our internal diverse dataset, these trends continue - RNNTransducer models rescored with a language model after beam search outperform our best CTC models. These results simplify the speech recognition pipeline so that decoding can now be expressed purely as neural network operations. We also study how the choice of encoder architecture affects the performance of the three models - when all encoder layers are forward only, and when encoders downsample the input representation aggressively.

📄 PDF Abstract BibTeX arXiv:1707.07413

Code (0)

등록된 구현이 없습니다.

Tasks

Language 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…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Anchored Speech Recognition with Neural Transducers

2022-10-20 · Desh Raj, Junteng Jia, Jay Mahadeokar, Chunyang Wu 외

Neural transducers have achieved human level performance on standard speech recognition benchmarks. However, their performance significantly degrades in the presence of cross-talk, especially when the primary speaker has…

speech-recognitionSpeech Recognition

LAMASSU: Streaming Language-Agnostic Multilingual Speech Recognition and Translation Using Neural Transducers

2022-11-05 · Peidong Wang, Eric Sun, Jian Xue, Yu Wu 외

Automatic speech recognition (ASR) and speech translation (ST) can both use neural transducers as the model structure. It is thus possible to use a single transducer model to perform both tasks. In real-world application…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language Identificationspeech-recognition+3

Transducers with Pronunciation-aware Embeddings for Automatic Speech Recognition

2024-04-04 · Hainan Xu, Zhehuai Chen, Fei Jia, Boris Ginsburg

This paper proposes Transducers with Pronunciation-aware Embeddings (PET). Unlike conventional Transducers where the decoder embeddings for different tokens are trained independently, the PET model's decoder embedding in…

Automatic Speech RecognitionDecoderspeech-recognitionSpeech Recognition

An Investigation of Monotonic Transducers for Large-Scale Automatic Speech Recognition

2022-04-19 · Niko Moritz, Frank Seide, Duc Le, Jay Mahadeokar 외

The two most popular loss functions for streaming end-to-end automatic speech recognition (ASR) are RNN-Transducer (RNN-T) and connectionist temporal classification (CTC). Between these two loss types we can classify the…

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

Self-Attention Transducers for End-to-End Speech Recognition

2019-09-28 · Zhengkun Tian, Jiangyan Yi, Jian-Hua Tao, Ye Bai 외

Recurrent neural network transducers (RNN-T) have been successfully applied in end-to-end speech recognition. However, the recurrent structure makes it difficult for parallelization . In this paper, we propose a self-att…

speech-recognitionSpeech Recognition