paper-with-me

Papers

Optimizing Elimination Templates by Greedy Parameter Search

2022-03-28 · CVPR 2022 1 · Evgeniy Martyushev, Jana Vrablikova, Tomas Pajdla

We propose a new method for constructing elimination templates for efficient polynomial system solving of minimal problems in structure from motion, image matching, and camera tracking. We first construct a particular affine parameterization of the elimination templates for systems with a finite number of distinct solutions. Then, we use a heuristic greedy optimization strategy over the space of parameters to get a template with a small size. We test our method on 34 minimal problems in computer vision. For all of them, we found the templates either of the same or smaller size compared to the state-of-the-art. For some difficult examples, our templates are, e.g., 2.1, 2.5, 3.8, 6.6 times smaller. For the problem of refractive absolute pose estimation with unknown focal length, we have found a template that is 20 times smaller. Our experiments on synthetic data also show that the new solvers are fast and numerically accurate. We also present a fast and numerically accurate solver for the problem of relative pose estimation with unknown common focal length and radial distortion.

📄 PDF Abstract BibTeX arXiv:2203.14901

Code (1)

martyushev/eliminationtemplates 공식 구현

Tasks

Pose Estimation

Similar Papers 제목 키워드 기반

Elimination Templates in Macaulay2

2026-04-30 · Manav Batavia, Cheng Chen, Anna Natalie Chlopecki, Timothy Duff 외 arxiv

We introduce the package \texttt{EliminationTemplates} for the Macaulay2 computer algebra system, which provides tools for constructing automatic solvers for families of zero-dimensional radical ideals depending on algeb…

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…

Comparing Greedy Constructive Heuristic Subtour Elimination Methods for the Traveling Salesman Problem

2019-10-15 · Petar D. Jackovich, Bruce A. Cox, Raymond R. Hill

This paper further defines the class of fragment constructive heuristics used to compute feasible solutions for the Traveling Salesman Problem into arc-greedy and node-greedy subclasses. Since these subclasses of heurist…

ARCTraveling Salesman Problem

Information Templates: A New Paradigm for Intelligent Active Feature Acquisition

2025-08-25 · Hung-Tien Huang, Dzung Dinh, Junier B. Oliva arxiv

Active feature acquisition (AFA) is an instance-adaptive paradigm in which, at inference time, a policy sequentially chooses which features to acquire (at a cost) before predicting. Existing approaches either train reinf…

Reinforcement Learning

Greedy Selection under Independent Increments: A Toy Model Analysis

2025-06-22 · Huitao Yang

We study an iterative selection problem over N i.i.d. discrete-time stochastic processes with independent increments. At each stage, a fixed number of processes are retained based on their observed values. Under this sim…