An Eye for an Ear: Zero-shot Audio Description Leveraging an Image Captioner using Audiovisual Distribution Alignment
Hugo Malard, Michel Olvera, Stéphane Lathuiliere, Slim Essid
TL;DR
This work tackles zero-shot audio captioning by bridging the audiovisual modality gap with Distribution ALIgnment (DALI), aligning the full token distributions of an audio backbone to an image-captioner’s space using two distribution-matching strategies: Maximum Mean Discrepancy (MMD) and Optimal Transport (OT), including an attentive OT variant. A two-stage framework combines prefix-tuning and audiovisual distillation to adapt a frozen image captioner (Llava 1.5) for audio captioning without sacrificing image performance, enabling either audio-only or audiovisual inputs. On AudioCaps and Clotho, DALI variants—especially the attentive OT with audiovisual input—achieve state-of-the-art or competitive zero-shot audio captioning results without annotated audio-caption pairs, illustrating strong cross-modal transfer and scalability. The approach highlights that modeling full distributions and learning cross-modal transport weights can mitigate the modality gap more effectively than contrastive means, offering a practical path to scalable multimodal captioning across audio and visual streams.
Abstract
Multimodal large language models have fueled progress in image captioning. These models, fine-tuned on vast image datasets, exhibit a deep understanding of semantic concepts. In this work, we show that this ability can be re-purposed for audio captioning, where the joint image-language decoder can be leveraged to describe auditory content associated with image sequences within videos featuring audiovisual content. This can be achieved via multimodal alignment. Yet, this multimodal alignment task is non-trivial due to the inherent disparity between audible and visible elements in real-world videos. Moreover, multimodal representation learning often relies on contrastive learning, facing the challenge of the so-called modality gap which hinders smooth integration between modalities. In this work, we introduce a novel methodology for bridging the audiovisual modality gap by matching the distributions of tokens produced by an audio backbone and those of an image captioner. Our approach aligns the audio token distribution with that of the image tokens, enabling the model to perform zero-shot audio captioning in an unsupervised fashion while keeping the initial image captioning component unaltered. This alignment allows for the use of either audio or audiovisual input by combining or substituting the image encoder with the aligned audio encoder. Our method achieves significantly improved performances in zero-shot audio captioning, compared to existing approaches.
