The Generalized PatchMatch Correspondence Algorithm
Abstract
PatchMatch is a fast algorithm for computing dense approximate nearest neighbor correspondences between patches of two image regions [1]. This paper generalizes PatchMatch in three ways: (1) to find k nearest neighbors, as opposed to just one, (2) to search across scales and rotations, in addition to just translations, and (3) to match using arbitrary descriptors and distances, not just sum-of-squared-differences on patch colors. In addition, we offer new search and parallelization strategies that further accelerate the method, and we show performance improvements over standard kd-tree techniques across a variety of inputs. In contrast to many previous matching algorithms, which for efficiency reasons have restricted matching to sparse interest points, or spatially proximate matches, our algorithm can efficiently find global, dense matches, even while matching across all scales and rotations. This is especially useful for computer vision applications, where our algorithm can be used as an efficient general-purpose component. We explore a variety of vision applications: denoising, finding forgeries by detecting cloned regions, symmetry detection, and object detection.
Cite
Text
Barnes et al. "The Generalized PatchMatch Correspondence Algorithm." European Conference on Computer Vision, 2010. doi:10.1007/978-3-642-15558-1_3Markdown
[Barnes et al. "The Generalized PatchMatch Correspondence Algorithm." European Conference on Computer Vision, 2010.](https://mlanthology.org/eccv/2010/barnes2010eccv-generalized/) doi:10.1007/978-3-642-15558-1_3BibTeX
@inproceedings{barnes2010eccv-generalized,
title = {{The Generalized PatchMatch Correspondence Algorithm}},
author = {Barnes, Connelly and Shechtman, Eli and Goldman, Dan B. and Finkelstein, Adam},
booktitle = {European Conference on Computer Vision},
year = {2010},
pages = {29-43},
doi = {10.1007/978-3-642-15558-1_3},
url = {https://mlanthology.org/eccv/2010/barnes2010eccv-generalized/}
}