CLSDASAug 27, 2021

Injecting Text in Self-Supervised Speech Pretraining

arXiv:2108.12226v138 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of limited transcribed speech data for ASR systems, offering a method to enhance performance with less labeled data, though it appears incremental as it builds on existing contrastive learning frameworks.

The paper tackles the problem of improving self-supervised pretraining for ASR by jointly learning from speech and text modalities, resulting in relative WER reductions of 10% on Librispeech, matching performance with less transcribed data, and up to 15% on a Voice Search task.

Self-supervised pretraining for Automated Speech Recognition (ASR) has shown varied degrees of success. In this paper, we propose to jointly learn representations during pretraining from two different modalities: speech and text. The proposed method, tts4pretrain complements the power of contrastive learning in self-supervision with linguistic/lexical representations derived from synthesized speech, effectively learning from untranscribed speech and unspoken text. Lexical learning in the speech encoder is enforced through an additional sequence loss term that is coupled with contrastive loss during pretraining. We demonstrate that this novel pretraining method yields Word Error Rate (WER) reductions of 10% relative on the well-benchmarked, Librispeech task over a state-of-the-art baseline pretrained with wav2vec2.0 only. The proposed method also serves as an effective strategy to compensate for the lack of transcribed speech, effectively matching the performance of 5000 hours of transcribed speech with just 100 hours of transcribed speech on the AMI meeting transcription task. Finally, we demonstrate WER reductions of up to 15% on an in-house Voice Search task over traditional pretraining. Incorporating text into encoder pretraining is complimentary to rescoring with a larger or in-domain language model, resulting in additional 6% relative reduction in WER.

Foundations

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

Your Notes