paper-with-me

홈 › Papers

Minimum Word Error Rate Training for Attention-based Sequence-to-Sequence Models

2017-12-05 · Rohit Prabhavalkar, Tara N. Sainath, Yonghui Wu, Patrick Nguyen, Zhifeng Chen, Chung-Cheng Chiu, Anjuli Kannan

Sequence-to-sequence models, such as attention-based models in automatic speech recognition (ASR), are typically trained to optimize the cross-entropy criterion which corresponds to improving the log-likelihood of the data. However, system performance is usually measured in terms of word error rate (WER), not log-likelihood. Traditional ASR systems benefit from discriminative sequence training which optimizes criteria such as the state-level minimum Bayes risk (sMBR) which are more closely related to WER. In the present work, we explore techniques to train attention-based models to directly minimize expected word error rate. We consider two loss functions which approximate the expected number of word errors: either by sampling from the model, or by using N-best lists of decoded hypotheses, which we find to be more effective than the sampling-based method. In experimental evaluations, we find that the proposed training procedure improves performance by up to 8.2% relative to the baseline system. This allows us to train grapheme-based, uni-directional attention-based models which match the performance of a traditional, state-of-the-art, discriminative sequence-trained system on a mobile voice-search task.

📄 PDF Abstract BibTeX arXiv:1712.01818

Code (2)

TeaPoly/CTC-MWER tf
TeaPoly/CTC-OptimizedLoss tf

Tasks

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

Similar Papers 제목 키워드 기반

Attention based on-device streaming speech recognition with large speech corpus

2020-01-02 · Kwangyoun Kim, Kyungmin Lee, Dhananjaya Gowda, Junmo Park 외

In this paper, we present a new on-device automatic speech recognition (ASR) system based on monotonic chunk-wise attention (MoChA) models trained with large (> 10K hours) corpus. We attained around 90% of a word recogni…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationQuantization+2

Training Dynamics of Transformers to Recognize Word Co-occurrence via Gradient Flow Analysis

2024-10-12 · Hongru Yang, Bhavya Kailkhura, Zhangyang Wang, Yingbin Liang

Understanding the training dynamics of transformers is important to explain the impressive capabilities behind large language models. In this work, we study the dynamics of training a shallow transformer on a task of rec…

Towards scalable efficient on-device ASR with transfer learning

2024-07-23 · Laxmi Pandey, Ke Li, Jinxi Guo, Debjyoti Paul 외

Multilingual pretraining for transfer learning significantly boosts the robustness of low-resource monolingual ASR models. This study systematically investigates three main aspects: (a) the impact of transfer learning on…

Transfer Learning

On Minimum Word Error Rate Training of the Hybrid Autoregressive Transducer

2020-10-23 · Liang Lu, Zhong Meng, Naoyuki Kanda, Jinyu Li 외

Hybrid Autoregressive Transducer (HAT) is a recently proposed end-to-end acoustic model that extends the standard Recurrent Neural Network Transducer (RNN-T) for the purpose of the external language model (LM) fusion. In…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Minimising Biasing Word Errors for Contextual ASR with the Tree-Constrained Pointer Generator

2022-05-18 · Guangzhi Sun, Chao Zhang, Philip C Woodland

Contextual knowledge is essential for reducing speech recognition errors on high-valued long-tail words. This paper proposes a novel tree-constrained pointer generator (TCPGen) component that enables end-to-end ASR model…

Dialogue State TrackingLanguage Modellingspeech-recognitionSpeech Recognition+1