# RoomNet: End-to-End Room Layout Estimation

**Authors:** Chen-Yu Lee, Vijay Badrinarayanan, Tomasz Malisiewicz, Andrew, Rabinovich

arXiv: 1703.06241 · 2017-08-09

## TL;DR

This paper introduces RoomNet, an end-to-end neural network that directly estimates room layout keypoints from monocular images, achieving state-of-the-art accuracy and significant speed improvements over previous methods.

## Contribution

The paper proposes a novel direct keypoint estimation approach for room layout from monocular images, replacing traditional segmentation and optimization steps.

## Key findings

- Achieves state-of-the-art accuracy on Hedau and LSUN datasets.
- Provides 200x to 600x faster inference compared to prior methods.
- Extends the architecture with recurrent and memory units for refinement.

## Abstract

This paper focuses on the task of room layout estimation from a monocular RGB image. Prior works break the problem into two sub-tasks: semantic segmentation of floor, walls, ceiling to produce layout hypotheses, followed by an iterative optimization step to rank these hypotheses. In contrast, we adopt a more direct formulation of this problem as one of estimating an ordered set of room layout keypoints. The room layout and the corresponding segmentation is completely specified given the locations of these ordered keypoints. We predict the locations of the room layout keypoints using RoomNet, an end-to-end trainable encoder-decoder network. On the challenging benchmark datasets Hedau and LSUN, we achieve state-of-the-art performance along with 200x to 600x speedup compared to the most recent work. Additionally, we present optional extensions to the RoomNet architecture such as including recurrent computations and memory units to refine the keypoint locations under the same parametric capacity.

## Full text

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

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1703.06241/full.md

## References

52 references — full list in the complete paper: https://tomesphere.com/paper/1703.06241/full.md

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