Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Instance-level Image Retrieval using Reranking Transformers

About

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.

Fuwen Tan, Jiangbo Yuan, Vicente Ordonez• 2021

Related benchmarks

TaskDatasetResultRank
Image RetrievalStanford Online Products (test)
Recall@184.5
220
Image RetrievalRevisited Oxford (ROxf) (Medium)
mAP80.5
124
Image RetrievalRevisited Paris (RPar) (Hard)
mAP78.1
115
Image RetrievalRevisited Paris (RPar) (Medium)
mAP89.1
100
Image RetrievalRevisited Oxford (ROxf) + R1M (Medium)
mAP81
95
Image RetrievalRevisited Oxford (ROxf) + R1M (Hard)
mAP66.1
83
Image RetrievalRevisited Paris (RPar) + R1M (Hard)
mAP57.1
82
Image RetrievalRevisited Oxford (ROxf) (Hard)
mAP64.2
81
Image RetrievalRevisited Paris (RPar) + R1M (Medium)
mAP74.8
74
Image RetrievalSOP (test)
Recall@181.9
42
Showing 10 of 30 rows

Other info

Code

Follow for update