Sparse Iterative Closest Point
Sofien Bouaziz, Andrea Tagliasacchi, Mark Pauly
In Computer Graphics Forum, 32(5), 2013.
Abstract: Rigid registration of two geometric data sets is essential in many applications, including robot navigation, surface reconstruction, and shape matching. Most commonly, variants of the Iterative Closest Point (ICP) algorithm are employed for this task. These methods alternate between closest point computations to establish correspondences between two data sets, and solving for the optimal transformation that brings these correspondences into alignment. A major difficulty for this approach is the sensitivity to outliers and missing data often observed in 3D scans. Most practical implementations of the ICP algorithm address this issue with a number of heuristics to prune or reweight correspondences. However, these heuristics can be unreliable and difficult to tune, which often requires substantial manual assistance. We propose a new formulation of the ICP algorithm that avoids these difficulties by formulating the registration optimization using sparsity inducing norms. Our new algorithm retains the simple structure of the ICP algorithm, while achieving superior registration results when dealing with outliers and incomplete data. The complete source code of our implementation is provided at http://lgg.epfl.ch/sparseicp.
Article URL: http://dx.doi.org/10.1111/cgf.12178
BibTeX format:
@article{Bouaziz:2013:SIC,
  author = {Sofien Bouaziz and Andrea Tagliasacchi and Mark Pauly},
  title = {Sparse Iterative Closest Point},
  journal = {Computer Graphics Forum},
  volume = {32},
  number = {5},
  pages = {113--123},
  year = {2013},
}
Search for more articles by Sofien Bouaziz.
Search for more articles by Andrea Tagliasacchi.
Search for more articles by Mark Pauly.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."