paper-with-me

Papers

Improved training of end-to-end attention models for speech recognition

2018-05-08 · Albert Zeyer, Kazuki Irie, Ralf Schlüter, Hermann Ney

Sequence-to-sequence attention-based models on subword units allow simple open-vocabulary end-to-end speech recognition. In this work, we show that such models can achieve competitive results on the Switchboard 300h and LibriSpeech 1000h tasks. In particular, we report the state-of-the-art word error rates (WER) of 3.54% on the dev-clean and 3.82% on the test-clean evaluation subsets of LibriSpeech. We introduce a new pretraining scheme by starting with a high time reduction factor and lowering it during training, which is crucial both for convergence and final performance. In some experiments, we also use an auxiliary CTC loss function to help the convergence. In addition, we train long short-term memory (LSTM) language models on subword units. By shallow fusion, we report up to 27% relative improvements in WER over the attention baseline without a language model.

📄 PDF Abstract BibTeX arXiv:1805.03294

Code (14)

bobchennan/espnet pytorch
creatorscan/espnet pytorch
danoneata/espnet pytorch
dhanya-e/Google_Indic pytorch
jumon/espnet-1 pytorch
jzmo/espnet pytorch
marynader6/espnetV.8 pytorch
marynader6/transformerTTS pytorch
pengchengguo/espnet pytorch
pzelasko/espnet pytorch
rwth-i6/returnn tf
rwth-i6/returnn-experiments
victor45664/espnet pytorch
vinitunni/CoupledLoss-LAS-ESPNet pytorch

Tasks

Language ModelingLanguage ModellingSpeech Recognition

Methods 이 논문이 사용한 방법론

CTC Loss 설명 없음

Similar Papers 제목 키워드 기반

Explaining the Attention Mechanism of End-to-End Speech Recognition Using Decision Trees

2021-10-08 · Yuanchao Wang, Wenji Du, ChengHao Cai, Yanyan Xu

The attention mechanism has largely improved the performance of end-to-end speech recognition systems. However, the underlying behaviours of attention is not yet clearer. In this study, we use decision trees to explain h…

Decoderspeech-recognitionSpeech Recognition

Multi-head Monotonic Chunkwise Attention For Online Speech Recognition

2020-05-01 · Baiji Liu, Songjun Cao, Sining Sun, Weibin Zhang 외

The attention mechanism of the Listen, Attend and Spell (LAS) model requires the whole input sequence to calculate the attention context and thus is not suitable for online speech recognition. To deal with this problem, …

speech-recognitionSpeech Recognition

Supervised Attention in Sequence-to-Sequence Models for Speech Recognition

2022-04-25 · Gene-Ping Yang, Hao Tang

Attention mechanism in sequence-to-sequence models is designed to model the alignments between acoustic features and output tokens in speech recognition. However, attention weights produced by models trained end to end d…

speech-recognitionSpeech Recognition

Serialized Speech Information Guidance with Overlapped Encoding Separation for Multi-Speaker Automatic Speech Recognition

2024-09-01 · Hao Shi, Yuan Gao, Zhaoheng Ni, Tatsuya Kawahara

Serialized output training (SOT) attracts increasing attention due to its convenience and flexibility for multi-speaker automatic speech recognition (ASR). However, it is not easy to train with attention loss only. In th…

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

Understanding the Role of Self Attention for Efficient Speech Recognition

2021-09-29 · ICLR 2022 4 · Kyuhong Shim, Jungwook Choi, Wonyong Sung

Self-attention (SA) is a critical component of Transformer neural networks that have succeeded in automatic speech recognition (ASR). However, its computational cost increases quadratically with the sequence length, whic…

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