CVIRDec 4, 2023

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

arXiv:2312.01998v238 citationsh-index: 38Has CodeCVPR
Originality Highly original
AI Analysis

This addresses the data efficiency problem for researchers and practitioners in image retrieval by enabling zero-shot composed retrieval without expensive triplet data.

The paper tackles the high cost of collecting triplet datasets for composed image retrieval by proposing a language-only training framework, LinCIR, which achieves state-of-the-art zero-shot performance on four benchmarks, including outperforming supervised methods on FashionIQ, with training completed in 48 minutes.

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

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes