Efficient Global Point Cloud Alignment using Bayesian Nonparametric Mixtures

less than 1 minute read

Point cloud alignment is a common problem in computer vision and robotics, with applications ranging from 3D object recognition to reconstruction. We propose a novel approach to the alignment problem that utilizes Bayesian nonparametrics to describe the point cloud and surface normal densities, and branch and bound (BB) optimization to recover the relative transformation. BB uses a novel, refinable, near-uniform tessellation of rotation space using 4D tetrahedra, leading to more efficient optimization compared to the common axis-angle tessellation. We provide objective function bounds for pruning given the proposed tessellation, and prove that BB converges to the optimum of the cost function along with providing its computational complexity. Finally, we empirically demonstrate the efficiency of the proposed approach as well as its robustness to real-world conditions such as missing data and partial overlap.

Bibtex

@INPROCEEDINGS{straub2017globTrans,
  author = {Straub, Julian and Campbell, Trevor and How, Jonathan P. and Fisher III, John W.},
  title = {Efficient Global Point Cloud Alignment using Bayesian Nonparametric Mixtures},
  booktitle = {CVPR},
  year = {2017},
  url = {https://arxiv.org/abs/1603.04868}
}

Categories:

Updated: