# Globally optimal vertical direction estimation in Atlanta World

**Authors:** Yinlong Liu, Alois Knoll, Guang Chen

arXiv: 1904.12717 · 2020-10-13

## TL;DR

This paper introduces a globally optimal method for estimating the vertical direction in Atlanta world scenes, reducing computational complexity by focusing solely on the vertical frame and employing novel bounds for convergence.

## Contribution

It proposes a new vertical direction estimation approach using branch-and-bound with innovative bounds, avoiding prior knowledge of horizontal frames and improving efficiency.

## Key findings

- Successfully estimates vertical direction in synthetic and real data
- Guarantees global optimality with novel bounds
- Handles increased horizontal frames efficiently

## Abstract

In man-made environments, such as indoor and urban scenes, most of the objects and structures are organized in the form of orthogonal and parallel planes. These planes can be approximated by the Atlanta world assumption, in which the normals of planes can be represented by the Atlanta frames. Atlanta world assumption, which can be considered as a generalized Manhattan world assumption, has one vertical frame and multiple horizontal frames. Conventionally, given a set of inputs such as surface normals, the Atlanta frame estimation problem can be solved in one-time by branch-and-bound (BnB). However, the runtime of the BnB algorithm will increase greatly when the dimensionality (i.e., the number of horizontal frames) increases. In this paper, we estimate only the vertical direction instead of all Atlanta frames at once. Accordingly, we propose a vertical direction estimation method by considering the relationship between the vertical frame and horizontal frames. Concretely, our approach employs a BnB algorithm to search the vertical direction guaranteeing global optimality without requiring prior knowledge of the number of Atlanta frames. Four novel bounds by mapping 3D-hemisphere to a 2D region are investigated to guarantee convergence. We verify the validity of the proposed method in various challenging synthetic and real-world data.

## Full text

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

## Figures

29 figures with captions in the complete paper: https://tomesphere.com/paper/1904.12717/full.md

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/1904.12717/full.md

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