paper-with-me

홈 › Papers

Learning to Solve Hard Minimal Problems

2021-12-06 · CVPR 2022 1 · Petr Hruby, Timothy Duff, Anton Leykin, Tomas Pajdla

We present an approach to solving hard geometric optimization problems in the RANSAC framework. The hard minimal problems arise from relaxing the original geometric optimization problem into a minimal problem with many spurious solutions. Our approach avoids computing large numbers of spurious solutions. We design a learning strategy for selecting a starting problem-solution pair that can be numerically continued to the problem and the solution of interest. We demonstrate our approach by developing a RANSAC solver for the problem of computing the relative pose of three calibrated cameras, via a minimal relaxation using four points in each view. On average, we can solve a single problem in under 70 $\mu s.$ We also benchmark and study our engineering choices on the very familiar problem of computing the relative pose of two calibrated cameras, via the minimal case of five points in two views.

📄 PDF Abstract BibTeX arXiv:2112.03424

Code (1)

petrhruby97/learning_minimal 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Zeroth-Order Hard-Thresholding: Gradient Error vs. Expansivity

2022-10-11 · William de Vazelhes, Hualin Zhang, Huimin Wu, Xiao-Tong Yuan 외

$\ell_0$ constrained optimization is prevalent in machine learning, particularly for high-dimensional problems, because it is a fundamental approach to achieve sparse learning. Hard-thresholding gradient descent is a dom…

Portfolio OptimizationSparse LearningStochastic Optimization

A sparse resultant based method for efficient minimal solvers

2019-12-21 · CVPR 2020 6 · Snehal Bhayani, Zuzana Kukelova, Janne Heikkilä

Many computer vision applications require robust and efficient estimation of camera geometry. The robust estimation is usually based on solving camera geometry problems from a minimal number of input data measurements, i…

Learning Iterative Reasoning through Energy Minimization

2022-06-30 · Yilun Du, Shuang Li, Joshua B. Tenenbaum, Igor Mordatch

Deep learning has excelled on complex pattern recognition tasks such as image classification and object recognition. However, it struggles with tasks requiring nontrivial reasoning, such as algorithmic computation. Human…

image-classificationImage ClassificationObject Recognition

PLMP -- Point-Line Minimal Problems for Projective SfM

2025-03-06 · Kim Kiehn, Albin Ahlbäck, Kathlén Kohn

We completely classify all minimal problems for Structure-from-Motion (SfM) where arrangements of points and lines are fully observed by multiple uncalibrated pinhole cameras. We find 291 minimal problems, 73 of which ha…

All

Sparse resultant based minimal solvers in computer vision and their connection with the action matrix

2023-01-16 · Snehal Bhayani, Janne Heikkilä, Zuzana Kukelova

Many computer vision applications require robust and efficient estimation of camera geometry from a minimal number of input data measurements, i.e., solving minimal problems in a RANSAC framework. Minimal problems are us…