Presentation is loading. Please wait.

Presentation is loading. Please wait.

CVPR 2003 Tutorial Recognition and Matching Based on Local Invariant Features David Lowe Computer Science Department University of British Columbia.

Similar presentations


Presentation on theme: "CVPR 2003 Tutorial Recognition and Matching Based on Local Invariant Features David Lowe Computer Science Department University of British Columbia."— Presentation transcript:

1 CVPR 2003 Tutorial Recognition and Matching Based on Local Invariant Features David Lowe Computer Science Department University of British Columbia

2 Object Recognition n Definition: Identify an object and determine its pose and model parameters n Commercial object recognition l Currently a $4 billion/year industry for inspection and assembly l Almost entirely based on template matching n Upcoming applications l Mobile robots, toys, user interfaces l Location recognition l Digital camera panoramas, 3D scene modeling

3 Invariant Local Features n Image content is transformed into local feature coordinates that are invariant to translation, rotation, scale, and other imaging parameters SIFT Features

4 Advantages of invariant local features n Locality: features are local, so robust to occlusion and clutter (no prior segmentation) n Distinctiveness: individual features can be matched to a large database of objects n Quantity: many features can be generated for even small objects n Efficiency: close to real-time performance n Extensibility: can easily be extended to wide range of differing feature types, with each adding robustness

5 Scale invariance Requires a method to repeatably select points in location and scale: n The only reasonable scale-space kernel is a Gaussian (Koenderink, 1984; Lindeberg, 1994) n An efficient choice is to detect peaks in the difference of Gaussian pyramid (Burt & Adelson, 1983; Crowley & Parker, 1984 – but examining more scales) n Difference-of-Gaussian with constant ratio of scales is a close approximation to Lindeberg’s scale-normalized Laplacian (can be shown from the heat diffusion equation)

6 Scale space processed one octave at a time

7 Key point localization n Detect maxima and minima of difference-of-Gaussian in scale space n Fit a quadratic to surrounding values for sub-pixel and sub-scale interpolation (Brown & Lowe, 2002) n Taylor expansion around point: n Offset of extremum (use finite differences for derivatives):

8 Sampling frequency for scale More points are found as sampling frequency increases, but accuracy of matching decreases after 3 scales/octave

9 Sampling frequency for spatial domain Need to determine number of pixels (samples) relative to smoothing  Image size is doubled to keep highest spatial frequencies

10 Select canonical orientation n Create histogram of local gradient directions computed at selected scale n Assign canonical orientation at peak of smoothed histogram n Each key specifies stable 2D coordinates (x, y, scale, orientation)

11 Example of keypoint detection Threshold on value at DOG peak and on ratio of principle curvatures (Harris approach) (a) 233x189 image (b) 832 DOG extrema (c) 729 left after peak value threshold (d) 536 left after testing ratio of principle curvatures

12 Creating features stable to viewpoint change n Edelman, Intrator & Poggio (97) showed that complex cell outputs are better for 3D recognition than simple correlation

13 Stability to viewpoint change n Classification of rotated 3D models (Edelman 97): l Complex cells: 94% vs simple cells: 35%

14 SIFT vector formation n Thresholded image gradients are sampled over 16x16 array of locations in scale space n Create array of orientation histograms n 8 orientations x 4x4 histogram array = 128 dimensions

15 Feature stability to noise n Match features after random change in image scale & orientation, with differing levels of image noise n Find nearest neighbor in database of 30,000 features

16 Feature stability to affine change n Match features after random change in image scale & orientation, with 2% image noise, and affine distortion n Find nearest neighbor in database of 30,000 features

17 Distinctiveness of features n Vary size of database of features, with 30 degree affine change, 2% image noise n Measure % correct for single nearest neighbor match


Download ppt "CVPR 2003 Tutorial Recognition and Matching Based on Local Invariant Features David Lowe Computer Science Department University of British Columbia."

Similar presentations


Ads by Google