paper-with-me

Papers

Floorplan Restoration by Structure Hallucinating Transformer Cascades

2022-06-01 · Sepidehsadat Hosseini, Yasutaka Furukawa

This paper presents an extreme floorplan reconstruction task, a new benchmark for the task, and a neural architecture as a solution. Given a partial floorplan reconstruction inferred or curated from panorama images, the task is to reconstruct a complete floorplan including invisible architectural structures. The proposed neural network 1) encodes an input partial floorplan into a set of latent vectors by convolutional neural networks and a Transformer; and 2) reconstructs an entire floorplan while hallucinating invisible rooms and doors by cascading Transformer decoders. Qualitative and quantitative evaluations demonstrate effectiveness of our approach over the benchmark of 701 houses, outperforming the state-of-the-art reconstruction techniques. We will share our code, models, and data.

📄 PDF Abstract BibTeX arXiv:2206.00645

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

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 …

Hyper-Restormer: A General Hyperspectral Image Restoration Transformer for Remote Sensing Imaging

2023-12-12 · Yo-Yu Lai, Chia-Hsiang Lin, Zi-Chao Leng

The deep learning model Transformer has achieved remarkable success in the hyperspectral image (HSI) restoration tasks by leveraging Spectral and Spatial Self-Attention (SA) mechanisms. However, applying these designs to…

DenoisingImage RestorationSuper-Resolution

Unified Vector Floorplan Generation via Markup Representation

2026-04-06 · Kaede Shiohara, Toshihiko Yamasaki arxiv

Automatic residential floorplan generation has long been a central challenge bridging architecture and computer graphics, aiming to make spatial design more efficient and accessible. While early methods based on constrai…

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…

PolyRoom: Room-aware Transformer for Floorplan Reconstruction

2024-07-15 · Yuzhou Liu, Lingjie Zhu, Xiaodong Ma, Hanqiao Ye 외

Reconstructing geometry and topology structures from raw unstructured data has always been an important research topic in indoor mapping research. In this paper, we aim to reconstruct the floorplan with a vectorized repr…