Finally a good competition timeline, not two weeks to implement everything
https://saigonaihub.com/OneVoiceAIChallenge
Dare to build the next generation of realtime translation devices powered by Edge AI
Presented by Saigon AI Hub and Qualcomm
🟠 24 May - 24 June 2026: Registration period
🟠 July 2026: Technical specification submission
🟠 August - September 2026: Prototype submission
🟠 October 2026: Field testing
🟠 November 2026: Grand finale at VNG Campus
https://saigonaihub.com/OneVoiceAIChallenge
Dare to build the next generation of realtime translation devices powered by Edge AI
Presented by Saigon AI Hub and Qualcomm
🟠 24 May - 24 June 2026: Registration period
🟠 July 2026: Technical specification submission
🟠 August - September 2026: Prototype submission
🟠 October 2026: Field testing
🟠 November 2026: Grand finale at VNG Campus
While everyone focuses on latency, there are many measurable aspects of ASR that are easy to evaluate and have a significant impact on user experience. Here are some of them:
* Hallucination rates from noisy inputs.
* Recognition of the short inputs.
* Ability to identify non-speech sounds as music and noises.
* Rare words problem
Some recent training results from our system
https://alphacephei.com/nsh/2026/05/24/asr-details.html
* Hallucination rates from noisy inputs.
* Recognition of the short inputs.
* Ability to identify non-speech sounds as music and noises.
* Rare words problem
Some recent training results from our system
https://alphacephei.com/nsh/2026/05/24/asr-details.html
https://github.com/harrrshall/natscore
Modern neural TTS (CosyVoice2, F5-TTS, MaskGCT, Llasa, XTTS-v2, etc.) generates speech that crosses the threshold where the dominant failure mode is no longer artifacts; it's subtle unnaturalness: prosody glitches, expressive overshoot, speaker-clone drift, breath placement, code-switching mismatches. The existing automatic naturalness scorers were not trained on this kind of failure surface.
UTMOSv2 (the VoiceMOS 2024 winner) was trained on read-speech MOS labels. It saturates at high quality and is documented to produce negative correlations with human judgment on conversational and expressive speech (arXiv 2603.01467).
WhiSQA was designed for telecom and speech-enhancement quality (NISQA training data). It is intentionally not a synthetic-TTS scorer.
DNSMOS, NISQA-TTS, and the rest of the legacy stack predate modern neural TTS and lack the distribution coverage.
SpeechJudge-GRM (released Nov 2025) is excellent, but it is a 7B-parameter LALM. ~$0.001 per score on Modal A100. Unusable inside a TTS training loop or for large-scale offline evaluation.
The data that fixes the distribution gap, SpeechJudge-Data, was released in November 2025: 99K human-labeled TTS preference pairs across CosyVoice2, F5-TTS, MaskGCT, Llasa, and others, in en/zh + code-switching, with both regular and expressive splits. As of writing, no clean public artifact combines this data with a small, deployable, CPU-runnable scorer.
NatScore fills that gap.
Modern neural TTS (CosyVoice2, F5-TTS, MaskGCT, Llasa, XTTS-v2, etc.) generates speech that crosses the threshold where the dominant failure mode is no longer artifacts; it's subtle unnaturalness: prosody glitches, expressive overshoot, speaker-clone drift, breath placement, code-switching mismatches. The existing automatic naturalness scorers were not trained on this kind of failure surface.
UTMOSv2 (the VoiceMOS 2024 winner) was trained on read-speech MOS labels. It saturates at high quality and is documented to produce negative correlations with human judgment on conversational and expressive speech (arXiv 2603.01467).
WhiSQA was designed for telecom and speech-enhancement quality (NISQA training data). It is intentionally not a synthetic-TTS scorer.
DNSMOS, NISQA-TTS, and the rest of the legacy stack predate modern neural TTS and lack the distribution coverage.
SpeechJudge-GRM (released Nov 2025) is excellent, but it is a 7B-parameter LALM. ~$0.001 per score on Modal A100. Unusable inside a TTS training loop or for large-scale offline evaluation.
The data that fixes the distribution gap, SpeechJudge-Data, was released in November 2025: 99K human-labeled TTS preference pairs across CosyVoice2, F5-TTS, MaskGCT, Llasa, and others, in en/zh + code-switching, with both regular and expressive splits. As of writing, no clean public artifact combines this data with a small, deployable, CPU-runnable scorer.
NatScore fills that gap.
GitHub
GitHub - harrrshall/natscore: Preference-supervised naturalness scorer for modern neural TTS . best way to measure naturalness
Preference-supervised naturalness scorer for modern neural TTS . best way to measure naturalness - harrrshall/natscore
https://github.com/ASLP-lab/Smart-Glass-Challenge
https://aslp-lab.github.io/SmartGlasses/
Driven by the rapid advancement of Large Language Models (LLMs) and Multimodal LLMs, AI-powered smart glasses are emerging as a next-generation platform for human-computer interaction. Equipped with microphone arrays and cameras, smart glasses naturally capture the wearer’s egocentric (first-person) perspective, enabling hands-free multimodal communication throughout daily life.
However, deploying robust speech-centric interaction systems on smart glasses introduces distinct challenges compared with traditional stationary devices such as smart speakers or handheld devices such as smartphones. Smart glasses operate in highly dynamic acoustic environments, including environmental noise, user-generated motion noise, and speech from surrounding people.
To address these challenges, the SmartGlasses Challenge introduces a new benchmark for evaluating Time-Stamped Speaker-Attributed ASR (TSA-ASR) and Spoken Language Understanding (SLU) in real-world egocentric interaction scenarios, including dyadic conversation, and multi-party meetings.
https://aslp-lab.github.io/SmartGlasses/
Driven by the rapid advancement of Large Language Models (LLMs) and Multimodal LLMs, AI-powered smart glasses are emerging as a next-generation platform for human-computer interaction. Equipped with microphone arrays and cameras, smart glasses naturally capture the wearer’s egocentric (first-person) perspective, enabling hands-free multimodal communication throughout daily life.
However, deploying robust speech-centric interaction systems on smart glasses introduces distinct challenges compared with traditional stationary devices such as smart speakers or handheld devices such as smartphones. Smart glasses operate in highly dynamic acoustic environments, including environmental noise, user-generated motion noise, and speech from surrounding people.
To address these challenges, the SmartGlasses Challenge introduces a new benchmark for evaluating Time-Stamped Speaker-Attributed ASR (TSA-ASR) and Spoken Language Understanding (SLU) in real-world egocentric interaction scenarios, including dyadic conversation, and multi-party meetings.
Things go fundamental
https://github.com/xzf-thu/Audio-Interaction/
Large-scale streaming-audio dataset for audio-LLM / audio-agent training. Each row is a stream: a sequence of audio turns sharing one unified schema. ~2.28M unique audio clips are organised into six task subsets.
https://huggingface.co/datasets/zhifeixie/StreamAudio-2M
https://github.com/xzf-thu/Audio-Interaction/
Large-scale streaming-audio dataset for audio-LLM / audio-agent training. Each row is a stream: a sequence of audio turns sharing one unified schema. ~2.28M unique audio clips are organised into six task subsets.
https://huggingface.co/datasets/zhifeixie/StreamAudio-2M
GitHub
GitHub - xzf-thu/Audio-Interaction
Contribute to xzf-thu/Audio-Interaction development by creating an account on GitHub.
Everyone looks for translation these days. Good paper covering the task complexity (naturalness, prosody, content). Omni systems still unrealistic
https://arxiv.org/abs/2606.03241
Benchmarking Speech-to-Speech Translation Models
Alkis Koudounas, Hayato Futami, Quentin Jodelet, Osamu Take, Shinji Watanabe, Emiru Tsunoo
https://arxiv.org/abs/2606.03241
Benchmarking Speech-to-Speech Translation Models
Alkis Koudounas, Hayato Futami, Quentin Jodelet, Osamu Take, Shinji Watanabe, Emiru Tsunoo
Speech-to-speech translation (S2ST) has advanced rapidly, but offline evaluation lacks a unified protocol: studies report non-overlapping metric subsets, preventing direct comparisons. We introduce COMPASS, a unified and reproducible benchmarking framework integrating 46 metrics across eight dimensions, and deploy it on 1,248 model-language configurations from FLEURS and CVSS, spanning cascaded and end-to-end architectures over ten language pairs. Architectures exhibit complementary strengths: best-vs-worst gaps exceed 30\% on naturalness and speaker preservation but remain within a few points on translation quality, so single-metric rankings systematically misrepresent system quality. Correlation filtering reduces 46 metrics to 10 per direction, with three axes requiring different metrics across XEN and ENX (e.g., TER/UTMOS vs. ChrF++/NISQA-MOS); these subsets preserve rankings (Spearman's ) while cutting evaluation time by . Human validation across dubbing, podcasts, and medical domains shows standalone MOS predictors fail to predict listener preference, while top domain-specific metrics correlate with human judgment (). We release COMPASS as a foundation for domain-aware S2ST evaluation.
arXiv.org
Benchmarking Speech-to-Speech Translation Models
Speech-to-speech translation (S2ST) has advanced rapidly, but offline evaluation lacks a unified protocol: studies report non-overlapping metric subsets, preventing direct comparisons. We...
Deepmind paper
SURF: Separation via Unsupervised Remixing Flow
https://google.github.io/df-conformer/surf/
https://arxiv.org/abs/2606.04921
The goal of single-channel source separation is to reconstruct K sources given their mixture. In supervised settings where vast amounts of clean source data are available, this challenging, illposed problem has been addressed successfully by generative diffusion and flow-based prior models. However, access to such clean source samples is often limited. To bridge this gap, we present Separation via Unsupervised Remixing Flow (SURF), an unsupervised flow matching approach for source separation that learns directly from observed mixtures. This method relies on a novel combination of state-of-the-art supervised flow matching and regression-based selfsupervised techniques. At a high level, starting from a teacher model, we utilize a “remixing” step to bootstrap the learning of a student flow model from the teacher’s estimates. We provide insights into the objectives optimized by this approach and draw a novel connection to the Wake-Sleep algorithm. Empirical evaluations on image and audio benchmarks demonstrate that SURF establishes a new state-of-the-art, significantly outperforming existing unsupervised methods.
SURF: Separation via Unsupervised Remixing Flow
https://google.github.io/df-conformer/surf/
https://arxiv.org/abs/2606.04921
The goal of single-channel source separation is to reconstruct K sources given their mixture. In supervised settings where vast amounts of clean source data are available, this challenging, illposed problem has been addressed successfully by generative diffusion and flow-based prior models. However, access to such clean source samples is often limited. To bridge this gap, we present Separation via Unsupervised Remixing Flow (SURF), an unsupervised flow matching approach for source separation that learns directly from observed mixtures. This method relies on a novel combination of state-of-the-art supervised flow matching and regression-based selfsupervised techniques. At a high level, starting from a teacher model, we utilize a “remixing” step to bootstrap the learning of a student flow model from the teacher’s estimates. We provide insights into the objectives optimized by this approach and draw a novel connection to the Wake-Sleep algorithm. Empirical evaluations on image and audio benchmarks demonstrate that SURF establishes a new state-of-the-art, significantly outperforming existing unsupervised methods.
arXiv.org
SURF: Separation via Unsupervised Remixing Flow
The goal of single-channel source separation is to reconstruct $K$ sources given their mixture. In supervised settings where vast amounts of clean source data are available, this challenging,...
Recent SynSIG seminars finally uploaded
https://www.youtube.com/@isca-synsig
for example
https://www.youtube.com/watch?v=M8n9I9eGyTM
https://www.youtube.com/@isca-synsig
for example
https://www.youtube.com/watch?v=M8n9I9eGyTM
YouTube
SynSIG seminars - S1E02 - Nikita Torgashov
Streaming TTS with Dynamic Rate Control
Nikita Torgashov -- PhD student at KTH Royal Institute of Technology
This work explores full-stream text-to-speech systems for real-time interaction, focusing on incremental speech generation from streaming input with…
Nikita Torgashov -- PhD student at KTH Royal Institute of Technology
This work explores full-stream text-to-speech systems for real-time interaction, focusing on incremental speech generation from streaming input with…
TTS model based on 0.1B LLM backbone
https://huggingface.co/Aratako/MioTTS-0.1B
https://huggingface.co/tiiuae/Falcon-H1-Tiny-Multilingual-100M-Base
interesting to test how well it performs for different languages
https://huggingface.co/Aratako/MioTTS-0.1B
https://huggingface.co/tiiuae/Falcon-H1-Tiny-Multilingual-100M-Base
interesting to test how well it performs for different languages
TTS models grow in size and get audio generation capabilities
https://huggingface.co/inclusionAI/Ming-omni-tts-16.8B-A3B
Ming-omni-tts is a high-performance unified audio generation model that achieves precise control over speech attributes and enables single-channel synthesis of speech, environmental sounds, and music. Powered by a custom 12.5Hz continuous tokenizer and Patch-by-Patch compression, it delivers competitive inference efficiency (3.1Hz). Additionally, the model features robust text normalization capabilities for the accurate and natural narration of complex mathematical and chemical expressions.
https://huggingface.co/inclusionAI/Ming-omni-tts-16.8B-A3B
Ming-omni-tts is a high-performance unified audio generation model that achieves precise control over speech attributes and enables single-channel synthesis of speech, environmental sounds, and music. Powered by a custom 12.5Hz continuous tokenizer and Patch-by-Patch compression, it delivers competitive inference efficiency (3.1Hz). Additionally, the model features robust text normalization capabilities for the accurate and natural narration of complex mathematical and chemical expressions.
We should be building cooperation boards, not leaderboards
Rover gets good results of course, its just interesting how corporations gonna compete on taking the first place in huggingface asr leaderboard now
https://github.com/huggingface/open_asr_leaderboard/pull/165#issuecomment-4763128980
Rover gets good results of course, its just interesting how corporations gonna compete on taking the first place in huggingface asr leaderboard now
https://github.com/huggingface/open_asr_leaderboard/pull/165#issuecomment-4763128980
GitHub
New model: asr_consilium by ZFTurbo · Pull Request #165 · huggingface/open_asr_leaderboard
Submission for ZFTurbo/asr-consilium-2026-06. This is an open-source Python module, asr_consilium. It achieves Top-1 results for English and ranks Top-1 among open-source models for other languages...
I always used to think that CTC + LM is a good architecture for quick domain adaptation. Even WER tests demoed the advantage. But recent experiments with rare words WER show that CTC + LM doesn't work as great as expected. Most systems that use ngram shallow fusion demonstrate significantly worse rare WER than RNNT rare WER and even plain CTC without LM rare WER. The thing is that plain conformer accuracy is so good that weak extra LM with perplexity of 100-200 doesn't help much even makes things worse actually confusing rare words. And stronger ngram LM is harder to estimate. Lower perplexity needs more advanced LM architecture and longer context only available with transformers. Interesting flip of the things. Strong LLM should help here of course, but the question is quick adaptation to the domain.
Sudarshan Kamath from SmallestAI on how structure beats scale
https://www.youtube.com/watch?v=14Cb7D8p-C4
https://www.youtube.com/watch?v=14Cb7D8p-C4
YouTube
How Machines Learned to Talk: The Real Architecture Behind Voice AI
00:00 — the market nobody's won yet
02:30 — voice 1.0 → 4.0: where we are now
03:52 — why humans beat AI: we think while we listen
05:14 — Hydra: listening, speaking & thinking at once
07:46 — why audio is harder than text
10:39 — the old way: stitching…
02:30 — voice 1.0 → 4.0: where we are now
03:52 — why humans beat AI: we think while we listen
05:14 — Hydra: listening, speaking & thinking at once
07:46 — why audio is harder than text
10:39 — the old way: stitching…
ScenA: Reference-Driven Multi-Speaker Audio Scene Generation from In-the-Wild Priors
https://finmickey.github.io/scena/
Abstract. Existing multi-speaker dialogue systems bind speakers to utterances through structured supervision: per-turn tags, multi-stream transcriptions, or learnable speaker embeddings. These systems operate within speech-only pipelines that produce clean vocal sequences without the ambient texture of real conversations. We take a different approach. Our method, ScenA, conditions a text-to-audio flow-matching foundation model, pretrained on large-scale in-the-wild data, directly on multiple reference voices and a free-form natural language prompt that describes an entire multi-speaker audio scene. Leveraging such a foundational model allows us to inherit its capacity for natural, non-studio audio: background noise, room acoustics, overlapping dialogue, and spontaneous paralinguistic events, while adding multi-speaker control without any per-turn structure. Concretely, reference latents are concatenated into the model's token sequence and distinguished by lightweight identity-aware positional encodings. However, we identify a critical obstacle to this approach: the Reference Shortcut. During training under standard noise schedules, the model can identify the matching reference by acoustic similarity to the noisy target, bypassing the text prompt entirely. We address this with a high-noise-biased timestep distribution that forces the model to rely on the text prompt for speaker assignment. We evaluate ScenA on the CoVoMix2-Dialogue benchmark, showing that it outperforms existing multi-speaker systems on speaker-binding metrics while generating rich conversational audio with overlapping speech, emotional vocalizations, and ambient sound. Our results demonstrate the advantage of using a general-purpose audio model conditioned on a free-form scene description, rather than passing structured dialog scripts through a speech-only pipeline.
https://finmickey.github.io/scena/
Abstract. Existing multi-speaker dialogue systems bind speakers to utterances through structured supervision: per-turn tags, multi-stream transcriptions, or learnable speaker embeddings. These systems operate within speech-only pipelines that produce clean vocal sequences without the ambient texture of real conversations. We take a different approach. Our method, ScenA, conditions a text-to-audio flow-matching foundation model, pretrained on large-scale in-the-wild data, directly on multiple reference voices and a free-form natural language prompt that describes an entire multi-speaker audio scene. Leveraging such a foundational model allows us to inherit its capacity for natural, non-studio audio: background noise, room acoustics, overlapping dialogue, and spontaneous paralinguistic events, while adding multi-speaker control without any per-turn structure. Concretely, reference latents are concatenated into the model's token sequence and distinguished by lightweight identity-aware positional encodings. However, we identify a critical obstacle to this approach: the Reference Shortcut. During training under standard noise schedules, the model can identify the matching reference by acoustic similarity to the noisy target, bypassing the text prompt entirely. We address this with a high-noise-biased timestep distribution that forces the model to rely on the text prompt for speaker assignment. We evaluate ScenA on the CoVoMix2-Dialogue benchmark, showing that it outperforms existing multi-speaker systems on speaker-binding metrics while generating rich conversational audio with overlapping speech, emotional vocalizations, and ambient sound. Our results demonstrate the advantage of using a general-purpose audio model conditioned on a free-form scene description, rather than passing structured dialog scripts through a speech-only pipeline.
finmickey.github.io
ScenA: Reference-Driven Multi-Speaker Audio Scene Generation from In-the-Wild Priors
A flow-matching foundation model that conditions on multiple reference voices and a free-form text prompt to generate full conversational scenes.
https://huggingface.co/marcoyang/spear-xlarge-speech-audio-v2 recently published
SPEAR XLarge v2 is the flagship open-source SPEAR encoder for unified speech and general-audio representation learning. This is the ICML 2026 accepted version of SPEAR: A Unified SSL Framework for Learning Speech and Audio Representations. This model is the XLarge v2 release, aligned with the model used in the ICML 2026 paper. Compared with the earlier XLarge v1, v2 is enhanced for complex acoustic scenes through token mixing, improving robustness for overlapped speech, noisy audio, and real-world sound mixtures while keeping SPEAR's unified speech-and-audio design.
SPEAR XLarge v2 uses a Zipformer backbone with about 600M parameters, consisting of 13 Zipformer stacks. It produces 1280-dimensional frame-level representations at approximately 50 Hz from 16 kHz waveforms.
SPEAR XLarge v2 is the flagship open-source SPEAR encoder for unified speech and general-audio representation learning. This is the ICML 2026 accepted version of SPEAR: A Unified SSL Framework for Learning Speech and Audio Representations. This model is the XLarge v2 release, aligned with the model used in the ICML 2026 paper. Compared with the earlier XLarge v1, v2 is enhanced for complex acoustic scenes through token mixing, improving robustness for overlapped speech, noisy audio, and real-world sound mixtures while keeping SPEAR's unified speech-and-audio design.
SPEAR XLarge v2 uses a Zipformer backbone with about 600M parameters, consisting of 13 Zipformer stacks. It produces 1280-dimensional frame-level representations at approximately 50 Hz from 16 kHz waveforms.
huggingface.co
marcoyang/spear-xlarge-speech-audio-v2 · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
Supposed to be good https://arxiv.org/abs/2605.28139
ARK-ASR-3B is a multilingual automatic speech recognition model. It achieves current state-of-the-art results on the Hugging Face Open ASR Leaderboard English short-form benchmark, with an average WER of 5.04%
https://huggingface.co/AutoArk-AI/ARK-ASR-3B
ARK-ASR-3B is a multilingual automatic speech recognition model. It achieves current state-of-the-art results on the Hugging Face Open ASR Leaderboard English short-form benchmark, with an average WER of 5.04%
https://huggingface.co/AutoArk-AI/ARK-ASR-3B
arXiv.org
Data-Efficient On-Policy Distillation for Automatic Speech Recognition
Building competitive automatic speech recognition (ASR) models usually requires large-scale au- dio supervision, which makes reproduction and specialization expensive. We study Ark-ASR, a 0.6B-...
More or less recent tech from Microsoft. Interesting that accuracy is still more or less the same as Whisper Large v3
https://arxiv.org/abs/2604.00610
Speech LLMs are Contextual Reasoning Transcribers
Keqi Deng, Ruchao Fan, Bo Ren, Yiming Wang, Jinyu Li
https://arxiv.org/abs/2604.00610
Speech LLMs are Contextual Reasoning Transcribers
Keqi Deng, Ruchao Fan, Bo Ren, Yiming Wang, Jinyu Li
Despite extensions to speech inputs, effectively leveraging the rich knowledge and contextual understanding of large language models (LLMs) in automatic speech recognition (ASR) remains non-trivial, as the task primarily involves direct speech-to-text mapping. To address this, this paper proposes chain-of-thought ASR (CoT-ASR), which constructs a reasoning chain that enables LLMs to first analyze the input speech and generate contextual analysis, thereby fully exploiting their generative capabilities. With this contextual reasoning, CoT-ASR then performs more informed speech recognition and completes both reasoning and transcription in a single pass. Moreover, CoT-ASR naturally supports user-guided transcription: while designed to self-generate reasoning,
Rare WER is interesting. It flips things around. Whisper V3 and Cohere (also AED) are still best compared to LLM based systems with better overall WER (Qwen). It actually confirms the intuition that Whisper usually gets all special terms right.
Rare WER actually explored before in papers, for example
End-to-End Speech Recognition Contextualization with Large Language Models
https://arxiv.org/abs/2309.10917
Rare WER actually explored before in papers, for example
End-to-End Speech Recognition Contextualization with Large Language Models
https://arxiv.org/abs/2309.10917
Several interesting NAR / diffusion systems released recently
https://huggingface.co/ibm-granite/granite-speech-4.1-2b-nar
Fast and reasonably accurate. Uses interesting CTC output guidance and bidirectional LLM for postcorrection but kind of hard to adapt because LLM is too special
Tedlium WER 4.39
https://github.com/taeyoun811/Whisfusion
Diffusion ASR with Whisper-Small Encoder and SMDM-170M Decoder. Not very accurate since it doesn't use CTC
Tedlium WER 18.03 (bad)
https://github.com/liuzhan22/Diffusion-ASR
From Cambridge. Uses Whisper Large encoder and LLADA 8B Instruct for correction. Can edit existing AR hypothesis for better accuracy
Tedlium WER 7.05 (not very good yet)
https://huggingface.co/ibm-granite/granite-speech-4.1-2b-nar
Fast and reasonably accurate. Uses interesting CTC output guidance and bidirectional LLM for postcorrection but kind of hard to adapt because LLM is too special
Tedlium WER 4.39
https://github.com/taeyoun811/Whisfusion
Diffusion ASR with Whisper-Small Encoder and SMDM-170M Decoder. Not very accurate since it doesn't use CTC
Tedlium WER 18.03 (bad)
https://github.com/liuzhan22/Diffusion-ASR
From Cambridge. Uses Whisper Large encoder and LLADA 8B Instruct for correction. Can edit existing AR hypothesis for better accuracy
Tedlium WER 7.05 (not very good yet)
huggingface.co
ibm-granite/granite-speech-4.1-2b-nar · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.