English

Distil-Whisper: Robust Knowledge Distillation via Large-Scale Pseudo Labelling

Computation and Language 2023-11-02 v1 Sound Audio and Speech Processing

Abstract

As the size of pre-trained speech recognition models increases, running these large models in low-latency or resource-constrained environments becomes challenging. In this work, we leverage pseudo-labelling to assemble a large-scale open-source dataset which we use to distill the Whisper model into a smaller variant, called Distil-Whisper. Using a simple word error rate (WER) heuristic, we select only the highest quality pseudo-labels for training. The distilled model is 5.8 times faster with 51% fewer parameters, while performing to within 1% WER on out-of-distribution test data in a zero-shot transfer setting. Distil-Whisper maintains the robustness of the Whisper model to difficult acoustic conditions, while being less prone to hallucination errors on long-form audio. Distil-Whisper is designed to be paired with Whisper for speculative decoding, yielding a 2 times speed-up while mathematically ensuring the same outputs as the original model. To facilitate further research in this domain, we make our training code, inference code and models publicly accessible.

Keywords

Cite

@article{arxiv.2311.00430,
  title  = {Distil-Whisper: Robust Knowledge Distillation via Large-Scale Pseudo Labelling},
  author = {Sanchit Gandhi and Patrick von Platen and Alexander M. Rush},
  journal= {arXiv preprint arXiv:2311.00430},
  year   = {2023}
}

Comments

30 pages, 2 figures, 25 tables

R2 v1 2026-06-28T13:08:25.483Z