paper-with-me

Papers

Connecting the Dots: Floorplan Reconstruction Using Two-Level Queries

2022-11-28 · CVPR 2023 1 · Yuanwen Yue, Theodora Kontogianni, Konrad Schindler, Francis Engelmann

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.

📄 PDF Abstract BibTeX arXiv:2211.15658

Code (1)

ywyue/roomformer 공식 구현 pytorch

Tasks

Structured PredictionVocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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$…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Floorplan-SLAM: A Real-Time, High-Accuracy, and Long-Term Multi-Session Point-Plane SLAM for Efficient Floorplan Reconstruction

2025-03-01 · Haolin Wang, Zeren Lv, Hao Wei, Haijiang Zhu 외

Floorplan reconstruction provides structural priors essential for reliable indoor robot navigation and high-level scene understanding. However, existing approaches either require time-consuming offline processing with a …

GPUPose EstimationRobot NavigationScene Understanding

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 …

FRI-Net: Floorplan Reconstruction via Room-wise Implicit Representation

2024-07-15 · Honghao Xu, Juzhan Xu, Zeyu Huang, Pengfei Xu 외

In this paper, we introduce a novel method called FRI-Net for 2D floorplan reconstruction from 3D point cloud. Existing methods typically rely on corner regression or box regression, which lack consideration for the glob…

regression

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

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 …