25
Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006 Jackie Libby Advisor: George Kantor

Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

  • Upload
    amena

  • View
    38

  • Download
    0

Embed Size (px)

DESCRIPTION

Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006. Jackie Libby Advisor: George Kantor. Main Idea. laser and camera for 3d SLAM system Laser: builds 3d point cloud map Camera: detects loop closure from sequences of images - PowerPoint PPT Presentation

Citation preview

Page 1: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Outdoor SLAM using Visual Appearance and Laser Ranging

P. Newman, D. Cole and K. HoICRA 2006

Jackie LibbyAdvisor: George Kantor

Page 2: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Main Idea

• laser and camera for 3d SLAM system• Laser: builds 3d point cloud map• Camera: detects loop closure from sequences

of images• First working implementation in outdoor

environment

Page 3: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Outline

• Slam framework• Laser data representation• How loop is detected with vision• How loop is closed once detected• results

Page 4: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

SLAM representation: state

x(k+1|k) = state vector of vehicle poses from t = 1, …, k+1given observations from t = 1, …, k

xvn = nth vehicle pose in state vector

u(k+1) = odometry between k and k+1

= SΕ3 transformation composition operator (motion model)

Page 5: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

SLAM representation: covariance

Pv = covariance of newly added vehicle state (bottom left)

Pvp = ? (my guess: covariance between new state and all previous states)

Page 6: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Scan-match framework• Nodding “yes-yes” laser– Returns planar scans at different elevations

• each vehicle pose corresponds to a laser scan– xv(k) -> Sk

– timesteps not constant

• xv(i), xv(j) -> Si, Sj -> Ti,j

• Ti,j = rigid transformation– Observation -> EKF equations– i, j sequential -> Ti,j can replace u– loop closing -> j >> i• Ti,j used to correct position

Page 7: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

State vector with growing uncertainty

• outdoor data set• x,y,z grid (20m marks)• 1 σ x,y,z uncertainty

ellipsoids• Effect of long loops

How to detect loop closure1) slam pdf, small Mahalanobis distance

- Ellipsoids overconfident -> this method fails2) Vision system

- Matches image sequences- similarity in appearance

Page 8: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

My work with SLAM:• CASC

– Advisor: George Kantor– Sanjiv Singh– Marcel Bergerman– Ben Grocholsky– Brad Hamner

• Retroreflective cones• no-no nodding SICK laser

Page 9: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Detecting loop closure (high level)Assumption:2 images look similar -> close in spaceNot close in time -> loop detected

Problem:Just one image pair -> false positive“repetitious low level descriptors”

“common texture”leaves, bricks on buildings

“background similarity”“common large scale features”plants, windows

Solution:sequences of image pairs increases confidence

Page 10: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Image, Iu

Detect interest points

SIFT Descriptors

Clustered into words

Vocab = set of all words

Assign weight to each word

Image = vector of weights

Similarity between two images

Image, Iv

Page 11: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Thanks Martial Hebert!

Image, Iu

Detect interest points

• Harris Affine detector •Scale invariant, affine invariant• Example: corners -> still a corner from any angle or scale

Page 12: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Detect interest points

SIFT Descriptors {d1, …, dn}

•16x16 pixel window around interest point•Assign each pixel a gradient orientation (out of 8 values)•For each 4x4 window, make histogram of orientations•16 histograms * 8 values = 128 = dimension of SIFT vector

(ignore blue circles)

Thanks Martial Hebert!

Page 13: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

SIFT Descriptors {d1, …, dn}

Clustered into words,

Vocab = set of all words

id^

nddV^

1

^

,...,

• SIFT Descriptors: n is different for different images

• word, = {d1, …, dk}• clustering happens in an offline learning process

•Vocabulary, V• future work: different vocabularies for different settings• urban, park, indoors

id^

Page 14: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Vocab = set of all words

weight for each word

nddV^

1

^

,...,

• The more frequent the word, the less descriptive it is• inverse weighting frequency scheme *:

iii n

Nwd log^

*K. S. Jones, “Exhaustivity and specificity,” Journal of Documentation, vol. 28, no. 1, pp. 11–21, 1972.

