English

Latent RANSAC

Computer Vision and Pattern Recognition 2018-06-05 v2

Abstract

We present a method that can evaluate a RANSAC hypothesis in constant time, i.e. independent of the size of the data. A key observation here is that correct hypotheses are tightly clustered together in the latent parameter domain. In a manner similar to the generalized Hough transform we seek to find this cluster, only that we need as few as two votes for a successful detection. Rapidly locating such pairs of similar hypotheses is made possible by adapting the recent "Random Grids" range-search technique. We only perform the usual (costly) hypothesis verification stage upon the discovery of a close pair of hypotheses. We show that this event rarely happens for incorrect hypotheses, enabling a significant speedup of the RANSAC pipeline. The suggested approach is applied and tested on three robust estimation problems: camera localization, 3D rigid alignment and 2D-homography estimation. We perform rigorous testing on both synthetic and real datasets, demonstrating an improvement in efficiency without a compromise in accuracy. Furthermore, we achieve state-of-the-art 3D alignment results on the challenging "Redwood" loop-closure challenge.

Keywords

Cite

@article{arxiv.1802.07045,
  title  = {Latent RANSAC},
  author = {Simon Korman and Roee Litman},
  journal= {arXiv preprint arXiv:1802.07045},
  year   = {2018}
}

Comments

presented in CVPR 2018

R2 v1 2026-06-23T00:27:26.293Z