paper-with-me

Papers

Candidate Set Re-ranking for Composed Image Retrieval with Dual Multi-modal Encoder

2023-05-25 · Zheyuan Liu, Weixuan Sun, Damien Teney, Stephen Gould

Composed image retrieval aims to find an image that best matches a given multi-modal user query consisting of a reference image and text pair. Existing methods commonly pre-compute image embeddings over the entire corpus and compare these to a reference image embedding modified by the query text at test time. Such a pipeline is very efficient at test time since fast vector distances can be used to evaluate candidates, but modifying the reference image embedding guided only by a short textual description can be difficult, especially independent of potential candidates. An alternative approach is to allow interactions between the query and every possible candidate, i.e., reference-text-candidate triplets, and pick the best from the entire set. Though this approach is more discriminative, for large-scale datasets the computational cost is prohibitive since pre-computation of candidate embeddings is no longer possible. We propose to combine the merits of both schemes using a two-stage model. Our first stage adopts the conventional vector distancing metric and performs a fast pruning among candidates. Meanwhile, our second stage employs a dual-encoder architecture, which effectively attends to the input triplet of reference-text-candidate and re-ranks the candidates. Both stages utilize a vision-and-language pre-trained network, which has proven beneficial for various downstream tasks. Our method consistently outperforms state-of-the-art approaches on standard benchmarks for the task. Our implementation is available at https://github.com/Cuberick-Orion/Candidate-Reranking-CIR.

📄 PDF Abstract BibTeX arXiv:2305.16304

Code (2)

Cuberick-Orion/Candidate-Reranking-CIR 공식 구현 pytorch
Cuberick-Orion/Bi-Blip4CIR pytorch

Tasks

Composed Image Retrieval (CoIR)Image RetrievalRerankingRe-RankingRetrievalTriplet

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

Dual-Route Top-K Retrieval with 1v1 VLM Reranking for the CoVR-R

2026-05-31 · Yuyang Sun, Yongliang Wu, Xingyu Zhu, Yuxia Chen 외 arxiv

We describe \emph{Dual-Route Top-K Retrieval with 1v1 VLM Reranking} for the CoVR-R challenge. The method treats composed video retrieval as two coupled problems: finding a sufficiently complete top-k candidate set, and …

Video Retrieval

R^3: Composed Video Retrieval via Reasoning-Guided Recalling and Re-ranking

2026-05-31 · Zixu Li, Yupeng Hu, Zhiheng Fu, Zhiwei Chen 외 arxiv

The CoVR-R challenge evaluates composed video retrieval, where a system must retrieve a target video from a large gallery given a reference video and a textual edit instruction. This setting is not a standard video-text …

Video-Text RetrievalVideo Retrieval

UniCVR: From Alignment to Reranking for Unified Zero-Shot Composed Visual Retrieval

2026-04-22 · Haokun Wen, Xuemeng Song, Haoyu Zhang, Xiangyu Zhao 외 arxiv

Composed image retrieval, multi-turn composed image retrieval, and composed video retrieval all share a common paradigm: composing the reference visual with modification text to retrieve the desired target. Despite this …

Contrastive LearningImage RetrievalVideo Retrieval

G-MIXER: Geodesic Mixup-based Implicit Semantic Expansion and Explicit Semantic Re-ranking for Zero-Shot Composed Image Retrieval

2026-04-16 · Jiyoung Lim, Heejae Yang, Jee-Hyong Lee arxiv

Composed Image Retrieval (CIR) aims to retrieve target images by integrating a reference image with a corresponding modification text. CIR requires jointly considering the explicit semantics specified in the query and th…

Image Retrieval

Chain-of-Thought Re-ranking for Image Retrieval Tasks

2025-09-18 · Shangrong Wu, Yanghong Zhou, Yang Chen, Feng Zhang 외 arxiv

Image retrieval remains a fundamental yet challenging problem in computer vision. While recent advances in Multimodal Large Language Models (MLLMs) have demonstrated strong reasoning capabilities, existing methods typica…

Chat-based Image RetrievalMultimodal Reasoning