Diarization-Guided Qwen-ASR Adaptation for Multilingual Two-Speaker Conversational Speech
Summary
A self-designed system for Task 1 of the MLC-SLM 2026 Challenge addresses multilingual two-speaker conversational speech. This system integrates a modular speaker diarization front end with a Qwen3-ASR-1.7B recognizer adapted for the challenge. The diarization component performs voice activity detection, subsegment generation, CAMPPlus speaker embedding extraction, two-speaker spectral clustering, and RTTM-based audio segmentation. Speaker-attributed segments are then grouped by language or region for decoding by the adapted ASR model. ASR adaptation involves three stages: supervised full fine-tuning on official training data, LoRA fine-tuning using synthetic speech from a three-pipeline TTS framework, and GRPO reinforcement learning with WER/CER rewards and penalties for hallucination, repetition, and length deviation. The full system achieved an average tcpMER of 23.70 on the development set, a 6.83 absolute point reduction compared to the baseline Qwen-ASR-1.7B, and 17.97 on the final evaluation set. Ablation studies confirmed supervised fine-tuning provided the most significant gain, with synthetic-speech LoRA and reinforcement learning enhancing robustness.
Key takeaway
For Machine Learning Engineers developing multilingual ASR systems for conversational speech, you should consider a modular, diarization-guided approach combined with multi-stage ASR adaptation. Prioritize supervised fine-tuning on relevant data for the largest performance gains. Subsequently, integrate synthetic speech LoRA adaptation and GRPO reinforcement learning to further enhance model robustness and reduce errors like hallucination and repetition, particularly in two-speaker conversational scenarios.
Key insights
A diarization-guided, multi-stage ASR adaptation system significantly improves multilingual two-speaker conversational speech recognition.
Principles
- Modular diarization front ends enhance ASR.
- Multi-stage ASR adaptation improves performance.
- Synthetic data and RL boost ASR robustness.
Method
The system uses VAD, subsegment generation, CAMPPlus embeddings, spectral clustering, and RTTM segmentation for diarization, followed by multi-stage ASR adaptation.
In practice
- Combine diarization with ASR for multi-speaker.
- Use LoRA with synthetic data for ASR adaptation.
- Apply GRPO reinforcement learning for ASR refinement.
Topics
- Speaker Diarization
- Automatic Speech Recognition
- Qwen-ASR
- LoRA Fine-tuning
- Reinforcement Learning
- Multilingual Speech
Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.