paper-with-me

Papers

GSDiff: Synthesizing Vector Floorplans via Geometry-enhanced Structural Graph Generation

2024-08-29 · Sizhe Hu, WenMing Wu, Yuntao Wang, Benzhu Xu, Liping Zheng

Automating architectural floorplan design is vital for housing and interior design, offering a faster, cost-effective alternative to manual sketches by architects. However, existing methods, including rule-based and learning-based approaches, face challenges in design complexity and constrained generation with extensive post-processing, and tend to obvious geometric inconsistencies such as misalignment, overlap, and gaps. In this work, we propose a novel generative framework for vector floorplan design via structural graph generation, called GSDiff, focusing on wall junction generation and wall segment prediction to capture both geometric and semantic aspects of structural graphs. To improve the geometric rationality of generated structural graphs, we propose two innovative geometry enhancement methods. In wall junction generation, we propose a novel alignment loss function to improve geometric consistency. In wall segment prediction, we propose a random self-supervision method to enhance the model's perception of the overall geometric structure, thereby promoting the generation of reasonable geometric structures. Employing the diffusion model and the Transformer model, as well as the geometry enhancement strategies, our framework can generate wall junctions, wall segments and room polygons with structural and semantic information, resulting in structural graphs that accurately represent floorplans. Extensive experiments show that the proposed method surpasses existing techniques, enabling free generation and constrained generation, marking a shift towards structure generation in architectural design. Code and data are available at https://github.com/SizheHu/GSDiff.

📄 PDF Abstract BibTeX arXiv:2408.16258

Code (1)

sizhehu/gsdiff 공식 구현 pytorch

Tasks

Graph Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

VectorFloorSeg: Two-Stream Graph Attention Network for Vectorized Roughcast Floorplan Segmentation

2023-01-01 · CVPR 2023 1 · Bingchen Yang, Haiyong Jiang, Hao Pan, Jun Xiao

Vector graphics (VG) are ubiquitous in industrial designs. In this paper, we address semantic segmentation of a typical VG, i.e., roughcast floorplans with bare wall structures, whose output can be directly used for …

Graph AttentionSegmentationSemantic SegmentationVector Graphics

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 …

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…

Graph-Based Generative Representation Learning of Semantically and Behaviorally Augmented Floorplans

2020-12-08 · Vahid Azizi, Muhammad Usman, Honglu Zhou, Petros Faloutsos 외

Floorplans are commonly used to represent the layout of buildings. In computer aided-design (CAD) floorplans are usually represented in the form of hierarchical graph structures. Research works towards computational tech…

Representation Learning

Raster2Seq: Polygon Sequence Generation for Floorplan Reconstruction

2026-02-09 · Hao Phung, Hadar Averbuch-Elor arxiv

Reconstructing a structured vector-graphics representation from a rasterized floorplan image is typically an important prerequisite for computational tasks involving floorplans such as automated understanding or CAD work…