CSDD Features: Center-Surround Distribution Distance

Slides:



Advertisements
Similar presentations
Group Meeting Presented by Wyman 10/14/2006
Advertisements

The SIFT (Scale Invariant Feature Transform) Detector and Descriptor
TP14 - Local features: detection and description Computer Vision, FCUP, 2014 Miguel Coimbra Slides by Prof. Kristen Grauman.
CSE 473/573 Computer Vision and Image Processing (CVIP)
Instructor: Mircea Nicolescu Lecture 15 CS 485 / 685 Computer Vision.
La Parguera Hyperspectral Image size (250x239x118) using Hyperion sensor. INTEREST POINTS FOR HYPERSPECTRAL IMAGES Amit Mukherjee 1, Badrinath Roysam 1,
Computational Photography
Robust and large-scale alignment Image from
Interest points CSE P 576 Larry Zitnick Many slides courtesy of Steve Seitz.
Lecture 6: Feature matching CS4670: Computer Vision Noah Snavely.
1 Interest Operators Find “interesting” pieces of the image –e.g. corners, salient regions –Focus attention of algorithms –Speed up computation Many possible.
1 Interest Operator Lectures lecture topics –Interest points 1 (Linda) interest points, descriptors, Harris corners, correlation matching –Interest points.
Feature extraction: Corners and blobs
Feature tracking Class 5 Read Section 4.1 of course notes Read Shi and Tomasi’s paper on good features.
Video Google: Text Retrieval Approach to Object Matching in Videos Authors: Josef Sivic and Andrew Zisserman University of Oxford ICCV 2003.
Stepan Obdrzalek Jirı Matas
Scale Invariant Feature Transform (SIFT)
Automatic Matching of Multi-View Images
Blob detection.
The SIFT (Scale Invariant Feature Transform) Detector and Descriptor
CS4670: Computer Vision Kavita Bala Lecture 8: Scale invariance.
Multiple Object Class Detection with a Generative Model K. Mikolajczyk, B. Leibe and B. Schiele Carolina Galleguillos.
1 Interest Operators Find “interesting” pieces of the image Multiple possible uses –image matching stereo pairs tracking in videos creating panoramas –object.
Overview Introduction to local features
Computer vision.
05 - Feature Detection Overview Feature Detection –Intensity Extrema –Blob Detection –Corner Detection Feature Descriptors Feature Matching Conclusion.
1 Interest Operators Harris Corner Detector: the first and most basic interest operator Kadir Entropy Detector and its use in object recognition SIFT interest.
Overview Harris interest points Comparing interest points (SSD, ZNCC, SIFT) Scale & affine invariant interest points Evaluation and comparison of different.
Local invariant features Cordelia Schmid INRIA, Grenoble.
CSE 185 Introduction to Computer Vision Local Invariant Features.
Evaluation of interest points and descriptors. Introduction Quantitative evaluation of interest point detectors –points / regions at the same relative.
Lecture 7: Features Part 2 CS4670/5670: Computer Vision Noah Snavely.
CVPR2013 Poster Detecting and Naming Actors in Movies using Generative Appearance Models.
Harris Corner Detector & Scale Invariant Feature Transform (SIFT)
Vision and SLAM Ingeniería de Sistemas Integrados Departamento de Tecnología Electrónica Universidad de Málaga (Spain) Acción Integrada –’Visual-based.
Kylie Gorman WEEK 1-2 REVIEW. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAY CHANNELS.
1 Image Matching using Local Symmetry Features Daniel Cabrini Hauagge Noah Snavely Cornell University.
Overview Introduction to local features Harris interest points + SSD, ZNCC, SIFT Scale & affine invariant interest point detectors Evaluation and comparison.
Features, Feature descriptors, Matching Jana Kosecka George Mason University.
A Tutorial on using SIFT Presented by Jimmy Huff (Slightly modified by Josiah Yoder for Winter )
Local features: detection and description
Stereo Vision Local Map Alignment for Robot Environment Mapping Computer Vision Center Dept. Ciències de la Computació UAB Ricardo Toledo Morales (CVC)
CS654: Digital Image Analysis
776 Computer Vision Jan-Michael Frahm Spring 2012.
CSE 185 Introduction to Computer Vision Local Invariant Features.
Recognizing specific objects Matching with SIFT Original suggestion Lowe, 1999,2004.
Blob detection.
776 Computer Vision Jan-Michael Frahm Spring 2012.
SIFT Scale-Invariant Feature Transform David Lowe
Interest Points EE/CSE 576 Linda Shapiro.
TP12 - Local features: detection and description
Video Google: Text Retrieval Approach to Object Matching in Videos
Scale and interest point descriptors
estimated tracklet partition
Marked Point Processes for Crowd Counting
Zhaozheng Yin and Robert T. Collins Dept
CAP 5415 Computer Vision Fall 2012 Dr. Mubarak Shah Lecture-5
CSE 455 – Guest Lectures 3 lectures Contact Interest points 1
The SIFT (Scale Invariant Feature Transform) Detector and Descriptor
Local features and image matching
SIFT keypoint detection
Video Google: Text Retrieval Approach to Object Matching in Videos
CSE 185 Introduction to Computer Vision
Lecture VI: Corner and Blob Detection
Lecture 5: Feature invariance
Presented by Xu Miao April 20, 2005
Lecture 5: Feature invariance
Presentation transcript:

