ReCALL: Recalibrating Capability Degradation for MLLM-based Composed Image Retrieval
Tianyu Yang, ChenWei He, Xiangzhao Hao, Tianyue Wang, Jiarui Guo, Haiyun Guo, Leigang Qu, Jinqiao Wang, Tat-Seng Chua
TL;DR
This work identifies Capability Degradation when adapting generative Multimodal Large Language Models to discriminative CIR retrieval, where fine-grained compositional reasoning is lost. It proposes ReCALL, a model-agnostic diagnose-generate-refine framework that leverages a foundation model’s native reasoning to recalibrate the retriever’s embedding space through self-guided mining, CoT-based corrective generation, VQA-based filtering, and grouped contrastive refinement. The method demonstrates state-of-the-art results on CIRR and FashionIQ, validating its effectiveness in recovering fine-grained visual-semantic distinctions and enhancing robustness against hard negatives. The approach offers a scalable path for integrating powerful MLLMs into retrieval systems without sacrificing their core reasoning capabilities, with potential broad impact on CIR applications and beyond.
Abstract
Composed Image Retrieval (CIR) aims to retrieve target images based on a hybrid query comprising a reference image and a modification text. Early dual-tower Vision-Language Models (VLMs) struggle with cross-modality compositional reasoning required for this task. Recently, adapting generative Multimodal Large Language Models (MLLMs) for retrieval offers a promising direction. However, we identify that this adaptation strategy overlooks a fundamental issue: adapting a generative MLLM into a single-embedding discriminative retriever triggers a paradigm conflict, which leads to Capability Degradation - the deterioration of native fine-grained reasoning after retrieval adaptation. To address this challenge, we propose ReCALL (Recalibrating Capability Degradation), a model-agnostic framework that follows a diagnose-generate-refine pipeline: Firstly, we diagnose cognitive blind spots of the retriever via self-guided informative instance mining. Next, we generate corrective instructions and triplets by CoT prompting the foundation MLLM and conduct quality control with VQA-based consistency filtering. Finally, we refine the retriever through continual training on these triplets with a grouped contrastive scheme, thereby internalizing fine-grained visual-semantic distinctions and realigning the discriminative embedding space of retriever with intrinsic compositional reasoning within the MLLM. Extensive experiments on CIRR and FashionIQ show that ReCALL consistently recalibrates degraded capabilities and achieves state-of-the-art performance. Code will be released soon.
