SOTAVerified

Large-Scale Image Retrieval with Attentive Deep Local Features

2016-12-19ICCV 2017Code Available0· sign in to hype

Hyeonwoo Noh, Andre Araujo, Jack Sim, Tobias Weyand, Bohyung Han

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose an attentive local feature descriptor suitable for large-scale image retrieval, referred to as DELF (DEep Local Feature). The new feature is based on convolutional neural networks, which are trained only with image-level annotations on a landmark image dataset. To identify semantically useful local features for image retrieval, we also propose an attention mechanism for keypoint selection, which shares most network layers with the descriptor. This framework can be used for image retrieval as a drop-in replacement for other keypoint detectors and descriptors, enabling more accurate feature matching and geometric verification. Our system produces reliable confidence scores to reject false positives---in particular, it is robust against queries that have no correct match in the database. To evaluate the proposed descriptor, we introduce a new large-scale dataset, referred to as Google-Landmarks dataset, which involves challenges in both database and query such as background clutter, partial occlusion, multiple landmarks, objects in variable scales, etc. We show that DELF outperforms the state-of-the-art global and local descriptors in the large-scale setting by significant margins. Code and dataset can be found at the project webpage: https://github.com/tensorflow/models/tree/master/research/delf .

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Oxf105kDELF+FT+ATT+DIR+QEMAP88.5Unverified
Oxf105kDELF+FT+ATTMAP82.6Unverified
Oxf5kDELF+FT+ATT+DIR+QEMAP90Unverified
Oxf5kDELF+FT+ATTMAP83.8Unverified
Par106kDELF+FT+ATTmAP81.7Unverified
Par106kDELF+FT+ATT+DIR+QEmAP92.8Unverified
Par6kDELF+FT+ATT+DIR+QEmAP95.7Unverified
Par6kDELF+FT+ATTmAP85Unverified
ROxford (Hard)DELF–ASMK*+SPmAP43.1Unverified
ROxford (Hard)DELF–HQE+SPmAP50.3Unverified
ROxford (Medium)DELF–ASMK*+SPmAP67.8Unverified
ROxford (Medium)DELF–HQE+SPmAP73.4Unverified
RParis (Hard)DELF–HQE+SPmAP69.3Unverified
RParis (Hard)DELF–ASMK*+SPmAP55.4Unverified
RParis (Medium)DELF–HQE+SPmAP84Unverified
RParis (Medium)DELF–ASMK*+SPmAP76.9Unverified

Reproductions