CVDec 10, 2020

Image Matching with Scale Adjustment

arXiv:2012.05582v277 citations
AI Analysis

This work provides an incremental improvement for image matching in scenarios with unknown resolution differences, which is useful for computer vision applications dealing with varied image sources.

This paper tackles the problem of matching two images with different, unknown resolutions, one high and one low. The authors developed a method that compares the low-resolution image against a scale-space representation of the high-resolution image, enabling successful matching for scale changes up to a factor of 6.

In this paper we address the problem of matching two images with two different resolutions: a high-resolution image and a low-resolution one. The difference in resolution between the two images is not known and without loss of generality one of the images is assumed to be the high-resolution one. On the premise that changes in resolution act as a smoothing equivalent to changes in scale, a scale-space representation of the high-resolution image is produced. Hence the one-to-one classical image matching paradigm becomes one-to-many because the low-resolution image is compared with all the scale-space representations of the high-resolution one. Key to the success of such a process is the proper representation of the features to be matched in scale-space. We show how to represent and extract interest points at variable scales and we devise a method allowing the comparison of two images at two different resolutions. The method comprises the use of photometric- and rotation-invariant descriptors, a geometric model mapping the high-resolution image onto a low-resolution image region, and an image matching strategy based on local constraints and on the robust estimation of this geometric model. Extensive experiments show that our matching method can be used for scale changes up to a factor of 6.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes