wav2vec 2.0: A Framework for Self-Supervised Learning of Speech Representations
Alexei Baevski, Henry Zhou, Abdel-rahman Mohamed, Michael Auli
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/pytorch/fairseqOfficialIn paperpytorch★ 32,198
- github.com/huggingface/transformerspytorch★ 158,292
- github.com/wenet-e2e/wenetpytorch★ 5,057
- github.com/sh-lee-prml/hierspeechpppytorch★ 1,242
- github.com/facebookresearch/brainmagickpytorch★ 462
- github.com/mailong25/vietnamese-speech-recognitionpytorch★ 379
- github.com/mailong25/self-supervised-speech-recognitionpytorch★ 379
- github.com/huseinzol05/malaya-speechtf★ 283
- github.com/neonbjb/ocotillopytorch★ 254
- github.com/shivangi-aneja/FaceTalkpytorch★ 238
Abstract
We show for the first time that learning powerful representations from speech audio alone followed by fine-tuning on transcribed speech can outperform the best semi-supervised methods while being conceptually simpler. wav2vec 2.0 masks the speech input in the latent space and solves a contrastive task defined over a quantization of the latent representations which are jointly learned. Experiments using all labeled data of Librispeech achieve 1.8/3.3 WER on the clean/other test sets. When lowering the amount of labeled data to one hour, wav2vec 2.0 outperforms the previous state of the art on the 100 hour subset while using 100 times less labeled data. Using just ten minutes of labeled data and pre-training on 53k hours of unlabeled data still achieves 4.8/8.2 WER. This demonstrates the feasibility of speech recognition with limited amounts of labeled data.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| Libri-Light test-clean | wav2vec 2.0 Large-10h-LV-60k | Word Error Rate (WER) | 2.5 | — | Unverified |
| Libri-Light test-other | wav2vec 2.0 Large-10h-LV-60k | Word Error Rate (WER) | 5 | — | Unverified |
| LibriSpeech test-clean | wav2vec 2.0 with Libri-Light | Word Error Rate (WER) | 1.8 | — | Unverified |
| LibriSpeech test-other | wav2vec 2.0 with Libri-Light | Word Error Rate (WER) | 3 | — | Unverified |
| LibriSpeech test-other | wav2vec 2.0 | Word Error Rate (WER) | 4.1 | — | Unverified |
| TIMIT | wav2vec 2.0 | Percentage error | 8.3 | — | Unverified |