Core Concepts
This paper presents a novel approach for directly estimating the correct relative camera pose from correspondences without the need for a post-processing step to enforce the cheirality constraint. The method formulates the relative pose estimation as a Quadratically Constrained Quadratic Program (QCQP) and applies appropriate constraints to ensure the estimation of a camera pose that corresponds to a valid 3D geometry and is globally optimal when certified.
Abstract
The paper addresses the problem of estimating the relative pose between two calibrated views, which is a fundamental task in computer vision with applications in Structure from Motion (SfM) and Simultaneous Localization And Mapping (SLAM).
The traditional approach involves two steps: 1) estimating the essential matrix between the views, and 2) disambiguating among the four candidate relative poses that satisfy the epipolar geometry. The paper proposes a novel method, called C2P, that bypasses the second stage and directly estimates the correct relative camera pose from correspondences without needing a post-processing step to enforce the cheirality constraint.
The key contributions are:
C2P formulates the relative pose estimation as a QCQP and applies appropriate constraints to ensure the estimation of a camera pose that corresponds to a valid 3D geometry and is globally optimal when certified.
The paper derives a novel characterization of the normalized essential manifold that is needed to enforce a geometrically valid solution.
C2P can directly detect near-pure rotational motions, which is known to be challenging for existing methods.
Extensive experiments on synthetic and real-world data demonstrate the efficacy, efficiency, and accuracy of the proposed approach compared to state-of-the-art methods.
Stats
The paper does not provide any specific numerical data or statistics. The experiments focus on evaluating the accuracy and runtime performance of the proposed C2P method compared to existing approaches.