FloorNet: A Unified Framework for Floorplan Reconstruction from 3D Scans

Teaser

Figure 1: We propose a novel network, FloorNet, to turn RGBD videos of indoor spaces into vector-graphics floorplans. FloorNet consists of three DNN branches. The first branch uses PointNet to directly consume 3D information. The second branch takes a top-down point density image in a floorplan domain with a fully convolutional network, and produces pixel-wise geometry and semantics information. The third branch produces deep image features by a dilated residual network trained on the semantic segmentation task as well as a stacked hourglass CNN trained on the room layout estimation. The PointNet branch and the floorplan branch exchanges intermediate features at every layer, while the image branch contributes deep image features into the decoding part of the floorplan branch. This hybrid DNN architecture effectively processes an input RGBD video with camera poses, covering a large 3D space.


Abstract

The ultimate goal of this indoor mapping research is to automatically reconstruct a floorplan simply by walking through a house with a smartphone in a pocket. This paper tackles this problem by proposing FloorNet, a novel deep neural architecture. The challenge lies in the processing of RGBD streams spanning a large 3D space. FloorNet effectively processes the data through three neural network branches: 1) PointNet with 3D points, exploiting the 3D information; 2) CNN with a 2D point density image in a top-down view, enhancing the local spatial reasoning; and 3) CNN with RGB images, utilizing the full image information. FloorNet exchanges intermediate features across the branches to exploit the best of all the architectures. We have created a benchmark for floorplan reconstruction by acquiring RGBD video streams for 155 residential houses or apartments with Google Tango phones and annotating complete floorplan information. Our qualitative and quantitative evaluations demonstrate that the fusion of three branches effectively improves the reconstruction quality. We hope that the paper together with the benchmark will be an important step towards solving a challenging vector-graphics reconstruction problem.


Video


Paper

FloorNet: A Unified Framework for Floorplan Reconstruction from 3D Scans
Chen Liu*, Jiaye Wu*, Yasutaka Furukawa
(* indicates equal contribution.)
In European Conference on Computer Vision (ECCV), 2018
[Arxiv] [Supp.] [Code and Data]