CVNov 28, 2017

Guaranteed Outlier Removal for Point Cloud Registration with Correspondences

arXiv:1711.10209v1218 citationsHas Code
Originality Incremental advance
AI Analysis

This incremental improvement addresses efficiency challenges in 3D computer vision for applications like robotics and autonomous systems.

The paper tackles the high computational cost of robust point cloud registration under extremely high outlier rates by introducing a deterministic preprocessing method that guarantees removal of only true outliers, preserving the globally optimal solution and enabling faster subsequent optimization.

An established approach for 3D point cloud registration is to estimate the registration function from 3D keypoint correspondences. Typically, a robust technique is required to conduct the estimation, since there are false correspondences or outliers. Current 3D keypoint techniques are much less accurate than their 2D counterparts, thus they tend to produce extremely high outlier rates. A large number of putative correspondences must thus be extracted to ensure that sufficient good correspondences are available. Both factors (high outlier rates, large data sizes) however cause existing robust techniques to require very high computational cost. In this paper, we present a novel preprocessing method called \emph{guaranteed outlier removal} for point cloud registration. Our method reduces the input to a smaller set, in a way that any rejected correspondence is guaranteed to not exist in the globally optimal solution. The reduction is performed using purely geometric operations which are deterministic and fast. Our method significantly reduces the population of outliers, such that further optimization can be performed quickly. Further, since only true outliers are removed, the globally optimal solution is preserved. On various synthetic and real data experiments, we demonstrate the effectiveness of our preprocessing method. Demo code is available as supplementary material.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes