paper-with-me

홈 › Papers

RCP: Recurrent Closest Point for Point Cloud

2022-01-01 · CVPR 2022 1 · Xiaodong Gu, Chengzhou Tang, Weihao Yuan, Zuozhuo Dai, Siyu Zhu, Ping Tan

3D motion estimation including scene flow and point cloud registration has drawn increasing interest. Inspired by 2D flow estimation, recent methods employ deep neural networks to construct the cost volume for estimating accurate 3D flow. However, these methods are limited by the fact that it is difficult to define a search window on point clouds because of the irregular data structure. In this paper, we avoid this irregularity by a simple yet effective method. We decompose the problem into two interlaced stages, where the 3D flows are optimized point-wisely at the first stage and then globally regularized in a recurrent network at the second stage. Therefore, the recurrent network only receives the regular point-wise information as the input. In the experiments, we evaluate the proposed method on both the 3D scene flow estimation and the point cloud registration task. For 3D scene flow estimation, we make comparisons on the widely used FlyingThings3D and KITTI datasets. For point cloud registration, we follow previous works and evaluate the data pairs with large pose and partially overlapping from ModelNet40. The results show that our method outperforms the previous method and achieves a new state-of-the-art performance on both 3D scene flow estimation and point cloud registration, which demonstrates the superiority of the proposed zero-order method on irregular point cloud data. Our source code is available at https://github.com/gxd1994/RCP.

📄 PDF Abstract BibTeX

Code (1)

gxd1994/rcp 공식 구현

Tasks

Motion EstimationPoint Cloud RegistrationScene Flow Estimation

Similar Papers 제목 키워드 기반

RCP: Recurrent Closest Point for Scene Flow Estimation on 3D Point Clouds

2022-05-23 · Xiaodong Gu, Chengzhou Tang, Weihao Yuan, Zuozhuo Dai 외

3D motion estimation including scene flow and point cloud registration has drawn increasing interest. Inspired by 2D flow estimation, recent methods employ deep neural networks to construct the cost volume for estimating…

Motion EstimationPoint Cloud RegistrationScene Flow Estimation

Hidden Markov Random Field Iterative Closest Point

2017-11-07 · John Stechschulte, Christoffer Heckman

When registering point clouds resolved from an underlying 2-D pixel structure, such as those resulting from structured light and flash LiDAR sensors, or stereo reconstruction, it is expected that some points in one cloud…

Semantic-ICP: Iterative Closest Point for Non-rigid Multi-Organ Point Cloud Registration

2025-03-02 · Wanwen Chen, Carson Studders, Jamie J. Y. Kwon, Emily H. T. Pang 외

Point cloud registration is important in computer-aided interventions (CAI). While learning-based point cloud registration methods have been developed, their clinical application is hampered by issues of generalizability…

Point Cloud Registration

Deep Closest Point: Learning Representations for Point Cloud Registration

2019-05-08 · ICCV 2019 10 · Yue Wang, Justin M. Solomon

Point cloud registration is a key problem for computer vision applied to robotics, medical imaging, and other applications. This problem involves finding a rigid transformation from one point cloud into another so that t…

Point Cloud RegistrationVisual Localization

RPM-Net: Robust Point Matching using Learned Features

2020-03-30 · CVPR 2020 6 · Zi Jian Yew, Gim Hee Lee

Iterative Closest Point (ICP) solves the rigid point cloud registration problem iteratively in two steps: (1) make hard assignments of spatially closest point correspondences, and then (2) find the least-squares rigid tr…

Deep LearningPoint Cloud Registration