Unsupervised Cross-lingual Representation Learning for Speech Recognition
About
This paper presents XLSR which learns cross-lingual speech representations by pretraining a single model from the raw waveform of speech in multiple languages. We build on wav2vec 2.0 which is trained by solving a contrastive task over masked latent speech representations and jointly learns a quantization of the latents shared across languages. The resulting model is fine-tuned on labeled data and experiments show that cross-lingual pretraining significantly outperforms monolingual pretraining. On the CommonVoice benchmark, XLSR shows a relative phoneme error rate reduction of 72% compared to the best known results. On BABEL, our approach improves word error rate by 16% relative compared to a comparable system. Our approach enables a single multilingual speech recognition model which is competitive to strong individual models. Analysis shows that the latent discrete speech representations are shared across languages with increased sharing for related languages. We hope to catalyze research in low-resource speech understanding by releasing XLSR-53, a large model pretrained in 53 languages.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Speech Translation | CoVoST-2 (test) | Avg BLEU (15 Dir)23.4 | 46 | |
| Automatic Speech Recognition | MLS DE (test) | WER (%)6.5 | 10 | |
| Automatic Speech Recognition | MLS FR (test) | WER5.6 | 10 | |
| Automatic Speech Recognition | MLS ES (test) | WER (%)6.1 | 10 | |
| Phoneme Recognition | CommonVoice (test) | Phoneme Error Rate (es)2.9 | 7 | |
| Speech Recognition | BABEL Tagalog tl (test) | WER33.2 | 7 | |
| Speech Recognition | BABEL Swahili sw (test) | WER26.5 | 7 | |
| Speech Recognition | BABEL Assamese as (test) | WER44.1 | 6 | |
| Speech Recognition | BABEL Georgian ka (test) | WER31.1 | 6 | |
| Speech Recognition | BABEL | Assamese CER29.4 | 3 |