SOTAVerified

Data Roaming and Quality Assessment for Composed Image Retrieval

2023-03-16Code Available1· sign in to hype

Matan Levy, Rami Ben-Ari, Nir Darshan, Dani Lischinski

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The task of Composed Image Retrieval (CoIR) involves queries that combine image and text modalities, allowing users to express their intent more effectively. However, current CoIR datasets are orders of magnitude smaller compared to other vision and language (V&L) datasets. Additionally, some of these datasets have noticeable issues, such as queries containing redundant modalities. To address these shortcomings, we introduce the Large Scale Composed Image Retrieval (LaSCo) dataset, a new CoIR dataset which is ten times larger than existing ones. Pre-training on our LaSCo, shows a noteworthy improvement in performance, even in zero-shot. Furthermore, we propose a new approach for analyzing CoIR datasets and methods, which detects modality redundancy or necessity, in queries. We also introduce a new CoIR baseline, the Cross-Attention driven Shift Encoder (CASE). This baseline allows for early fusion of modalities using a cross-attention module and employs an additional auxiliary task during training. Our experiments demonstrate that this new baseline outperforms the current state-of-the-art methods on established benchmarks like FashionIQ and CIRR.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIRRCASE (Pre-trained on LaSCo.Ca)(Recall@5+Recall_subset@1)/278.25Unverified
CIRRCASE(Recall@5+Recall_subset@1)/277.5Unverified
Fashion IQCASE(Recall@10+Recall@50)/259.73Unverified
LaSCoCASERecall@1 (%)7.08Unverified
LaSCoBLIP4CIRRecall@1 (%)4.26Unverified

Reproductions