DIRSAC: A Directed Sampling and Consensus Approach to Quasi-Degenerate Data Fitting

Abstract

In this paper we propose a new data fitting method which, similar to RANSAC, fits data to a model using sample and consensus. The application of interest is fitting 3D point clouds to a prior geometric model. Where the RANSAC process uses random samples of points in the fitting trials, we propose a novel method which directs the sampling by ordering the points according to their contribution to the solution's constraints. This is particularly important when the data is quasi-degenerate. In this case, the standard RANSAC algorithm often fails to find the correct solution. Our approach selects points based on a Mutual Information criterion, which allows us to avoid redundant points that result in degenerate sample sets. We demonstrate our approach on simulated and real data and show that in the case of quasi-degenerate data, the proposed algorithm significantly outperforms RANSAC.

Cite

Text

Baker and Hoff. "DIRSAC: A Directed Sampling and Consensus Approach to Quasi-Degenerate Data Fitting." IEEE/CVF Winter Conference on Applications of Computer Vision, 2013. doi:10.1109/WACV.2013.6475013

Markdown

[Baker and Hoff. "DIRSAC: A Directed Sampling and Consensus Approach to Quasi-Degenerate Data Fitting." IEEE/CVF Winter Conference on Applications of Computer Vision, 2013.](https://mlanthology.org/wacv/2013/baker2013wacv-dirsac/) doi:10.1109/WACV.2013.6475013

BibTeX

@inproceedings{baker2013wacv-dirsac,
  title     = {{DIRSAC: A Directed Sampling and Consensus Approach to Quasi-Degenerate Data Fitting}},
  author    = {Baker, Chris L. and Hoff, William A.},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2013},
  pages     = {154-159},
  doi       = {10.1109/WACV.2013.6475013},
  url       = {https://mlanthology.org/wacv/2013/baker2013wacv-dirsac/}
}