ASR Models Collapse in the Real World
Last Updated on May 27, 2026 by Editorial Team
Author(s): Gowtham Boyina
Originally published on Towards AI.
This ASR Trains on 2 Million Simulated Nightmare Scenarios to Fix That.
I have watched speech recognition demos work flawlessly in quiet conference rooms, then fall apart the moment someone opens a window near a busy street. This is not a minor inconvenience. It is the central frustration of deploying automatic speech recognition (ASR) anywhere outside a studio.

After the lead, the article explains Mega-ASR, a robust ASR framework built on Qwen3-ASR-1.7B that targets “acoustic robustness” by training on a large, physically plausible set of 54 compound noise/degradation scenarios (Voices-in-the-Wild-2M). It uses progressive acoustic-to-semantic fine-tuning (A2S-SFT) via a WER-based curriculum to first ground the model in extractable acoustic evidence, then gradually shift toward semantic reconstruction. For learning under severe degradation, it applies a specialized reinforcement learning stage (DG-WGPO) that changes reward structure depending on whether WER is below or above a threshold, addressing different error behaviors such as local confusions versus hallucinations and truncation. A lightweight router activates LoRA adapters for degraded audio while preserving clean-speech performance. The article also notes practical benefits (reduced missed content and hallucinations) while acknowledging limitations like reliance on spectrogram-based simulation, high training complexity, exclusion of extreme >70% WER cases, potential router misclassification, and evaluation primarily focused on English/Mandarin. It concludes by framing Mega-ASR as a meaningful improvement over both prior robust datasets and competing transcription systems, especially in noisy and reverberant conditions.
Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.
Published via Towards AI
Towards AI Academy
We Build Enterprise-Grade AI. We'll Teach You to Master It Too.
15 engineers. 100,000+ students. Towards AI Academy teaches what actually survives production.
Start free — no commitment:
→ 6-Day Agentic AI Engineering Email Guide — one practical lesson per day
→ Agents Architecture Cheatsheet — 3 years of architecture decisions in 6 pages
Our courses:
→ AI Engineering Certification — 90+ lessons from project selection to deployed product. The most comprehensive practical LLM course out there.
→ Agent Engineering Course — Hands on with production agent architectures, memory, routing, and eval frameworks — built from real enterprise engagements.
→ AI for Work — Understand, evaluate, and apply AI for complex work tasks.
Note: Article content contains the views of the contributing authors and not Towards AI.