Robust rigid registration via maximum correntropy criterion: a novel approach
摘要
Point set registration is essential for computer vision, pattern recognition and intelligent robotics. Existing registration methods exhibit limited robustness against non-Gaussian noise, outliers and incomplete point clouds in complex engineering scenarios. This paper proposes a robust rigid point set registration method based on the maximum correntropy criterion (MCC). The method integrates the point-to-plane distance metric into correntropy measurement to construct a novel iterative optimization framework. In each iteration, point correspondences are established via nearest neighbor search, and rigid transformation parameters are optimized under the MCC criterion. An adaptive kernel width updating strategy is adopted to balance global convergence and local alignment accuracy. Experimental results on synthetic and real-world point sets verify the effectiveness and robustness of the proposed method. Relevant codes and data are published to https://github.com/ygq0000/mcc.