What Is a Good Nearest Neighbors Algorithm for Finding Similar Patches in Images?
Abstract
Many computer vision algorithms require searching a set of images for similar patches, which is a very expensive operation. In this work, we compare and evaluate a number of nearest neighbors algorithms for speeding up this task. Since image patches follow very different distributions from the uniform and Gaussian distributions that are typically used to evaluate nearest neighbors methods, we determine the method with the best performance via extensive experimentation on real images. Furthermore, we take advantage of the inherent structure and properties of images to achieve highly efficient implementations of these algorithms. Our results indicate that vantage point trees, which are not well known in the vision community, generally offer the best performance.
Cite
Text
Kumar et al. "What Is a Good Nearest Neighbors Algorithm for Finding Similar Patches in Images?." European Conference on Computer Vision, 2008. doi:10.1007/978-3-540-88688-4_27Markdown
[Kumar et al. "What Is a Good Nearest Neighbors Algorithm for Finding Similar Patches in Images?." European Conference on Computer Vision, 2008.](https://mlanthology.org/eccv/2008/kumar2008eccv-good/) doi:10.1007/978-3-540-88688-4_27BibTeX
@inproceedings{kumar2008eccv-good,
title = {{What Is a Good Nearest Neighbors Algorithm for Finding Similar Patches in Images?}},
author = {Kumar, Neeraj and Zhang, Li and Nayar, Shree K.},
booktitle = {European Conference on Computer Vision},
year = {2008},
pages = {364-378},
doi = {10.1007/978-3-540-88688-4_27},
url = {https://mlanthology.org/eccv/2008/kumar2008eccv-good/}
}