The Kadir Operator Saliency, Scale and Image Description Timor Kadir and Michael Brady University of Oxford.

Slides:



Advertisements
Similar presentations
Distinctive Image Features from Scale-Invariant Keypoints
Advertisements

Complex Networks for Representation and Characterization of Images For CS790g Project Bingdong Li 9/23/2009.
Distinctive Image Features from Scale-Invariant Keypoints David Lowe.
Presented by Xinyu Chang
1 Texture Texture is a description of the spatial arrangement of color or intensities in an image or a selected region of an image. Structural approach:
嵌入式視覺 Feature Extraction
TP14 - Local features: detection and description Computer Vision, FCUP, 2014 Miguel Coimbra Slides by Prof. Kristen Grauman.
Lecture 6: Feature matching CS4670: Computer Vision Noah Snavely.
(1) Feature-point matching by D.J.Duff for CompVis Online: Feature Point Matching Detection,
A Study of Approaches for Object Recognition
1 The Kadir Operator Saliency, Scale and Image Description Timor Kadir and Michael Brady University of Oxford.
Scale Saliency Timor Kadir, Michael Brady Pat Tressel 13-Apr-2005.
(1) Feature-point matching by D.J.Duff for CompVis Online: Feature Point Matching Detection, Extraction.
1 Segmentation of Salient Regions in Outdoor Scenes Using Imagery and 3-D Data Gunhee Kim Daniel Huber Martial Hebert Carnegie Mellon University Robotics.
CS 223B Assignment 1 Help Session Dan Maynes-Aminzade.
Automatic Image Alignment (feature-based) : Computational Photography Alexei Efros, CMU, Fall 2006 with a lot of slides stolen from Steve Seitz and.
Scale-Invariant Feature Transform (SIFT) Jinxiang Chai.
Distinctive Image Features from Scale-Invariant Keypoints By David G. Lowe, University of British Columbia Presented by: Tim Havinga, Joël van Neerbos.
Computer vision.
1 Interest Operators Harris Corner Detector: the first and most basic interest operator Kadir Entropy Detector and its use in object recognition SIFT interest.
Recognition and Matching based on local invariant features Cordelia Schmid INRIA, Grenoble David Lowe Univ. of British Columbia.
Local invariant features Cordelia Schmid INRIA, Grenoble.
Reporter: Fei-Fei Chen. Wide-baseline matching Object recognition Texture recognition Scene classification Robot wandering Motion tracking.
CSE 185 Introduction to Computer Vision Pattern Recognition 2.
CSCE 643 Computer Vision: Extractions of Image Features Jinxiang Chai.
Lecture 7: Features Part 2 CS4670/5670: Computer Vision Noah Snavely.
Local invariant features Cordelia Schmid INRIA, Grenoble.
Distinctive Image Features from Scale-Invariant Keypoints Ronnie Bajwa Sameer Pawar * * Adapted from slides found online by Michael Kowalski, Lehigh University.
Distinctive Image Features from Scale-Invariant Keypoints David Lowe Presented by Tony X. Han March 11, 2008.
CSE 185 Introduction to Computer Vision Feature Matching.
A Tutorial on using SIFT Presented by Jimmy Huff (Slightly modified by Josiah Yoder for Winter )
Presented by David Lee 3/20/2006
776 Computer Vision Jan-Michael Frahm Spring 2012.
SIFT.
776 Computer Vision Jan-Michael Frahm Spring 2012.
Another Example: Circle Detection
SIFT Scale-Invariant Feature Transform David Lowe
CS262: Computer Vision Lect 09: SIFT Descriptors
Interest Points EE/CSE 576 Linda Shapiro.
Presented by David Lee 3/20/2006
Lecture 07 13/12/2011 Shai Avidan הבהרה: החומר המחייב הוא החומר הנלמד בכיתה ולא זה המופיע / לא מופיע במצגת.
Distinctive Image Features from Scale-Invariant Keypoints
MIRA, SVM, k-NN Lirong Xia. MIRA, SVM, k-NN Lirong Xia.
Project 1: hybrid images
Nearest-neighbor matching to feature database
TP12 - Local features: detection and description
SLAM – Loop Closing with Visually Salient Features
PRESENTED BY Yang Jiao Timo Ahonen, Matti Pietikainen
Feature description and matching
Saliency, Scale and Image Description (by T. Kadir and M
Recognition - III.
Nearest-neighbor matching to feature database
CAP 5415 Computer Vision Fall 2012 Dr. Mubarak Shah Lecture-5
The Kadir Operator Saliency, Scale and Image Description Timor Kadir and Michael Brady University of Oxford.
The Kadir Operator Saliency, Scale and Image Description Timor Kadir and Michael Brady University of Oxford.
CSDD Features: Center-Surround Distribution Distance
From a presentation by Jimmy Huff Modified by Josiah Yoder
The SIFT (Scale Invariant Feature Transform) Detector and Descriptor
SIFT keypoint detection
SIFT.
CSE 185 Introduction to Computer Vision
Feature descriptors and matching
The Kadir Operator Saliency, Scale and Image Description Timor Kadir and Michael Brady University of Oxford.
Presented by Xu Miao April 20, 2005
Recognition and Matching based on local invariant features
MIRA, SVM, k-NN Lirong Xia. MIRA, SVM, k-NN Lirong Xia.
The Kadir Operator Saliency, Scale and Image Description Timor Kadir and Michael Brady University of Oxford.
Random Neural Network Texture Model
Presentation transcript:

The Kadir Operator Saliency, Scale and Image Description Timor Kadir and Michael Brady University of Oxford

The issues… salient – standing out from the rest, noticeable, conspicous, prominent scale – find the best scale for a feature image description – create a descriptor for use in object recognition

Early Vision Motivation pre-attentive stage: features pop out attentive stage: relationships between features and grouping

Detection of Salient Features for an Object Class

How do we do this? fixed size windows (simple approach) Harris detector, Lowe detector, etc. Kadir’s approach

Kadir’s Approach Scale is intimately related to the problem of determining saliency and extracting relevant descriptions. Saliency is related to the local image complexity, ie. Shannon entropy. entropy definition H = -∑ Pi log2 Pi i in set of interest

Specifically x is a point on the image Rx is its local neighborhood D is a descriptor and has values {d1, ... dr}. PD,Rx(di) is the probability of descriptor D taking the value di in the local region Rx. (The normalized histogram of the gray tones in a region estimates this probability distribution.)

Local Histograms of Intensity Neighborhoods with structure have flatter distributions which converts to higher entropy.

Problems Kadir wanted to solve Scale should not be a global, preselected parameter Highly textured regions can score high on entropy, but not be useful The algorithm should not be sensitive to small changes in the image or noise.

Kadir’s Methodology use a scale-space approach features will exist over multiple scales Berghoml (1986) regarded features (edges) that existed over multiple scales as best. Kadir took the opposite approach. He considers these too self-similar. Instead he looks for peaks in (weighted) entropy over the scales.

The Algorithm For each pixel location x For each scale s between smin and smax Measure the local descriptor values within a window of scale s Estimate the local PDF (use a histogram) Select scales (set S) for which the entropy is peaked (S may be empty) Weight the entropy values in S by the sum of absolute difference of the PDFs of the local descriptor around S.

Finding salient points the math for saliency discretized saliency entropy weight based on difference between scales s (gray tones) X probability of descriptor D taking value d in the region centered at x with scale s = normalized histogram count for the bin representing gray tone d.

Picking salient points and their scales

Getting rid of texture One goal was to not select highly textured regions such as grass or bushes, which are not the type of objects the Oxford group wanted to recognize Such regions are highly salient with just entropy, because they contain a lot of gray tones in roughly equal proportions But they are similar at different scales and thus the weights make them go away

Salient Regions Instead of just selecting the most salient points (based on weighted entropy), select salient regions (more robust). Regions are like volumes in scale space. Kadir used clustering to group selected points into regions. We found the clustering was a critical step.

Kadir’s clustering (VERY ad hoc) Apply a global threshold on saliency. Choose the highest salient points (50% works well). Find the K nearest neighbors (K=8 preset) Check variance at center points with these neighbors. Accept if far enough away from existant clusters and variance small enough. Represent with mean scale and spatial location of the K points Repeat with next highest salient point

More examples

Robustness Claims scale invariant (chooses its scale) rotation invariant (uses circular regions and histograms) somewhat illumination invariant (why?) not affine invariant (able to handle small changes in viewpoint)

More Examples

Temple

Capitol

Houses and Boats

Houses and Boats

Sky Scraper

Car

Trucks

Fish

Other …

Symmetry and More

Benefits General feature: not tied to any specific object Can be used to detect rather complex objects that are not all one color Location invariant, rotation invariant Selects relevant scale, so scale invariant What else is good? Anything bad?

References Kadir, Brady; Saliency, scale and image description; IJCV 45(2), 83-105, 2001 Kadir, Brady; Scale saliency: a novel approach to salient feature and scale selection Treisman; Visual coding of features and objects: Some evidence from behavioral studies; Advances in the Modularity of Vision Selections; NAS Press, 1990 Wolfe, Treisman, Horowitz; What shall we do with the preattentive processing stage: Use it or lose it? (poster); 3rd Annual Mtg Vis Sci Soc

References Dayan, Abbott; Theoretical Neuroscience; MIT Press, 2001 Lamme; Separate neural definitions of visual consciousness and visual attention; Neural Networks 17, 861-872, 2004 Di Lollo, Kawahara, Zuvic, Visser; The preattentive emperor has no clothes: A dynamic redressing; J Experimental Psych, General 130(3), 479-492 Hochstein, Ahissar; View from the top: Hierarchies and reverse hierarchies in the visual system; Neuron 36, 791-804, 2002