BrewCLIP: A Bifurcated Representation Learning Framework for Audio-Visual Retrieval
Zhenyu Lu, Lakshay Sethi
TL;DR
BrewCLIP tackles audio-image retrieval by introducing a bifurcated representation that preserves both textual information and non-textual audio cues. Built on a dual-channel architecture that combines a transcription-based CLIP pipeline (Whisper + CLIP) with an End-to-End audio encoder, and augmented by shared prompting, BrewCLIP achieves state-of-the-art performance across multiple datasets, including scripted and unscripted speech. The approach demonstrates that non-textual information such as mood can be learned from audio representations, and it validates the benefits of prompt-based fine-tuning for cross-modal alignment. Overall, BrewCLIP delivers a robust, scalable joint audio-visual representation, offering practical gains for retrieval and potential extensions to mood-aware and more nuanced audio-visual tasks.
Abstract
Previous methods for audio-image matching generally fall into one of two categories: pipeline models or End-to-End models. Pipeline models first transcribe speech and then encode the resulting text; End-to-End models encode speech directly. Generally, pipeline models outperform end-to-end models, but the intermediate transcription necessarily discards some potentially useful non-textual information. In addition to textual information, speech can convey details such as accent, mood, and and emphasis, which should be effectively captured in the encoded representation. In this paper, we investigate whether non-textual information, which is overlooked by pipeline-based models, can be leveraged to improve speech-image matching performance. We thoroughly analyze and compare End-to-End models, pipeline models, and our proposed dual-channel model for robust audio-image retrieval on a variety of datasets. Our approach achieves a substantial performance gain over the previous state-of-the-art by leveraging strong pretrained models, a prompting mechanism and a bifurcated design.
