CLAISDASJun 25, 2022

Distilling a Pretrained Language Model to a Multilingual ASR Model

arXiv:2206.12638v113 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses the problem of limited speech data for low-resource languages in ASR, offering an incremental improvement by leveraging more abundant text data.

The paper tackled performance degradation in multilingual automatic speech recognition (ASR) due to long-tailed language distributions by distilling knowledge from a pretrained language model to a speech model, achieving improved results on 20 low-resource languages with less than 100 hours of speech data.

Multilingual speech data often suffer from long-tailed language distribution, resulting in performance degradation. However, multilingual text data is much easier to obtain, yielding a more useful general language model. Hence, we are motivated to distill the rich knowledge embedded inside a well-trained teacher text model to the student speech model. We propose a novel method called the Distilling a Language model to a Speech model (Distill-L2S), which aligns the latent representations of two different modalities. The subtle differences are handled by the shrinking mechanism, nearest-neighbor interpolation, and a learnable linear projection layer. We demonstrate the effectiveness of our distillation method by applying it to the multilingual automatic speech recognition (ASR) task. We distill the transformer-based cross-lingual language model (InfoXLM) while fine-tuning the large-scale multilingual ASR model (XLSR-wav2vec 2.0) for each language. We show the superiority of our method on 20 low-resource languages of the CommonVoice dataset with less than 100 hours of speech data.

Code Implementations1 repo
Foundations

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

Your Notes