English

FreeCodec: A disentangled neural speech codec with fewer tokens

Sound 2025-07-01 v3 Audio and Speech Processing

Abstract

Neural speech codecs have gained great attention for their outstanding reconstruction with discrete token representations. It is a crucial component in generative tasks such as speech coding and large language models (LLM). However, most works based on residual vector quantization perform worse with fewer tokens due to low coding efficiency for modeling complex coupled information. In this paper, we propose a neural speech codec named FreeCodec which employs a more effective encoding framework by decomposing intrinsic properties of speech into different components: 1) a global vector is extracted as the timbre information, 2) a prosody encoder with a long stride level is used to model the prosody information, 3) the content information is from a content encoder. Using different training strategies, FreeCodec achieves state-of-the-art performance in reconstruction and disentanglement scenarios. Results from subjective and objective experiments demonstrate that our framework outperforms existing methods.

Keywords

Cite

@article{arxiv.2412.01053,
  title  = {FreeCodec: A disentangled neural speech codec with fewer tokens},
  author = {Youqiang Zheng and Weiping Tu and Yueteng Kang and Jie Chen and Yike Zhang and Li Xiao and Yuhong Yang and Long Ma},
  journal= {arXiv preprint arXiv:2412.01053},
  year   = {2025}
}

Comments

5 pages, 2 figures, 3 tables.Code and Demo page:https://github.com/exercise-book-yq/FreeCodec. Accepted to Interspeech 2025

R2 v1 2026-06-28T20:18:59.481Z