CVDec 26, 2022

Generalized Differentiable RANSAC

arXiv:2212.13185v344 citationsh-index: 19Has Code
Originality Highly original
AI Analysis

This work addresses robust estimation for computer vision tasks like fundamental matrix estimation and 3D registration, offering a novel learning-based approach that improves accuracy.

The authors tackled the problem of robust estimation in computer vision by proposing ∇-RANSAC, a differentiable version that learns the entire pipeline, resulting in superior accuracy compared to state-of-the-art methods while maintaining similar speed.

We propose $\nabla$-RANSAC, a generalized differentiable RANSAC that allows learning the entire randomized robust estimation pipeline. The proposed approach enables the use of relaxation techniques for estimating the gradients in the sampling distribution, which are then propagated through a differentiable solver. The trainable quality function marginalizes over the scores from all the models estimated within $\nabla$-RANSAC to guide the network learning accurate and useful inlier probabilities or to train feature detection and matching networks. Our method directly maximizes the probability of drawing a good hypothesis, allowing us to learn better sampling distributions. We test $\nabla$-RANSAC on various real-world scenarios on fundamental and essential matrix estimation, and 3D point cloud registration, outdoors and indoors, with handcrafted and learning-based features. It is superior to the state-of-the-art in terms of accuracy while running at a similar speed to its less accurate alternatives. The code and trained models are available at https://github.com/weitong8591/differentiable_ransac.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes