ANSAC: Adaptive Non-minimal Sample and Consensus
Victor Fragoso, Chris Sweeney, Pradeep Sen, Matthew Turk

TL;DR
ANSAC introduces an adaptive approach that improves robustness and speed in estimating models from noisy data by prioritizing high inlier ratio subsets and employing early termination.
Contribution
It proposes ANSAC, a novel RANSAC-based estimator that adaptively uses more correspondences and estimates inlier ratios to enhance convergence and accuracy.
Findings
Outperforms state-of-the-art methods in homography estimation
Converges faster with fewer iterations
Effectively handles noisy correspondences
Abstract
While RANSAC-based methods are robust to incorrect image correspondences (outliers), their hypothesis generators are not robust to correct image correspondences (inliers) with positional error (noise). This slows down their convergence because hypotheses drawn from a minimal set of noisy inliers can deviate significantly from the optimal model. This work addresses this problem by introducing ANSAC, a RANSAC-based estimator that accounts for noise by adaptively using more than the minimal number of correspondences required to generate a hypothesis. ANSAC estimates the inlier ratio (the fraction of correct correspondences) of several ranked subsets of candidate correspondences and generates hypotheses from them. Its hypothesis-generation mechanism prioritizes the use of subsets with high inlier ratio to generate high-quality hypotheses. ANSAC uses an early termination criterion that keeps…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning · Machine Learning and Algorithms
