efficient algorithms for robust feature matching

34
Efficient Algorithms for Robust Feature Matching Mount, Netanyahu and Le Moigne November 7, 2000 Presented by Doe-Wan Kim

Upload: diamond

Post on 14-Jan-2016

39 views

Category:

Documents


2 download

DESCRIPTION

Efficient Algorithms for Robust Feature Matching. Mount, Netanyahu and Le Moigne November 7, 2000 Presented by Doe-Wan Kim. Overview on Image Registration. Where is it used? Integrating information from different sensors Finding changes in images (different time/condition) - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Efficient Algorithms for Robust Feature Matching

Efficient Algorithms for Robust Feature Matching

Mount, Netanyahu and Le Moigne

November 7, 2000

Presented by Doe-Wan Kim

Page 2: Efficient Algorithms for Robust Feature Matching

Overview on Image Registration

Where is it used? Integrating information from different sensors Finding changes in images (different time/condition) Inferring 3D information from images where camera/object

have moved Model-based object recognition

Major research areas Computer vision and pattern recognition Medical image analysis Remotely sensed data processing

Page 3: Efficient Algorithms for Robust Feature Matching

Registration Problems

Multimodal registration Registration of images from different sensors

Template registration Find a match for a reference pattern in an image

Viewpoint registration Registration of images from different viewpoints

Temporal registration Registration of images taken at different times or

conditions

Page 4: Efficient Algorithms for Robust Feature Matching

Characteristics of Methods

Feature space Domain in which information is extracted

Search space Class of transformation between sensed and

reference image

Search strategy Similarity measure

Page 5: Efficient Algorithms for Robust Feature Matching

Introduction

Approaches to image registration Direct use of original data Feature (control points, corners, line segment

etc.) matching

Algorithms for feature point matching Branch and bound Bounded alignment

Page 6: Efficient Algorithms for Robust Feature Matching

Classification of Algorithm

Feature space Feature points from wavelet decomposition of image

Search space 2 dimensional affine transformation

Search strategy Branch and bound algorithm Bounded alignment algorithm

Similarity metric Partial Hausdorff distance

Page 7: Efficient Algorithms for Robust Feature Matching

Problem Definition

A,B: point sets (given) Τ: Affine transformation Find the transformation τ that minimizes the

distance between τ(A) and B Two errors

Perturbation error (predictable) Outliers

Page 8: Efficient Algorithms for Robust Feature Matching

Similarity Measure

Distance measure between point sets needs to be robust to the perturbation error and outliers.

Use partial Hausdorff distance

Page 9: Efficient Algorithms for Robust Feature Matching

Partial Hausdorff Distance

AqkBAHBAH

q

badistKBAH

AkkBA

kq

k BbthAa

,),(),(

,10For

),(min),(

1 , and , setspoint given twoFor

Page 10: Efficient Algorithms for Robust Feature Matching

Definitions

similarity optimum:

ation transformoptimum:

of measure similarity theis )( where

)()),((

minimizes that Find

opt

opt

q

qq

sim

sim

simBAH

Page 11: Efficient Algorithms for Robust Feature Matching

Definitions (cont’d)

aoptqoptrq

q

q

a

r

simsimsimsim

qq'

)(or )1()(

if optimalely approximat is

)1( :quantileweak

bounderror quantile :

bounderror absolute :

bounderror relative :

''

Page 12: Efficient Algorithms for Robust Feature Matching

Definitions (cont’d)

Cell Set of transformations (hyperrectangle) Represented by pair of transformations Upper and lower bound of similarity Active or killed

Upper bound Sample any transformation τ from cell and

compute )(q

sim

),( hilo

Page 13: Efficient Algorithms for Robust Feature Matching

Lower Bound

Uncertainty region Bounding box rectangle for the image of a under a cell T Defined by corner points For a cell, each point of A has an uncertainty region

Compute distance from uncertainty region to its nearest neighbor in B

Take qth smallest distance to be )(Tsimlo

)( and )( aa hilo

Page 14: Efficient Algorithms for Robust Feature Matching

Uncertainty Region

Page 15: Efficient Algorithms for Robust Feature Matching

Cell Processing

Split Split cell so as to reduce the size of uncertainty region as

much as possible Size of uncertainty region

Size of longest side Size of cell

Largest size among the uncertainty region Store cells in a priority queue ordered by cell size (the

cell with largest size appears on top of priority queue)

Page 16: Efficient Algorithms for Robust Feature Matching

Cell Processing (cont’d)

Finding largest cell Cell generating the largest uncertainty region

),(on vector translatiand }2,1{,for

and among valueabsolutelargest thefind

,point and ,-ormation For transf

21 ttji

ta

a

ij

ijij

lohi

Page 17: Efficient Algorithms for Robust Feature Matching

Branch-and-Bound Algorithm

bound.upper Compute d)

2. return to )(or 1

)( If

bound.lower Compute c)

