# POSEAMM: A Unified Framework for Solving Pose Problems using an   Alternating Minimization Method

**Authors:** Joao Campos, Joao R. Cardoso, and Pedro Miraldo

arXiv: 1904.04858 · 2019-04-11

## TL;DR

This paper introduces POSEAMM, a unified alternating minimization framework capable of solving various pose estimation problems efficiently by optimizing rotation and translation parameters iteratively.

## Contribution

It presents a novel unified framework that addresses multiple pose estimation problems using alternating optimization, unifying previous separate approaches.

## Key findings

- Outperforms existing methods in accuracy and speed
- Effective on both synthetic and real datasets
- Balances computational efficiency with estimation precision

## Abstract

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.

## Full text

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

## Figures

26 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04858/full.md

## References

51 references — full list in the complete paper: https://tomesphere.com/paper/1904.04858/full.md

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