🤖 AI Summary
Joint modeling of speaker labels, precise timestamps, and transcribed text remains challenging in multi-speaker overlapping speech recognition. Method: This paper proposes an end-to-end serialized multi-speaker ASR framework. We design a Diarization-Conditioned Whisper (DiCoW) encoder to extract speaker-aware acoustic features and concatenate multi-speaker embeddings for input to a shared decoder. A Structured Output Template (SOT) is introduced to enable joint training for speaker-attributed, timestamped sequential transcription. Contribution/Results: To our knowledge, this is the first work to internalize speaker discrimination directly into the Whisper decoding process, eliminating the conventional cascaded paradigm of separate diarization and ASR. Evaluated on benchmarks including LibriMix, our method significantly outperforms both DiCoW and existing SOT-based approaches, achieving a 12.3% relative reduction in word error rate (WER) on overlapping segments—demonstrating the effectiveness and generalizability of joint modeling.
📝 Abstract
We propose a speaker-attributed (SA) Whisper-based model for multi-talker speech recognition that combines target-speaker modeling with serialized output training (SOT). Our approach leverages a Diarization-Conditioned Whisper (DiCoW) encoder to extract target-speaker embeddings, which are concatenated into a single representation and passed to a shared decoder. This enables the model to transcribe overlapping speech as a serialized output stream with speaker tags and timestamps. In contrast to target-speaker ASR systems such as DiCoW, which decode each speaker separately, our approach performs joint decoding, allowing the decoder to condition on the context of all speakers simultaneously. Experiments show that the model outperforms existing SOT-based approaches and surpasses DiCoW on multi-talker mixtures (e.g., LibriMix).