Search papers, labs, and topics across Lattice.
The paper introduces LLM-Codec, a method to improve neural audio codecs used as tokenizers for spoken language models by incorporating language modeling objectives directly into codec training. This is achieved through future token prediction using Medusa-style multi-step heads and semantic alignment between audio and text representations via a memory-bank contrastive loss, enabled by a differentiable Gumbel bridge. Results show that LLM-Codec improves both token prediction accuracy (+12.1% on SALMon) and reconstruction fidelity (+5.0% on Codec-SUPERB-tiny) compared to standard audio codecs.
Bridging the gap between audio reconstruction and language modeling objectives yields neural audio codecs that are both more acoustically faithful and linguistically predictable.
Neural audio codecs are widely used as tokenizers for spoken language models, but they are optimized for waveform reconstruction rather than autoregressive prediction. This mismatch injects acoustically driven uncertainty into the discrete token space and increases language-model perplexity. We propose \ours, which augments codec training with language-model-facing objectives while keeping both codec and LLM architectures unchanged. \ours introduces (i) future token prediction with Medusa-style multi-step heads to encourage multi-step predictability, and (ii) semantic alignment that matches audio and text representations via a memory-bank contrastive loss. A differentiable Gumbel bridge enables end-to-end gradients from these objectives to the codec encoder. On SALMon speech coherence, token LMs trained on \ours reach 61.6% accuracy (+12.1 points over AUV) while reducing perplexity 35. On Codec-SUPERB-tiny, \ours improves speech Mel distance by 5.0% over AUV while simultaneously achieving the learnability gains, demonstrating that reconstruction fidelity and token predictability can be improved together.