CVAIApr 17, 2024

Improving Composed Image Retrieval via Contrastive Learning with Scaling Positives and Negatives

arXiv:2404.11317v225 citationsh-index: 6Has CodeMM
Originality Incremental advance
AI Analysis

This work addresses the high annotation costs and limited data in CIR, which is important for applications like e-commerce and image search, though it is incremental as it builds on existing contrastive learning methods.

The paper tackles the problem of limited positive and negative examples in Composed Image Retrieval (CIR) by proposing a data generation method using a multi-modal large language model and a two-stage fine-tuning framework, achieving state-of-the-art results on FashionIQ and CIRR datasets.

The Composed Image Retrieval (CIR) task aims to retrieve target images using a composed query consisting of a reference image and a modified text. Advanced methods often utilize contrastive learning as the optimization objective, which benefits from adequate positive and negative examples. However, the triplet for CIR incurs high manual annotation costs, resulting in limited positive examples. Furthermore, existing methods commonly use in-batch negative sampling, which reduces the negative number available for the model. To address the problem of lack of positives, we propose a data generation method by leveraging a multi-modal large language model to construct triplets for CIR. To introduce more negatives during fine-tuning, we design a two-stage fine-tuning framework for CIR, whose second stage introduces plenty of static representations of negatives to optimize the representation space rapidly. The above two improvements can be effectively stacked and designed to be plug-and-play, easily applied to existing CIR models without changing their original architectures. Extensive experiments and ablation analysis demonstrate that our method effectively scales positives and negatives and achieves state-of-the-art results on both FashionIQ and CIRR datasets. In addition, our method also performs well in zero-shot composed image retrieval, providing a new CIR solution for the low-resources scenario. Our code and data are released at https://github.com/BUAADreamer/SPN4CIR.

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