Acquiring Pronunciation Knowledge from Transcribed Speech Audio via Multi-task Learning
Siqi Sun, Korin Richmond
TL;DR
The paper addresses pronunciation errors in bootstrapped Seq2Seq frontends for TTS caused by limited lexical coverage. It introduces a multi-task learning framework that adds an acoustic regression task, trained on transcribed speech, to transfer pronunciation knowledge to extra-exclusive word types without requiring ASR training. A novel multi-task model with an Acoustic Decoder is proposed, using a pre-trained frontend to generate pseudo-pronunciations for transcribed-speech data and optimizing a pronunciation loss together with an acoustic loss. Experiments show a substantial reduction in $PER$ for extra-exclusive words (from $2.5\%$ to $1.6\%$), achieving performance on par with an FA-based approach but with a simpler, offline pre-train$\rightarrow$re-train workflow, enabling robust pronunciation generalization for unseen words.
Abstract
Recent work has shown the feasibility and benefit of bootstrapping an integrated sequence-to-sequence (Seq2Seq) linguistic frontend from a traditional pipeline-based frontend for text-to-speech (TTS). To overcome the fixed lexical coverage of bootstrapping training data, previous work has proposed to leverage easily accessible transcribed speech audio as an additional training source for acquiring novel pronunciation knowledge for uncovered words, which relies on an auxiliary ASR model as part of a cumbersome implementation flow. In this work, we propose an alternative method to leverage transcribed speech audio as an additional training source, based on multi-task learning (MTL). Experiments show that, compared to a baseline Seq2Seq frontend, the proposed MTL-based method reduces PER from 2.5% to 1.6% for those word types covered exclusively in transcribed speech audio, achieving a similar performance to the previous method but with a much simpler implementation flow.
