HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Instance-level Image Retrieval using Reranking Transformers

Fuwen Tan Jiangbo Yuan Vicente Ordonez

Instance-level Image Retrieval using Reranking Transformers

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 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.

Code Repositories

uvavision/rerankingtransformer
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
image-retrieval-on-roxford-hardDELG+ α QE reranking+ RRT reranking
mAP: 64
image-retrieval-on-roxford-mediumDELG+ α QE reranking + RRT reranking
mAP: 80.4
image-retrieval-on-rparis-hardDELG+ α QE reranking + RRT reranking
mAP: 77.7
image-retrieval-on-rparis-mediumDELG+ α QE reranking + RRT reranking
mAP: 88.5

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Instance-level Image Retrieval using Reranking Transformers | Papers | HyperAI