paper-with-me

Papers

Diarization-Guided Qwen-ASR Adaptation for Multilingual Two-Speaker Conversational Speech

2026-07-09 · Hao Wu, RongQi Han, Zhen Wang, Wei Liang, Wei Xu arxiv

This paper describes our self-designed system for Task 1 of the MLC-SLM 2026 Challenge for multilingual two-speaker conversational speech. The system combines a modular speaker diarization front end with a challenge-adapted Qwen3-ASR-1.7B recognizer. The diarization front end performs voice activity detection, subsegment generation, CAMPPlus speaker embedding extraction, two-speaker spectral clustering, and RTTM-based audio segmentation. The resulting speaker-attributed segments are grouped by language or region and decoded by the adapted ASR model. For ASR adaptation, we first perform supervised full fine-tuning on the official training data, then apply LoRA fine-tuning with synthetic speech generated by a three-pipeline TTS-based synthetic speech augmentation framework, and finally refine the model using GRPO reinforcement learning with rewards based on WER/CER and penalties for hallucination, repetition, and length deviation. On the official development set, the full system achieves an average tcpMER of 23.70, reducing the error rate by 6.83 absolute points relative to the released Qwen-ASR-1.7B performance. On the final evaluation set, the system achieves an average tcpMER of 17.97. Ablation results show that supervised fine-tuning provides the largest gain, while synthetic-speech LoRA adaptation and reinforcement learning further improve robustness.

📄 PDF Abstract BibTeX arXiv:2607.08208

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 111
iszhanjiawei/TTS_arxiv_daily ★ 3
liutaocode/TTS-arxiv-daily ★ 659

Tasks

Reinforcement LearningSpeaker DiarizationActivity Detection

Similar Papers 제목 키워드 기반

DISPLACE Challenge: DIarization of SPeaker and LAnguage in Conversational Environments

2023-03-01 · Shikha Baghel, Shreyas Ramoji, Sidharth, Ranjana H 외

In multilingual societies, social conversations often involve code-mixed speech. The current speech technology may not be well equipped to extract information from multi-lingual multi-speaker conversations. The DISPLACE …

speaker-diarizationSpeaker Diarization

BUT System for the MLC-SLM Challenge

2025-06-16 · Alexander Polok, Jiangyu Han, Dominik Klement, Samuele Cornell 외

We present a two-speaker automatic speech recognition (ASR) system that combines DiCoW -- a diarization-conditioned variant of Whisper -- with DiariZen, a diarization pipeline built on top of Pyannote. We first evaluate …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Domain Adaptationspeech-recognition+2

Neural Speaker Diarization via Multilingual Training: Evaluation on Low-Resource Nepali-Hindi Speech

2026-06-21 · Samip Neupane, Sandesh Pokhrel, Sandesh Pyakurel, Basanta Joshi arxiv

Speaker diarization, the task of determining "who spoke when" in a multi-speaker recording, is a critical component in applications such as meeting transcription, accessibility tools, and multilingual information retriev…

Information RetrievalSpeaker Diarization

Towards Unsupervised Speaker Diarization System for Multilingual Telephone Calls Using Pre-trained Whisper Model and Mixture of Sparse Autoencoders

2024-07-02 · Phat Lam, Lam Pham, Truong Nguyen, Dat Ngo 외

Existing speaker diarization systems typically rely on large amounts of manually annotated data, which is labor-intensive and difficult to obtain, especially in real-world scenarios. Additionally, language-specific const…

Clusteringspeaker-diarizationSpeaker DiarizationSpeech-to-Text

Benchmarking Diarization Models

2025-09-30 · Luca A. Lanzendörfer, Florian Grötschla, Cesare Blaser, Roger Wattenhofer arxiv

Speaker diarization is the task of partitioning audio into segments according to speaker identity, answering the question of "who spoke when" in multi-speaker conversation recordings. While diarization is an essential ta…

Speaker Diarization