Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Connecting the Dots: Floorplan Reconstruction Using Two-Level Queries

About

We address 2D floorplan reconstruction from 3D scans. Existing approaches typically employ heuristically designed multi-stage pipelines. Instead, we formulate floorplan reconstruction as a single-stage structured prediction task: find a variable-size set of polygons, which in turn are variable-length sequences of ordered vertices. To solve it we develop a novel Transformer architecture that generates polygons of multiple rooms in parallel, in a holistic manner without hand-crafted intermediate stages. The model features two-level queries for polygons and corners, and includes polygon matching to make the network end-to-end trainable. Our method achieves a new state-of-the-art for two challenging datasets, Structured3D and SceneCAD, along with significantly faster inference than previous methods. Moreover, it can readily be extended to predict additional information, i.e., semantic room types and architectural elements like doors and windows. Our code and models are available at: https://github.com/ywyue/RoomFormer.

Yuanwen Yue, Theodora Kontogianni, Konrad Schindler, Francis Engelmann• 2022

Related benchmarks

TaskDatasetResultRank
Floorplan ReconstructionStructured3D density map input (test)
Room Precision98.7
11
Scene Layout EstimationStructured3D (test)
F1 Score (wall)75.8
10
Floorplan ReconstructionStructured3D binary (test)
Room F195.1
10
Floorplan ReconstructionRaster2Graph
Room F191.9
6
Floorplan Reconstruction EfficiencyRaster2Graph
Sampling time (s)0.04
5
Floorplan ReconstructionCubiCasa5K
Room F183.5
5
Geometric Floorplan ReconstructionRaster2Graph 16 (test)
Room Precision0.92
5
Floorplan interior segmentationWAFFLE (test)
IoU60.5
4
Floorplan ReconstructionCubiCasa5K (test)
Room Precision84.7
4
Semantic Floorplan ParsingRaster2Graph 16 (test)
Room Semantic Precision79.6
3
Showing 10 of 11 rows

Other info

Follow for update