paper-with-me

홈 › Papers

Inverting RANSAC: Global Model Detection via Inlier Rate Estimation

2015-06-01 · CVPR 2015 6 · Roee Litman, Simon Korman, Alexander Bronstein, Shai Avidan

This work presents a novel approach for detecting inliers in a given set of correspondences (matches). It does so without explicitly identifying any consensus set, based on a method for inlier rate estimation (IRE). Given such an estimator for the inlier rate, we also present an algorithm that detects a globally optimal transformation. We provide a theoretical analysis of the IRE method using a stochastic generative model on the continuous spaces of matches and transformations. This model allows rigorous investigation of the limits of our IRE method for the case of 2D-translation, further giving bounds and insights for the more general case. Our theoretical analysis is validated empirically and is shown to hold in practice for the more general case of 2D-affinities. In addition, we show that the combined framework works on challenging cases of 2D-homography estimation, with very few and possibly noisy inliers, where RANSAC generally fails.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Homography EstimationTranslation

Similar Papers 제목 키워드 기반

Real-Time Vanishing Point Detector Integrating Under-Parameterized RANSAC and Hough Transform

2021-01-01 · ICCV 2021 10 · Jianping Wu, Liang Zhang, Ye Liu, Ke Chen

We propose a novel approach that integrates under-parameterized RANSAC (UPRANSAC) with Hough Transform to detect vanishing points (VPs) from un-calibrated monocular images. In our algorithm, the UPRANSAC chooses one …

Image Outlier Detection Without Training using RANSAC

2023-07-23 · Chen-Han Tsai, Yu-Shao Peng

Image outlier detection (OD) is an essential tool to ensure the quality of images used in computer vision tasks. Existing algorithms often involve training a model to represent the inlier distribution, and outliers are d…

One-Class ClassificationOutlier Detection

BANSAC: A dynamic BAyesian Network for adaptive SAmple Consensus

2023-09-15 · ICCV 2023 1 · Valter Piedade, Pedro Miraldo

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 hypoth…

Graph-Cut RANSAC

2017-06-03 · CVPR 2018 6 · Daniel Barath, Jiri Matas

A novel method for robust estimation, called Graph-Cut RANSAC, GC-RANSAC in short, is introduced. To separate inliers and outliers, it runs the graph-cut algorithm in the local optimization (LO) step which is applied whe…

CPU

RANSAC Scoring Done Right

2026-06-12 · James Pritts, Felix Seegräber, Kevin Köser arxiv

The most widely used RANSAC variants score candidate models by counting inliers or summing per-point scores that saturate beyond a residual threshold. Every such score requires a user-supplied parameter that is a functio…