image features detection description and matching and
play

Image Features: Detection, Description, and Matching and their - PowerPoint PPT Presentation

Image Features: Detection, Description, and Matching and their Applications Image Representation: Global Versus Local Features Features/ keypoints/ interset points are interesting locations in the image. Features serve to give a new


  1. Image Features: Detection, Description, and Matching and their Applications

  2. Image Representation: Global Versus Local Features

  3. Features/ keypoints/ interset points are interesting locations in the image. Features serve to give a new compact representation of an image. Features can describe objects. Types of image features: Edges , Corners, blobs, small image patches

  4. Global Features Local Features Image is represented by one Imagemayhavehundredsof multidimensional localfeatures. feature vector, describing the information in the whole image. Measure various aspects of the Measure local structures that image such as color, texture or are more distinctive and stable shape. than other structures. Much faster and compact Local features have superior while easy to compute and performance. generally require small amounts of memory. Not invariant to significant Robust against occlusion and transformations and sensitive to background clutter . clutter and occlusion.

  5. Features Corner Region Edge

  6. Features Detection: Detection: identify the interest points Feature detection = how to find some interesting points (features) in the image.(Ex: find a corner, find a region and so on...)

  7. Features Detection: Detectors Affine- Single-scale Multi-scale invariant Harris- Hessian- Hessian Harris- Harris FAST SUSAN LOG DOG Laplace Laplace -Affine Affine

  8. Features description: Description: Extract feature vector surrounding each interest point. Feature description = how to represent the interesting points we found to compare them with other interesting points (features) in the image.

  9. Features description Descriptors Binary-based Gradient-based (Floating – point) (Binary string) ORB BRISK FREAK BRIEF SURF GLOH SIFT

  10. Features Matching: Matching: match/compare the extracted descriptor from the query image to those in the database. Feature Matching= find the distance between two or more descriptors/ finding the similarity.

  11. Features Matching: Given two such patches, how can we determine their similarity? We can measure the pixel to pixel similarity by measuring their Euclidean distance, but that measure is very sensitive to noise, rotation, translation and illumination changes. In most applications we would like to be robust to such changes.

  12. Applications 1.Object Recognition 2. Camera Calibration 3. Image Retrieval 4. Image Registration

  13. Binary Descriptors Binary descriptors are composed of three parts: • A sampling pattern : where to sample points in the region around the feature/keypoint. • Orientation compensation : some mechanism to measure the orientation of the keypoint and rotate it to compensate for rotation changes. • Sampling pairs : which pairs to compare when building the final descriptor.

  14. Why binary descriptors? • Pixel comparisons are much faster than gradients. • Matching binary representations is done using hamming distance which is much faster to compute than any distance metric. • Whereas a single gradient based descriptor commonly require 64 or 128 floating point values to store, a single binary descriptors requires only 512 bits – 4 to 8 times less.

  15. Challenges • Change of scale • Change of orientation (rotation) • Change of viewpoint (affine, projective transformations) • Change of illumination • Noise, Clutter, and occlusion • Repetitive patterns (windows, street marks, etc.) Thus, we need robust similarity measures, detector, descriptors, and matchers

  16. Ideas • Studying the effect of different sampling patterns on descriptors’ performance. • Investigating the effect of different similarity metrics on the matching performance. • Adaptation of binary descriptors for computational resources. • Enhancing existing descriptors’ robustness against geometric and photometric transformations. • Proposing our own descriptor and using it in applications.

  17. Thank you

  18. A schematic representation of the SIFT descriptor for a 16 × 16 pixel patch and a 4 × 4 descriptor array

  19. schematic representation of the GLOH algorithm using log-polar bins

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend