# An Efficient Solution to Non-Minimal Case Essential Matrix Estimation

**Authors:** Ji Zhao

arXiv: 1903.09067 · 2020-12-23

## TL;DR

This paper introduces a globally optimal, efficient solver for the N-point problem in essential matrix estimation, improving speed and robustness over existing methods for relative pose estimation in computer vision.

## Contribution

The paper proposes a certifiably globally optimal solver for the N-point problem formulated as a QCQP, with theoretical guarantees and a robust extension using M-estimators.

## Key findings

- Solver is 2-3 orders of magnitude faster than state-of-the-art methods.
- Robust N-point method outperforms existing methods in robustness and accuracy.
- Theoretical guarantees include tightness and local stability of the relaxation.

## Abstract

Finding relative pose between two calibrated images is a fundamental task in computer vision. Given five point correspondences, the classical five-point methods can be used to calculate the essential matrix efficiently. For the case of $N$ ($N > 5$) inlier point correspondences, which is called $N$-point problem, existing methods are either inefficient or prone to local minima. In this paper, we propose a certifiably globally optimal and efficient solver for the $N$-point problem. First we formulate the problem as a quadratically constrained quadratic program (QCQP). Then a certifiably 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 QCQPs in polynomial time. The theoretical guarantees of the semidefinite relaxation are also provided, including tightness and local stability. To deal with outliers, we propose a robust $N$-point method using M-estimators. Though global optimality cannot be guaranteed for the overall robust framework, the proposed robust $N$-point method can achieve good performance when the outlier ratio is not high. Extensive experiments on synthetic and real-world datasets demonstrated that our $N$-point method is $2\sim3$ orders of magnitude faster than state-of-the-art methods. Moreover, our robust $N$-point method outperforms state-of-the-art methods in terms of robustness and accuracy.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.09067/full.md

## Figures

51 figures with captions in the complete paper: https://tomesphere.com/paper/1903.09067/full.md

## References

66 references — full list in the complete paper: https://tomesphere.com/paper/1903.09067/full.md

---
Source: https://tomesphere.com/paper/1903.09067