Floor-SP: Inverse CAD for Floorplans by Sequential Room-Wise Shortest Path

Abstract

This paper proposes a new approach for automated floorplan reconstruction from RGBD scans, a major milestone in indoor mapping research. The approach, dubbed Floor-SP, formulates a novel optimization problem, where room-wise coordinate descent sequentially solves shortest path problems to optimize the floorplan graph structure. The objective function consists of data terms guided by deep neural networks, consistency terms encouraging adjacent rooms to share corners and walls, and the model complexity term. The approach does not require corner/edge primitive extraction unlike most other methods. We have evaluated our system on production-quality RGBD scans of 527 apartments or houses, including many units with non-Manhattan structures. Qualitative and quantitative evaluations demonstrate a significant performance boost over the current state-of-the-art. Please refer to our project website http://jcchen.me/floor-sp/ for code and data.

Cite

Text

Chen et al. "Floor-SP: Inverse CAD for Floorplans by Sequential Room-Wise Shortest Path." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00275

Markdown

[Chen et al. "Floor-SP: Inverse CAD for Floorplans by Sequential Room-Wise Shortest Path." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/chen2019iccv-floorsp/) doi:10.1109/ICCV.2019.00275

BibTeX

@inproceedings{chen2019iccv-floorsp,
  title     = {{Floor-SP: Inverse CAD for Floorplans by Sequential Room-Wise Shortest Path}},
  author    = {Chen, Jiacheng and Liu, Chen and Wu, Jiaye and Furukawa, Yasutaka},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00275},
  url       = {https://mlanthology.org/iccv/2019/chen2019iccv-floorsp/}
}