TL;DR
MAGSAC introduces a robust RANSAC variant that marginalizes over noise scales, eliminating the need for user-defined thresholds and significantly improving geometric estimation accuracy in computer vision tasks.
Contribution
It proposes sigma-consensus, a novel approach that marginalizes over noise scales to enhance RANSAC without requiring inlier thresholds, and introduces MAGSAC with superior accuracy.
Findings
Outperforms state-of-the-art in geometric accuracy on real datasets.
No need for user-defined sigma or inliers for model quality.
Post-processing with sigma-consensus improves models with minimal time overhead.
Abstract
A method called, sigma-consensus, is proposed to eliminate the need for a user-defined inlier-outlier threshold in RANSAC. Instead of estimating the noise sigma, it is marginalized over a range of noise scales. The optimized model is obtained by weighted least-squares fitting where the weights come from the marginalization over sigma of the point likelihoods of being inliers. A new quality function is proposed not requiring sigma and, thus, a set of inliers to determine the model quality. Also, a new termination criterion for RANSAC is built on the proposed marginalization approach. Applying sigma-consensus, MAGSAC is proposed with no need for a user-defined sigma and improving the accuracy of robust estimation significantly. It is superior to the state-of-the-art in terms of geometric accuracy on publicly available real-world datasets for epipolar geometry (F and E) and homography…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
