A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus

Abstract

The Random Sample Consensus (RANSAC) algorithm is a popular tool for robust estimation problems in computer vision, primarily due to its ability to tolerate a tremendous fraction of outliers. There have been a number of recent efforts that aim to increase the efficiency of the standard RANSAC algorithm. Relatively fewer efforts, however, have been directed towards formulating RANSAC in a manner that is suitable for real-time implementation. The contributions of this work are two-fold: First, we provide a comparative analysis of the state-of-the-art RANSAC algorithms and categorize the various approaches. Second, we develop a powerful new framework for real-time robust estimation. The technique we develop is capable of efficiently adapting to the constraints presented by a fixed time budget, while at the same time providing accurate estimation over a wide range of inlier ratios. The method shows significant improvements in accuracy and speed over existing techniques.

Cite

Text

Raguram et al. "A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus." European Conference on Computer Vision, 2008. doi:10.1007/978-3-540-88688-4_37

Markdown

[Raguram et al. "A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus." European Conference on Computer Vision, 2008.](https://mlanthology.org/eccv/2008/raguram2008eccv-comparative/) doi:10.1007/978-3-540-88688-4_37

BibTeX

@inproceedings{raguram2008eccv-comparative,
  title     = {{A Comparative Analysis of RANSAC Techniques Leading to Adaptive Real-Time Random Sample Consensus}},
  author    = {Raguram, Rahul and Frahm, Jan-Michael and Pollefeys, Marc},
  booktitle = {European Conference on Computer Vision},
  year      = {2008},
  pages     = {500-513},
  doi       = {10.1007/978-3-540-88688-4_37},
  url       = {https://mlanthology.org/eccv/2008/raguram2008eccv-comparative/}
}