X-Aligner: Composed Visual Retrieval without the Bells and Whistles
Yuqian Zheng, Mariana-Iuliana Georgescu
TL;DR
The paper addresses Composed Video Retrieval by showing that single-stage fusion of multimodal queries is insufficient. It introduces X-Aligner, a multi-stage cross-attention fusion module that also leverages a visual caption, combined with a two-stage fine-tuning protocol on pretrained Vision-Language Models (BLIP/BLIP-2). The approach achieves state-of-the-art Recall@1 on WebVid-CoVR-Test ($R@1=63.93\%$) and demonstrates strong zero-shot CIR generalization to FashionIQ and CIRCO, with ablations highlighting the benefits of caption inputs and guided text encoder adaptation. The work suggests that lightweight, progressively fused multimodal representations can surpass heavier models and offers practical insights for cross-domain retrieval tasks, while noting reliance on external captioning models as a potential limitation.
Abstract
Composed Video Retrieval (CoVR) facilitates video retrieval by combining visual and textual queries. However, existing CoVR frameworks typically fuse multimodal inputs in a single stage, achieving only marginal gains over initial baseline. To address this, we propose a novel CoVR framework that leverages the representational power of Vision Language Models (VLMs). Our framework incorporates a novel cross-attention module X-Aligner, composed of cross-attention layers that progressively fuse visual and textual inputs and align their multimodal representation with that of the target video. To further enhance the representation of the multimodal query, we incorporate the caption of the visual query as an additional input. The framework is trained in two stages to preserve the pretrained VLM representation. In the first stage, only the newly introduced module is trained, while in the second stage, the textual query encoder is also fine-tuned. We implement our framework on top of BLIP-family architecture, namely BLIP and BLIP-2, and train it on the Webvid-CoVR data set. In addition to in-domain evaluation on Webvid-CoVR-Test, we perform zero-shot evaluations on the Composed Image Retrieval (CIR) data sets CIRCO and Fashion-IQ. Our framework achieves state-of-the-art performance on CoVR obtaining a Recall@1 of 63.93% on Webvid-CoVR-Test, and demonstrates strong zero-shot generalization on CIR tasks.
