paper-with-me

Papers

Language-Codec: Bridging Discrete Codec Representations and Speech Language Models

2024-02-19 · Shengpeng Ji, Minghui Fang, Jialong Zuo, Ziyue Jiang, Dingdong Wang, Hanting Wang, Hai Huang, Zhou Zhao

In recent years, large language models have achieved significant success in generative tasks related to speech, audio, music, and other signal domains. A crucial element of these models is the discrete acoustic codecs, which serve as an intermediate representation replacing the mel-spectrogram. However, there exist several gaps between discrete codecs and downstream speech language models. Specifically, 1) Due to the reconstruction paradigm of the Codec model and the structure of residual vector quantization, the initial channel of the codebooks contains excessive information, making it challenging to directly generate acoustic tokens from weakly supervised signals such as text in downstream tasks. 2) numerous codebooks increases the burden on downstream speech language models. Consequently, leveraging the characteristics of speech language models, we propose Language-Codec. In the Language-Codec, we introduce a Masked Channel Residual Vector Quantization (MCRVQ) mechanism along with improved fourier transform structures and attention blocks, refined discriminator design to address the aforementioned gaps. We compare our method with competing audio compression algorithms and observe significant outperformance across extensive evaluations. Furthermore, we also validate the efficiency of the Language-Codec on downstream speech language models. The source code and pre-trained models can be accessed at https://github.com/jishengpeng/languagecodec .

📄 PDF Abstract BibTeX arXiv:2402.12208

Code (1)

jishengpeng/languagecodec 공식 구현 pytorch

Tasks

Audio CompressionAudio GenerationQuantization

Similar Papers 제목 키워드 기반

CoDiCodec: Unifying Continuous and Discrete Compressed Representations of Audio

2025-09-11 · Marco Pasini, Stefan Lattner, George Fazekas arxiv

Efficiently representing audio signals in a compressed latent space is critical for latent generative modelling. However, existing autoencoders often force a choice between continuous embeddings and discrete tokens. Furt…

RepCodec: A Speech Representation Codec for Speech Tokenization

2023-08-31 · Zhichao Huang, Chutong Meng, Tom Ko

With recent rapid growth of large language models (LLMs), discrete speech tokenization has played an important role for injecting speech into LLMs. However, this discretization gives rise to a loss of information, conseq…

Language ModelingLanguage ModellingQuantizationSpeech Tokenization

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

A Closer Look at Neural Codec Resynthesis: Bridging the Gap between Codec and Waveform Generation

2024-10-29 · Alexander H. Liu, Qirui Wang, Yuan Gong, James Glass

Neural Audio Codecs, initially designed as a compression technique, have gained more attention recently for speech generation. Codec models represent each audio frame as a sequence of tokens, i.e., discrete embeddings. T…

Resynthesis

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…