The Random Cluster Model for Robust Geometric Fitting

Abstract

Random hypothesis generation is central to robust geometric model fitting in computer vision. The predominant technique is to randomly sample minimal or elemental subsets of the data, and hypothesize the geometric model from the selected subsets. While taking minimal subsets increases the chance of simultaneously “hitting” inliers in a sample, it amplifies the noise of the underlying model, and hypotheses fitted on minimal subsets may be severely biased even if they contain purely inliers. In this paper we propose to use Random Cluster Models, a technique used to simulate coupled spin systems, to conduct hypothesis generation using subsets larger than minimal. We show how large clusters of data from genuine instances of the geometric model can be efficiently harvested to produce more accurate hypotheses. To take advantage of our hypothesis generator, we construct a simple annealing method based on graph cuts to fit multiple instances of the geometric model in the data. Experimental results show clear improvements in efficiency over other methods based on minimal subset samplers.

Cite

Text

Pham et al. "The Random Cluster Model for Robust Geometric Fitting." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6247740

Markdown

[Pham et al. "The Random Cluster Model for Robust Geometric Fitting." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/pham2012cvpr-random/) doi:10.1109/CVPR.2012.6247740

BibTeX

@inproceedings{pham2012cvpr-random,
  title     = {{The Random Cluster Model for Robust Geometric Fitting}},
  author    = {Pham, Trung-Thanh and Chin, Tat-Jun and Yu, Jin and Suter, David},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {710-717},
  doi       = {10.1109/CVPR.2012.6247740},
  url       = {https://mlanthology.org/cvpr/2012/pham2012cvpr-random/}
}