Making Minimal Solvers Fast
Abstract
In this paper we propose methods for speeding up minimal solvers based on Gröbner bases and action matrix eigenvalue computations. Almost all existing Gröbner basis solvers spend most time in the eigenvalue computation. We present two methods which speed up this phase of Gröbner basis solvers: (1) a method based on a modified FGLM algorithm for transforming Gröbner bases which results in a single-variable polynomial followed by direct calculation of its roots using Sturm-sequences and, for larger problems, (2) fast calculation of the characteristic polynomial of an action matrix, again solved using Sturm-sequences. We enhanced the FGLM method by replacing time consuming polynomial division performed in standard FGLM algorithm with efficient matrix-vector multiplication and we show how this method is related to the characteristic polynomial method. Our approaches allow computing roots only in some feasible interval and in desired precision. Proposed methods can significantly speedup many existing solvers. We demonstrate them on three important minimal computer vision problems.
Cite
Text
Bujnak et al. "Making Minimal Solvers Fast." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6247840Markdown
[Bujnak et al. "Making Minimal Solvers Fast." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/bujnak2012cvpr-making/) doi:10.1109/CVPR.2012.6247840BibTeX
@inproceedings{bujnak2012cvpr-making,
title = {{Making Minimal Solvers Fast}},
author = {Bujnak, Martin and Kukelova, Zuzana and Pajdla, Tomás},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2012},
pages = {1506-1513},
doi = {10.1109/CVPR.2012.6247840},
url = {https://mlanthology.org/cvpr/2012/bujnak2012cvpr-making/}
}