Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CoLLM: A Large Language Model for Composed Image Retrieval

About

Composed Image Retrieval (CIR) is a complex task that aims to retrieve images based on a multimodal query. Typical training data consists of triplets containing a reference image, a textual description of desired modifications, and the target image, which are expensive and time-consuming to acquire. The scarcity of CIR datasets has led to zero-shot approaches utilizing synthetic triplets or leveraging vision-language models (VLMs) with ubiquitous web-crawled image-caption pairs. However, these methods have significant limitations: synthetic triplets suffer from limited scale, lack of diversity, and unnatural modification text, while image-caption pairs hinder joint embedding learning of the multimodal query due to the absence of triplet data. Moreover, existing approaches struggle with complex and nuanced modification texts that demand sophisticated fusion and understanding of vision and language modalities. We present CoLLM, a one-stop framework that effectively addresses these limitations. Our approach generates triplets on-the-fly from image-caption pairs, enabling supervised training without manual annotation. We leverage Large Language Models (LLMs) to generate joint embeddings of reference images and modification texts, facilitating deeper multimodal fusion. Additionally, we introduce Multi-Text CIR (MTCIR), a large-scale dataset comprising 3.4M samples, and refine existing CIR benchmarks (CIRR and Fashion-IQ) to enhance evaluation reliability. Experimental results demonstrate that CoLLM achieves state-of-the-art performance across multiple CIR benchmarks and settings. MTCIR yields competitive results, with up to 15% performance improvement. Our refined benchmarks provide more reliable evaluation metrics for CIR models, contributing to the advancement of this important field.

Chuong Huynh, Jinyu Yang, Ashish Tawari, Mubarak Shah, Son Tran, Raffay Hamid, Trishul Chilimbi, Abhinav Shrivastava• 2025

Related benchmarks

TaskDatasetResultRank
Composed Image RetrievalCIRR (test)
Recall@145.8
481
Composed Image RetrievalFashionIQ (val)
Shirt Recall@1039.6
455
Composed Image Retrieval (Image-Text to Image)CIRR--
75
Composed Image RetrievalCIRCO--
63
Compositional Image RetrievalFashionIQ 1.0 (val)
Average Recall@1034.6
42
Composed Image RetrievalFashion-IQ
Average Recall@1034.6
40
Composed Image RetrievalCIRCO 1.0 (test)
mAP@520.3
36
Composed Image RetrievalCIRR 1.0 (val)
Recall@135
15
Composed Image RetrievalFashion-IQ synthetic triplet datasets (test)
Recall@1039.1
7
Showing 9 of 9 rows

Other info

Code

Follow for update