CVSep 14, 2021

Sampling Network Guided Cross-Entropy Method for Unsupervised Point Cloud Registration

arXiv:2109.06619v253 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of aligning 3D point clouds without labeled data for applications in robotics and computer vision, presenting an incremental improvement by integrating learned sampling with optimization.

The paper tackles unsupervised 3D point cloud registration by modeling it as a Markov decision process and proposes an end-to-end deep model combining a sampling network with a differentiable cross-entropy method, achieving good performance on benchmark datasets.

In this paper, by modeling the point cloud registration task as a Markov decision process, we propose an end-to-end deep model embedded with the cross-entropy method (CEM) for unsupervised 3D registration. Our model consists of a sampling network module and a differentiable CEM module. In our sampling network module, given a pair of point clouds, the sampling network learns a prior sampling distribution over the transformation space. The learned sampling distribution can be used as a "good" initialization of the differentiable CEM module. In our differentiable CEM module, we first propose a maximum consensus criterion based alignment metric as the reward function for the point cloud registration task. Based on the reward function, for each state, we then construct a fused score function to evaluate the sampled transformations, where we weight the current and future rewards of the transformations. Particularly, the future rewards of the sampled transforms are obtained by performing the iterative closest point (ICP) algorithm on the transformed state. By selecting the top-k transformations with the highest scores, we iteratively update the sampling distribution. Furthermore, in order to make the CEM differentiable, we use the sparsemax function to replace the hard top-$k$ selection. Finally, we formulate a Geman-McClure estimator based loss to train our end-to-end registration model. Extensive experimental results demonstrate the good registration performance of our method on benchmark datasets.

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