paper-with-me

홈 › Papers

Practical, Fast and Robust Point Cloud Registration for 3D Scene Stitching and Object Localization

2021-11-08 · Lei Sun

3D point cloud registration ranks among the most fundamental problems in remote sensing, photogrammetry, robotics and geometric computer vision. Due to the limited accuracy of 3D feature matching techniques, outliers may exist, sometimes even in very large numbers, among the correspondences. Since existing robust solvers may encounter high computational cost or restricted robustness, we propose a novel, fast and highly robust solution, named VOCRA (VOting with Cost function and Rotating Averaging), for the point cloud registration problem with extreme outlier rates. Our first contribution is to employ the Tukey's Biweight robust cost to introduce a new voting and correspondence sorting technique, which proves to be rather effective in distinguishing true inliers from outliers even with extreme (99%) outlier rates. Our second contribution consists in designing a time-efficient consensus maximization paradigm based on robust rotation averaging, serving to seek inlier candidates among the correspondences. Finally, we apply Graduated Non-Convexity with Tukey's Biweight (GNC-TB) to estimate the correct transformation with the inlier candidates obtained, which is then used to find the complete inlier set. Both standard benchmarking and realistic experiments with application to two real-data problems are conducted, and we show that our solver VOCRA is robust against over 99% outliers and more time-efficient than the state-of-the-art competitors.

📄 PDF Abstract BibTeX arXiv:2111.04228

Code (0)

등록된 구현이 없습니다.

Tasks

3D Feature MatchingBenchmarkingObject LocalizationPoint Cloud Registration

Similar Papers 제목 키워드 기반

GaussReg: Fast 3D Registration with Gaussian Splatting

2024-07-07 · Jiahao Chang, Yinglin Xu, Yihao Li, Yuantao Chen 외

Point cloud registration is a fundamental problem for large-scale 3D scene scanning and reconstruction. With the help of deep learning, registration methods have evolved significantly, reaching a nearly-mature stage. As …

NeRFPoint Cloud Registration

Accurate Point Cloud Registration with Robust Optimal Transport

2021-11-01 · NeurIPS 2021 12 · Zhengyang Shen, Jean Feydy, Peirong Liu, Ariel Hernán Curiale 외

This work investigates the use of robust optimal transport (OT) for shape matching. Specifically, we show that recent OT solvers improve both optimization-based and deep learning methods for point cloud registration, boo…

Point Cloud RegistrationScene Flow Estimation

Multi-Model 3D Registration: Finding Multiple Moving Objects in Cluttered Point Clouds

2024-02-16 · David Jin, Sushrut Karmalkar, Harry Zhang, Luca Carlone

We investigate a variation of the 3D registration problem, named multi-model 3D registration. In the multi-model registration problem, we are given two point clouds picturing a set of objects at different poses (and poss…

3D Point Cloud Registration with Multi-Scale Architecture and Unsupervised Transfer Learning

2021-03-26 · Sofiane Horache, Jean-Emmanuel Deschaud, François Goulette

We propose a method for generalizing deep learning for 3D point cloud registration on new, totally different datasets. It is based on two components, MS-SVConv and UDGE. Using Multi-Scale Sparse Voxel Convolution, MS-SVC…

Point Cloud RegistrationTransfer Learning

ZeroReg: Zero-Shot Point Cloud Registration with Foundation Models

2023-12-05 · Weijie Wang, Wenqi Ren, Guofeng Mei, Bin Ren 외

State-of-the-art 3D point cloud registration methods rely on labeled 3D datasets for training, which limits their practical applications in real-world scenarios and often hinders generalization to unseen scenes. Leveragi…

DecoderGraph MatchingObjectObject Localization+1