paper-with-me

홈 › Papers

Adaptive Reordering Sampler with Neurally Guided MAGSAC

2021-11-28 · ICCV 2023 1 · Tong Wei, Jiri Matas, Daniel Barath

We propose a new sampler for robust estimators that always selects the sample with the highest probability of consisting only of inliers. After every unsuccessful iteration, the inlier probabilities are updated in a principled way via a Bayesian approach. The probabilities obtained by the deep network are used as prior (so-called neural guidance) inside the sampler. Moreover, we introduce a new loss that exploits, in a geometrically justifiable manner, the orientation and scale that can be estimated for any type of feature, e.g., SIFT or SuperPoint, to estimate two-view geometry. The new loss helps to learn higher-order information about the underlying scene geometry. Benefiting from the new sampler and the proposed loss, we combine the neural guidance with the state-of-the-art MAGSAC++. Adaptive Reordering Sampler with Neurally Guided MAGSAC (ARS-MAGSAC) is superior to the state-of-the-art in terms of accuracy and run-time on the PhotoTourism and KITTI datasets for essential and fundamental matrix estimation. The code and trained models are available at https://github.com/weitong8591/ars_magsac.

📄 PDF Abstract BibTeX arXiv:2111.14093

Code (1)

weitong8591/ars_magsac pytorch

Similar Papers 제목 키워드 기반

MAGSAC++, a fast, reliable and accurate robust estimator

2019-12-11 · CVPR 2020 6 · Daniel Barath, Jana Noskova, Maksym Ivashechkin, Jiri Matas

A new method for robust estimation, MAGSAC++, is proposed. It introduces a new model quality (scoring) function that does not require the inlier-outlier decision, and a novel marginalization procedure formulated as an it…

Neurally-Guided Procedural Models: Amortized Inference for Procedural Graphics Programs using Neural Networks

2016-03-19 · NeurIPS 2016 12 · Daniel Ritchie, Anna Thomas, Pat Hanrahan, Noah D. Goodman

Probabilistic inference algorithms such as Sequential Monte Carlo (SMC) provide powerful tools for constraining procedural models in computer graphics, but they require many samples to produce desirable results. In this …

Towards Efficient Neurally-Guided Program Induction for ARC-AGI

2024-11-13 · Simon Ouellette

ARC-AGI is an open-world problem domain in which the ability to generalize out-of-distribution is a crucial quality. Under the program induction paradigm, we present a series of experiments that reveal the efficiency and…

ARCProgram induction

DM3D: Deformable Mamba via Offset-Guided Differentiable Scanning for Point Cloud Understanding

2025-12-03 · Bin Liu, Chunyang Wang, Xuelian Liu, Ge Zhang arxiv

State Space Models (SSMs) show significant potential for long-sequence modeling, but their reliance on input order conflicts with the irregular nature of point clouds. Existing approaches often rely on predefined seriali…

Few-Shot LearningPoint Clouds

Neurally-Guided Structure Inference

2019-06-17 · Sidi Lu, Jiayuan Mao, Joshua B. Tenenbaum, Jiajun Wu

Most structure inference methods either rely on exhaustive search or are purely data-driven. Exhaustive search robustly infers the structure of arbitrarily complex data, but it is slow. Data-driven methods allow efficien…