Instance-level Image Retrieval using Reranking Transformers
Fuwen Tan, Jiangbo Yuan, Vicente Ordonez

TL;DR
This paper introduces Reranking Transformers (RRTs), a lightweight, supervised model that combines local and global features to improve image retrieval accuracy and efficiency, replacing traditional geometric verification methods.
Contribution
The authors propose RRTs, a novel reranking approach that outperforms previous methods, is computationally efficient, and can be jointly optimized with feature extractors for enhanced performance.
Findings
RRTs outperform previous reranking methods on multiple datasets.
RRTs require fewer local descriptors, reducing computational cost.
Joint optimization of RRTs with feature extractors improves retrieval accuracy.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques · Medical Image Segmentation Techniques
