Matching with PROSAC - Progressive Sample Consensus
Abstract
A new robust matching method is proposed. The progressive sample consensus (PROSAC) algorithm exploits the linear ordering defined on the set of correspondences by a similarity function used in establishing tentative correspondences. Unlike RANSAC, which treats all correspondences equally and draws random samples uniformly from the full set, PROSAC samples are drawn from progressively larger sets of top-ranked correspondences. Under the mild assumption that the similarity measure predicts correctness of a match better than random guessing, we show that PROSAC achieves large computational savings. Experiments demonstrate it is often significantly faster (up to more than hundred times) than RANSAC. For the derived size of the sampled set of correspondences as a function of the number of samples already drawn, PROSAC converges towards RANSAC in the worst case. The power of the method is demonstrated on wide-baseline matching problems.
Cite
Text
Chum and Matas. "Matching with PROSAC - Progressive Sample Consensus." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005. doi:10.1109/CVPR.2005.221Markdown
[Chum and Matas. "Matching with PROSAC - Progressive Sample Consensus." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005.](https://mlanthology.org/cvpr/2005/chum2005cvpr-matching/) doi:10.1109/CVPR.2005.221BibTeX
@inproceedings{chum2005cvpr-matching,
title = {{Matching with PROSAC - Progressive Sample Consensus}},
author = {Chum, Ondrej and Matas, Jiri},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2005},
pages = {220-226},
doi = {10.1109/CVPR.2005.221},
url = {https://mlanthology.org/cvpr/2005/chum2005cvpr-matching/}
}