Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Language-only Efficient Training of Zero-shot Composed Image Retrieval

About

Composed image retrieval (CIR) task takes a composed query of image and text, aiming to search relative images for both conditions. Conventional CIR approaches need a training dataset composed of triplets of query image, query text, and target image, which is very expensive to collect. Several recent works have worked on the zero-shot (ZS) CIR paradigm to tackle the issue without using pre-collected triplets. However, the existing ZS-CIR methods show limited backbone scalability and generalizability due to the lack of diversity of the input texts during training. We propose a novel CIR framework, only using language for its training. Our LinCIR (Language-only training for CIR) can be trained only with text datasets by a novel self-supervision named self-masking projection (SMP). We project the text latent embedding to the token embedding space and construct a new text by replacing the keyword tokens of the original text. Then, we let the new and original texts have the same latent embedding vector. With this simple strategy, LinCIR is surprisingly efficient and highly effective; LinCIR with CLIP ViT-G backbone is trained in 48 minutes and shows the best ZS-CIR performances on four different CIR benchmarks, CIRCO, GeneCIS, FashionIQ, and CIRR, even outperforming supervised method on FashionIQ. Code is available at https://github.com/navervision/lincir

Geonmo Gu, Sanghyuk Chun, Wonjae Kim, Yoohoon Kang, Sangdoo Yun• 2023

Related benchmarks

TaskDatasetResultRank
Composed Image RetrievalCIRR (test)
Recall@135.25
887
Composed Image RetrievalFashionIQ (val)
Average Recall@1026.28
653
Composed Image RetrievalCIRCO (test)
mAP@1021.01
432
Composed Image RetrievalFashion-IQ (test)
Average Recall@100.4511
200
Composed Image Retrieval (Image-Text to Image)CIRR
Recall@134.9
168
Composed Image RetrievalFashion-IQ
Average Recall@5065.69
133
Composed Image RetrievalFashionIQ Shirt
Recall@1046.76
92
Composed Image RetrievalFashionIQ (Dress)
Recall@1038.08
67
Composed Image RetrievalFashionIQ Toptee
Recall@1050.48
41
Composed Image RetrievalCIRR Subset (test)
R@163.35
40
Showing 10 of 17 rows

Other info

Code

Follow for update