TagSpeech: End-to-End Multi-Speaker ASR and Diarization with Fine-Grained Temporal Grounding
Mingyue Huo, Yiwen Shao, Yuheng Zhang
TL;DR
TagSpeech tackles the problem of joint multi-speaker ASR and diarization with explicit timestamps by introducing a dual-stream LLM-based framework that decouples semantic content and speaker identity. It uses a fine-tuned Semantic encoder via Serialized Output Training (SOT) and a lightweight Interleaved Numeric Time Anchor mechanism to achieve fine-grained temporal grounding without altering the LLM vocabulary. The method demonstrates substantial Diarization Error Rate (DER) improvements over strong end-to-end baselines on AMI and AliMeeting, while maintaining competitive cpWER/gWER and enabling data-efficient training by freezing the LLM and only training lightweight projectors. These innovations enable a true “who spoke what and when” capability in a single end-to-end model, with practical implications for meeting transcription and real-world multi-speaker understanding. Future work highlights longer-context, streaming scenarios and richer paralinguistic cues as potential enhancements.
Abstract
We present TagSpeech, a unified LLM-based framework that utilizes Temporal Anchor Grounding for joint multi-speaker ASR and diarization. The framework is built on two key designs: (1) decoupled semantic and speaker streams fine-tuned via Serialized Output Training (SOT) to learn turn-taking dynamics; and (2) an interleaved time anchor mechanism that not only supports fine-grained timestamp prediction but also acts as a synchronization signal between semantic understanding and speaker tracking. Compared to previous works that primarily focus on speaker-attributed ASR or implicit diarization, TagSpeech addresses the challenge of fine-grained speaker-content alignment and explicitly models "who spoke what and when" in an end-to-end manner. Experiments on AMI and AliMeeting benchmarks demonstrate that our method achieves consistent improvements in Diarization Error Rate (DER) over strong end-to-end baselines, including Qwen-Omni and Gemini, particularly in handling complex speech overlaps. Moreover, TagSpeech employs a parameter-efficient training paradigm in which the LLM backbone is frozen and only lightweight projectors are trained, resulting in strong performance with low computational cost.
