让大模型直接读频谱图,无需专用语音编码器。
LLM can Read Spectrogram: Encoder-free Speech-Language Modeling
- 大模型直接接收预处理的梅尔频谱块,通过线性投影学习语音-文本对齐。
- 语音识别任务性能接近有编码器的系统,数据少时多模态初始化关键。
- 可处理语音理解与生成,适合研究端到端语音建模的开发者。
近期语音感知大语言模型依赖预训练语音编码器将音频转换为语义/声学丰富表征。本文探索:大模型能否不依赖专用语音编码器,直接读取梅尔频谱图?我们提出 Mel-LLM,一种无编码器的语音-语言模型,将轻度预处理的梅尔频谱块通过线性投影直接输入大模型,使模型仅通过自身参数学习语音-文本对齐。聚焦语音理解任务,包括自动语音识别(ASR)、口语问答和音频理解。在 OpenASR Leaderboard 公开数据集及生产级扩展实验中,无编码器方案表现良好,仅略有退化。数据有限时,使用多模态检查点(Phi-4-MM)初始化对维持性能至关重要。消融实验表明部分大模型层更参与语音适应。扩展至通用语音/音频任务显示存在声学-语义权衡:直接输入频谱提升非语音识别任务表现,但知识密集型口语问答仍弱于有编码器系统。此外,通过下一个词变分自编码器实现文本转语音概念验证,表明直接生成梅尔频谱可行,但仍落后于更强的潜在扩散生成方法。
原文摘要 · Abstract (English)
Recent speech-aware large language models (Speech-LLMs) rely on pre-trained speech encoders to convert audio into semantic/acoustic rich representations consumable by LLM. In this work, instead, we explore: can an LLM learn to read Mel spectrogram directly without a dedicated speech encoder? We propose Mel-LLM, an encoder-free Speech-LLM that feeds lightly pre-processed Mel-spectrogram patches directly into the LLM through a linear projection, allowing the LLM to learn speech-text alignment purely through its own parameters. We focus on speech understanding tasks, including automatic speech recognition (ASR), spoken QA and audio understanding. For ASR, we evaluate on the OpenASR Leaderboard public sets and production-level scaling experiments, demonstrating that the encoder-free solution achieves competitive performance with only limited degradation compared to encoder-initialized counterparts. We find that when data is limited, initialization from a multimodal checkpoint (Phi-4-MM) is crucial for maintaining performance. We also present ablation studies suggesting which LLM layers are most involved in speech adaptation. Beyond ASR, we extend Mel-LLM with general speech/audio understanding tasks, revealing an acoustic-semantic trade-off: directly exposing the LLM to Mel-spectrogram input improves paralinguistic and non-ASR acoustic tasks, while knowledge-intensive spoken QA remains more challenging than encoder-anchored systems. We additionally include a text-to-speech (TTS) proof-of-concept with a next-token VAE decoder, showing that direct Mel generation is possible but still trails stronger latent-diffusion generation.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。