Journal Article10.1109/TPAMI.2023.3244951
RoReg: Pairwise Point Cloud Registration With Oriented Descriptors and Local Rotations
Haiping Wang,Yuan Liu,Qingyong Hu,Bing Wang,Jianguo Chen,Zhen Dong,Yulan Guo,Wenping Wang,Bisheng Yang +8 more
44
TL;DR: RoReg as discussed by the authors exploits oriented descriptors and estimated local rotations in the whole registration pipeline, including feature description, feature detection, feature matching, and transformation estimation, and achieves state-of-the-art performance.
read more
Abstract: We present RoReg, a novel point cloud registration framework that fully exploits oriented descriptors and estimated local rotations in the whole registration pipeline. Previous methods mainly focus on extracting rotation-invariant descriptors for registration but unanimously neglect the orientations of descriptors. In this paper, we show that the oriented descriptors and the estimated local rotations are very useful in the whole registration pipeline, including feature description, feature detection, feature matching, and transformation estimation. Consequently, we design a novel oriented descriptor RoReg-Desc and apply RoReg-Desc to estimate the local rotations. Such estimated local rotations enable us to develop a rotation-guided detector, a rotation coherence matcher, and a one-shot-estimation RANSAC, all of which greatly improve the registration performance. Extensive experiments demonstrate that RoReg achieves state-of-the-art performance on the widely-used 3DMatch and 3DLoMatch datasets, and also generalizes well to the outdoor ETH dataset. In particular, we also provide in-depth analysis on each component of RoReg, validating the improvements brought by oriented descriptors and the estimated local rotations. Source code and supplementary material are available at https://github.com/HpWang-whu/RoReg.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
DAOT: Domain-Agnostically Aligned Optimal Transport for Domain-Adaptive Crowd Counting
Huilin Zhu,Jingling Yuan,Xian Zhong,Zhen Dong Yang,Zheng Wang,Shengfeng He +5 more
- 10 Aug 2023
TL;DR: This work proposes a Domain-agnostically Aligned Optimal Transport (DAOT) strategy that aligns domain-agnostic factors between domains and demonstrates that the proposed method has strong generalizability across diverse datasets.
PointDifformer: Robust Point Cloud Registration with Neural Diffusion and Transformer
Rui She,Qiyu Kang,Sijie Wang,Wee Peng Tay,Kai Zhao,Yang Song,Tianyu Geng,Yi Xu,Diego Navarro Navarro,Andreas Hartmannsgruber +9 more
TL;DR: This work proposes a robust point cloud registration approach that leverages graph neural partial differential equations (PDEs) and heat kernel signatures to extract high-dimensional features from point clouds by aggregating information from the 3-D point neighborhood, thereby enhancing the robustness of the feature representations.
11
SIRA-PCR: Sim-to-Real Adaptation for 3D Point Cloud Registration
Suyi Chen,Hao Xu,Ru Li,Guanghui Liu,Chi-Wing Fu,Shuaicheng Liu +5 more
- 01 Oct 2023
TL;DR: This work designs SIRA-PCR, a new approach to 3D point cloud registration that explores sim-to-real adaptation for point cloud registration, and builds a synthetic scene-level 3D registration dataset specifically designed with physically-based and random strategies to arrange diverse objects.
8
A new method for point cloud registration: Adaptive relation-oriented convolution and recurrent correspondence-walk
Feilong Cao,Lei Zhu,Hailiang Ye,Chenglin Wen,Qinghua Zhang +4 more
TL;DR: This study presents RecARONet, a novel point cloud registration method, incorporating adaptive relation-oriented convolution and recurrent correspondence-walk to refine the matching matrix, achieving excellent performance on various complete/partial point cloud datasets.
7
Robust Multiview Point Cloud Registration with Reliable Pose Graph Initialization and History Reweighting
TL;DR: Zhang et al. as mentioned in this paper proposed to use a neural network to estimate the overlap between scan pairs, which enables them to construct a sparse but reliable pose graph, and designed a novel history reweighting function in the IRLS scheme, which has strong robustness to outlier edges on the graph.
6
References
•Proceedings Article
Attention is All you Need
Ashish Vaswani,Noam Shazeer,Niki Parmar,Jakob Uszkoreit,Llion Jones,Aidan N. Gomez,Lukasz Kaiser,Illia Polosukhin +7 more
- 12 Jun 2017
TL;DR: This paper proposed a simple network architecture based solely on an attention mechanism, dispensing with recurrence and convolutions entirely and achieved state-of-the-art performance on English-to-French translation.
Principal Component Analysis.
Heng Tao Shen
- 01 Jan 2009
TL;DR: The paper focuses on the use of principal component analysis in typical chemometric areas but the results are generally applicable.
15.8K
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
R. Qi Charles,Hao Su,Mo Kaichun,Leonidas J. Guibas +3 more
- 21 Jul 2017
TL;DR: This paper designs a novel type of neural network that directly consumes point clouds, which well respects the permutation invariance of points in the input and provides a unified architecture for applications ranging from object classification, part segmentation, to scene semantic parsing.
A Combined Corner and Edge Detector
Chris Harris,Mike Stephens +1 more
- 01 Jan 1988
TL;DR: The problem the authors are addressing in Alvey Project MMI149 is that of using computer vision to understand the unconstrained 3D world, in which the viewed scenes will in general contain too wide a diversity of objects for topdown recognition techniques to work.
Least-Squares Fitting of Two 3-D Point Sets
TL;DR: An algorithm for finding the least-squares solution of R and T, which is based on the singular value decomposition (SVD) of a 3 × 3 matrix, is presented.