Image2Sentence based Asymmetrical Zero-shot Composed Image Retrieval
Yongchao Du, Min Wang, Wengang Zhou, Shuping Hui, Houqiang Li
TL;DR
This work tackles zero-shot composed image retrieval under practical deployment constraints by introducing asymmetric retrieval (light on the query side, heavy on the gallery side) and an adaptive token learner that maps an image to a sentence in a pre-trained vision-language embedding space. By concatenating the generated sentence tokens with a text modifier and leveraging a frozen, large VL foundation model, the approach learns from unlabeled images using global contrastive distillation (GCD) and local alignment regularization (LAR) to align the lightweight and VL representations. Experiments on CIRR, FashionIQ, and CIRCO show that ISA outperforms symmetric zero-shot baselines and prior ZSCIR methods, while offering improved efficiency and deployment flexibility on resource-constrained devices. The results demonstrate the practical impact of adaptive sentence-level representation and cross-modal alignment for robust, scalable CIR in real-world applications.
Abstract
The task of composed image retrieval (CIR) aims to retrieve images based on the query image and the text describing the users' intent. Existing methods have made great progress with the advanced large vision-language (VL) model in CIR task, however, they generally suffer from two main issues: lack of labeled triplets for model training and difficulty of deployment on resource-restricted environments when deploying the large vision-language model. To tackle the above problems, we propose Image2Sentence based Asymmetric zero-shot composed image retrieval (ISA), which takes advantage of the VL model and only relies on unlabeled images for composition learning. In the framework, we propose a new adaptive token learner that maps an image to a sentence in the word embedding space of VL model. The sentence adaptively captures discriminative visual information and is further integrated with the text modifier. An asymmetric structure is devised for flexible deployment, in which the lightweight model is adopted for the query side while the large VL model is deployed on the gallery side. The global contrastive distillation and the local alignment regularization are adopted for the alignment between the light model and the VL model for CIR task. Our experiments demonstrate that the proposed ISA could better cope with the real retrieval scenarios and further improve retrieval accuracy and efficiency.
