paper-with-me

Papers

FloorplanVLM: A Vision-Language Model for Floorplan Vectorization

2026-02-06 · Yuanqing Liu, Ziming Yang, Yulong Li, Yue Yang arxiv

Converting raster floorplans into engineering-grade vector graphics is challenging due to complex topology and strict geometric constraints. To address this, we present FloorplanVLM, a unified framework that reformulates floorplan vectorization as an image-conditioned sequence modeling task. Unlike pixel-based methods that rely on fragile heuristics or query-based transformers that generate fragmented rooms, our model directly outputs structured JSON sequences representing the global topology. This 'pixels-to-sequence' paradigm enables the precise and holistic constraint satisfaction of complex geometries, such as slanted walls and curved arcs. To support this data-hungry approach, we introduce a scalable data engine: we construct a large-scale dataset (Floorplan-2M) and a high-fidelity subset (Floorplan-HQ-300K) to balance geometric diversity and pixel-level precision. We then employ a progressive training strategy, using Supervised Fine-Tuning (SFT) for structural grounding and quality annealing, followed by Group Relative Policy Optimization (GRPO) for strict geometric alignment. To standardize evaluation on complex layouts, we establish and open-source FPBench-2K. Evaluated on this rigorous benchmark, FloorplanVLM demonstrates exceptional structural validity, achieving $\textbf{92.52%}$ external-wall IoU and robust generalization across non-Manhattan architectures.

📄 PDF Abstract BibTeX arXiv:2602.06507

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TLC-Plan: A Two-Level Codebook Based Network for End-to-End Vector Floorplan Generation

2026-02-06 · Biao Xiong, Zhen Peng, Ping Wang, Qiegen Liu 외 arxiv

Automated floorplan generation aims to improve design quality, architectural efficiency, and sustainability by jointly modeling global spatial organization and precise geometric detail. However, existing approaches opera…

Spatial Reasoning

End-to-end Graph-constrained Vectorized Floorplan Generation with Panoptic Refinement

2022-07-27 · Jiachen Liu, Yuan Xue, Jose Duarte, Krishnendra Shekhawat 외

The automatic generation of floorplans given user inputs has great potential in architectural design and has recently been explored in the computer vision community. However, the majority of existing methods synthesize f…

FloorplanMAE:A self-supervised framework for complete floorplan generation from partial inputs

2025-06-10 · Jun Yin, Jing Zhong, Pengyu Zeng, Peilin Li 외

In the architectural design process, floorplan design is often a dynamic and iterative process. Architects progressively draw various parts of the floorplan according to their ideas and requirements, continuously adjusti…

Self-Supervised Learning

FloorPlan-VLN: A New Paradigm for Floor Plan Guided Vision-Language Navigation

2026-03-18 · Kehan Chen, Yan Huang, Dong An, Jiawei He 외 arxiv

Existing Vision-Language Navigation (VLN) task requires agents to follow verbose instructions, ignoring some potentially useful global spatial priors, limiting their capability to reason about spatial structures. Althoug…

Vision-Language Navigation

SLIBO-Net: Floorplan Reconstruction via Slicing Box Representation with Local Geometry Regularization

2023-09-21 · NeurIPS 2023 11

This paper focuses on improving the reconstruction of 2D floorplans from unstructured 3D point clouds. We identify opportunities for enhancement over the existing methods in three main areas: semantic quality, efficient …