30.01.2014 Views

Annual Report 2010 - Fachgruppe Informatik an der RWTH Aachen ...

Annual Report 2010 - Fachgruppe Informatik an der RWTH Aachen ...

Annual Report 2010 - Fachgruppe Informatik an der RWTH Aachen ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

SCRAMSAC: Improving RANSAC's Efficiency with a Spatial Consistency Filter<br />

Torsten Sattler, Basti<strong>an</strong> Leibe, Leif Kobbelt<br />

The current state-of-the-art systems for registering two images first extract local features in<br />

each of the images, match those features using their descriptors <strong>an</strong>d then try to estimate the<br />

tr<strong>an</strong>sformation between the images. Since some of those correspondences might be wrong, it<br />

is crucial to use a robust estimator when computing the tr<strong>an</strong>sformation.The most popular<br />

robust estimator is the RANdom SAmple Consensus (RANSAC) algorithm. RANSAC<br />

operates in a hypothesize-<strong>an</strong>d-verify framework by r<strong>an</strong>domly selecting subsets of the<br />

correspondences to compute tr<strong>an</strong>sformations <strong>an</strong>d then verifying those hypothesizes against<br />

the whole set. It terminates when the probability of finding a better tr<strong>an</strong>sformation explaining<br />

more correspondences falls below a certain treshold.<br />

In this project, we developed a RANSAC extension that is several or<strong>der</strong>s of magnitude faster<br />

th<strong>an</strong> st<strong>an</strong>dard RANSAC <strong>an</strong>d as fast as <strong>an</strong>d more robust to degenerate configurations th<strong>an</strong><br />

PROSAC, the currently fastest RANSAC extension from the literature. Our proposed method<br />

is simple to implement <strong>an</strong>d does not require parameter tuning. Its main component is a spatial<br />

consistency check that results in a reduced correspondence set with a signific<strong>an</strong>tly increased<br />

inlier ratio (see the figure below) , leading to faster convergence of the remaining estimation<br />

steps. In addition, we experimentally demonstrate that RANSAC c<strong>an</strong> operate entirely on the<br />

reduced set not only for sampling, but also for its consensus step, leading to additional speedups.<br />

The resulting approach is widely applicable <strong>an</strong>d c<strong>an</strong> be readily combined with other<br />

extensions from the literature.<br />

Figure: (a) The initial set of correspondences contains mostly false correspondences. (b)<br />

Our spatial consistency check removes nearly all false correspondences, keeping only the<br />

correct ones.<br />

285

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!