paper-with-me

홈 › Papers

Online Stability Improvement of Groebner Basis Solvers using Deep Learning

2024-01-17 · Wanting Xu, Lan Hu, Manolis C. Tsakiris, Laurent Kneip

Over the past decade, the Gr\"obner basis theory and automatic solver generation have lead to a large number of solutions to geometric vision problems. In practically all cases, the derived solvers apply a fixed elimination template to calculate the Gr\"obner basis and thereby identify the zero-dimensional variety of the original polynomial constraints. However, it is clear that different variable or monomial orderings lead to different elimination templates, and we show that they may present a large variability in accuracy for a certain instance of a problem. The present paper has two contributions. We first show that for a common class of problems in geometric vision, variable reordering simply translates into a permutation of the columns of the initial coefficient matrix, and that -- as a result -- one and the same elimination template can be reused in different ways, each one leading to potentially different accuracy. We then prove that the original set of coefficients may contain sufficient information to train a classifier for online selection of a good solver, most notably at the cost of only a small computational overhead. We demonstrate wide applicability at the hand of generic dense polynomial problem solvers, as well as a concrete solver from geometric vision.

📄 PDF Abstract BibTeX arXiv:2401.09328

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Minimal Rolling Shutter Absolute Pose with Unknown Focal Length and Radial Distortion

2020-04-29 · ECCV 2020 8 · Zuzana Kukelova, Cenek Albl, Akihiro Sugimoto, Konrad Schindler 외

The internal geometry of most modern consumer cameras is not adequately described by the perspective projection. Almost all cameras exhibit some radial lens distortion and are equipped with an electronic rolling shutter …

Generalized Pose-and-Scale Estimation using 4-Point Congruence Constraints

2020-11-27 · Victor Fragoso, Sudipta Sinha

We present gP4Pc, a new method for computing the absolute pose of a generalized camera with unknown internal scale from four corresponding 3D point-and-ray pairs. Unlike most pose-and-scale methods, gP4Pc is based on con…

Trifocal Relative Pose from Lines at Points and its Efficient Solution

2019-03-23 · Ricardo Fabbri, Timothy Duff, Hongyi Fan, Margaret Regan 외

We present a method for solving two minimal problems for relative camera pose estimation from three views, which are based on three view correspondences of i) three points and one line and the novel case of ii) three poi…

Camera Pose EstimationPose Estimation

Using Sparse Elimination for Solving Minimal Problems in Computer Vision

2017-10-01 · ICCV 2017 10 · Janne Heikkila

Finding a closed form solution to a system of polynomial equations is a common problem in computer vision as well as in many other areas of engineering and science. Groebner basis techniques are often employed to provide…

GAPS: Generator for Automatic Polynomial Solvers

2020-04-24 · Bo Li, Viktor Larsson

Minimal problems in computer vision raise the demand of generating efficient automatic solvers for polynomial equation systems. Given a polynomial system repeated with different coefficient instances, the traditional Gr\…