Distilling LLM Semantic Priors into Encoder-Only Multi-Talker ASR with Talker-Count Routing
About
Large language models (LLMs) provide strong semantic priors that can improve multi-talker automatic speech recognition (MT-ASR), but using an LLM as an autoregressive decoder is computationally expensive and remains fragile under heavy overlap. In this paper, we propose an encoder-only MT-ASR framework that adapts an LLM to multi-talker conditioning and distills its semantic guidance into the encoder during training, while retaining fast CTC-style decoding at inference. Our model employs a post-encoder separator with serialized CTC to produce talker-ordered transcripts, and leverages an adapted LLM-based SOT objective as a multi-talker-aware teacher signal to explicitly regularize mixed-speech representations. To further support variable numbers of talkers, we introduce a Talker-Count Head that predicts the talker count and dynamically selects the appropriate decoding branch. Experiments on LibriMix show that the proposed encoder-only model achieves comparable performance to LLM-based systems in the two-talker condition, while delivering significant improvements in the three-talker condition with significant small RTF.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multi-talker Automatic Speech Recognition | Libri2Mix Clean (dev) | WER4 | 23 | |
| Multi-talker Automatic Speech Recognition | Libri2Mix Noisy (Eval) | WER9.7 | 22 | |
| Multi-talker Automatic Speech Recognition | Libri3Mix Clean (Eval) | WER14.3 | 20 | |
| Multi-talker Automatic Speech Recognition | Libri3Mix Noisy (eval) | WER24.5 | 19 | |
| Multi-talker Automatic Speech Recognition | Libri3Mix Noisy (dev) | WER25.1 | 17 | |
| Multi-talker Automatic Speech Recognition | Libri2Mix Noisy (dev) | WER10.7 | 17 | |
| Multi-talker Automatic Speech Recognition | Libri3Mix Clean (dev) | WER13.7 | 17 | |
| Multi-talker Automatic Speech Recognition | Libri2Mix Clean (eval) | WER4.1 | 11 |