Encoder-Side Neuron Identification and Amplification for Acoustic Perception in Large Audio-Language Models· 大型音文模型中的声学感知神经元识别与放大
Large audio-language models (LALMs) often underperform on fine-grained, non-semantic attributes of speech, such as a speaker's emotion, despite strong performance on speech content. Improving this without the cost of retraining calls for an effective inference-time intervention, yet most existing methods intervene only after the audio encoder and operate at a relatively coarse granularity. The encoder itself, where acoustic information is first extracted from the waveform, remains largely unexplored, especially at the level of individual neurons. We introduce IAAN, Identifying and Amplifying Acoustic Neurons, a training-free and label-free method that scores each feed-forward neuron in the audio encoder by contrasting its activation on the real waveform with that on a noise reference lacking the real audio's acoustic information. IAAN then amplifies a small set of the highest-scoring neurons at inference. Across ten non-semantic speech attributes, IAAN improves average accuracy by 25.7 points on Audio-Flamingo-3, 21.4 on Qwen2.5-Omni, and 9.7 on Kimi-Audio. It also improves a model already explicitly fine-tuned to prioritize acoustic evidence. In controlled comparisons, both the encoder locus and neuron-level selectivity prove necessary for this gain. Intervening after the encoder, at the decoding side or inside the language model, yields little to no improvement, or even deteriorates accuracy. The improvement also depends on which specific neurons are amplified, not merely on their number, confirming that IAAN's acoustic score succeeds in identifying the neurons that matter. These results show that a small, precisely targeted intervention inside the audio encoder is an effective and largely untapped way to strengthen the acoustic understanding of LALMs, opening a new direction for inference-time methods that improve acoustic perception through neuron-level access to the encoder.
改善大型音文模型的声学感知能力
- 核心方法
- 提出IAAN方法,通过对比真实波形和噪声参考的激活,识别并放大音频编码器中的关键神经元
- 适合谁读
- 研究者
- 要解决的问题
- 大型音文模型在处理语音内容时表现良好,但在细粒度、非语义属性如情感方面表现较差
- 关键实验
- 在Audio-Flamingo-3、Qwen2.5-Omni和Kimi-Audio三个模型上测试,改善了平均准确性
- 主要贡献
- 在多个非语义语音属性上显著提升模型准确性,且无需重新训练
- 意义与局限
- 通过神经元级别的干预,为提升LALMs声学理解提供了一种新方向,同时证明了干预位置和选择性的重要性