Sequence Training of Encoder-Decoder Model Using Policy Gradient for End-to-End Speech Recognition
Shigeki Karita, Atsunori Ogawa, Marc Delcroix, Tomohiro Nakatani
Abstract
The standard evaluation metric of automatic speech recognition (ASR) is the word error rate (WER), which measures the dissimilarity between recognized word sequences and their ground truth. Many training algorithms designed to reduce sequence-level errors such as WER have been proposed for hidden Markov model (HMM)-based ASR, e.g., state-level minimum Bayes risk (sMBR). However, these approaches cannot be used directly for encoder-decoder model based end-to-end ASR, because the encoder-decoder model employs very different mechanisms from HMM-based approaches. In this paper, we propose a new method for optimizing the encoder-decoder model based on a sequence-level evaluation metric. Since the WER is not directly differentiable, we adopt a policy gradient objective function to train the encoder-decoder model, which enables us to minimize the expected WER of the model predictions. This training method employs the scoring of multiple hypotheses as in the decoding stage while usual cross entropy training uses only the ground truth. Therefore, we can expect it to improve the decoding results of the encoder-decoder model. We perform experiments using the Tedlium corpus to demonstrate the potential of our proposed method for improving the recognition performance of the encoder-decoder model.
BibTeX
@inproceedings{icassp2018_sequencetraining,
title = {Sequence Training of Encoder-Decoder Model Using Policy Gradient for End-to-End Speech Recognition},
author = {Shigeki Karita and Atsunori Ogawa and Marc Delcroix and Tomohiro Nakatani},
booktitle = {ICASSP 2018},
year = {2018}
}