ASSDDec 5, 2017

Multi-Dialect Speech Recognition With A Single Sequence-To-Sequence Model

arXiv:1712.01541v1139 citations
Originality Incremental advance
AI Analysis

This simplifies multi-dialect system training for speech recognition applications, though it is incremental as it builds on existing LAS models.

The paper tackled the problem of multi-dialect speech recognition by training a single sequence-to-sequence model to handle seven English dialects, achieving a relative performance improvement of 3.1% to 16.5% over individually trained models.

Sequence-to-sequence models provide a simple and elegant solution for building speech recognition systems by folding separate components of a typical system, namely acoustic (AM), pronunciation (PM) and language (LM) models into a single neural network. In this work, we look at one such sequence-to-sequence model, namely listen, attend and spell (LAS), and explore the possibility of training a single model to serve different English dialects, which simplifies the process of training multi-dialect systems without the need for separate AM, PM and LMs for each dialect. We show that simply pooling the data from all dialects into one LAS model falls behind the performance of a model fine-tuned on each dialect. We then look at incorporating dialect-specific information into the model, both by modifying the training targets by inserting the dialect symbol at the end of the original grapheme sequence and also feeding a 1-hot representation of the dialect information into all layers of the model. Experimental results on seven English dialects show that our proposed system is effective in modeling dialect variations within a single LAS model, outperforming a LAS model trained individually on each of the seven dialects by 3.1 ~ 16.5% relative.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes