CVAug 26, 2021

A Robust Loss for Point Cloud Registration

arXiv:2108.11682v128 citations
Originality Highly original
AI Analysis

This addresses the instability in surface registration for computer vision and robotics applications, representing a novel method rather than an incremental improvement.

The paper tackles the problem of point cloud registration by proposing a novel metric based on intersection points with random lines, which avoids unstable closest-point correspondences. The results show that algorithms using this metric outperform state-of-the-art optimization-based and unsupervised learning-based methods.

The performance of surface registration relies heavily on the metric used for the alignment error between the source and target shapes. Traditionally, such a metric is based on the point-to-point or point-to-plane distance from the points on the source surface to their closest points on the target surface, which is susceptible to failure due to instability of the closest-point correspondence. In this paper, we propose a novel metric based on the intersection points between the two shapes and a random straight line, which does not assume a specific correspondence. We verify the effectiveness of this metric by extensive experiments, including its direct optimization for a single registration problem as well as unsupervised learning for a set of registration problems. The results demonstrate that the algorithms utilizing our proposed metric outperforms the state-of-the-art optimization-based and unsupervised learning-based methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes