paper-with-me

Papers

Single-Codec: Single-Codebook Speech Codec towards High-Performance Speech Generation

2024-06-11 · Hanzhao Li, Liumeng Xue, Haohan Guo, Xinfa Zhu, YuanJun Lv, Lei Xie, Yunlin Chen, Hao Yin, Zhifei Li

The multi-codebook speech codec enables the application of large language models (LLM) in TTS but bottlenecks efficiency and robustness due to multi-sequence prediction. To avoid this obstacle, we propose Single-Codec, a single-codebook single-sequence codec, which employs a disentangled VQ-VAE to decouple speech into a time-invariant embedding and a phonetically-rich discrete sequence. Furthermore, the encoder is enhanced with 1) contextual modeling with a BLSTM module to exploit the temporal information, 2) a hybrid sampling module to alleviate distortion from upsampling and downsampling, and 3) a resampling module to encourage discrete units to carry more phonetic information. Compared with multi-codebook codecs, e.g., EnCodec and TiCodec, Single-Codec demonstrates higher reconstruction quality with a lower bandwidth of only 304bps. The effectiveness of Single-Code is further validated by LLM-TTS experiments, showing improved naturalness and intelligibility.

📄 PDF Abstract BibTeX arXiv:2406.07422

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

VQ-VAE VQ-VAE is a type of variational autoencoder that uses vector quantisation to obtain a discrete latent representation. It differs from…

Similar Papers 제목 키워드 기반

UniCodec: Unified Audio Codec with Single Domain-Adaptive Codebook

2025-02-27 · Yidi Jiang, Qian Chen, Shengpeng Ji, Yu Xi 외

The emergence of audio language models is empowered by neural audio codecs, which establish critical mappings between continuous waveforms and discrete tokens compatible with language model paradigms. The evolutionary tr…

Language ModelingLanguage ModellingMixture-of-Experts

UniSRCodec: Unified and Low-Bitrate Single Codebook Codec with Sub-Band Reconstruction

2026-01-06 · Zhisheng Zhang, Xiang Li, Yixuan Zhou, Jing Peng 외 arxiv

Neural Audio Codecs (NACs) can reduce transmission overhead by performing compact compression and reconstruction, which also aim to bridge the gap between continuous and discrete signals. Existing NACs can be divided int…

SecoustiCodec: Cross-Modal Aligned Streaming Single-Codecbook Speech Codec

2025-08-04 · Chunyu Qiang, Haoyu Wang, Cheng Gong, Tianrui Wang 외 arxiv

Speech codecs serve as a crucial bridge in unifying speech and text language models. Existing codec methods face several challenges in semantic encoding, such as residual paralinguistic information (e.g., timbre, emotion…

Contrastive Learning

FocalCodec: Low-Bitrate Speech Coding via Focal Modulation Networks

2025-02-06 · Luca Della Libera, Francesco Paissan, Cem Subakan, Mirco Ravanelli

Large language models have revolutionized natural language processing through self-supervised pretraining on massive datasets. Inspired by this success, researchers have explored adapting these methods to speech by discr…

ResynthesisVoice Conversion

LSCodec: Low-Bitrate and Speaker-Decoupled Discrete Speech Codec

2024-10-21 · Yiwei Guo, Zhihan Li, Chenpeng Du, Hankun Wang 외

Although discrete speech tokens have exhibited strong potential for language model-based speech generation, their high bitrates and redundant timbre information restrict the development of such models. In this work, we p…

DisentanglementLanguage ModelingLanguage ModellingQuantization+1