paper-with-me

Papers

Fast and Globally Optimal Rigid Registration of 3D Point Sets by Transformation Decomposition

2018-12-29 · Xuechen Li, Yinlong Liu, Yiru Wang, Chen Wang, Manning Wang, Zhijian Song

The rigid registration of two 3D point sets is a fundamental problem in computer vision. The current trend is to solve this problem globally using the BnB optimization framework. However, the existing global methods are slow for two main reasons: the computational complexity of BnB is exponential to the problem dimensionality (which is six for 3D rigid registration), and the bound evaluation used in BnB is inefficient. In this paper, we propose two techniques to address these problems. First, we introduce the idea of translation invariant vectors, which allows us to decompose the search of a 6D rigid transformation into a search of 3D rotation followed by a search of 3D translation, each of which is solved by a separate BnB algorithm. This transformation decomposition reduces the problem dimensionality of BnB algorithms and substantially improves its efficiency. Then, we propose a new data structure, named 3D Integral Volume, to accelerate the bound evaluation in both BnB algorithms. By combining these two techniques, we implement an efficient algorithm for rigid registration of 3D point sets. Extensive experiments on both synthetic and real data show that the proposed algorithm is three orders of magnitude faster than the existing state-of-the-art global methods.

📄 PDF Abstract BibTeX arXiv:1812.11307

Code (0)

등록된 구현이 없습니다.

Tasks

Translation

Similar Papers 제목 키워드 기반

A Dynamical Perspective on Point Cloud Registration

2020-05-07 · Heng Yang

We provide a dynamical perspective on the classical problem of 3D point cloud registration with correspondences. A point cloud is considered as a rigid body consisting of particles. The problem of registering two point c…

Point Cloud Registration

DC-Reg: Globally Optimal Point Cloud Registration via Tight Bounding with Difference of Convex Programming

2026-03-26 · Wei Lian, Fei Ma, Hang Pan, Zhesen Cui 외 arxiv

Achieving globally optimal point cloud registration under partial overlaps and large misalignments remains a fundamental challenge. While simultaneous transformation ($\boldsymbolθ$) and correspondence ($\mathbf{P}$) est…

Point Cloud Registration

GOGMA: Globally-Optimal Gaussian Mixture Alignment

2016-03-01 · CVPR 2016 6 · Dylan Campbell, Lars Petersson

Gaussian mixture alignment is a family of approaches that are frequently used for robustly solving the point-set registration problem. However, since they use local optimisation, they are susceptible to local minima and …

Go-ICP: A Globally Optimal Solution to 3D ICP Point-Set Registration

2016-05-11 · Jiaolong Yang, Hongdong Li, Dylan Campbell, Yunde Jia

The Iterative Closest Point (ICP) algorithm is one of the most widely used methods for point-set registration. However, being based on local iterative optimization, ICP is known to be susceptible to local minima. Its per…

Image to Point Cloud RegistrationPoint Cloud Registration

Fast Rotation Search with Stereographic Projections for 3D Registration

2014-06-01 · CVPR 2014 6 · Alvaro Parra Bustos, Tat-Jun Chin, David Suter

Recently there has been a surge of interest to use branch-and-bound (bnb) optimisation for 3D point cloud registration. While bnb guarantees globally optimal solutions, it is usually too slow to be practical. A fundament…

3D Feature MatchingGeometric MatchingPoint Cloud RegistrationTranslation