CVJan 20

Fine-Grained Zero-Shot Composed Image Retrieval with Complementary Visual-Semantic Integration

arXiv:2601.14060v1h-index: 5Has CodeICDM
Originality Incremental advance
AI Analysis

This addresses a practical problem in image retrieval for users needing to modify images with text descriptions, though it appears incremental as it builds on existing ZS-CIR frameworks.

The paper tackles the problem of zero-shot composed image retrieval (ZS-CIR), where existing methods struggle with fine-grained changes and visual-semantic integration, by proposing CVSI with complementary visual-semantic components; it achieves state-of-the-art performance on three public datasets (CIRR, CIRCO, FashionIQ).

Zero-shot composed image retrieval (ZS-CIR) is a rapidly growing area with significant practical applications, allowing users to retrieve a target image by providing a reference image and a relative caption describing the desired modifications. Existing ZS-CIR methods often struggle to capture fine-grained changes and integrate visual and semantic information effectively. They primarily rely on either transforming the multimodal query into a single text using image-to-text models or employing large language models for target image description generation, approaches that often fail to capture complementary visual information and complete semantic context. To address these limitations, we propose a novel Fine-Grained Zero-Shot Composed Image Retrieval method with Complementary Visual-Semantic Integration (CVSI). Specifically, CVSI leverages three key components: (1) Visual Information Extraction, which not only extracts global image features but also uses a pre-trained mapping network to convert the image into a pseudo token, combining it with the modification text and the objects most likely to be added. (2) Semantic Information Extraction, which involves using a pre-trained captioning model to generate multiple captions for the reference image, followed by leveraging an LLM to generate the modified captions and the objects most likely to be added. (3) Complementary Information Retrieval, which integrates information extracted from both the query and database images to retrieve the target image, enabling the system to efficiently handle retrieval queries in a variety of situations. Extensive experiments on three public datasets (e.g., CIRR, CIRCO, and FashionIQ) demonstrate that CVSI significantly outperforms existing state-of-the-art methods. Our code is available at https://github.com/yyc6631/CVSI.

Foundations

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

Your Notes