DSA-Tokenizer: Disentangled Semantic-Acoustic Tokenization via Flow Matching-based Hierarchical Fusion
Hanlin Zhang, Daxin Tan, Dehua Tao, Xiao Chen, Haochen Tan, Yunhe Li, Yuchen Cao, Jianping Wang, Linqi Song
TL;DR
This work tackles the challenge of disentangling semantic content from acoustic style in discrete speech tokenization for Speech LLMs. It introduces DSA-Tokenizer, a dual-stream framework that uses ASR supervision for semantic tokens $z_s$ and mel-spectrogram reconstruction for acoustic tokens $z_a$, fused by a hierarchical Flow Matching decoder with semantic ControlNet-style and cross-attention injections. A joint reconstruction–recombination training strategy enables both high-fidelity speech reconstruction and flexible cross-utterance content–style recombination, while additional losses enforce speaker consistency and robust sampling with classifier-free guidance. The approach yields strong reconstruction quality, robust disentanglement, and improved LLM-based voice cloning, highlighting the benefits of explicit semantic–acoustic separation for controllable speech generation in fully discrete Speech LLMs with practical implications for cross-language and cross-utterance applications.
Abstract
Speech tokenizers serve as the cornerstone of discrete Speech Large Language Models (Speech LLMs). Existing tokenizers either prioritize semantic encoding, fuse semantic content with acoustic style inseparably, or achieve incomplete semantic-acoustic disentanglement. To achieve better disentanglement, we propose DSA-Tokenizer, which explicitly disentangles speech into discrete semantic and acoustic tokens via distinct optimization constraints. Specifically, semantic tokens are supervised by ASR to capture linguistic content, while acoustic tokens focus on mel-spectrograms restoration to encode style. To eliminate rigid length constraints between the two sequences, we introduce a hierarchical Flow-Matching decoder that further improve speech generation quality.Furthermore, We employ a joint reconstruction-recombination training strategy to enforce this separation. DSA-Tokenizer enables high fidelity reconstruction and flexible recombination through robust disentanglement, facilitating controllable generation in speech LLMs. Our analysis highlights disentangled tokenization as a pivotal paradigm for future speech modeling. Audio samples are avaialble at https://anonymous.4open.science/w/DSA_Tokenizer_demo/. The code and model will be made publicly available after the paper has been accepted.
