CVPR 20260 citations

Solving Minimal Problems Without Matrix Inversion Using FFT-Based Interpolation

Haidong Wu, Snehal Bhayani, Janne Heikkila

Abstract

Estimating camera geometry typically involves solving minimal problems formulated as systems of multivariate polynomial equations, which often pose computational challenges when using existing Grobner-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 Grobner-basis and resultant-based solvers.

BibTeX
@inproceedings{cvpr2026_solvingminimalpr,
  title = {Solving Minimal Problems Without Matrix Inversion Using FFT-Based Interpolation},
  author = {Haidong Wu and Snehal Bhayani and Janne Heikkila},
  booktitle = {CVPR 2026},
  year = {2026}
}