paper-with-me

Papers

SpeechTokenizer: Unified Speech Tokenizer for Speech Large Language Models

2023-08-31 · Xin Zhang, Dong Zhang, ShiMin Li, Yaqian Zhou, Xipeng Qiu

Current speech large language models build upon discrete speech representations, which can be categorized into semantic tokens and acoustic tokens. However, existing speech tokens are not specifically designed for speech language modeling. To assess the suitability of speech tokens for building speech language models, we established the first benchmark, SLMTokBench. Our results indicate that neither semantic nor acoustic tokens are ideal for this purpose. Therefore, we propose SpeechTokenizer, a unified speech tokenizer for speech large language models. SpeechTokenizer adopts the Encoder-Decoder architecture with residual vector quantization (RVQ). Unifying semantic and acoustic tokens, SpeechTokenizer disentangles different aspects of speech information hierarchically across different RVQ layers. Furthermore, We construct a Unified Speech Language Model (USLM) leveraging SpeechTokenizer. Experiments show that SpeechTokenizer performs comparably to EnCodec in speech reconstruction and demonstrates strong performance on the SLMTokBench benchmark. Also, USLM outperforms VALL-E in zero-shot Text-to-Speech tasks. Code and models are available at https://github.com/ZhangXInFD/SpeechTokenizer/.

📄 PDF Abstract BibTeX arXiv:2308.16692

Code (3)

0nutation/slmtokbench 공식 구현
0nutation/uslm 공식 구현 pytorch
zhangxinfd/speechtokenizer 공식 구현 pytorch

Tasks

DecoderLanguage ModelingLanguage ModellingQuantizationtext-to-speechText to Speech

Similar Papers 제목 키워드 기반

Recovering Performance in Speech Emotion Recognition from Discrete Tokens via Multi-Layer Fusion and Paralinguistic Feature Integration

2026-01-23 · Esther Sun, Abinay Reddy Naini, Carlos Busso arxiv

Discrete speech tokens offer significant advantages for storage and language model integration, but their application in speech emotion recognition (SER) is limited by paralinguistic information loss during quantization.…

Speech Emotion Recognition

FuseCodec: Semantic-Contextual Fusion and Supervision for Neural Codecs

2025-09-14 · Md Mubtasim Ahasan, Rafat Hasan Khan, Tasnim Mohiuddin, Aman Chadha 외 arxiv

Speech tokenization enables discrete representation and facilitates speech language modeling. However, existing neural codecs capture low-level acoustic features, overlooking the semantic and contextual cues inherent to …

Representation LearningSpeech Synthesis

HASRD: Hierarchical Acoustic and Semantic Representation Disentanglement

2025-06-01 · Amir Hussein, Sameer Khurana, Gordon Wichern, Francois G. Germain 외

Effective speech representations for spoken language models must balance semantic relevance with acoustic fidelity for high-quality reconstruction. However, existing approaches struggle to achieve both simultaneously. To…

DisentanglementSelf-Supervised Learning

SpeechLM: Enhanced Speech Pre-Training with Unpaired Textual Data

2022-09-30 · Ziqiang Zhang, Sanyuan Chen, Long Zhou, Yu Wu 외

How to boost speech pre-training with textual data is an unsolved problem due to the fact that speech and text are very different modalities with distinct characteristics. In this paper, we propose a cross-modal Speech a…

Language ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Ming-UniAudio: Speech LLM for Joint Understanding, Generation and Editing with Unified Representation

2025-10-26 · Canxiang Yan, Chunxiang Jin, Dawei Huang, Haibing Yu 외 arxiv

Existing speech models suffer from competing requirements on token representations by understanding and generation tasks. This discrepancy in representation prevents speech language models from performing instruction-bas…