paper-with-me

Papers

Codec Does Matter: Exploring the Semantic Shortcoming of Codec for Audio Language Model

2024-08-30 · Zhen Ye, Peiwen Sun, Jiahe Lei, Hongzhan Lin, Xu Tan, Zheqi Dai, Qiuqiang Kong, Jianyi Chen, Jiahao Pan, Qifeng Liu, Yike Guo, Wei Xue

Recent advancements in audio generation have been significantly propelled by the capabilities of Large Language Models (LLMs). The existing research on audio LLM has primarily focused on enhancing the architecture and scale of audio language models, as well as leveraging larger datasets, and generally, acoustic codecs, such as EnCodec, are used for audio tokenization. However, these codecs were originally designed for audio compression, which may lead to suboptimal performance in the context of audio LLM. Our research aims to address the shortcomings of current audio LLM codecs, particularly their challenges in maintaining semantic integrity in generated audio. For instance, existing methods like VALL-E, which condition acoustic token generation on text transcriptions, often suffer from content inaccuracies and elevated word error rates (WER) due to semantic misinterpretations of acoustic tokens, resulting in word skipping and errors. To overcome these issues, we propose a straightforward yet effective approach called X-Codec. X-Codec incorporates semantic features from a pre-trained semantic encoder before the Residual Vector Quantization (RVQ) stage and introduces a semantic reconstruction loss after RVQ. By enhancing the semantic ability of the codec, X-Codec significantly reduces WER in speech synthesis tasks and extends these benefits to non-speech applications, including music and sound generation. Our experiments in text-to-speech, music continuation, and text-to-sound tasks demonstrate that integrating semantic information substantially improves the overall performance of language models in audio generation. Our code and demo are available (Demo: https://x-codec-audio.github.io Code: https://github.com/zhenye234/xcodec)

📄 PDF Abstract BibTeX arXiv:2408.17175

Code (1)

zhenye234/xcodec 공식 구현 pytorch

Tasks

Audio CompressionAudio GenerationLanguage ModelingLanguage ModellingQuantizationSpeech Synthesistext-to-speechText to Speech

Similar Papers 제목 키워드 기반

UniTTS: An end-to-end TTS system without decoupling of acoustic and semantic information

2025-05-23 · Rui Wang, Qianguo Sun, Tianrong Chen, Zhiyun Zeng 외

The emergence of multi-codebook neutral audio codecs such as Residual Vector Quantization (RVQ) and Group Vector Quantization (GVQ) has significantly advanced Large-Language-Model (LLM) based Text-to-Speech (TTS) systems…

Large Language ModelQuantizationtext-to-speechText to Speech

Reconstruct! Don't Encode: Self-Supervised Representation Reconstruction Loss for High-Intelligibility and Low-Latency Streaming Neural Audio Codec

2026-03-06 · Junhyeok Lee, Xiluo He, Jihwan Lee, Helin Wang 외 arxiv

Neural audio codecs optimized for mel-spectrogram reconstruction often fail to preserve intelligibility. While semantic encoder distillation improves encoded representations, it does not guarantee content preservation in…

Making History Matter: History-Advantage Sequence Training for Visual Dialog

2019-02-25 · ICCV 2019 10 · Tianhao Yang, Zheng-Jun Zha, Hanwang Zhang

We study the multi-round response generation in visual dialog, where a response is generated according to a visually grounded conversational history. Given a triplet: an image, Q&A history, and current question, all the …

Answer GenerationDecoderReinforcement LearningResponse Generation+3

Speech Codec Probing from Semantic and Phonetic Perspectives

2026-03-11 · Xuan Shi, Chang Zeng, Tiantian Feng, Shih-Heng Wang 외 arxiv

Speech tokenizers are essential for connecting speech to large language models (LLMs) in multimodal systems. Speech tokenizers are expected to preserve both semantic and acoustic information for downstream understanding …

SemantiCodec: An Ultra Low Bitrate Semantic Audio Codec for General Sound

2024-04-30 · Haohe Liu, Xuenan Xu, Yi Yuan, Mengyue Wu 외

Large language models (LLMs) have significantly advanced audio processing through audio codecs that convert audio into discrete tokens, enabling the application of language modelling techniques to audio data. However, tr…

DecoderLanguage Modelling