paper-with-me

Papers

Solving Minimal Problems Without Matrix Inversion Using FFT-Based Interpolation

2026-05-07 · Haidong Wu, Snehal Bhayani, Janne Heikkilä arxiv

Estimating camera geometry typically involves solving minimal problems formulated as systems of multivariate polynomial equations, which often pose computational challenges when using existing Gröbner-basis or resultant-based methods due to matrix inversion needed in the online solver. Here we propose a sampling-based, matrix inversion-free method that constructs the solvers using sparse hidden-variable resultants. The determinant polynomial in the hidden variable is efficiently reconstructed via inverse fast Fourier transform interpolation from sampled evaluations, avoiding symbolic expansion. Solving this polynomial yields the hidden variable, and the remaining unknowns are recovered by identifying rank-1 deficient submatrices and applying Cramer's rule. A greatest common divisor-based criterion ensures robust submatrix identification under noise. Experiments on diverse minimal problems demonstrate that the proposed solver achieves strong numerical stability and competitive runtime, particularly for small-scale problems, providing a practical alternative to traditional Gröbner-basis and resultant-based solvers.

📄 PDF Abstract BibTeX arXiv:2605.06572

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An inner-loop free solution to inverse problems using deep neural networks

2017-09-06 · NeurIPS 2017 12 · Qi Wei, Kai Fan, Lawrence Carin, Katherine A. Heller

We propose a new method that uses deep learning techniques to accelerate the popular alternating direction method of multipliers (ADMM) solution for inverse problems. The ADMM updates consist of a proximity operator, a l…

Denoising

On the performance of different mutation operators of a subpopulation-based genetic algorithm for multi-robot task allocation problems

2016-06-02 · Chun Liu, Andreas Kroll

The performance of different mutation operators is usually evaluated in conjunc-tion with specific parameter settings of genetic algorithms and target problems. Most studies focus on the classical genetic algorithm with …

Combinatorial Optimization

Computing stable resultant-based minimal solvers by hiding a variable

2020-07-17 · 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…

Matroid Regression

2014-03-04 · Franz J. Király, Louis Theran

We propose an algebraic combinatorial method for solving large sparse linear systems of equations locally - that is, a method which can compute single evaluations of the signal without computing the whole signal. The met…

regression

Multi-task nonparallel support vector machine for classification

2022-04-05 · Zongmin Liu, Yitian Xu

Direct multi-task twin support vector machine (DMTSVM) explores the shared information between multiple correlated tasks, then it produces better generalization performance. However, it contains matrix inversion operatio…

ClassificationComputational Efficiency