Transsion的说话人归属多语言ASR系统,用于MLC-SLM 2026挑战赛
摘要
本文提出了一个级联框架,用于说话人归属多语言ASR,在MLC-SLM 2026挑战赛中获得第二名,tcpMER为15.41%。
arXiv:2609.20833v1 Announce Type: new
Abstract: This paper presents the Transsion Speech Team submission to Task 1 of the MLC-SLM 2026 Challenge, which focuses on speaker-attributed transcription for multilingual conversational speech. We propose a cascaded framework consisting of three components: a speaker diarization module, a long-form multilingual ASR module, and a speaker-transcription fusion module. The diarization module is built upon DiariZen and produces speaker-homogeneous segments through local speaker activity estimation and global speaker clustering. The ASR module is based on Qwen3-Omni and generates multilingual transcriptions, while an external CTC-based alignment model provides precise word- and character-level timestamps. Finally, the fusion module combines diarization outputs with timestamped transcriptions to generate speaker-attributed STM outputs. Experimental results on the official evaluation set demonstrate the effectiveness of the proposed framework. The submitted system achieves a tcpMER of 15.41% and ranks second among all participating teams.
查看缓存全文
缓存时间: 2026/09/21 08:58
# Transsion's Speaker-Attributed Multilingual ASR System for the MLC-SLM 2026 Challenge Source: [https://arxiv.org/abs/2609.20833](https://arxiv.org/abs/2609.20833) [View PDF](https://arxiv.org/pdf/2609.20833) > Abstract:This paper presents the Transsion Speech Team submission to Task 1 of the MLC\-SLM 2026 Challenge, which focuses on speaker\-attributed transcription for multilingual conversational speech\. We propose a cascaded framework consisting of three components: a speaker diarization module, a long\-form multilingual ASR module, and a speaker\-transcription fusion module\. The diarization module is built upon DiariZen and produces speaker\-homogeneous segments through local speaker activity estimation and global speaker clustering\. The ASR module is based on Qwen3\-Omni and generates multilingual transcriptions, while an external CTC\-based alignment model provides precise word\- and character\-level timestamps\. Finally, the fusion module combines diarization outputs with timestamped transcriptions to generate speaker\-attributed STM outputs\. Experimental results on the official evaluation set demonstrate the effectiveness of the proposed framework\. The submitted system achieves a tcpMER of 15\.41% and ranks second among all participating teams\. ## Submission history From: Xiaoxiao Li \[[view email](https://arxiv.org/show-email/0272dffc/2609.20833)\] **\[v1\]**Fri, 24 Jul 2026 09:42:54 UTC \(1,072 KB\)
相似文章
基于说话人日志引导的Qwen-ASR多语言双人对话语音自适应
本文介绍了为MLC-SLM 2026挑战赛设计的系统,该系统结合了说话人日志与微调后的Qwen-ASR,采用监督式全参数微调、合成语音上的LoRA以及GRPO强化学习,在最终评测集上实现了17.97的tcpMER。
Interspeech 2026 MLC-SLM 挑战赛任务2的Eloquence提交
本文详细介绍了Eloquence团队在Interspeech 2026 MLC-SLM挑战赛任务2中的方法,该任务涉及使用语音LLMs进行多语言多选问答,结合微调、上下文学习和检索系统。
针对第二届MLC-SLM挑战赛的前置静音增强与多阶段合成监督
本文介绍了第二届MLC-SLM挑战赛的技术,包括随机前置静音裁剪和合成数据生成,以提升多语言对话语音任务,实现了准确率提升和错误率降低。
@YichiZ03: https://x.com/YichiZ03/status/2078588932191895976
MOSS-TD是一个说话人感知的ASR系统,在SGLang-Omni服务栈中进行了优化,能够在单张H100上以约49秒转录38分钟的多说话人音频,并支持16个会议的并发处理。
基于SpeechLLM的流式语音转文本翻译
提出了一种用于流式语音转文本翻译的SpeechLLM架构,该架构根据音频自适应决定何时输出令牌,实现了1-2秒的延迟,且质量接近非流式基线。