🤖 AI Summary
This work addresses the limited semantic description capability of large language models (LLMs) in audio captioning tasks, which stems from insufficient modality alignment between audio features and LLM text embedding spaces. To overcome this, the authors propose the LAMB framework, which achieves both global and token-level cross-modal alignment through a cross-modal aligner and a dual-stream adapter, jointly optimizing Cauchy-Schwarz divergence minimization and mutual information maximization. Additionally, a Token Guide module is introduced to directly steer the generation of more accurate audio descriptions within the LLM’s embedding space. Experimental results demonstrate that LAMB achieves state-of-the-art performance on the AudioCaps dataset, significantly enhancing the LLM’s reasoning and generative capabilities for audio description.
📝 Abstract
Automated Audio Captioning aims to describe the semantic content of input audio. Recent works have employed large language models (LLMs) as a text decoder to leverage their reasoning capabilities. However, prior approaches that project audio features into the LLM embedding space without considering cross-modal alignment fail to fully utilize these capabilities. To address this, we propose LAMB, an LLM-based audio captioning framework that bridges the modality gap between audio embeddings and the LLM text embedding space. LAMB incorporates a Cross-Modal Aligner that minimizes Cauchy-Schwarz divergence while maximizing mutual information, yielding tighter alignment between audio and text at both global and token levels. We further design a Two-Stream Adapter that extracts semantically enriched audio embeddings, thereby delivering richer information to the Cross-Modal Aligner. Finally, leveraging the aligned audio embeddings, a proposed Token Guide directly computes scores within the LLM text embedding space to steer the output logits of generated captions. Experimental results confirm that our framework strengthens the reasoning capabilities of the LLM decoder, achieving state-of-the-art performance on AudioCaps.