SLM-SS: Speech Language Model for Generative Speech Separation
Tianhua Li, Chenda Li, Wei Wang, Xin Zhou, Xihui Chen, Jianqing Gao, Yanmin Qian
TL;DR
SLM-SS introduces a Speech Language Model-based framework for speech separation by discretizing speech into multi-codebook sequences via Encodec and assembling them with Serialized Output Training. It employs a hybrid decoding strategy—an autoregressive AED for zero-order codebooks followed by a non-autoregressive (NAR) model for higher-order codebooks—to generate coherent, intelligible separated speech. Experiments on LibriMix show that SLM-SS improves speech intelligibility and downstream linguistic metrics (WER, LPS, SBS) relative to baselines, with Encodec-based discretization maintaining perceptual quality. The work highlights the potential of integrating SS with language-model-like decoding and suggests future directions toward unified SS-ASR systems that operate on discrete tokens.
Abstract
Speech separation (SS) has advanced significantly with neural network-based methods, showing improved performance on signal-level metrics. However, these methods often struggle to maintain speech intelligibility in the separated signals, which can negatively affect the performance of downstream tasks such as speech recognition. In this work, we propose SLM-SS, a novel approach that applies speech language models to SS, aiming to enhance the intelligibility and coherence of the separated signals. We frame SS as discrete multi-codebook sequence generation, using Encoder-Decoder models to map quantized speech mixtures to target tokens. In addition to the autoregressive modeling strategy, we introduce a non-autoregressive model to improve decoding efficiency for residual tokens. Experimental results on the LibriMix dataset demonstrate that our approach shows significantly better preservation of speech intelligibility, leading to improved linguistic consistency in a variety of downstream tasks compared to existing approaches.
