CVJul 19, 2022

3D Room Layout Estimation from a Cubemap of Panorama Image via Deep Manhattan Hough Transform

arXiv:2207.09291v123 citationsh-index: 9Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of 3D scene understanding for robotics and AR/VR applications, presenting an incremental improvement over existing methods.

The paper tackles 3D room layout estimation from single panoramic images by modeling long-range geometric patterns with a learnable Hough Transform block, achieving comparable accuracy and performance to recent state-of-the-art methods.

Significant geometric structures can be compactly described by global wireframes in the estimation of 3D room layout from a single panoramic image. Based on this observation, we present an alternative approach to estimate the walls in 3D space by modeling long-range geometric patterns in a learnable Hough Transform block. We transform the image feature from a cubemap tile to the Hough space of a Manhattan world and directly map the feature to the geometric output. The convolutional layers not only learn the local gradient-like line features, but also utilize the global information to successfully predict occluded walls with a simple network structure. Unlike most previous work, the predictions are performed individually on each cubemap tile, and then assembled to get the layout estimation. Experimental results show that we achieve comparable results with recent state-of-the-art in prediction accuracy and performance. Code is available at https://github.com/Starrah/DMH-Net.

Code Implementations1 repo
Foundations

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

Your Notes