Planning with Learned Dynamic Model for Unsupervised Point Cloud Registration

Planning with Learned Dynamic Model for Unsupervised Point Cloud Registration

Haobo Jiang, Jianjun Qian, Jin Xie, Jian Yang

Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence
Main Track. Pages 772-778. https://doi.org/10.24963/ijcai.2021/107

Point cloud registration is a fundamental problem in 3D computer vision. In this paper, we cast point cloud registration into a planning problem in reinforcement learning, which can seek the transformation between the source and target point clouds through trial and error. By modeling the point cloud registration process as a Markov decision process (MDP), we develop a latent dynamic model of point clouds, consisting of a transformation network and evaluation network. The transformation network aims to predict the new transformed feature of the point cloud after performing a rigid transformation (i.e., action) on it while the evaluation network aims to predict the alignment precision between the transformed source point cloud and target point cloud as the reward signal. Once the dynamic model of the point cloud is trained, we employ the cross-entropy method (CEM) to iteratively update the planning policy by maximizing the rewards in the point cloud registration process. Thus, the optimal policy, i.e., the transformation between the source and target point clouds, can be obtained via gradually narrowing the search space of the transformation. Experimental results on ModelNet40 and 7Scene benchmark datasets demonstrate that our method can yield good registration performance in an unsupervised manner.
Keywords:
Computer Vision: 2D and 3D Computer Vision
Machine Learning Applications: Applications of Reinforcement Learning