pith. machine review for the scientific record. sign in

arxiv: 1903.08588 · v2 · submitted 2019-03-20 · 💻 cs.RO · cs.CV

Recognition: unknown

A Polynomial-time Solution for Robust Registration with Extreme Outlier Rates

Authors on Pith no claims yet
classification 💻 cs.RO cs.CV
keywords estimationregistrationalgorithmcontributionoutliersrobustrotationscale
0
0 comments X
read the original abstract

We propose a robust approach for the registration of two sets of 3D points in the presence of a large amount of outliers. Our first contribution is to reformulate the registration problem using a Truncated Least Squares (TLS) cost that makes the estimation insensitive to a large fraction of spurious point-to-point correspondences. The second contribution is a general framework to decouple rotation, translation, and scale estimation, which allows solving in cascade for the three transformations. Since each subproblem (scale, rotation, and translation estimation) is still non-convex and combinatorial in nature, out third contribution is to show that (i) TLS scale and (component-wise) translation estimation can be solved exactly and in polynomial time via an adaptive voting scheme, (ii) TLS rotation estimation can be relaxed to a semidefinite program and the relaxation is tight in practice, even in the presence of an extreme amount of outliers. We validate the proposed algorithm, named TEASER (Truncated least squares Estimation And SEmidefinite Relaxation), in standard registration benchmarks showing that the algorithm outperforms RANSAC and robust local optimization techniques, and favorably compares with Branch-and-Bound methods, while being a polynomial-time algorithm. TEASER can tolerate up to 99% outliers and returns highly-accurate solutions.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Inlier Recovery for Robust Registration via Gram-Matrix Overlap

    stat.ME 2026-05 unverdicted novelty 7.0

    Gram-matrix overlap turns inlier identification into a structured recovery problem, enabling exact recovery with as few as order sqrt(n) inliers when dimension matches sample size.

  2. Point Cloud Registration via Probabilistic Self-Update Local Correspondence and Line Vector Sets

    cs.CV 2026-04 conditional novelty 5.0

    A new PCR algorithm using probabilistic self-update local correspondence and line vector sets achieves superior time efficiency and at least 10% RMSE improvement over state-of-the-art methods.