SupeRANSAC: One RANSAC to Rule Them All
Daniel Barath

TL;DR
SupeRANSAC is a unified RANSAC framework that achieves consistent high accuracy across various geometric estimation tasks in computer vision, outperforming existing methods through a detailed analysis of effective techniques.
Contribution
The paper introduces SupeRANSAC, a comprehensive RANSAC pipeline that improves robustness and accuracy across multiple vision tasks, unifying and enhancing previous approaches.
Findings
Improves fundamental matrix estimation by 6 AUC points on average.
Demonstrates superior performance on multiple datasets.
Provides a detailed analysis of effective RANSAC techniques.
Abstract
Robust estimation is a cornerstone in computer vision, particularly for tasks like Structure-from-Motion and Simultaneous Localization and Mapping. RANSAC and its variants are the gold standard for estimating geometric models (e.g., homographies, relative/absolute poses) from outlier-contaminated data. Despite RANSAC's apparent simplicity, achieving consistently high performance across different problems is challenging. While recent research often focuses on improving specific RANSAC components (e.g., sampling, scoring), overall performance is frequently more influenced by the "bells and whistles" (i.e., the implementation details and problem-specific optimizations) within a given library. Popular frameworks like OpenCV and PoseLib demonstrate varying performance, excelling in some tasks but lagging in others. We introduce SupeRANSAC, a novel unified RANSAC pipeline, and provide a…
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.
Taxonomy
TopicsRobotics and Sensor-Based Localization · Advanced Image and Video Retrieval Techniques · Advanced Neural Network Applications
