Speech Recognition · Multimodal Models
Whisper: Speech Recognition Trained on Web-Scale Weak Supervision
Whisper showed that large, diverse, weakly supervised audio data can produce robust multilingual speech recognition and translation models.
Whisper showed that large, diverse, weakly supervised audio data can produce robust multilingual speech recognition and translation models.
What problem it solves
Speech recognition systems often work well on clean benchmark data but degrade with accents, noise, domains, and languages. Whisper targets robustness by training on a much broader mixture of audio and transcript data rather than optimizing narrowly for one dataset.
The core method
Whisper uses a sequence-to-sequence Transformer trained on large-scale weakly supervised audio from the web. The same model handles transcription, translation, language identification, and timestamped speech processing through task tokens and text outputs.
Key results
The paper reports strong robustness across many speech recognition datasets and languages, especially in zero-shot transfer. Whisper is not always the best on every supervised benchmark, but it is broadly useful because it generalizes well without per-domain fine-tuning.
Why it matters
Whisper made speech recognition easier to adopt as infrastructure. Developers could use one open model family for transcription and translation across varied audio, which helped audio search, meeting tools, media workflows, accessibility, and dataset preparation.
Limits and open questions
Weak supervision brings noisy labels, web bias, and uneven language coverage. Speech systems also raise privacy and consent questions. In high-stakes settings, transcripts still need confidence checks, domain adaptation, and human review.
One line: Whisper traded narrow benchmark tuning for broad speech robustness.