End-to-End 3D Point Cloud Learning for Registration Task Using Virtual Correspondences
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}
Code (1)
Tasks
Point Cloud RegistrationSimilar Papers 제목 키워드 기반
VRNet: Learning the Rectified Virtual Corresponding Points for 3D Point Cloud Registration
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 RegistrationGraphI2P: Image-to-Point Cloud Registration with Exploring Pattern of Correspondence via Graph Learning
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+1RDMNet: Reliable Dense Matching Based Point Cloud Registration for Autonomous Driving
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 EstimationA Representation Separation Perspective to Correspondences-free Unsupervised 3D Point Cloud Registration
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 RegistrationDynamical Pose Estimation
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