PointNetLK Revisited

Abstract

We address the generalization ability of recent learning-based point cloud registration methods. Despite their success, these approaches tend to have poor performance when applied to mismatched conditions that are not well-represented in the training set, such as unseen object categories, different complex scenes, or unknown depth sensors. In these circumstances, it has often been better to rely on classical non-learning methods (e.g., Iterative Closest Point), which have better generalization ability. Hybrid learning methods, that use learning for predicting point correspondences and then a deterministic step for alignment, have offered some respite, but are still limited in their generalization abilities. We revisit a recent innovation---PointNetLK---and show that the inclusion of an analytical Jacobian can exhibit remarkable generalization properties while reaping the inherent fidelity benefits of a learning framework. Our approach not only outperforms the state-of-the-art in mismatched conditions but also produces results competitive with current learning methods when operating on real-world test data close to the training set.

Cite

Text

Li et al. "PointNetLK Revisited." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.01257

Markdown

[Li et al. "PointNetLK Revisited." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/li2021cvpr-pointnetlk/) doi:10.1109/CVPR46437.2021.01257

BibTeX

@inproceedings{li2021cvpr-pointnetlk,
  title     = {{PointNetLK Revisited}},
  author    = {Li, Xueqian and Pontes, Jhony Kaesemodel and Lucey, Simon},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2021},
  pages     = {12763-12772},
  doi       = {10.1109/CVPR46437.2021.01257},
  url       = {https://mlanthology.org/cvpr/2021/li2021cvpr-pointnetlk/}
}