paper-with-me

홈 › Papers

Room Classification on Floor Plan Graphs using Graph Neural Networks

2021-08-12 · Abhishek Paudel, Roshan Dhakal, Sakshat Bhattarai

We present our approach to improve room classification task on floor plan maps of buildings by representing floor plans as undirected graphs and leveraging graph neural networks to predict the room categories. Rooms in the floor plans are represented as nodes in the graph with edges representing their adjacency in the map. We experiment with House-GAN dataset that consists of floor plan maps in vector format and train multilayer perceptron and graph neural networks. Our results show that graph neural networks, specifically GraphSAGE and Topology Adaptive GCN were able to achieve accuracy of 80% and 81% respectively outperforming baseline multilayer perceptron by more than 15% margin.

📄 PDF Abstract BibTeX arXiv:2108.05947

Code (1)

abpaudel/floorplan-graph 공식 구현 pytorch

Tasks

Classification

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
GraphSAGE GraphSAGE is a general inductive framework that leverages node feature information (e.g., text attributes) to efficiently generate node embeddings for previously unseen…

Similar Papers 제목 키워드 기반

Graph2Plan: Learning Floorplan Generation from Layout Graphs

2020-04-27 · Ruizhen Hu, Zeyu Huang, Yuhan Tang, Oliver van Kaick 외

We introduce a learning framework for automated floorplan generation which combines generative modeling using deep neural networks and user-in-the-loop designs to enable human users to provide sparse design constraints. …

Graph Neural Network

Extracting real estate values of rental apartment floor plans using graph convolutional networks

2023-03-23 · Atsushi Takizawa

Access graphs that indicate adjacency relationships from the perspective of flow lines of rooms are extracted automatically from a large number of floor plan images of a family-oriented rental apartment complex in Osaka …

Advanced Situational Graphs for Robot Navigation in Structured Indoor Environments

2022-11-16 · Hriday Bavle, Jose Luis Sanchez-Lopez, Muhammad Shaheer, Javier Civera 외

Mobile robots extract information from its environment to understand their current situation to enable intelligent decision making and autonomous task execution. In our previous work, we introduced the concept of Situati…

Decision MakingRobot Navigation

Deep Multi-Modal Image Correspondence Learning

2016-12-05 · Chen Liu, Jiajun Wu, Pushmeet Kohli, Yasutaka Furukawa

Inference of correspondences between images from different modalities is an extremely important perceptual ability that enables humans to understand and recognize cross-modal concepts. In this paper, we consider an insta…

3D Scene Graph Prediction: Generating Hierarchical Models from Partially Observed Environments

2026-07-12 · Siyi H, Jared Strade, Hyungtae Lim, Luca Carlone arxiv

Generating realistic 3D indoor scenes is an area of growing interest in computer vision and robotics. Existing methods, often motivated by applications such as interior design, generally focus on object layout generation…