paper-with-me

홈 › Papers

End-to-End 3D Point Cloud Learning for Registration Task Using Virtual Correspondences

2020-11-30 · Zhijian Qiao, Huanshu Wei, Zhe Liu, Chuanzhe Suo, Hesheng Wang

3D Point cloud registration is still a very challenging topic due to the difficulty in finding the rigid transformation between two point clouds with partial correspondences, and it's even harder in the absence of any initial estimation information. In this paper, we present an end-to-end deep-learning based approach to resolve the point cloud registration problem. Firstly, the revised LPD-Net is introduced to extract features and aggregate them with the graph network. Secondly, the self-attention mechanism is utilized to enhance the structure information in the point cloud and the cross-attention mechanism is designed to enhance the corresponding information between the two input point clouds. Based on which, the virtual corresponding points can be generated by a soft pointer based method, and finally, the point cloud registration problem can be solved by implementing the SVD method. Comparison results in ModelNet40 dataset validate that the proposed approach reaches the state-of-the-art in point cloud registration tasks and experiment resutls in KITTI dataset validate the effectiveness of the proposed approach in real applications.Our source code is available at \url{https://github.com/qiaozhijian/VCR-Net.git}

📄 PDF Abstract BibTeX arXiv:2011.14579

Code (1)

qiaozhijian/VCR-Net 공식 구현 pytorch

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

VRNet: Learning the Rectified Virtual Corresponding Points for 3D Point Cloud Registration

2022-03-24 · Zhiyuan Zhang, Jiadai Sun, Yuchao Dai, Bin Fan 외

3D point cloud registration is fragile to outliers, which are labeled as the points without corresponding points. To handle this problem, a widely adopted strategy is to estimate the relative pose based only on some accu…

Point Cloud Registration

GraphI2P: Image-to-Point Cloud Registration with Exploring Pattern of Correspondence via Graph Learning

2025-01-01 · CVPR 2025 1 · Lin Bie, Shouan Pan, Siqi Li, Yining Zhao 외

Although the fusion of images and LiDAR point clouds is crucial to many applications in computer vision, the relative poses of cameras and LiDAR scanners are often unknown. The general registration pipeline first est…

Graph LearningGraph Neural NetworkImage to Point Cloud RegistrationPoint Cloud Registration+1

RDMNet: Reliable Dense Matching Based Point Cloud Registration for Autonomous Driving

2023-03-31 · Chenghao Shi, Xieyuanli Chen, Huimin Lu, Wenbang Deng 외

Point cloud registration is an important task in robotics and autonomous driving to estimate the ego-motion of the vehicle. Recent advances following the coarse-to-fine manner show promising potential in point cloud regi…

Autonomous DrivingPoint Cloud RegistrationPose Estimation

A Representation Separation Perspective to Correspondences-free Unsupervised 3D Point Cloud Registration

2022-03-24 · Zhiyuan Zhang, Jiadai Sun, Yuchao Dai, Dingfu Zhou 외

3D point cloud registration in remote sensing field has been greatly advanced by deep learning based methods, where the rigid transformation is either directly regressed from the two point clouds (correspondences-free ap…

Point Cloud Registration

Dynamical Pose Estimation

2021-03-10 · ICCV 2021 10 · Heng Yang, Chris Doran, Jean-Jacques Slotine

We study the problem of aligning two sets of 3D geometric primitives given known correspondences. Our first contribution is to show that this primitive alignment framework unifies five perception problems including point…

Point Cloud RegistrationPose Estimation