English

Bridging the Modality Gap: Softly Discretizing Audio Representation for LLM-based Automatic Speech Recognition

Audio and Speech Processing 2025-11-20 v2

Abstract

One challenge of integrating speech input with large language models (LLMs) stems from the discrepancy between the continuous nature of audio data and the discrete token-based paradigm of LLMs. To mitigate this gap, we propose a method for integrating vector quantization (VQ) into LLM-based automatic speech recognition (ASR). Using the LLM embedding table as the VQ codebook, the VQ module aligns the continuous representations from the audio encoder with the discrete LLM inputs, enabling the LLM to operate on a discretized audio representation that better reflects the linguistic structure. We further create a soft "discretization" of the audio representation by updating the codebook and performing a weighted sum over the codebook embeddings. Empirical results demonstrate that our proposed method significantly improves upon the LLM-based ASR baseline, particularly in out-of-domain conditions. This work highlights the potential of soft discretization as a modality bridge in LLM-based ASR.

Keywords

Cite

@article{arxiv.2506.05706,
  title  = {Bridging the Modality Gap: Softly Discretizing Audio Representation for LLM-based Automatic Speech Recognition},
  author = {Mu Yang and Szu-Jui Chen and Jiamin Xie and John Hansen},
  journal= {arXiv preprint arXiv:2506.05706},
  year   = {2025}
}

Comments

ASRU 2025

R2 v1 2026-07-01T03:02:54.381Z