CLSDASJan 29

Qwen3-ASR Technical Report

arXiv:2601.21337v249 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This work addresses speech recognition and alignment for multiple languages, offering open-sourced models to accelerate research, but it is incremental as it builds on existing foundation models and benchmarks.

The authors introduced the Qwen3-ASR family, including two speech recognition models and a forced alignment model, achieving state-of-the-art performance among open-sourced ASR models with the 1.7B version and competitive accuracy-efficiency trade-offs, such as transcribing 2000 seconds of speech in 1 second at high concurrency.

In this report, we introduce Qwen3-ASR family, which includes two powerful all-in-one speech recognition models and a novel non-autoregressive speech forced alignment model. Qwen3-ASR-1.7B and Qwen3-ASR-0.6B are ASR models that support language identification and ASR for 52 languages and dialects. Both of them leverage large-scale speech training data and the strong audio understanding ability of their foundation model Qwen3-Omni. We conduct comprehensive internal evaluation besides the open-sourced benchmarks as ASR models might differ little on open-sourced benchmark scores but exhibit significant quality differences in real-world scenarios. The experiments reveal that the 1.7B version achieves SOTA performance among open-sourced ASR models and is competitive with the strongest proprietary APIs while the 0.6B version offers the best accuracy-efficiency trade-off. Qwen3-ASR-0.6B can achieve an average TTFT as low as 92ms and transcribe 2000 seconds speech in 1 second at a concurrency of 128. Qwen3-ForcedAligner-0.6B is an LLM based NAR timestamp predictor that is able to align text-speech pairs in 11 languages. Timestamp accuracy experiments show that the proposed model outperforms the three strongest force alignment models and takes more advantages in efficiency and versatility. To further accelerate the community research of ASR and audio understanding, we release these models under the Apache 2.0 license.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes