paper-with-me

홈 › Papers

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\"obner basis or normal form based solution is very inefficient. Fortunately the Gr\"obner basis of a same polynomial system with different coefficients is found to share consistent inner structure. By precomputing such structures offline, Gr\"obner basis as well as the polynomial system solutions can be solved automatically and efficiently online. In the past decade, several tools have been released to generate automatic solvers for a general minimal problems. The most recent tool autogen from Larsson et al. is a representative of these tools with state-of-the-art performance in solver efficiency. GAPS wraps and improves autogen with more user-friendly interface, more functionality and better stability. We demonstrate in this report the main approach and enhancement features of GAPS. A short tutorial of the software is also included.

📄 PDF Abstract BibTeX arXiv:2004.11765

Code (1)

prclibo/gaps 공식 구현

Similar Papers 제목 키워드 기반

Automatic Solver Generator for Systems of Laurent Polynomial Equations

2023-07-01 · Evgeniy Martyushev, Snehal Bhayani, Tomas Pajdla

In computer vision applications, the following problem often arises: Given a family of (Laurent) polynomial systems with the same monomial structure but varying coefficients, find a solver that computes solutions for any…

Pose Estimation

Efficient Solvers for Minimal Problems by Syzygy-Based Reduction

2017-07-01 · CVPR 2017 7 · Viktor Larsson, Kalle Astrom, Magnus Oskarsson

In this paper we study the problem of automatically generating polynomial solvers for minimal problems. The main contribution is a new method for finding small elimination templates by making use of the syzygies (i.e. th…

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…

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…

Partial Symmetry in Polynomial Systems and its Applications in Computer Vision

2014-06-01 · CVPR 2014 6 · Yubin Kuang, Yinqiang Zheng, Kalle Astrom

Algorithms for solving systems of polynomial equations are key components for solving geometry problems in computer vision. Fast and stable polynomial solvers are essential for numerous applications e.g. minimal problems…