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

4 Dec 2023  ยท  Geonmo Gu, Sanghyuk Chun, Wonjae Kim, Yoohoon Kang, Sangdoo Yun ยท

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

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Zero-Shot Composed Image Retrieval (ZS-CIR) CIRCO LinCIR (CLIP L/14) mAP@10 13.58 # 4
Zero-Shot Composed Image Retrieval (ZS-CIR) CIRCO LinCIR (CLIP G/14) mAP@10 21.01 # 2
Zero-Shot Composed Image Retrieval (ZS-CIR) CIRR LinCIR (CLIP L/14) R@5 53.25 # 11
Zero-Shot Composed Image Retrieval (ZS-CIR) CIRR LinCIR (CLIP G/14) R@5 64.72 # 3
Zero-Shot Composed Image Retrieval (ZS-CIR) Fashion IQ LinCIR (CLIP G/14) (Recall@10+Recall@50)/2 55.40 # 1
Zero-Shot Composed Image Retrieval (ZS-CIR) Fashion IQ LinCIR (CLIP L/14) (Recall@10+Recall@50)/2 36.39 # 8

Methods