Robust Point Cloud Based Reconstruction of Large-Scale Outdoor Scenes

Abstract

Outlier feature matches and loop-closures that survived front-end data association can lead to catastrophic failures in the back-end optimization of large-scale point cloud based 3D reconstruction. To alleviate this problem, we propose a probabilistic approach for robust back-end optimization in the presence of outliers. More specifically, we model the problem as a Bayesian network and solve it using the Expectation-Maximization algorithm. Our approach leverages on a long-tail Cauchy distribution to suppress outlier feature matches in the odometry constraints, and a Cauchy-Uniform mixture model with a set of binary latent variables to simultaneously suppress outlier loop-closure constraints and outlier feature matches in the inlier loop-closure constraints. Furthermore, we show that by using a Gaussian-Uniform mixture model, our approach degenerates to the formulation of a state-of-the-art approach for robust indoor reconstruction. Experimental results demonstrate that our approach has comparable performance with the state-of-the-art on a benchmark indoor dataset, and outperforms it on a large-scale outdoor dataset. Our source code can be found on the project website.

Cite

Text

Lan et al. "Robust Point Cloud Based Reconstruction of Large-Scale Outdoor Scenes." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00992

Markdown

[Lan et al. "Robust Point Cloud Based Reconstruction of Large-Scale Outdoor Scenes." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/lan2019cvpr-robust/) doi:10.1109/CVPR.2019.00992

BibTeX

@inproceedings{lan2019cvpr-robust,
  title     = {{Robust Point Cloud Based Reconstruction of Large-Scale Outdoor Scenes}},
  author    = {Lan, Ziquan and Yew, Zi Jian and Lee, Gim Hee},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.00992},
  url       = {https://mlanthology.org/cvpr/2019/lan2019cvpr-robust/}
}