1 / 27

Distinctive Image Features from Scale-Invariant Keypoints

Distinctive Image Features from Scale-Invariant Keypoints. David G. Lowe International Journal of Computer Vision(IJCV), 2004. Extracting distinctive invariant features. Points are individually ambiguous More unique matches are possible with small regions of images .

malaya
Télécharger la présentation

Distinctive Image Features from Scale-Invariant Keypoints

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Distinctive Image Featuresfrom Scale-Invariant Keypoints David G. Lowe International Journal of Computer Vision(IJCV), 2004

  2. Extracting distinctive invariant features • Points are individually ambiguous • More unique matches are possible with small regions of images http://www.csie.ntu.edu.tw/~cyy/courses/vfx/05spring/lectures/handouts/lec04_feature.pdf

  3. Desired properties for features • Invariant: invariant to scale, rotation, affine, illumination and noise for robust matching across a substantial range of affine distortion, viewpoint change and so on. • Distinctive: a single feature can be correctly matched with high probability

  4. Moravec corner detector (1980) • We should easily recognize the point by looking through a small window • Shifting a window in anydirection should give a large change in intensity

  5. Moravec corner detector flat

  6. Moravec corner detector flat

  7. Moravec corner detector flat edge

  8. Moravec corner detector corner isolated point flat edge

  9. Window function Shifted intensity Intensity Moravec corner detector Change of intensity for the shift [u,v]: Four shifts: (u,v) = (1,0), (1,1), (0,1), (-1, 1) Problem: responds too strong for edges because only minimum of E is taken into account

  10. Harris corner detector [1992] • Consider all small shifts by Taylor’s expansion W(x, y): Gaussian function => M: 2x2 Hessian matrix, 1, 2 – eigenvalues of M

  11. Harris corner detector 2 Measure of corner response: edge 2 >> 1 Corner 1 and 2 are large,1 ~ 2;E increases in all directions edge 1 >> 2 Classification of image points using eigenvalues of M: flat 1

  12. Harris Detector: Problem • non-invariant to image scale! All points will be classified as edges Corner !

  13. Scale-invariant feature transform (SIFT) • Scale-invariant feature transform (or SIFT) is an algorithm to detect and describe local features in images. • Distinctive features • Invariant to image scale, rotation and affine distortion • Applied locally on key-points • Based upon the image gradients in a local neighborhood

  14. descriptor detector local descriptor SIFT stages: • Scale-space extrema detection • Keypoint localization • Orientation assignment • Keypoint descriptor

  15. Convolution with a variable-scale Gaussian 1. Detection of scale-space extrema Difference-of-Gaussian (DoG) filter

  16. Scale space  doubles for the next octave 2 K=2(1/s), s+3 images for each octave k∙ 

  17. DoG • Efficient function to compute • A close approximation to the scale-normalized Laplacian of Gaussian

  18. 2. Keypoint localization X is selected if it is larger or smaller than all 26 neighbors

  19. Decide scale sampling frequency

  20. Pre-smoothing  =1.6, plus a double expansion

  21. If has offset larger than 0.5, sample point is changed. If is less than 0.03 (low contrast), it is discarded. 2. Accurate keypoint localization Reject points with low contrast and poorly localized along an edge

  22. Eliminating edge responses Let Keep the points with r=10

  23. 3. Orientation assignment • By assigning a consistent orientation, the keypoint descriptor can be orientation invariant. • For a keypoint, L is the image with the closest scale • 36-bin orientation histogram over 360° • weighted by m • Peak is the dominant orientation • Local peak within 80% creates multiple orientations • About 15% has multiple orientations

  24. 4. Local image descriptor • Image gradients are sampled over 16x16 array of locations in scale space • Create array of orientation histograms • 8 orientations x 4x4 histogram array = 128 dimensions

  25. Recognition examples

More Related