CVSep 1, 2021

You Only Hypothesize Once: Point Cloud Registration with Rotation-equivariant Descriptors

arXiv:2109.00182v2184 citations
AI Analysis

This work addresses the problem of efficient and accurate 3D point cloud alignment for applications like robotics and computer vision, offering a novel approach that is not purely incremental but builds on recent group equivariant learning.

The paper tackles point cloud registration by introducing a rotation-equivariant descriptor framework called YOHO, which reduces the search space for transformations and improves robustness to noise and density variations, achieving superior performance with fewer RANSAC iterations on multiple datasets.

In this paper, we propose a novel local descriptor-based framework, called You Only Hypothesize Once (YOHO), for the registration of two unaligned point clouds. In contrast to most existing local descriptors which rely on a fragile local reference frame to gain rotation invariance, the proposed descriptor achieves the rotation invariance by recent technologies of group equivariant feature learning, which brings more robustness to point density and noise. Meanwhile, the descriptor in YOHO also has a rotation equivariant part, which enables us to estimate the registration from just one correspondence hypothesis. Such property reduces the searching space for feasible transformations, thus greatly improves both the accuracy and the efficiency of YOHO. Extensive experiments show that YOHO achieves superior performances with much fewer needed RANSAC iterations on four widely-used datasets, the 3DMatch/3DLoMatch datasets, the ETH dataset and the WHU-TLS dataset. More details are shown in our project page: https://hpwang-whu.github.io/YOHO/.

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