CVOct 7, 2017

Image Identification Using SIFT Algorithm: Performance Analysis against Different Image Deformations

arXiv:1710.02728v238 citations
AI Analysis

This work provides incremental analysis for computer vision researchers by benchmarking SIFT's robustness to specific deformations.

The paper evaluated the SIFT algorithm's performance against image distortions like rotation, scaling, fisheye, and motion distortion, calculating and presenting false and true positive rates for many image pairs.

Image identification is one of the most challenging tasks in different areas of computer vision. Scale-invariant feature transform is an algorithm to detect and describe local features in images to further use them as an image matching criteria. In this paper, the performance of the SIFT matching algorithm against various image distortions such as rotation, scaling, fisheye and motion distortion are evaluated and false and true positive rates for a large number of image pairs are calculated and presented. We also evaluate the distribution of the matched keypoint orientation difference for each image deformation.

Foundations

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

Your Notes