CSDD Features: Center-Surround Distribution Distance for Feature Extraction and Matching Robert T. Collins and Weina Ge Dept. of Computer Science and Engineering, The Pennsylvania State University, USA Introduction Computing CSDD Scores Experimental Results Detection Results We compared repeatability scores between the circular cCSDD detector, an elliptical eCSDD detector, and five other state-of-the-art detectors (Harris- and Hessian-affine, MSER, edge-based (EBR), and intensity extrema-based (IBR)) for the eight image sequences from the standard affine covariant region detector evaluation dataset, available at http://www.robots.ox.ac.uk/~vgg/research/affine/ Circular CSDD features were used within a RANSAC procedure to find correspondences for 6-parameter affine image registration. A new interest region operator and feature descriptor called Center-Surround Distribution Distance (CSDD) is based on comparing feature distributions between a central foreground region and a surrounding ring of background pixels. In addition to finding light(dark) blobs surrounded by a dark(light) background, CSDD also detects blobs with arbitrary color distribution that “stand out” perceptually because they look different from the background. CSDD detection repeatability is evaluated and compared with other state-of-the-art approaches using a standard dataset, while use of CSDD features for image registration is demonstrated using a RANSAC procedure for affine image matching. Intuition: consider a center-surround region of a given scale, centered at a given pixel We have evaluated CSDD performance with respect to detection repeatability and matching utility. Details of the experiments and a complete set of results can be found on our website: 1. Extract feature distribution F 2. Extract feature distribution G http://vision.cse.psu.edu/projects/csdd/csdd.html 3. Compute Earth Mover’s Distance EMD(F,G) to measure dissimilarity of center region from surround region. Matching Results How to do this efficiently for all pixels? Original image Thresholding binary channels Sample regions extracted as local maxima of the CSDD interest operator at one scale level. Left: Original image. Middle: CSDD interest score for each pixel. Overlaid are the 30 most dominant peaks at this scale. Right: Corresponding interest regions. Convolve with LoG filter Motivation channels Our work is motivated by the goal of finding larger interest regions that are more complex in appearance and more discriminative than those found by current interest operators. Sum of absolute values CSDD score (EMD) Implementation Details CSDD (our method) Harris-Affine Hessian-Affine Conclusions This method of EMD computation only works for 1D distributions. For n-D distributions, we concatenate the n 1D marginals to get a 1D distribution. Fast LoG filtering at every scale is performed using a fourth-order IIR filter (aka Deriche-filtering). We form a scale space of CSDD score images indexed by the scale of the LoG filter. CSDD features are then found as extrema in both scale and space. The new CSDD feature detector outperforms current state-of-the-art detectors on 3 out of 8 standard testsets used to evaluate affine covariant region detector repeatability. Image-to-image matching based on circular CSDD features performs well, particularly when there are large changes of scale and in-plane rotation. Row 1: four frames from a parking lot video sequence, showing affine alignment of bottom frame overlaid on top frame. Row 2: left to right: shout3 to shout4; shout2 to was2 (images courtesy of Tinne Tuytelaars); stop sign; snowy stop sign. Row 3: kampa1 to kampa4 (images courtesy of Jiri Matas); bike1 to bike6; trees1 to trees5; ubc1 to ubc6. Row 4: natural textures: asphalt; grass; gravel; stones. IBR MSER Salient Region Example: Yin-yang symbol superimposed on an intensity gradient. Of the six interest region detectors compared, only the CSDD detector captures the natural location and scale of the symbol.