CVOct 14, 2017

K-means clustering for efficient and robust registration of multi-view point sets

arXiv:1710.05193v448 citations
Originality Incremental advance
AI Analysis

This work addresses registration challenges in real-time applications like robotics or 3D scanning, though it appears incremental as it builds on existing clustering methods.

The paper tackles multi-view point set registration by framing it as a clustering task, achieving improved efficiency and robustness as validated on benchmark datasets.

Generally, there are three main factors that determine the practical usability of registration, i.e., accuracy, robustness, and efficiency. In real-time applications, efficiency and robustness are more important. To promote these two abilities, we cast the multi-view registration into a clustering task. All the centroids are uniformly sampled from the initially aligned point sets involved in the multi-view registration, which makes it rather efficient and effective for the clustering. Then, each point is assigned to a single cluster and each cluster centroid is updated accordingly. Subsequently, the shape comprised by all cluster centroids is used to sequentially estimate the rigid transformation for each point set. For accuracy and stability, clustering and transformation estimation are alternately and iteratively applied to all point sets. We tested our proposed approach on several benchmark datasets and compared it with state-of-the-art approaches. Experimental results validate its efficiency and robustness for the registration of multi-view point sets.

Foundations

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

Your Notes