3DRegNet: A Deep Neural Network for 3D Point Registration
Abstract
We present 3DRegNet, a novel deep learning architecture for the registration of 3D scans. Given a set of 3D point correspondences, we build a deep neural network to address the following two challenges: (i) classification of the point correspondences into inliers/outliers, and (ii) regression of the motion parameters that align the scans into a common reference frame. With regard to regression, we present two alternative approaches: (i) a Deep Neural Network (DNN) registration and (ii) a Procrustes approach using SVD to estimate the transformation. Our correspondence-based approach achieves a higher speedup compared to competing baselines. We further propose the use of a refinement network, which consists of a smaller 3DRegNet as a refinement to improve the accuracy of the registration. Extensive experiments on two challenging datasets demonstrate that we outperform other methods and achieve state-of-the-art results. The code is available.
Cite
Text
Pais et al. "3DRegNet: A Deep Neural Network for 3D Point Registration." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00722Markdown
[Pais et al. "3DRegNet: A Deep Neural Network for 3D Point Registration." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/pais2020cvpr-3dregnet/) doi:10.1109/CVPR42600.2020.00722BibTeX
@inproceedings{pais2020cvpr-3dregnet,
title = {{3DRegNet: A Deep Neural Network for 3D Point Registration}},
author = {Pais, G. Dias and Ramalingam, Srikumar and Govindu, Venu Madhav and Nascimento, Jacinto C. and Chellappa, Rama and Miraldo, Pedro},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2020},
doi = {10.1109/CVPR42600.2020.00722},
url = {https://mlanthology.org/cvpr/2020/pais2020cvpr-3dregnet/}
}