Fast-Match: Fast Affine Template Matching

Simon Korman,Daniel Reichman,Gilad Tsur,Shai Avidan
DOI: https://doi.org/10.1007/s11263-016-0926-1
IF: 13.369
2016-07-12
International Journal of Computer Vision
Abstract:Fast-Match is a fast algorithm for approximate template matching under 2D affine transformations that minimizes the Sum-of-Absolute-Differences (SAD) error measure. There is a huge number of transformations to consider but we prove that they can be sampled using a density that depends on the smoothness of the image. For each potential transformation, we approximate the SAD error using a sublinear algorithm that randomly examines only a small number of pixels. We further accelerate the algorithm using a branch-and-bound-like scheme. As images are known to be piecewise smooth, the result is a practical affine template matching algorithm with approximation guarantees, that takes a few seconds to run on a standard machine. We perform several experiments on three different datasets, and report very good results.
computer science, artificial intelligence
What problem does this paper attempt to address?