Scale-invariant feature transform (or SIFT) is a computer vision algorithm for extracting distinctive features from images, to be used in algorithms for tasks like matching different views of an object or scene (e.g. for stereo vision) and Object recognition. The features are invariant to image scale, rotation, and partially invariant (i.e. robust) to changing viewpoints, and change in illumination. The name Scale-invariant feature transform was chosen, as the algorithm transforms image data into scale-invariant coordinates relative to local features. However, there also exist other scale invariant image descriptors in the computer vision literature.
The algorithm was devised by David Lowe, who has a US-patent on it, at the University of British Columbia.
First, the original image is progressively Gaussian blurred (see scale-space implementation) with σ in a band from 1 to 2 resulting in a series of Gaussian blurred images (a scale-space produced by cascade filtering). Then, these images are subtracted from their direct neighbors (by σ) to produce a new series of images (with difference of Gaussians which approximate the Laplacian of the Gaussian).
The major steps in the computation of the image features are
For the application of SIFT keypoints in matching and object recognition, Lowe was applying a nearest neighbor algorithm, followed by a Hough transform for object recognition (as described in Lowe, 2004).
SIFT is a fundamental part of the visual pattern recognition (ViPR) and visual simultaneous localization and mapping (vSLAM) algorithms developed by Evolution Robotics. Evolution Robotics also implemented a SIFT-based homing/localization algorithm on Sony's AIBO robot for use in locating its charging station.
The feature representations found by SIFT are thought to be analogous to those of neurons in inferior temporal cortex, a region used for object recognition in primate vision.
This article is licensed under the GNU Free Documentation License.
It uses material from the
"Scale-invariant feature transform".
Home Page • arts • business • computers • games • health • hospitals • home • kids & teens • news • physicians • recreation• reference • regional • science • shopping • society • sports • world