paper-with-me

홈 › Papers

Fast Point Feature Histograms (FPFH) for 3D Registration

2009-05-12 · Radu Bogdan Rusu, Nico Blodow, Michael Beetz

In our recent work [1], [2], we proposed Point Feature Histograms (PFH) as robust multi-dimensional features which describe the local geometry around a point p for 3D point cloud datasets. In this paper, we modify their mathematical expressions and perform a rigorous analysis on their robustness and complexity for the problem of 3D registration for overlapping point cloud views. More concretely, we present several optimizations that reduce their computation times drastically by either caching previously computed values or by revising their theoretical formulations. The latter results in a new type of local features, called Fast Point Feature Histograms (FPFH), which retain most of the discriminative power of the PFH. Moreover, we propose an algorithm for the online computation of FPFH features for realtime applications. To validate our results we demonstrate their efficiency for 3D registration and propose a new sample consensus based method for bringing two datasets into the convergence basin of a local non-linear optimizer: SAC-IA (SAmple Consensus Initial Alignment).

📄 PDF Abstract BibTeX

Code (1)

isl-org/Open3D/blob/main/cpp/open3d/pipelines/registration/Feature.h

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

KISS-Matcher: Fast and Robust Point Cloud Registration Revisited

2024-09-23 · Hyungtae Lim, Daebeom Kim, Gunhee Shin, Jingnan Shi 외

While global point cloud registration systems have advanced significantly in all aspects, many studies have focused on specific components, such as feature extraction, graph-theoretic pruning, or pose solvers. In this pa…

Point Cloud Registration

Zero-shot RGB-D Point Cloud Registration with Pre-trained Large Vision Model

2025-01-01 · CVPR 2025 1 · Haobo Jiang, Jin Xie, Jian Yang, Liang Yu 외

This paper introduces ZeroMatch, a novel zero-shot RGB-D point cloud registration framework, aimed at achieving robust 3D matching on unseen data without any task-specific training. Our core idea is to utilize the po…

Point Cloud Registration

Transforming Omnidirectional RGB-LiDAR data into 3D Gaussian Splatting

2026-03-06 · Semin Bae, Hansol Lim, Jongseong Brad Choi arxiv

The demand for large-scale digital twins is rapidly growing in robotics and autonomous driving. However, constructing these environments with 3D Gaussian Splatting (3DGS) usually requires expensive, purpose-built data co…

Autonomous Driving

Iterative Distance-Aware Similarity Matrix Convolution with Mutual-Supervised Point Elimination for Efficient Point Cloud Registration

2019-10-23 · ECCV 2020 8 · Jiahao Li, Changhao Zhang, Ziyao Xu, Hangning Zhou 외

In this paper, we propose a novel learning-based pipeline for partially overlapping 3D point cloud registration. The proposed model includes an iterative distance-aware similarity matrix convolution module to incorporate…

Computational EfficiencyPoint Cloud Registration

COTReg:Coupled Optimal Transport based Point Cloud Registration

2021-12-29 · Guofeng Mei, Xiaoshui Huang, Litao Yu, Jian Zhang 외

Generating a set of high-quality correspondences or matches is one of the most critical steps in point cloud registration. This paper proposes a learning framework COTReg by jointly considering the pointwise and structur…

Point Cloud Registration