POSEAMM: A Unified Framework for Solving Pose Problems using an Alternating Minimization Method
This work addresses the need for a general solution to pose estimation problems in computer vision, though it is incremental as it builds on existing alternating optimization techniques.
The paper tackles the problem of pose estimation in computer vision by introducing a unified framework that solves both absolute and relative pose problems for central and non-central camera models using alternating minimization. The method demonstrates improved balance between computational time and accuracy in benchmarks with synthetic and real data.
Pose estimation is one of the most important problems in computer vision. It can be divided in two different categories -- absolute and relative -- and may involve two different types of camera models: central and non-central. State-of-the-art methods have been designed to solve separately these problems. This paper presents a unified framework that is able to solve any pose problem by alternating optimization techniques between two set of parameters, rotation and translation. In order to make this possible, it is necessary to define an objective function that captures the problem at hand. Since the objective function will depend on the rotation and translation it is not possible to solve it as a simple minimization problem. Hence the use of Alternating Minimization methods, in which the function will be alternatively minimized with respect to the rotation and the translation. We show how to use our framework in three distinct pose problems. Our methods are then benchmarked with both synthetic and real data, showing their better balance between computational time and accuracy.