Training-free Zero-shot Composed Image Retrieval with Local Concept Reranking
Shitong Sun, Fanghua Ye, Shaogang Gong
TL;DR
The paper addresses the high cost and opaqueness of learning-based zero-shot composed image retrieval by introducing a training-free framework that converts a composed image-text query into explicit text. It combines a Global Retrieval Baseline (GRB) that generates a pseudo target caption and searches in a BLIP2-aligned text-image space, with a Local Concept Re-Ranking (LCR) that identifies discriminative local concepts using an LLM and a vision-language model, then fuses global and local scores. This two-stage approach delivers competitive performance to state-of-the-art triplet-trained methods and substantially improves over other training-free baselines, especially on open-domain datasets, while providing interpretable local attributes. The method reduces computational overhead and enhances generalization by avoiding task-specific training and by leveraging prompt-driven reasoning and explicit concept reasoning for robust CIR.
Abstract
Composed image retrieval attempts to retrieve an image of interest from gallery images through a composed query of a reference image and its corresponding modified text. It has recently attracted attention due to the collaboration of information-rich images and concise language to precisely express the requirements of target images. Most current composed image retrieval methods follow a supervised learning approach to training on a costly triplet dataset composed of a reference image, modified text, and a corresponding target image. To avoid difficult to-obtain labeled triplet training data, zero-shot composed image retrieval (ZS-CIR) has been introduced, which aims to retrieve the target image by learning from image-text pairs (self-supervised triplets), without the need for human-labeled triplets. However, this self-supervised triplet learning approach is computationally less effective and less understandable as it assumes the interaction between image and text is conducted with implicit query embedding without explicit semantical interpretation. In this work, we present a new training-free zero-shot composed image retrieval method which translates the query into explicit human-understandable text. This helps improve model learning efficiency to enhance the generalization capacity of foundation models. Further, we introduce a Local Concept Re-ranking (LCR) mechanism to focus on discriminative local information extracted from the modified instructions. Extensive experiments on four ZS-CIR benchmarks show that our method achieves comparable performances to that of the state of-the-art triplet training based methods, but significantly outperforms other training-free methods on the open domain datasets (CIRR, CIRCO and COCO), as well as the fashion domain dataset (FashionIQ).
