CLAISDASNov 4, 2022

Biased Self-supervised learning for ASR

arXiv:2211.02536v14 citationsh-index: 64
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient and task-specific self-supervised learning in speech recognition, offering incremental improvements over existing methods.

The paper tackled the problem of improving self-supervised learning for automatic speech recognition by biasing it towards specific tasks and enabling effective training for streaming models, resulting in performance gains such as a 15.5% to 23.8% improvement over unbiased training and a 44.1% reduction in word error rate for streaming models on the Librispeech corpus.

Self-supervised learning via masked prediction pre-training (MPPT) has shown impressive performance on a range of speech-processing tasks. This paper proposes a method to bias self-supervised learning towards a specific task. The core idea is to slightly finetune the model that is used to obtain the target sequence. This leads to better performance and a substantial increase in training speed. Furthermore, this paper proposes a variant of MPPT that allows low-footprint streaming models to be trained effectively by computing the MPPT loss on masked and unmasked frames. These approaches are evaluated for automatic speech recognition on the Librispeech corpus, where 100 hours of data served as the labelled data and 860 hours as the unlabelled data. The biased training outperforms the unbiased training by 15.5% after 250k updates and 23.8% after 100k updates on test-other. For the streaming models, the pre-training approach yields a reduction in word error rate of 44.1%.

Foundations

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

Your Notes