2019

Unsupervised pre-training for sequence to sequence speech recognition

Fan, Zhiyun, Zhou, Shiyu, Xu, Bo

Understand

This paper proposes a novel approach to pre-train encoder-decoder sequence-to-sequence (seq2seq) model with unpaired speech and transcripts respectively.

  • Our pre-training method is divided into two stages, named acoustic pre-trianing and linguistic pre-training.
  • In the acoustic pre-training stage, we use a large amount of speech to pre-train the encoder by predicting masked speech feature chunks with its context.
  • In the linguistic pre-training stage, we generate synthesized speech from a large number of transcripts using a single-speaker text to speech (TTS) system, and use the synthesized paired data to pre-train decoder.

Reading the bibliography…