CVOct 15, 2023

AEP$n$P: A Less-constrained EP$n$P Solver for Pose Estimation with Anisotropic Scaling

arXiv:2310.09982v42 citationsh-index: 35Has Code
Originality Incremental advance
AI Analysis

This provides a flexible and practical solution for object pose estimation in scenarios where corresponding object models are unavailable, though it is incremental as it builds upon the classical EPnP solver.

The paper tackles the Perspective-n-Point (PnP) problem for pose estimation by relaxing constraints to handle unknown anisotropic scaling, eliminating the need for precise 3D coordinates, and demonstrates effectiveness on simulated and real datasets.

Perspective-$n$-Point (P$n$P) stands as a fundamental algorithm for pose estimation in various applications. In this paper, we present a new approach to the P$n$P problem with relaxed constraints, eliminating the need for precise 3D coordinates, which is especially suitable for object pose estimation where corresponding object models may not be available in practice. Built upon the classical EP$n$P solver, we refer to it as AEP$n$P due to its ability to handle unknown anisotropic scaling factors in addition to the common 6D transformation. Through a few algebraic manipulations and a well-chosen frame of reference, this new problem can be boiled down to a simple linear null-space problem followed by point registration-based identification of a similarity transformation. Experimental results on both simulated and real datasets demonstrate the effectiveness of AEP$n$P as a flexible and practical solution to object pose estimation. Code: https://github.com/goldoak/AEPnP.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes