An Efficient Solution to Non-Minimal Case Essential Matrix Estimation
Finding relative pose between two calibrated images is a fundamental task in computer vision. Given five point correspondences, the classical five-point method can be used to calculate the essential matrix efficiently. For the non-minimal () inlier point correspondences, which is called -point problem, existing methods are either inefficient or prone to local minima. In this paper, we propose a globally optimal and efficient solver for the -point problem. First we formulate the problem as a quadratically constrained quadratic program (QCQP). Then a globally optimal solution to this problem is obtained by semidefinite relaxation. This allows us to obtain certifiably globally optimal solutions to the original non-convex QCQP in polynomial time. The theoretical guarantees of the semidefinite relaxation are also provided, including the tightness and local stability. To deal with outliers, we also propose a robust -point method using M-estimator. Extensive experiments on synthetic and real-world datasets demonstrated that our -point method is orders of magnitude faster than state-of-the-art non-minimal solvers. Besides, our robust -point method outperforms state-of-the-art methods in terms of robustness and accuracy.
View on arXiv