wi = weight for index word,N = total # imagesni = # images where this word appears

id^

Page 15: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

weight for each word

Image vector of weights

iii n

Nwd log^

• Image has been transformed into a vector• vector is long, |V|, but many elements are zero

Page 16: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Similarity

Image TVv vvI ,...,1Image

TVu uuI ,...,1

V

ii

V

ii

V

iii

vu

vuvuS

0

2

0

2

0),(

baba

cosCosine distance:

cos(0) = 1The closer the vectors -> the smaller the angle between them the greater the similarity

Page 17: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Image, Iu

Detect interest points

SIFT Descriptors {d1, …, dn}

Clustered into words,

Vocab = set of all words

weight for each word

Image vector of weights

Similarity

Image, Iv

id^

iii n

Nwd log^

nddV^

1

^

,...,

V

ii

V

ii

V

iii

vu

vuvuS

0

2

0

2

0),(

TVu uuI ,...,1

Page 18: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

• Boxes = false positives• one to many mapping:

ai bi+1, bi+2, bi+3 …bi ai+1, ai+2, ai+3 …

• causes:• vehicle stopped• repetitive low-level structure (windows, bricks, leaves)• distant images

Similarity Matrix• Similarity matrix, M• Mi,j = S(i,j)• darker means more similar

• axes = timesteps• same for x and y• comparing each image against every

other one • main diagonal is line of reflection

• Loop closure = off diagonal streaks• ai bi

• ai+1 bi+1

Page 19: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Sequence extraction (finding streaks)

• Modified Smith-Waterman algorithm• dynamic programming • penalty terms avoid boxes• allow for curved lines (i.e. change in velocity)

• α term allows gaps

• Maximum Hi,j = ηA,B

Maximal cumulative similarity

Page 20: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Removing “common mode similarity” (finding boxes)Decompose M into sum of outer products

“Dominant structure” = repetitive structuredominant structure largest eigenvalues/vectors

Eigenface:First three outer products

More repetition -> more range in eigenvalues

Relative significance:

Maximize entropy:

Page 21: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Sequence Significance• problem:

Maximum Hi,j = ηA,B this doesn’t mean there’s a loop

• solution:• randomly shuffle rows and columns of M, recompute ηA,B

• look at distribution:

Extreme value distribution (EVD)

Probability that sequence could be random

ηA,B = real scoreη = random score

threshold at 0.5%

Page 22: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Estimating Loop Closure Geometry• We have detected a loop (with image sequence)• Now how do we close it? (how do we find Tij ?)

• One solution: iterative scan matching – ηA,B ai, bj xvi , xvj Si, Sj Tij

– Problem: local minima

• Better solution: projective model– Essential matrix– 5 point algorithm with Ransac loop– User lasers to:

• Remove scale ambiguity• Fine-tune with iterative scan matching

– quality of final scan match is another quality check

Page 23: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Enforcing loop closure

• Naïve method: single EKF update step• only works for small errors, because

of linear approximation

• Better method:• constrained non-linear optimization• incremental changes

[xv1, …., xvn] [T1,2, … Tn-1,n, Tn,1][Σ1,2, …, Σn,1] (from scan-matching)

Want new poses, [T*1,2, … T*n-1,n, T*n,1]

Subject to constraint:

Minimize:

Page 24: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Results

Resulting estimated mapAnd vehicle trajectory

• successfully applied to several data sets• 98% runtime spent on laser registration -> bottleneck• 1/3 real time• most expensive part of vision subsystem is feature detector/descriptor• (Harris Affine/ SIFT)

Page 25: Outdoor SLAM using Visual Appearance and Laser Ranging P. Newman, D. Cole and K. Ho ICRA 2006

Conclusions and future work• Conclusions

– SLAM system for outdoor applications– Works for challenging urban environment– Complementary vision laser system

• Vision for loop closing• Laser data for geometry map building

– First working implementation• Future work

– SLAM formulation not efficient– Laser scan matching is bottle neck– Learning vocabularies for distinct domains

• (urban, park, indoors)• Different similarity matrix if domain switches