Tight Approximation of Image Matching
Simon Korman, Daniel Reichman, Gilad Tsur

TL;DR
This paper develops sublinear algorithms for approximate image matching under affine transformations, providing optimal query complexity bounds and improved methods for smooth images, with applications to grayscale images.
Contribution
It introduces a near-optimal sublinear algorithm for approximate image matching and a specialized algorithm for smooth images, advancing the efficiency of image comparison techniques.
Findings
Algorithm queries rac{n}{\u03b5^2} pixels for approximate matching.
Lower bound of rac{n}{\u03b5} queries proves optimality.
Specialized algorithm for smooth images achieves polynomial query complexity in 1/.
Abstract
In this work we consider the {\em image matching} problem for two grayscale images, and (where pixel values range from 0 to 1). Our goal is to find an affine transformation that maps pixels from to pixels in so that the differences over pixels between and is minimized. Our focus here is on sublinear algorithms that give an approximate result for this problem, that is, we wish to perform this task while querying as few pixels from both images as possible, and give a transformation that comes close to minimizing the difference. We give an algorithm for the image matching problem that returns a transformation which minimizes the sum of differences (normalized by ) up to an additive error of and performs queries. We give a corresponding lower bound of queries showing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Medical Image Segmentation Techniques · Digital Image Processing Techniques
