PointDifformer: Robust Point Cloud Registration With Neural Diffusion and Transformer
Rui She, Qiyu Kang, Sijie Wang, Wee Peng Tay, Kai Zhao, Yang Song, Tianyu Geng, Yi Xu, Diego Navarro Navarro, Andreas Hartmannsgruber
TL;DR
PointDifformer tackles robust 3D point cloud registration under noise and perturbations by marrying graph neural PDE-based feature learning with a heat kernel signature–augmented self-cross attention for robust correspondences. A weighted SVD with learnable weights estimates the rigid transformation from a compact set of correspondences. Extensive experiments on indoor and outdoor datasets (vReLoc, Boreas, KITTI) demonstrate state-of-the-art accuracy and superior robustness to synthetic and natural perturbations, highlighting practical applicability in autonomous driving and robotics.
Abstract
Point cloud registration is a fundamental technique in 3-D computer vision with applications in graphics, autonomous driving, and robotics. However, registration tasks under challenging conditions, under which noise or perturbations are prevalent, can be difficult. We propose a robust point cloud registration approach that leverages graph neural partial differential equations (PDEs) and heat kernel signatures. Our method first uses graph neural PDE modules to extract high dimensional features from point clouds by aggregating information from the 3-D point neighborhood, thereby enhancing the robustness of the feature representations. Then, we incorporate heat kernel signatures into an attention mechanism to efficiently obtain corresponding keypoints. Finally, a singular value decomposition (SVD) module with learnable weights is used to predict the transformation between two point clouds. Empirical experiments on a 3-D point cloud dataset demonstrate that our approach not only achieves state-of-the-art performance for point cloud registration but also exhibits better robustness to additive noise or 3-D shape perturbations.
