Software & Data Downloads — BANSAC

BAyesian Network for adaptive SAmple Consensus for robust estimation in computer vision using guided sampling.

RANSAC-based algorithms are the standard techniques for robust estimation in computer vision. These algorithms are iterative and computationally expensive; they alternate between random sampling of data, computing hypotheses, and running inlier counting. Many authors tried different approaches to improve efficiency. One of the major improvements is having a guided sampling, letting the RANSAC cycle stop sooner. This paper presents a new guided sampling process for RANSAC. Previous methods either assume no prior information about the inlier/outlier classification of data points or use some previously computed scores in the sampling. In this paper, we derive a dynamic Bayesian network that updates individual data points' inlier scores while iterating RANSAC. At each iteration, we apply weighted sampling using the updated scores. Our method works with or without prior data point scorings. In addition, we use the updated inlier/outlier scoring for deriving a new stopping criterion for the RANSAC loop. We test our method using three different real-world datasets and different applications and obtain state-of-the-art results. Our method outperforms the baselines in accuracy while needing less computational time.

  •  Miraldo, P., Piedade, V., "BANSAC: A dynamic BAyesian Network for adaptive SAmple Consensus", IEEE International Conference on Computer Vision (ICCV), DOI: 10.1109/​ICCV51070.2023.00346, October 2023, pp. 3715-3724.
    BibTeX TR2023-124 PDF Video Software
    • @inproceedings{Miraldo2023oct,
    • author = {Miraldo, Pedro and Piedade, Valter},
    • title = {BANSAC: A dynamic BAyesian Network for adaptive SAmple Consensus},
    • booktitle = {IEEE International Conference on Computer Vision (ICCV)},
    • year = 2023,
    • pages = {3715--3724},
    • month = oct,
    • publisher = {IEEE/CVF},
    • doi = {10.1109/ICCV51070.2023.00346},
    • issn = {2380-7504},
    • isbn = {979-8-3503-0718-4},
    • url = {https://www.merl.com/publications/TR2023-124}
    • }

Access software at https://github.com/merlresearch/BANSAC.