paper-with-me

Papers

TaDiCodec: Text-aware Diffusion Speech Tokenizer for Speech Language Modeling

2025-08-22 · Yuancheng Wang, Dekun Chen, Xueyao Zhang, Junan Zhang, Jiaqi Li, Zhizheng Wu arxiv

Speech tokenizers serve as foundational components for speech language models, yet current designs exhibit several limitations, including: 1) dependence on multi-layer residual vector quantization structures or high frame rates, 2) reliance on auxiliary pre-trained models for semantic distillation, and 3) requirements for complex two-stage training processes. In this work, we introduce the Text-aware Diffusion Transformer Speech Codec (TaDiCodec), a novel approach designed to overcome these challenges. TaDiCodec employs end-to-end optimization for quantization and reconstruction through a diffusion autoencoder, while integrating text guidance into the diffusion decoder to enhance reconstruction quality and achieve optimal compression. TaDiCodec achieves an extremely low frame rate of 6.25 Hz and a corresponding bitrate of 0.0875 kbps with a single-layer codebook for 24 kHz speech, while maintaining superior performance on critical speech generation evaluation metrics such as Word Error Rate (WER), speaker similarity (SIM), and speech quality (UTMOS). Notably, TaDiCodec employs a single-stage, end-to-end training paradigm, and obviating the need for auxiliary pre-trained models. We also validate the compatibility of TaDiCodec in language model based zero-shot text-to-speech with both autoregressive modeling and masked generative modeling, demonstrating its effectiveness and efficiency for speech language modeling, as well as a significantly small reconstruction-generation gap. We will open source our code and model checkpoints. Audio samples are are available at https:/tadicodec.github.io/. We release code and model checkpoints at https:/github.com/HeCheng0625/Diffusion-Speech-Tokenizer.

📄 PDF Abstract BibTeX arXiv:2508.16790

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scaling Speech Tokenizers with Diffusion Autoencoders

2026-02-06 · Yuancheng Wang, Zhenyu Tang, Yun Wang, Arthur Hinsvark 외 arxiv

Speech tokenizers are foundational to speech language models, yet existing approaches face two major challenges: (1) balancing trade-offs between encoding semantics for understanding and acoustics for reconstruction, and…

VibeVoice Technical Report

2025-08-26 · Zhiliang Peng, Jianwei Yu, Wenhui Wang, Yaoyao Chang 외 arxiv

This report presents VibeVoice, a novel model designed to synthesize long-form speech with multiple speakers by employing next-token diffusion, which is a unified method for modeling continuous data by autoregressively g…

Computational Efficiency

Continuous Speech Tokenizer in Text To Speech

2024-10-22 · Yixing Li, Ruobing Xie, Xingwu Sun, Yu Cheng 외

The fusion of speech and language in the era of large language models has garnered significant attention. Discrete speech token is often utilized in text-to-speech tasks for speech compression and portability, which is c…

Language ModelingLanguage Modellingtext-to-speechText to Speech

Speech-Language Models with Decoupled Tokenizers and Multi-Token Prediction

2025-06-14 · Xiaoran Fan, Zhichao Sun, Yangfan Gao, Jingfei Xiong 외

Speech-language models (SLMs) offer a promising path toward unifying speech and text understanding and generation. However, challenges remain in achieving effective cross-modal alignment and high-quality speech generatio…

cross-modal alignment

EntangleCodec: A Unified Discrete Audio Tokenizer via Semantic-Acoustic Entanglement

2026-06-01 · Hui Li, Yangfan Gao, Junlin Shang, Changhao Jiang 외 arxiv

Audio tokenizers serve as the discrete interface between continuous audio and Audio Language Models (ALMs), but existing tokenizers often struggle to support both understanding and generation. Reconstruction-oriented cod…