Minimizing the Number of Keypoint Matching Queries for Object Retrieval

Johannes Niedermayer and Peer Kröger

Abstract

To increase the 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) and 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 kNN query runtimes for query precision. In this paper we address an approach complementary to indexing in order to improve the efficiency of retrieval by querying only the most promising keypoint descriptors, as this affects kNN matching time linearly. As this reduction of kNN queries reduces the number of tentative correspondences, a loss of query precision is minimized by an additional image-level correspondence generation stage with a computational performance independent of the underlying indexing structure. Our experimental evaluation suggests good performance on a variety of datasets.

Session

Poster 1

Files

PDF iconExtended Abstract (PDF, 112K)
PDF iconPaper (PDF, 297K)

DOI

10.5244/C.29.48
https://dx.doi.org/10.5244/C.29.48

Citation

Johannes Niedermayer and Peer Kröger. Minimizing the Number of Keypoint Matching Queries for Object Retrieval. In Xianghua Xie, Mark W. Jones, and Gary K. L. Tam, editors, Proceedings of the British Machine Vision Conference (BMVC), pages 48.1-48.13. BMVA Press, September 2015.

Bibtex

@inproceedings{BMVC2015_48,
	title={Minimizing the Number of Keypoint Matching Queries for Object Retrieval},
	author={Johannes Niedermayer and Peer Kröger},
	year={2015},
	month={September},
	pages={48.1-48.13},
	articleno={48},
	numpages={13},
	booktitle={Proceedings of the British Machine Vision Conference (BMVC)},
	publisher={BMVA Press},
	editor={Xianghua Xie, Mark W. Jones, and Gary K. L. Tam},
	doi={10.5244/C.29.48},
	isbn={1-901725-53-7},
	url={https://dx.doi.org/10.5244/C.29.48}
}