Minimizing the Number of Matching Queries for Object Retrieval
Johannes Niedermayer, Peer Kr\"oger

TL;DR
This paper proposes a method to improve object retrieval efficiency by reducing the number of kNN queries, using image-level correspondence generation to maintain accuracy, demonstrated across various datasets with SIFT and binary descriptors.
Contribution
It introduces an approach that decreases kNN queries for faster retrieval while preserving accuracy through image-level correspondence generation, independent of indexing structures.
Findings
Reducing queried descriptors does not significantly harm result quality.
Image-level correspondence generation helps maintain high recall and MAP.
The method improves retrieval efficiency across multiple datasets.
Abstract
To increase the computational efficiency of interest-point based object retrieval, researchers have put remarkable research efforts into improving the efficiency of kNN-based feature matching, pursuing to match thousands of features against a database within fractions of a second. However, due to the high-dimensional nature of image features that reduces the effectivity of index structures (curse of dimensionality), due to the vast amount of features stored in image databases (images are often represented by up to several thousand features), this ultimate goal demanded to trade query runtimes for query precision. In this paper we address an approach complementary to indexing in order to improve the runtimes of retrieval by querying only the most promising keypoint descriptors, as this affects matching runtimes linearly and can therefore lead to increased efficiency. As this reduction of…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Robotics and Sensor-Based Localization · Image Retrieval and Classification Techniques