neighbor.nearest compute region,y uncertainteach For b)

every for regionsy uncertaint Compute a)

queue from celllargest theRemove 2.

or empty is queue until 5-2Repeat

Set

cell. initial with queuepriority Initialize 1.

abestlor

bestlo simTsim

simTsim

Aa

T

sim

sim

abest

best

Page 18: Efficient Algorithms for Robust Feature Matching

Branch and bound algorithm (cont’d)

21

21

, Enqueue 5.

cell.each of size Compute ., into Split 4.

, update ,)( If .3

TT

TTT

simsimTsim bestbestbesthi

Page 19: Efficient Algorithms for Robust Feature Matching

Bounded Alignment

Drawback of B&B: high running time Alignment

Triples from A are matched against triples from B in order to determine a transformation

can be applied when many cells have uncertainty regions that contain at most a single point of B

Noisy environment For a noise bound η, suppose that for each inlier a,

distance between and its nearest neighbor is less than η

)(aopt

Page 20: Efficient Algorithms for Robust Feature Matching

Alignment

3)()(

3most

at is and )(between distance , of distancewithin

point a to maps and tripleddistribute- wellaFor

Lemma

s.t.

as expressed becan point every if

, torelative ddistribute- wellis ,, 1,For

Definition

3

1

3

1

321

332211

321

i

ii

iii

i

i

aaaaa

aaa

a,a,aa

aaaa

Aa

Aaaa

Page 21: Efficient Algorithms for Robust Feature Matching

Required Steps(after 2 (d) of B&B)

cell. thiskill ,by exceedsation transform allfor simliarity If

replace. ,n better tha is similarity If iii)

.similarity andation transformCompute ii)

found. is one ddistribute- welluntil ' from triplesSample i)

times. followingRepeat

region.y uncertaint s' of or within

insideeither lies ,each for s.t. 'Let Otherwise,

2. return to , than less isfraction alignable If f)

alignable. isregion this, within is NN and one,most at If

region.y uncertaint within of points ofnumber count ,each For e)

bests

best

s

s

simN

sim

A

N

a

BbAaAA

q

Ba

Page 22: Efficient Algorithms for Robust Feature Matching

Experiments on Satellite Imagery

3 Landsat/TM scenes:Pacific NW, DC, Haifa AVHRR scene: South Africa GOES scene: Baja California Parameter settings

100 oforder be to s.t. :

2010

6.04.0

2.0,4.02.0,1.0

Aqq

N

ss

s

qar

Page 23: Efficient Algorithms for Robust Feature Matching

Experiments (Pacific NW)

Original image: 128 X 128 gray-scale image Transformed image: Artificially generated by

applying -18° rotation |A|=1765, |B|=1845 Target similarity: 0.81 Initial search space

Rotation: 2° X translation: 5 pixels Y translation: 5 pixels

Page 24: Efficient Algorithms for Robust Feature Matching

Image 1

Page 25: Efficient Algorithms for Robust Feature Matching

Experiments (Washington, DC)

Original image: 128 X 128 gray-scale image Transformed image: Generated by applying

translation (32.5,32.5) |A|=763, |B|=766 Target similarity: 0.71 Initial search space

Rotation: 10° X translation: 5 pixels Y translation: 5 pixels

Page 26: Efficient Algorithms for Robust Feature Matching

Image 2

Page 27: Efficient Algorithms for Robust Feature Matching

Experiments (Haifa, Israel)

Images taken on two different occasions |A|=1120, |B|=1020 Target similarity: 0.5 Initial search space

Rotation: 5° X translation: 5 pixels Y translation: 5 pixels

Page 28: Efficient Algorithms for Robust Feature Matching

Image 3

Page 29: Efficient Algorithms for Robust Feature Matching

Experiments (South Africa)

Images are taken at two different times |A|=872, |B|=927 Target similarity: 1.0 Initial search space

Rotation: 10° X translation: 5 pixels Y translation: 5 pixels

Page 30: Efficient Algorithms for Robust Feature Matching

Image 4

Page 31: Efficient Algorithms for Robust Feature Matching

Experiments (Baja, California)

Images are taken at two different times |A|=326, |B|=503 Target similarity: 0.0 Initial search space

Rotation: 10° X translation: 5 pixels Y translation: 5 pixels

Page 32: Efficient Algorithms for Robust Feature Matching

Image 5

Page 33: Efficient Algorithms for Robust Feature Matching

Experiment Results

Page 34: Efficient Algorithms for Robust Feature Matching

Conclusion

Feature matching for image registration Use Partial Hausfdorff distance Branch and bound algorithm Bounded alignment algorithm Experiments on satellite images