There is competition on African voices going on, still plenty of time to join and get the data
https://afrivoice.github.io/afrivoice_eac_hackathon/
https://www.kaggle.com/competitions/afri-voices-east-africa-asr-hackathon
https://afrivoice.github.io/afrivoice_eac_hackathon/
https://www.kaggle.com/competitions/afri-voices-east-africa-asr-hackathon
DCASE2026 Challenge results are out! https://dcase.community/challenge2026/
dcase.community
DCASE2026 Challenge - DCASE
Challenge status Task Task description Development dataset...
Some new Persian stuff from @Reza2kn
Nemo models
https://huggingface.co/Reza2kn/Shenava-Koochik-v1.0
https://huggingface.co/Reza2kn/Shenava-Rizeh-v1.0
https://huggingface.co/Reza2kn/Shenava-Rizeh-Pizeh-v1.0
Datasets
https://huggingface.co/datasets/Reza2kn/persian-asr-relabeled-gemini
https://huggingface.co/datasets/Reza2kn/persian-asr-text-2.69M-deduped
Leaderboard
https://huggingface.co/spaces/Reza2kn/persian-asr-double-benchmark
Nemo models
https://huggingface.co/Reza2kn/Shenava-Koochik-v1.0
https://huggingface.co/Reza2kn/Shenava-Rizeh-v1.0
https://huggingface.co/Reza2kn/Shenava-Rizeh-Pizeh-v1.0
Datasets
https://huggingface.co/datasets/Reza2kn/persian-asr-relabeled-gemini
https://huggingface.co/datasets/Reza2kn/persian-asr-text-2.69M-deduped
Leaderboard
https://huggingface.co/spaces/Reza2kn/persian-asr-double-benchmark
huggingface.co
Reza2kn/Shenava-Koochik-v1.0 · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
Everyone works on translation these days, here is a nice recent release
https://github.com/cmots/STEB
Official code release for STEB: A Speech-to-Speech Translation Expressiveness Benchmark for Evaluating Beyond Translation Fidelity, an automatic evaluation toolkit for speech-to-speech translation systems.
https://github.com/cmots/STEB
Official code release for STEB: A Speech-to-Speech Translation Expressiveness Benchmark for Evaluating Beyond Translation Fidelity, an automatic evaluation toolkit for speech-to-speech translation systems.
GitHub
GitHub - cmots/STEB: A Speech-to-Speech Translation Expressiveness Benchmark. Evaluate emotion, scenario style, NV preservation…
A Speech-to-Speech Translation Expressiveness Benchmark. Evaluate emotion, scenario style, NV preservation in S2ST with LLM-as-a-judge. - cmots/STEB
Claude can rewrite Kaldi into a very tiny rust codebase:
https://github.com/Reza2kn/Vosk-Rust
and even add new features like quantization
https://github.com/Reza2kn/Vosk-Rust
and even add new features like quantization
GitHub
GitHub - Reza2kn/Vosk-Rust: Pure-Rust reimplementation of Vosk/Kaldi nnet3 chain ASR decoding (no libvosk/Kaldi/Python). Reproduces…
Pure-Rust reimplementation of Vosk/Kaldi nnet3 chain ASR decoding (no libvosk/Kaldi/Python). Reproduces vosk exactly. - Reza2kn/Vosk-Rust
https://real-tse.github.io/challenge/ challenge results and reports
For example MERL 1st place in offline target speaker extraction
https://real-tse.github.io/assets/pdf/MERL-SA-Track2.pdf
CARTSE first place in online speaker extraction
https://real-tse.github.io/assets/pdf/CARTSE-Track1.pdf
For example MERL 1st place in offline target speaker extraction
https://real-tse.github.io/assets/pdf/MERL-SA-Track2.pdf
CARTSE first place in online speaker extraction
https://real-tse.github.io/assets/pdf/CARTSE-Track1.pdf
real-tse.github.io
REAL-TSE Challenge
REAL-TSE Challenge - Real-world Target Speaker Extraction Challenge
Some recent audio annotation and TTS finetuning projects from LAION, complicated pipelines
https://github.com/LAION-AI/univeral-audio-annotation-pipeline
Produces structured JSON annotations from any audio file, covering speech transcription, speaker diarization, emotions, vocal bursts, sound effects, and music. Best configuration: Gemma-12B + DiCoW — Nemotron 3.5 words + VibeVoice/Sortformer diarization + DiCoW overlap-aware ASR, fused by a text-only Gemma-4-12B LLM (no audio in the final step). It is the highest-Reward pipeline on SoundScape-Bench (0.253) — rank 3 of all systems, nearly matching Gemini 3.5 Flash (0.256) and ahead of every other pipeline. (It trades precision for that recall: see the tradeoff note.)
https://github.com/LAION-AI/laionbox
LaionBox fine-tunes the DramaBox flow-matching transformer using LoRA (rank=128) with 6 differentiable auxiliary losses that push generated audio toward higher naturalness, quality, and voice cloning fidelity:
CLAP Naturalness — Maximizes perceptual naturalness via VoiceCLAP text similarity
Quality MLP — Binary classifier trained to distinguish real from synthetic audio
Centroid Real/Fake — Distribution matching toward real speech embeddings
Speaker Similarity — WavLM-SV voice identity preservation
Comb Filter Detector — Latent-space CNN detecting interference artifacts
Artifact Detector V2 — Residual CNN for general artifact detection
https://github.com/LAION-AI/univeral-audio-annotation-pipeline
Produces structured JSON annotations from any audio file, covering speech transcription, speaker diarization, emotions, vocal bursts, sound effects, and music. Best configuration: Gemma-12B + DiCoW — Nemotron 3.5 words + VibeVoice/Sortformer diarization + DiCoW overlap-aware ASR, fused by a text-only Gemma-4-12B LLM (no audio in the final step). It is the highest-Reward pipeline on SoundScape-Bench (0.253) — rank 3 of all systems, nearly matching Gemini 3.5 Flash (0.256) and ahead of every other pipeline. (It trades precision for that recall: see the tradeoff note.)
https://github.com/LAION-AI/laionbox
LaionBox fine-tunes the DramaBox flow-matching transformer using LoRA (rank=128) with 6 differentiable auxiliary losses that push generated audio toward higher naturalness, quality, and voice cloning fidelity:
CLAP Naturalness — Maximizes perceptual naturalness via VoiceCLAP text similarity
Quality MLP — Binary classifier trained to distinguish real from synthetic audio
Centroid Real/Fake — Distribution matching toward real speech embeddings
Speaker Similarity — WavLM-SV voice identity preservation
Comb Filter Detector — Latent-space CNN detecting interference artifacts
Artifact Detector V2 — Residual CNN for general artifact detection
GitHub
GitHub - LAION-AI/univeral-audio-annotation-pipeline
Contribute to LAION-AI/univeral-audio-annotation-pipeline development by creating an account on GitHub.
So Huggingface still have trouble to put ensemble model on leaderboard while there is a pull request. At the same time they put Modulate immediately after release
Modulate CTO claims they trained the model on 500M hours of speech
https://www.linkedin.com/feed/update/urn:li:activity:7481395636882444288/
Modulate wins just 0.01 in WER over azure and only place #4 on private leaderboard
Scaling doesn't work it seems
Modulate CTO claims they trained the model on 500M hours of speech
https://www.linkedin.com/feed/update/urn:li:activity:7481395636882444288/
Modulate wins just 0.01 in WER over azure and only place #4 on private leaderboard
Scaling doesn't work it seems
LinkedIn
Modulate Ranks #1 on Hugging Face Open ASR Leaderboard | Carter Huffman posted on the topic | LinkedIn
We just ranked #1 out of 84 models on Hugging Face Open ASR Leaderboard 🙌🏅
Our transcription models are trained on 500M+ hours of noisy, real-world audio, not clean studio clips, and it shows on the benchmark that actually matters: AMI, the messy multi-speaker…
Our transcription models are trained on 500M+ hours of noisy, real-world audio, not clean studio clips, and it shows on the benchmark that actually matters: AMI, the messy multi-speaker…
Tanel keeps winning challenges
https://betrac.github.io/
https://www.linkedin.com/feed/update/urn:li:activity:7482403480888975360/
the winners of the Beyond Transcription Challenge! 🏆
Lightweight track (<6B params, no tools)
1. TalTech
2. NTT-HI-CS
3. KUSLP
Heavyweight track (<36B params)
1. TalTech
2. KUSLP
3. NTT-HI-CS
🧪 The Challenge
Teams were given 1,100 hours of fully synthetic doctor-patient conversations with reference SOAP notes (conversations roleplayed by Gemma 3, notes generated by Kimi K2, from our Interspeech paper), a list of allowed open-weight models and datasets, and one goal: build the best end-to-end audio-to-SOAP-note system possible.
📊 The Results
Systems were evaluated with an automated medical Concept F1 scorer on held-out conversations from the same distribution.
All three top teams converged on the same recipe: supervised fine-tuning on the references, followed by reinforcement learning with Concept F1 as the reward. Their systems are remarkable.
Crushing hallucinations: the best baselines and cascaded systems we evaluated — built from Qwen 3 and Whisper components — hallucinate on more than 20% of claims. The top competition systems brought that below 1%.
❓ But does it generalize?
The obvious objection: isn't this overfitting to synthetic data? And isn't Concept F1 a very limited metric?
So we tested it. During evaluation, teams also generated notes for 272 human-acted medical dialogues — not permitted for training, and with no reference SOAP notes. Across n = 19 submitted systems, we asked two questions:
1. Does synthetic performance predict real performance? Yes, almost exactly. Real-data Concept F1 tracks held-out synthetic Concept F1 with a slope of 0.89 (lightweight) and 0.94 (heavyweight) — essentially the identity line (r = 0.97–1.00).
2. Does Concept F1 predict LLM-as-a-judge quality? (judge pipeline using Gemma 4) Yes — r = 0.83–0.87. The agreement is tightest among the strongest systems and fans out below ~0.35 Concept F1, so the metric is most trustworthy exactly where it matters.
The synthetic data approach looks like a genuinely promising way forward. Plenty of open questions remain — but "train on synthetic, deploy on real" held up here.
https://betrac.github.io/
https://www.linkedin.com/feed/update/urn:li:activity:7482403480888975360/
the winners of the Beyond Transcription Challenge! 🏆
Lightweight track (<6B params, no tools)
1. TalTech
2. NTT-HI-CS
3. KUSLP
Heavyweight track (<36B params)
1. TalTech
2. KUSLP
3. NTT-HI-CS
🧪 The Challenge
Teams were given 1,100 hours of fully synthetic doctor-patient conversations with reference SOAP notes (conversations roleplayed by Gemma 3, notes generated by Kimi K2, from our Interspeech paper), a list of allowed open-weight models and datasets, and one goal: build the best end-to-end audio-to-SOAP-note system possible.
📊 The Results
Systems were evaluated with an automated medical Concept F1 scorer on held-out conversations from the same distribution.
All three top teams converged on the same recipe: supervised fine-tuning on the references, followed by reinforcement learning with Concept F1 as the reward. Their systems are remarkable.
Crushing hallucinations: the best baselines and cascaded systems we evaluated — built from Qwen 3 and Whisper components — hallucinate on more than 20% of claims. The top competition systems brought that below 1%.
❓ But does it generalize?
The obvious objection: isn't this overfitting to synthetic data? And isn't Concept F1 a very limited metric?
So we tested it. During evaluation, teams also generated notes for 272 human-acted medical dialogues — not permitted for training, and with no reference SOAP notes. Across n = 19 submitted systems, we asked two questions:
1. Does synthetic performance predict real performance? Yes, almost exactly. Real-data Concept F1 tracks held-out synthetic Concept F1 with a slope of 0.89 (lightweight) and 0.94 (heavyweight) — essentially the identity line (r = 0.97–1.00).
2. Does Concept F1 predict LLM-as-a-judge quality? (judge pipeline using Gemma 4) Yes — r = 0.83–0.87. The agreement is tightest among the strongest systems and fans out below ~0.35 Concept F1, so the metric is most trustworthy exactly where it matters.
The synthetic data approach looks like a genuinely promising way forward. Plenty of open questions remain — but "train on synthetic, deploy on real" held up here.
LinkedIn
#speechrecognition #healthtech #llm #interspeech #machinelearning | Andrew Perrault
🏆 Congratulations to the winners of the Beyond Transcription Challenge! 🏆
🚀 Lightweight track (<6B params, no tools)
1. TalTech
2. NTT-HI-CS
3. KUSLP
🏋️♂️ Heavyweight track (<36B params)
1. TalTech
2. KUSLP
3. NTT-HI-CS
🧪 The Challenge
Teams were given…
🚀 Lightweight track (<6B params, no tools)
1. TalTech
2. NTT-HI-CS
3. KUSLP
🏋️♂️ Heavyweight track (<36B params)
1. TalTech
2. KUSLP
3. NTT-HI-CS
🧪 The Challenge
Teams were given…
Just Turkish TTS so not very applicable to wide audience but interesting design (only 200M DiT + 25 Hz VAE from VoxCPM2)
https://github.com/freyavoiceai/FreyaTTS
https://github.com/freyavoiceai/FreyaTTS
GitHub
GitHub - freyavoiceai/FreyaTTS: An efficient 183M tokenizer-free non-autoregressive foundation model for Turkish speech synthesis
An efficient 183M tokenizer-free non-autoregressive foundation model for Turkish speech synthesis - freyavoiceai/FreyaTTS
Great part from MERL paper above
https://real-tse.github.io/assets/pdf/MERL-SA-Track2.pdf
VII. METRIC ATTACK
Many speech separation and target speech extraction systems optimize evaluation metrics either explicitly or implicitlyduring training, including metrics such as SI-SDR and PESQ. From the perspective of Goodhart’s Law, this practice
fundamentally compromises the validity of such metrics as evaluation tools: once a metric becomes an optimization target,
it ceases to function as an independent measure of system quality.
.....
Given the fragility of non-intrusive metrics as demonstrated by our attack and also shown in [37], [38], we suggest that
the Challenge Organizers either remove DNSMOS and spksim when calculating the official ranking or replace them
with alternative speech quality and speaker similarity metrics that were not attacked either advertently or inadvertently by
submitted systems
https://real-tse.github.io/assets/pdf/MERL-SA-Track2.pdf
VII. METRIC ATTACK
Many speech separation and target speech extraction systems optimize evaluation metrics either explicitly or implicitlyduring training, including metrics such as SI-SDR and PESQ. From the perspective of Goodhart’s Law, this practice
fundamentally compromises the validity of such metrics as evaluation tools: once a metric becomes an optimization target,
it ceases to function as an independent measure of system quality.
.....
Given the fragility of non-intrusive metrics as demonstrated by our attack and also shown in [37], [38], we suggest that
the Challenge Organizers either remove DNSMOS and spksim when calculating the official ranking or replace them
with alternative speech quality and speaker similarity metrics that were not attacked either advertently or inadvertently by
submitted systems
We've just released Zipformer Tajik model (you can use it with sherpa-onnx)
https://huggingface.co/alphacep/vosk-model-tg
Somewhat initial one, we will work more on it.
https://huggingface.co/alphacep/vosk-model-tg
Somewhat initial one, we will work more on it.
Part of the news on Inkling is that it actually handles audio as dMel
https://huckiyang.github.io/blog/inkling-audio-design.html
https://x.com/huckiyang/status/2077625513384841679
https://huckiyang.github.io/blog/inkling-audio-design.html
https://x.com/huckiyang/status/2077625513384841679
https://huggingface.co/AutoArk-AI/Audio8-ASR-0.1B
The audio encoder backbone is based on Qwen3-ASR-0.6B, with the audio adapter and projector trained as part of Audio8-ASR. The language-model backbone is based on Ref-Pretrain-Qwen-104M.
Audio8-ASR-0.1B is a compact autoregressive ASR model whose language-model component has only 0.1B parameters. It supports multilingual speech recognition for languages including Chinese, English, French, German, Japanese, Korean, and Cantonese. We position it as one of the smallest usable performance ASR models in the LLM era.The audio encoder backbone is based on Qwen3-ASR-0.6B, with the audio adapter and projector trained as part of Audio8-ASR. The language-model backbone is based on Ref-Pretrain-Qwen-104M.
Outstanding paper on ACL 2026
https://github.com/HITsz-TMG/Lychee-FD
Hierarchical Acoustic-Semantic Modeling: Modality
Separation and Semantic Coherence for Full-Duplex SLM
https://github.com/HITsz-TMG/Lychee-FD
Hierarchical Acoustic-Semantic Modeling: Modality
Separation and Semantic Coherence for Full-Duplex SLM
GitHub
GitHub - HITsz-TMG/Lychee-FD: Native End-to-End Full-Duplex Spoken Language Model
Native End-to-End Full-Duplex Spoken Language Model - HITsz-TMG/Lychee-FD
SGLang-Omni does serious job on optimizing speech models (Higgs TTS too)
https://x.com/YichiZ03/status/2078588932191895976
https://x.com/YichiZ03/status/2078588932191895976
X (formerly Twitter)
Yichi Zhang (@YichiZ03) on X
Optimizing ASR Models to Transcribe 90-Minute Multi-Speaker Audio
Interesting project
https://github.com/Xiaobin-Rong/unipase
UniPASE: A Generative Model for Universal Speech Enhancement with High Fidelity and Low Hallucinations
Xiaobin Rong, Zheng Wang, Yushi Wang, Jun Gao, Jing Lu
https://github.com/Xiaobin-Rong/unipase
UniPASE: A Generative Model for Universal Speech Enhancement with High Fidelity and Low Hallucinations
Xiaobin Rong, Zheng Wang, Yushi Wang, Jun Gao, Jing Lu
Universal speech enhancement (USE) aims to restore speech signals from diverse distortions across multiple sampling rates. We propose UniPASE, an extension of the low-hallucination PASE framework tailored for USE. At its core is DeWavLM-Omni, a unified representation-level enhancement module fine-tuned from WavLM via knowledge distillation on a large-scale supervised multi-distortion dataset. This module directly converts degraded waveforms into clean and linguistically faithful phonetic representations, ensuring robust enhancement with minimal linguistic hallucination. Based on these enhanced phonetic representations, an Adapter generates enhanced acoustic representations containing rich acoustic details, which a neural Vocoder uses to reconstruct corresponding high-fidelity 16-kHz waveforms. A PostNet then converts the waveforms to 48~kHz before resampling them to their original rates, enabling seamless handling of inputs and outputs at multiple sampling rates. Experimental results on several evaluation datasets, covering sub-tasks and full tasks, demonstrate that UniPASE achieves superior or competitive performance compared with existing state-of-the-art models. The proposed model also serves as the backbone of our submission to the URGENT 2026 Challenge, which achieved 1st place in the objective evaluation. The source code and audio demos are available at this https URL.
GitHub
GitHub - Xiaobin-Rong/unipase: Official repository of UniPASE, a SOTA USE model
Official repository of UniPASE, a SOTA USE model. Contribute to Xiaobin-Rong/unipase development by creating an account on GitHub.
Interesting math on speech LLM
https://arxiv.org/abs/2604.08003v1
Rethinking Entropy Allocation in LLM-based ASR: Understanding the Dynamics between Speech Encoders and LLMs
Yuan Xie, Jiaqi Song, Guang Qiu, Xianliang Wang, Ming Lei, Jie Gao, Jie Wu
https://arxiv.org/abs/2604.08003v1
Rethinking Entropy Allocation in LLM-based ASR: Understanding the Dynamics between Speech Encoders and LLMs
Yuan Xie, Jiaqi Song, Guang Qiu, Xianliang Wang, Ming Lei, Jie Gao, Jie Wu
Integrating large language models (LLMs) into automatic speech recognition (ASR) has become a dominant paradigm. Although recent LLM-based ASR models have shown promising performance on public benchmarks, it remains challenging to balance recognition quality with latency and overhead, while hallucinations further limit real-world deployment. In this study, we revisit LLM-based ASR from an entropy allocation perspective and introduce three metrics to characterize how training paradigms allocate entropy reduction between the speech encoder and the LLM. To remedy entropy-allocation inefficiencies in prevailing approaches, we propose a principled multi-stage training strategy grounded in capability-boundary awareness, optimizing parameter efficiency and hallucination robustness. Specifically, we redesign the pretraining strategy to alleviate the speech-text modality gap, and further introduce an iterative asynchronous SFT stage between alignment and joint SFT to preserve functional decoupling and constrain encoder representation drift. Experiments on Mandarin and English benchmarks show that our method achieves competitive performance with state-of-the-art models using only 2.3B parameters, while also effectively mitigating hallucinations through our decoupling-oriented design.
arXiv.org
Rethinking Entropy Allocation in LLM-based ASR: Understanding the...
Integrating large language models (LLMs) into automatic speech recognition (ASR) has become a dominant paradigm. Although recent LLM-based ASR models have shown promising performance on public...
We compared three LALM judges against a calibrated human panel across 15 dimensions of speech quality. The LALMs tracked humans closely on relevance, answer quality, and instruction following—what was said—but were much less reliable on naturalness, emotion, pronunciation, and overall feel—how it was said.
https://research.withdavid.ai/blog/lalm-as-judge-vs-hitl
https://research.withdavid.ai/blog/lalm-as-judge-vs-hitl
research.withdavid.ai
Can Large Audio Language Models reliably judge speech-to-speech models?
When is a Large Audio Language Model (LALM) judge a good enough proxy for human preference, and when do you still need a human in the loop?