Search papers, labs, and topics across Lattice.
This paper introduces a novel approach to absolute pose estimation that leverages gravity direction as a prior, transforming the complex 6 degrees of freedom (DoF) problem into a more manageable 4-DoF challenge. By implementing a one-dimensional global voting algorithm for optimal rotation estimation and a subsequent pose refinement process, the authors significantly enhance both efficiency and accuracy in pose estimation. Extensive evaluations on synthetic and real-world datasets demonstrate that their method outperforms existing state-of-the-art techniques, particularly in reducing drift and improving trajectory alignment in applications like ORB-SLAM2.
Transforming a 6-DoF pose estimation problem into a 4-DoF challenge leads to significant efficiency gains and improved accuracy in robotic applications.
Estimation of the absolute pose of an object is an essential task for various robotic applications. Recently, incorporating gravity direction as prior information has emerged as a popular approach to simplify absolute pose estimation. However, developing a robust and efficient algorithm to solve this challenging problem remains a difficult question due to large amounts of mismatches. In addition, obtaining an accurate pose solution from selected inlier correspondences with gravity prior is still a research gap. In this paper, we propose a novel transformation strategy that exploits geometric relations derived from the gravity prior. Through transformation decoupling, the original 6 degrees of freedom (DoF) absolute pose estimation problem is simplified into a 4-DoFs problem: 1-DoF for the rotation angle and 3-DoFs for translation, significantly improving the efficiency. For the 1-DoF rotation angle, we apply a one-dimensional global voting algorithm for optimal estimation. Once the optimal rotation is obtained, the mismatched correspondences are preliminarily filtered, and translation estimation, a linear problem, can be easily solved. Furthermore, to obtain accurate pose results, we introduce a novel pose refinement algorithm to enhance the accuracy of both rotation and translation. Extensive experiments on synthetic data and three publicly available real-world datasets (TUM RGB-D, ETH3D, and RobotCar) demonstrate that the proposed method achieves stronger performance compared to existing state-of-the-art (SOTA) approaches. To further validate our method, we integrated it into ORB-SLAM2. The results on the KITTI dataset show it effectively reduces drift and improves trajectory alignment during relocalization. The source code will be released upon acceptance.