Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SpeechT5: Unified-Modal Encoder-Decoder Pre-Training for Spoken Language Processing

About

Motivated by the success of T5 (Text-To-Text Transfer Transformer) in pre-trained natural language processing models, we propose a unified-modal SpeechT5 framework that explores the encoder-decoder pre-training for self-supervised speech/text representation learning. The SpeechT5 framework consists of a shared encoder-decoder network and six modal-specific (speech/text) pre/post-nets. After preprocessing the input speech/text through the pre-nets, the shared encoder-decoder network models the sequence-to-sequence transformation, and then the post-nets generate the output in the speech/text modality based on the output of the decoder. Leveraging large-scale unlabeled speech and text data, we pre-train SpeechT5 to learn a unified-modal representation, hoping to improve the modeling capability for both speech and text. To align the textual and speech information into this unified semantic space, we propose a cross-modal vector quantization approach that randomly mixes up speech/text states with latent units as the interface between encoder and decoder. Extensive evaluations show the superiority of the proposed SpeechT5 framework on a wide variety of spoken language processing tasks, including automatic speech recognition, speech synthesis, speech translation, voice conversion, speech enhancement, and speaker identification. We release our code and model at https://github.com/microsoft/SpeechT5.

Junyi Ao, Rui Wang, Long Zhou, Chengyi Wang, Shuo Ren, Yu Wu, Shujie Liu, Tom Ko, Qing Li, Yu Zhang, Zhihua Wei, Yao Qian, Jinyu Li, Furu Wei• 2021

Related benchmarks

TaskDatasetResultRank
Automatic Speech RecognitionLibriSpeech (test-other)
WER4.4
966
Automatic Speech RecognitionLibriSpeech clean (test)
WER2.4
833
Automatic Speech RecognitionLibriSpeech (dev-other)
WER4.3
411
Automatic Speech RecognitionLibriSpeech (dev-clean)
WER (%)1.8
319
Speech RecognitionLibriSpeech clean (dev)
WER0.021
59
Speaker IdentificationVoxCeleb1
Accuracy96.49
58
Automatic Speech RecognitionLibriSpeech 960h (test-clean)
WER0.019
53
Automatic Speech RecognitionLibriSpeech 100h (test-clean)
WER2.4
32
Automatic Speech RecognitionLibriSpeech 100h clean (dev)
WER2.1
20
Speech-to-text TranslationMuST-C En-X (tst-COM)
BLEU (German)25.2
16
Showing 10 of 14 rows

Other info

Code

Follow for update