CVJul 14, 2025

FGSSNet: Feature-Guided Semantic Segmentation of Real World Floorplans

arXiv:2507.10343v1h-index: 9IWAIPR
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific problem in architectural analysis, presenting an incremental improvement for floorplan segmentation.

The paper tackles the problem of wall segmentation in real-world floorplans by introducing FGSSNet, a multi-headed feature-guided architecture that injects domain-specific features into a U-Net backbone, resulting in increased performance compared to a vanilla U-Net.

We introduce FGSSNet, a novel multi-headed feature-guided semantic segmentation (FGSS) architecture designed to improve the generalization ability of wall segmentation on floorplans. FGSSNet features a U-Net segmentation backbone with a multi-headed dedicated feature extractor used to extract domain-specific feature maps which are injected into the latent space of U-Net to guide the segmentation process. This dedicated feature extractor is trained as an encoder-decoder with selected wall patches, representative of the walls present in the input floorplan, to produce a compressed latent representation of wall patches while jointly trained to predict the wall width. In doing so, we expect that the feature extractor encodes texture and width features of wall patches that are useful to guide the wall segmentation process. Our experiments show increased performance by the use of such injected features in comparison to the vanilla U-Net, highlighting the validity of the proposed approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes