CAGE: Continuity-Aware edGE Network Unlocks Robust Floorplan Reconstruction
Yiyi Liu, Chunyang Liu, Bohan Wang, Weiqin Jiao, Bojian Wu, Lubin Fan, Yuwei Chen, Fashuai Li, Biao Xiong
TL;DR
To address fragility of corner-based floorplan reconstruction under noise and occlusion, this paper introduces CAGE, a Continuity-Aware edGE network that reconstructs vector floorplans directly from density maps. It adopts an edge-centric representation, predicting directed, geometrically continuous edges via a dual-query transformer decoder augmented with denoising to stabilize training and refine geometry. Edge-based modeling yields watertight, topologically valid layouts and demonstrates state-of-the-art performance on Structured3D (Room F1 99.1%, Corner F1 91.7%, Angle F1 89.3%) and SceneCAD, with strong cross-dataset generalization. The method requires no heavy post-processing and maintains efficient inference, validating its practicality for CAD/BIM workflows and robotics.
Abstract
We present CAGE (Continuity-Aware edGE) network, a robust framework for reconstructing vector floorplans directly from point-cloud density maps. Traditional corner-based polygon representations are highly sensitive to noise and incomplete observations, often resulting in fragmented or implausible layouts.Recent line grouping methods leverage structural cues to improve robustness but still struggle to recover fine geometric details. To address these limitations,we propose a native edge-centric formulation, modeling each wall segment as a directed, geometrically continuous edge. This representation enables inference of coherent floorplan structures, ensuring watertight, topologically valid room boundaries while improving robustness and reducing artifacts. Towards this design, we develop a dual-query transformer decoder that integrates perturbed and latent queries within a denoising framework, which not only stabilizes optimization but also accelerates convergence. Extensive experiments on Structured3D and SceneCAD show that CAGE achieves state-of-the-art performance, with F1 scores of 99.1% (rooms), 91.7% (corners), and 89.3% (angles). The method also demonstrates strong cross-dataset generalization, underscoring the efficacy of our architectural innovations. Code and pretrained models are available on our project page: https://github.com/ee-Liu/CAGE.git.
