# Least-squares registration of point sets over SE (d) using closed-form   projections

**Authors:** Sk. Miraj Ahmed, Niladri Ranjan Das, Kunal Narayan Chaudhury

arXiv: 1904.04218 · 2019-04-15

## TL;DR

This paper introduces a novel least-squares approach for registering multiple point sets in d-dimensional space by reducing the problem to a positive semidefinite cone optimization, solved efficiently with ADMM and closed-form projections.

## Contribution

It presents a new nonconvex-to-convex reduction for point set registration and a solver with closed-form subproblems, improving efficiency and stability over existing methods.

## Key findings

- The proposed method converges reliably with appropriate parameters.
- It achieves faster registration with comparable or better accuracy.
- Demonstrated effectiveness in 2D shape matching and 3D multiview registration.

## Abstract

Consider the problem of registering multiple point sets in some $d$-dimensional space using rotations and translations. Assume that there are sets with common points, and moreover the pairwise correspondences are known for such sets. We consider a least-squares formulation of this problem, where the variables are the transforms associated with the point sets. The present novelty is that we reduce this nonconvex problem to an optimization over the positive semidefinite cone, where the objective is linear but the constraints are nevertheless nonconvex. We propose to solve this using variable splitting and the alternating directions method of multipliers (ADMM). Due to the linearity of the objective and the structure of constraints, the ADMM subproblems are given by projections with closed-form solutions. In particular, for $m$ point sets, the dominant cost per iteration is the partial eigendecomposition of an $md \times md$ matrix, and $m-1$ singular value decompositions of $d \times d$ matrices. We empirically show that for appropriate parameter settings, the proposed solver has a large convergence basin and is stable under perturbations. As applications, we use our method for $2$D shape matching and $3$D multiview registration. In either application, we model the shapes/scans as point sets and determine the pairwise correspondences using ICP. In particular, our algorithm compares favorably with existing methods for multiview reconstruction in terms of timing and accuracy.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.04218/full.md

## Figures

48 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04218/full.md

## References

52 references — full list in the complete paper: https://tomesphere.com/paper/1904.04218/full.md

---
Source: https://tomesphere.com/paper/1904.04218