CVDec 5, 2023

Adaptive Multi-step Refinement Network for Robust Point Cloud Registration

arXiv:2312.03053v29 citationsh-index: 10Trans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This work addresses robust registration for 3D vision applications, offering incremental improvements over existing methods.

The paper tackles the challenge of point cloud registration when overlapping regions are small by proposing an adaptive multi-step refinement network that leverages prior step information, achieving state-of-the-art performance with an 80.4% recall rate on 3DLoMatch, a 1.2% absolute improvement.

Point Cloud Registration (PCR) estimates the relative rigid transformation between two point clouds of the same scene. Despite significant progress with learning-based approaches, existing methods still face challenges when the overlapping region between the two point clouds is small. In this paper, we propose an adaptive multi-step refinement network that refines the registration quality at each step by leveraging the information from the preceding step. To achieve this, we introduce a training procedure and a refinement network. Firstly, to adapt the network to the current step, we utilize a generalized one-way attention mechanism, which prioritizes the last step's estimated overlapping region, and we condition the network on step indices. Secondly, instead of training the network to map either random transformations or a fixed pre-trained model's estimations to the ground truth, we train it on transformations with varying registration qualities, ranging from accurate to inaccurate, thereby enhancing the network's adaptiveness and robustness. Despite its conceptual simplicity, our method achieves state-of-the-art performance on both the 3DMatch/3DLoMatch and KITTI benchmarks. Notably, on 3DLoMatch, our method reaches 80.4% recall rate, with an absolute improvement of 1.2%.

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