paper-with-me

Papers

Instance-level Image Retrieval using Reranking Transformers

2021-03-22 · ICCV 2021 10 · Fuwen Tan, Jiangbo Yuan, Vicente Ordonez

Instance-level image retrieval is the task of searching in a large database for images that match an object in a query image. To address this task, systems usually rely on a retrieval step that uses global image descriptors, and a subsequent step that performs domain-specific refinements or reranking by leveraging operations such as geometric verification based on local features. In this work, we propose Reranking Transformers (RRTs) as a general model to incorporate both local and global features to rerank the matching images in a supervised fashion and thus replace the relatively expensive process of geometric verification. RRTs are lightweight and can be easily parallelized so that reranking a set of top matching results can be performed in a single forward-pass. We perform extensive experiments on the Revisited Oxford and Paris datasets, and the Google Landmarks v2 dataset, showing that RRTs outperform previous reranking approaches while using much fewer local descriptors. Moreover, we demonstrate that, unlike existing approaches, RRTs can be optimized jointly with the feature extractor, which can lead to feature representations tailored to downstream tasks and further accuracy improvements. The code and trained models are publicly available at https://github.com/uvavision/RerankingTransformer.

📄 PDF Abstract BibTeX arXiv:2103.12236

Code (1)

uvavision/rerankingtransformer 공식 구현 pytorch

Tasks

Image RetrievalRerankingRetrieval

Similar Papers 제목 키워드 기반

Image Complexity-Aware Adaptive Retrieval for Efficient Vision-Language Models

2025-12-17 · Mikel Williams-Lekuona, Georgina Cosma arxiv

Vision transformers in vision-language models typically use the same amount of compute for every image, regardless of whether it is simple or complex. We propose ICAR (Image Complexity-Aware Retrieval), an adaptive compu…

Image-text matching

MUVR: A Multi-Modal Untrimmed Video Retrieval Benchmark with Multi-Level Visual Correspondence

2025-10-24 · Yue Feng, Jinwei Hu, Qijia Lu, Jiawei Niu 외 arxiv

We propose the Multi-modal Untrimmed Video Retrieval task, along with a new benchmark (MUVR) to advance video retrieval for long-video platforms. MUVR aims to retrieve untrimmed videos containing relevant segments using …

Video Retrieval

CraterBench-R: Instance-Level Crater Retrieval for Planetary Scale

2026-04-06 · Jichao Fang, Lei Zhang, Michael Phillips, Wei Luo arxiv

Impact craters are a cornerstone of planetary surface analysis. However, while most deep learning pipelines treat craters solely as a detection problem, critical scientific workflows such as catalog deduplication, cross-…

Image Retrieval

TempRet: Temporal Enhancement and Two-Stage Reranking for CVPR 2026 EPIC-KITCHENS-100 Multi-Instance Retrieval Challenge

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

Video-text retrieval has witnessed remarkable progress driven by large-scale vision-language pretraining, yet most existing approaches inherit an implicit assumption from image-text retrieval: that visual semantics can b…

Video-Text RetrievalImage-text matchingVideo Retrieval

Patch-wise Retrieval: A Bag of Practical Techniques for Instance-level Matching

2025-12-14 · Wonseok Choi, Sohwi Lim, Nam Hyeon-Woo, Moon Ye-Bin 외 arxiv

Instance-level image retrieval aims to find images containing the same object as a given query, despite variations in size, position, or appearance. To address this challenging task, we propose Patchify, a simple yet eff…

Image Retrieval