DetarNet: Decoupling Translation and Rotation by Siamese Network for Point Cloud Registration
Zhi Chen, Fan Yang, Wenbing Tao

TL;DR
DetarNet introduces a novel neural network that decouples translation and rotation estimation in point cloud registration, leading to improved accuracy in diverse scenes by leveraging a Siamese network, attention mechanisms, and SVD.
Contribution
The paper presents a new architecture that effectively separates translation and rotation estimation, enhancing registration performance over existing methods.
Findings
Improved registration accuracy on indoor scenes
Enhanced outdoor scene performance
Effective decoupling of translation and rotation estimation
Abstract
Point cloud registration is a fundamental step for many tasks. In this paper, we propose a neural network named DetarNet to decouple the translation and rotation , so as to overcome the performance degradation due to their mutual interference in point cloud registration. First, a Siamese Network based Progressive and Coherent Feature Drift (PCFD) module is proposed to align the source and target points in high-dimensional feature space, and accurately recover translation from the alignment process. Then we propose a Consensus Encoding Unit (CEU) to construct more distinguishable features for a set of putative correspondences. After that, a Spatial and Channel Attention (SCA) block is adopted to build a classification network for finding good correspondences. Finally, the rotation is obtained by Singular Value Decomposition (SVD). In this way, the proposed network decouples the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
Topics3D Surveying and Cultural Heritage · 3D Shape Modeling and Analysis · Remote Sensing and LiDAR Applications
MethodsSiamese Network
