paper-with-me

홈 › Papers

STACodec: Semantic Token Assignment for Balancing Acoustic Fidelity and Semantic Information in Audio Codecs

2026-02-05 · Kaiyuan Zhang, Mohan Shi, Eray Eren, Natarajan Balaji Shankar, Zilai Wang, Abeer Alwan arxiv

Neural audio codecs are widely used for audio compression and can be integrated into token-based language models. Traditional codecs preserve acoustic details well but lack semantic information. Recent hybrid codecs attempt to incorporate semantic information through distillation, but this often degrades reconstruction performance, making it difficult to achieve both. To address this limitation, we introduce STACodec, a unified codec that integrates semantic information from self-supervised learning (SSL) models into the first layer of residual vector quantization (RVQ-1) via semantic token assignment (STA). To further eliminate reliance on SSL-based semantic tokenizers and improve efficiency during inference, we propose a semantic pre-distillation (SPD) module, which predicts semantic tokens directly for assignment to the first RVQ layer during inference. Experimental results show that STACodec outperforms existing hybrid codecs in both audio reconstruction and downstream semantic tasks, demonstrating a better balance between acoustic fidelity and semantic capability.

📄 PDF Abstract BibTeX arXiv:2602.06180

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

EVATok: Adaptive Length Video Tokenization for Efficient Visual Autoregressive Generation

2026-03-12 · Tianwei Xiong, Jun Hao Liew, Zilong Huang, Zhijie Lin 외 arxiv

Autoregressive (AR) video generative models rely on video tokenizers that compress pixels into discrete token sequences. The length of these token sequences is crucial for balancing reconstruction quality against downstr…

Video ReconstructionVideo Generation

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…

DSA-Tokenizer: Disentangled Semantic-Acoustic Tokenization via Flow Matching-based Hierarchical Fusion

2026-01-14 · Hanlin Zhang, Daxin Tan, Dehua Tao, Xiao Chen 외 arxiv

Speech tokenizers are a key building block of fully discrete Speech LLMs. Existing tokenizers either prioritize semantic encoding, fuse semantic content with acoustic style inseparably, or achieve incomplete semantic-aco…

BASE Layers: Simplifying Training of Large, Sparse Models

2021-03-30 · Mike Lewis, Shruti Bhosale, Tim Dettmers, Naman Goyal 외

We introduce a new balanced assignment of experts (BASE) layer for large language models that greatly simplifies existing high capacity sparse layers. Sparse layers can dramatically improve the efficiency of training and…

Flow-SLM: Joint Learning of Linguistic and Acoustic Information for Spoken Language Modeling

2025-08-12 · Ju-Chieh Chou, Jiawei Zhou, Karen Livescu arxiv

Textless spoken language models (SLMs) are generative models of speech that do not rely on text supervision. Most textless SLMs learn to predict the next semantic token, a discrete representation of linguistic content, a…