English

Scalable 3D Registration via Truncated Entry-wise Absolute Residuals

Computer Vision and Pattern Recognition 2024-04-10 v2 Robotics

Abstract

Given an input set of 33D point pairs, the goal of outlier-robust 33D registration is to compute some rotation and translation that align as many point pairs as possible. This is an important problem in computer vision, for which many highly accurate approaches have been recently proposed. Despite their impressive performance, these approaches lack scalability, often overflowing the 1616GB of memory of a standard laptop to handle roughly 30,00030,000 point pairs. In this paper, we propose a 33D registration approach that can process more than ten million (10710^7) point pairs with over 99%99\% random outliers. Moreover, our method is efficient, entails low memory costs, and maintains high accuracy at the same time. We call our method TEAR, as it involves minimizing an outlier-robust loss that computes Truncated Entry-wise Absolute Residuals. To minimize this loss, we decompose the original 66-dimensional problem into two subproblems of dimensions 33 and 22, respectively, solved in succession to global optimality via a customized branch-and-bound method. While branch-and-bound is often slow and unscalable, this does not apply to TEAR as we propose novel bounding functions that are tight and computationally efficient. Experiments on various datasets are conducted to validate the scalability and efficiency of our method.

Keywords

Cite

@article{arxiv.2404.00915,
  title  = {Scalable 3D Registration via Truncated Entry-wise Absolute Residuals},
  author = {Tianyu Huang and Liangzu Peng and René Vidal and Yun-Hui Liu},
  journal= {arXiv preprint arXiv:2404.00915},
  year   = {2024}
}

Comments

24 pages, 12 figures. Accepted to CVPR 2024

R2 v1 2026-06-28T15:39:56.286Z