1 / 75

Overview

Overview. Harris interest points Comparing interest points (SSD, ZNCC, SIFT) Scale & affine invariant interest points Evaluation and comparison of different detectors Region descriptors and their performance . Scale invariance - motivation.

corby
Download Presentation

Overview

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. Overview • Harris interest points • Comparing interest points (SSD, ZNCC, SIFT) • Scale & affine invariant interest points • Evaluation and comparison of different detectors • Region descriptors and their performance

  2. Scale invariance - motivation • Description regions have to be adapted to scale changes • Interest points have to be repeatable for scale changes

  3. Harris detector + scale changes Repeatability rate

  4. Scale adaptation Scale change between two images Scale adapted derivative calculation

  5. Scale adaptation Scale change between two images Scale adapted derivative calculation

  6. Scale adaptation where are the derivatives with Gaussian convolution

  7. Scale adaptation where are the derivatives with Gaussian convolution Scale adapted auto-correlation matrix

  8. Harris detector – adaptation to scale

  9. Multi-scale matching algorithm

  10. Multi-scale matching algorithm 8 matches

  11. Multi-scale matching algorithm Robust estimation of a global affine transformation 3 matches

  12. Multi-scale matching algorithm 3 matches 4 matches

  13. Multi-scale matching algorithm 3 matches 4 matches highest number of matches correct scale 16 matches

  14. Matching results Scale change of 5.7

  15. Matching results 100% correct matches (13 matches)

  16. original signal(radius=8) increasing σ Scale selection • We want to find the characteristic scale by convolving it with, for example, Laplacians at several scales and looking for the maximum response • However, Laplacian response decays as scale increases: Why does this happen?

  17. Scale normalization • The response of a derivative of Gaussian filter to a perfect step edge decreases as σ increases

  18. Scale normalization • The response of a derivative of Gaussian filter to a perfect step edge decreases as σ increases • To keep response the same (scale-invariant), must multiply Gaussian derivative by σ • Laplacian is the second Gaussian derivative, so it must be multiplied by σ2

  19. Scale-normalized Laplacian response maximum Effect of scale normalization Unnormalized Laplacian response Original signal

  20. Blob detection in 2D • Laplacian of Gaussian: Circularly symmetric operator for blob detection in 2D

  21. Blob detection in 2D • Laplacian of Gaussian: Circularly symmetric operator for blob detection in 2D Scale-normalized:

  22. Scale selection • The 2D Laplacian is given by • For a binary circle of radius r, the Laplacian achieves a maximum at (up to scale) Laplacian response r scale (σ) image

  23. Characteristic scale • We define the characteristic scale as the scale that produces peak of Laplacian response characteristic scale T. Lindeberg (1998). Feature detection with automatic scale selection. International Journal of Computer Vision30 (2): pp 77--116.

  24. Scale selection • For a point compute a value (gradient, Laplacian etc.) at several scales • Normalization of the values with the scale factor • Select scale at the maximum → characteristic scale • Exp. results show that the Laplacian gives best results e.g. Laplacian scale

  25. Scale selection • Scale invariance of the characteristic scale s norm. Lap. scale

  26. Scale selection • Scale invariance of the characteristic scale s norm. Lap. norm. Lap. scale scale • Relation between characteristic scales

  27. Harris-Laplace Laplacian Scale-invariant detectors • Harris-Laplace (Mikolajczyk & Schmid’01) • Laplacian detector (Lindeberg’98) • Difference of Gaussian (Lowe’99)

  28. Harris-Laplace invariant points + associated regions [Mikolajczyk & Schmid’01] multi-scale Harris points selection of points at maximum of Laplacian

  29. Matching results 213 / 190 detected interest points

  30. Matching results 58 points are initially matched

  31. Matching results 32 points are matched after verification – all correct

  32. LOG detector Detection of maxima and minima of Laplacian in scale space • Convolve image with scale-normalized Laplacian at several scales

  33. Efficient implementation • Difference of Gaussian (DOG) approximates the Laplacian • Error due to the approximation

  34. DOG detector • Fast computation, scale space processed one octave at a time David G. Lowe. "Distinctive image features from scale-invariant keypoints.”IJCV 60 (2).

  35. Local features - overview • Scale invariant interest points • Affine invariant interest points • Evaluation of interest points • Descriptors and their evaluation

  36. Affine invariant regions - Motivation • Scale invariance is not sufficient for large baseline changes detected scale invariant region projected regions, viewpoint changes can locally be approximated by an affine transformation

  37. Affine invariant regions - Motivation

  38. Affine invariant regions - Example

  39. Harris/Hessian/Laplacian-Affine • Initialize with scale-invariant Harris/Hessian/Laplacian points • Estimation of the affine neighbourhood with the second moment matrix [Lindeberg’94] • Apply affine neighbourhood estimation to the scale-invariant interest points [Mikolajczyk & Schmid’02, Schaffalitzky & Zisserman’02] • Excellent results in a recent comparison

  40. Affine invariant regions • Based on the second moment matrix (Lindeberg’94) • Normalization with eigenvalues/eigenvectors

  41. Affine invariant regions Isotropic neighborhoods related by image rotation

  42. Affine invariant regions - Estimation • Iterative estimation – initial points

  43. Affine invariant regions - Estimation • Iterative estimation – iteration #1

  44. Affine invariant regions - Estimation • Iterative estimation – iteration #2

  45. Affine invariant regions - Estimation • Iterative estimation – iteration #3, #4

  46. Harris-Affine Harris-Laplace Harris-Affine versus Harris-Laplace

  47. Harris/Hessian-Affine Harris-Affine Hessian-Affine

  48. Harris-Affine

  49. Hessian-Affine

  50. Matches 22 correct matches

More Related