paper-with-me

Papers

Data-Efficient Generalization for Zero-shot Composed Image Retrieval

2025-03-07 · Zining Chen, Zhicheng Zhao, Fei Su, Xiaoqin Zhang, Shijian Lu

Zero-shot Composed Image Retrieval (ZS-CIR) aims to retrieve the target image based on a reference image and a text description without requiring in-distribution triplets for training. One prevalent approach follows the vision-language pretraining paradigm that employs a mapping network to transfer the image embedding to a pseudo-word token in the text embedding space. However, this approach tends to impede network generalization due to modality discrepancy and distribution shift between training and inference. To this end, we propose a Data-efficient Generalization (DeG) framework, including two novel designs, namely, Textual Supplement (TS) module and Semantic-Set (S-Set). The TS module exploits compositional textual semantics during training, enhancing the pseudo-word token with more linguistic semantics and thus mitigating the modality discrepancy effectively. The S-Set exploits the zero-shot capability of pretrained Vision-Language Models (VLMs), alleviating the distribution shift and mitigating the overfitting issue from the redundancy of the large-scale image-text data. Extensive experiments over four ZS-CIR benchmarks show that DeG outperforms the state-of-the-art (SOTA) methods with much less training data, and saves substantial training and inference time for practical usage.

📄 PDF Abstract BibTeX arXiv:2503.05204

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalRetrievalZero-Shot Composed Image Retrieval (ZS-CIR)

Methods 이 논문이 사용한 방법론

TS Spatio-temporal features extraction that measure the stabilty. The proposed method is based on a compression algorithm named Run Length Encoding. The workflow of the method is…

Similar Papers 제목 키워드 기반

Pic2Word: Mapping Pictures to Words for Zero-shot Composed Image Retrieval

2023-02-06 · CVPR 2023 1 · Kuniaki Saito, Kihyuk Sohn, Xiang Zhang, Chun-Liang Li 외

In Composed Image Retrieval (CIR), a user combines a query image with text to describe their intended target. Existing methods rely on supervised learning of CIR models using labeled triplets consisting of the query imag…

AttributeComposed Image Retrieval (CoIR)Image RetrievalRetrieval+2

Training-free Zero-shot Composed Image Retrieval with Local Concept Reranking

2023-12-14 · Shitong Sun, Fanghua Ye, Shaogang Gong

Composed image retrieval attempts to retrieve an image of interest from gallery images through a composed query of a reference image and its corresponding modified text. It has recently attracted attention due to the col…

Image RetrievalRerankingRe-RankingRetrieval+2

HyCIR: Boosting Zero-Shot Composed Image Retrieval with Synthetic Labels

2024-07-08 · Yingying Jiang, Hanchao Jia, Xiaobing Wang, Peng Hao

Composed Image Retrieval (CIR) aims to retrieve images based on a query image with text. Current Zero-Shot CIR (ZS-CIR) methods try to solve CIR tasks without using expensive triplet-labeled training datasets. However, t…

Contrastive LearningImage RetrievalImage to textLanguage Modelling+4

Knowledge-Enhanced Dual-stream Zero-shot Composed Image Retrieval

2024-03-24 · CVPR 2024 1 · Yucheng Suo, Fan Ma, Linchao Zhu, Yi Yang

We study the zero-shot Composed Image Retrieval (ZS-CIR) task, which is to retrieve the target image given a reference image and a description without training on the triplet datasets. Previous works generate pseudo-word…

AttributeImage RetrievalRetrievalTriplet+1

HOLa: Zero-Shot HOI Detection with Low-Rank Decomposed VLM Feature Adaptation

2025-07-21 · Qinqian Lei, Bo Wang, Robby T. Tan arxiv

Zero-shot human-object interaction (HOI) detection remains a challenging task, particularly in generalizing to unseen actions. Existing methods address this challenge by tapping Vision-Language Models (VLMs) to access kn…