Shape Indexing Using Approximate Nearest-Neighbour Search in High-Dimensional Spaces

Abstract

Shape indexing is a way of making rapid associations between features detected in an image and object models that could have produced them. When model databases are large, the use of high-dimensionalfeatures is critical, due to the improved level of discrimination they can provide. Unfortunately, finding the nearest neighbour to a query point rapidly becomes inefficient as the dimensionality of the feature space increases. Past indexing methods have used hash tables for hypothesis recovery, but only in low-dimensional situations. In this paper, we show that a new variant of the-d tree search algorithm makes indexing in higherdimensional spaces practical. This Best Bin First, or BBF, search is an approximate algorithm which finds the nearest neighbour for a large fraction of the queries, and a very close neighbour in the remaining cases. The technique has been integrated into a fully developed recognition system, which is able to detect complex objects in real, cluttered scenes in just a few seconds. 1.

Cite

Text

Beis and Lowe. "Shape Indexing Using Approximate Nearest-Neighbour Search in High-Dimensional Spaces." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1997. doi:10.1109/CVPR.1997.609451

Markdown

[Beis and Lowe. "Shape Indexing Using Approximate Nearest-Neighbour Search in High-Dimensional Spaces." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1997.](https://mlanthology.org/cvpr/1997/beis1997cvpr-shape/) doi:10.1109/CVPR.1997.609451

BibTeX

@inproceedings{beis1997cvpr-shape,
  title     = {{Shape Indexing Using Approximate Nearest-Neighbour Search in High-Dimensional Spaces}},
  author    = {Beis, Jeffrey S. and Lowe, David G.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {1997},
  pages     = {1000-1006},
  doi       = {10.1109/CVPR.1997.609451},
  url       = {https://mlanthology.org/cvpr/1997/beis1997cvpr-shape/}
}