paper-with-me

Papers

Polygon Detection for Room Layout Estimation using Heterogeneous Graphs and Wireframes

2023-06-21 · David Gillsjö, Gabrielle Flood, Kalle Åström

This paper presents a neural network based semantic plane detection method utilizing polygon representations. The method can for example be used to solve room layout estimations tasks. The method is built on, combines and further develops several different modules from previous research. The network takes an RGB image and estimates a wireframe as well as a feature space using an hourglass backbone. From these, line and junction features are sampled. The lines and junctions are then represented as an undirected graph, from which polygon representations of the sought planes are obtained. Two different methods for this last step are investigated, where the most promising method is built on a heterogeneous graph transformer. The final output is in all cases a projection of the semantic planes in 2D. The methods are evaluated on the Structured 3D dataset and we investigate the performance both using sampled and estimated wireframes. The experiments show the potential of the graph-based method by outperforming state of the art methods in Room Layout estimation in the 2D metrics using synthetic wireframe detections.

📄 PDF Abstract BibTeX arXiv:2306.12203

Code (1)

davidgillsjo/polygon-hgt 공식 구현 pytorch

Tasks

Room Layout Estimation

Similar Papers 제목 키워드 기반

PolyLayout: Multi-room Manhattan Layout Estimation

2026-08-04 · Gustav Hanning, Shaohui Liu, Rémi Pautrat, Marc Pollefeys 외 arxiv

Estimating room layouts from multi-view imagery is a core task for indoor scene understanding. Existing methods are typically limited either by poor generalization to new datasets or restrictive geometric assumptions of …

Room Layout EstimationScene Understanding

MCTS with Refinement for Proposals Selection Games in Scene Understanding

2022-07-07 · Sinisa Stekovic, Mahdi Rad, Alireza Moradi, Friedrich Fraundorfer 외

We propose a novel method applicable in many scene understanding problems that adapts the Monte Carlo Tree Search (MCTS) algorithm, originally designed to learn to play games of high-state complexity. From a generated po…

Scene Understanding

GeoLayout: Geometry Driven Room Layout Estimation Based on Depth Maps of Planes

2020-08-14 · ECCV 2020 8 · Weidong Zhang, Wei zhang, yinda zhang

The task of room layout estimation is to locate the wall-floor, wall-ceiling, and wall-wall boundaries. Most recent methods solve this problem based on edge/keypoint detection or semantic segmentation. However, these app…

Keypoint DetectionRoom Layout EstimationSemantic Segmentation

Seg2Reg: Differentiable 2D Segmentation to 1D Regression Rendering for 360 Room Layout Reconstruction

2023-11-30 · CVPR 2024 1 · Cheng Sun, Wei-En Tai, Yu-Lin Shih, Kuan-Wei Chen 외

State-of-the-art single-view 360-degree room layout reconstruction methods formulate the problem as a high-level 1D (per-column) regression task. On the other hand, traditional low-level 2D layout segmentation is simpler…

Benchmarkingregression

PuzzleFusion: Unleashing the Power of Diffusion Models for Spatial Puzzle Solving

2022-11-24 · NeurIPS 2023 11

This paper presents an end-to-end neural architecture based on Diffusion Models for spatial puzzle solving, particularly jigsaw puzzle and room arrangement tasks. In the latter task, for instance, the proposed system "Pu…