$$\rightleftharpoonup{xx}$$
$$\longleftharp{xx}$$,
$$\longrightharp{xx}$$,
Experimental Setup
This study used two standard indoor scene parsing datasets, a large-scale indoor 3D dataset and an RGB-D indoor scene dataset, to evaluate performance and tune the model. The large-scale indoor 3D dataset contains realistically scanned, complex physical-space scenes and high-resolution RGB views, providing high-precision, pixel-by-pixel 3D point-cloud semantic labels and 2D spatial-projection segmentation masks. Its inherently realistic physical-space grid reconstruction data and orthogonal-plane properties establish a geometric-truth comparison criterion for accurately constructing the Manhattan 3D bounding box in the extraction branch. The RGB-D indoor scene dataset contains indoor depth images obscured by furniture and clutter and is used to test the network's global logical reasoning accuracy and robustness to occlusions.
The algorithm uses mIoU to measure the spatial overlap between the predicted and true semantic distributions, while also introducing a structural boundary F1 score to rigorously assess the accuracy of the fit between the predicted mask and the zero-distance physical-structure edges calibrated by the SDF. A fixed pixel-distance error threshold in Euclidean space is set during the calculation to determine whether the edge pixels produced by the network intersect the true physical boundary contours of the buildings. This dual evaluation system constrains classification errors in large-area semantic blocks while strengthening micro-quantitative assessment of the topological reconstruction effect of rigid lines. To maintain consistency between the experimental data configuration and the optimization process, the dataset scale and core training hyperparameters were summarized in Table 2. Table 2 reports one authoritative experimental configuration for the revised manuscript. The large-scale indoor 3D benchmark uses 1201 training scenes and 312 validation scenes, the RGB-D indoor scene benchmark uses 795 training images and 654 testing images, and both benchmarks are trained with a batch size of 8, an initial learning rate of 0.0001, a weight decay coefficient of 0.01, and 300 training epochs.
Comparison with state-of-the-art methods
Before presenting a quantitative comparison table of indoor scene parsing algorithms, this section rigorously defines the test benchmarks used in the multidimensional evaluation system. To reflect the model's classification performance at different granularities, the evaluation system supplements the test system with two additional metrics: global pixel accuracy (PixelAcc) and mean class accuracy (MeanAcc). These metrics together construct a detailed algorithm performance verification system, establishing a rigorous theoretical reference for subsequent quantitative analysis. To evaluate the semantic parsing accuracy and occlusion robustness of the proposed algorithm in complex physical spaces, comparative tests were conducted with existing algorithms on the RGB-D indoor scene validation set. The comparison model library covers foundational mask-attention frameworks, hierarchical vision Transformers, modern pure convolutional segmentation pipelines, unified dense-prediction architectures, and cross-channel attention networks. The benchmark evaluation was expanded to include a transformer-based segmentation baseline, a unified dense-prediction baseline, a unified detection and segmentation baseline, a large-scale vision foundation baseline, a pure convolutional baseline, a mask-attention-based segmentation baseline, a cross-modal feature aggregation baseline, and a progressive feature fusion baseline (see the Table of Materials), using the same RGB-D indoor scene validation set, input resolution, training schedule, and metric protocol. In the proposed architecture, the structure-guided network integrates a shifted-window multi-scale visual backbone, a structure-guided cross-attention module with an SDF, and a superpixel GCN. The expanded comparison covers transformer-based dense prediction, convolution-based dense prediction, mask-attention parsing, cross-modal feature fusion, and progressive feature fusion paradigms, enabling evaluation of the contribution of explicit 3D geometric boundary intervention against broader indoor scene parsing baselines.
Table 3 details the objective evaluation performance of each network on the core quantitative metrics, reporting the mean values and corresponding standard deviations across five independent runs. The expanded baseline comparison evaluates whether the proposed structure-guided reasoning mechanism contributes to accuracy gains beyond standard dense prediction backbones, mask-based segmentation networks, and RGB-D feature fusion networks. Experimental data show that the proposed algorithm achieves stable gains across all four quantitative metrics. Transformer-based dense prediction networks and mask-attention networks retained strong global context modeling ability, yet their Boundary F1 values remained lower in the presence of foreground clutter because the predicted masks lacked explicit physical boundary constraints. Cross-modal and progressive fusion networks improved local semantic continuity, but their feature fusion still relied primarily on appearance and depth responses rather than on a signed-distance structural prior. The proposed structure-guided network achieved a mIoU of 0.687 with a standard deviation of 0.002 and a mean Boundary F1 score of 0.764 with a standard deviation of 0.003. The expanded comparison indicates that the performance gain was not due solely to a larger dense prediction backbone, but rather to the joint use of signed-distance field guidance, structure-aware cross-attention, and graph-based topology reasoning.
To analyze the model's global logical reasoning accuracy under occlusions, we identified and extracted typical scenarios in the validation set that were severely obstructed by furniture and other clutter, and produced visualizations of pixel-level prediction masks.
After the method workflow and graph reasoning process were defined in Figure 1, Figure 2, Figure 3, and Figure 4. Figure 5 illustrates the differences in morphological predictions across models under extreme occlusion conditions. The red rectangles in the qualitative comparison mesh map mark key conflict areas where corners and load-bearing surfaces are occluded. The output mask from the mask-attention-based segmentation baseline shows pronounced edge smoothing and inter-class adhesion. Although the cross-modal feature aggregation baseline and the progressive feature fusion baseline incorporate cross-modal data, their prediction results still exhibit structural class discontinuities and physical boundary distortions. The mask generated by this proposed method exhibits high spatial overlap with the ground-truth labels. Baseline models, constrained by purely pixel-driven principles, are prone to losing their local receptive fields when occluded. The proposed method uses a superpixel GCN to perform message passing in non-Euclidean space, thereby reconstructing the underlying corners and linear spatial skeletons guided by implicit geometric boundaries. This verifies the anti-interference performance of our proposed solution in resolving complex indoor layouts from a visual morphological perspective.
Ablation experiment
To analyze the actual contribution of each independent component in the proposed architecture, this study constructed an expanded modular ablation test on the RGB-D indoor scene validation set. The test baseline was set to a conventional classification network with only the base shifted-window transformer visual backbone. Quantitative evaluation measured the independent contribution of structure-guided cross-attention, signed-distance field bias, adaptive structural weighting, superpixel graph reasoning, coplanar edge construction, symmetric graph normalization, and structural consistency loss. This expanded ablation design separated cumulative module gains from component-removal effects, making the contribution boundary of each design choice clearer.
Table 4 and Figure 6 illustrate the evolution of accuracy under expanded cumulative and removal-based ablation settings. The base shifted-window transformer network lacks three-dimensional physical boundary constraints, resulting in limited feature aggregation in cluttered backgrounds. Adding structure-guided cross-attention increased the mIoU from 0.615 to 0.648 and the Boundary F1 score from 0.630 to 0.685, showing that the signed-distance field prior improved the alignment between visual features and structural contours. Adding superpixel graph reasoning alone increased the mIoU to 0.641 and the Boundary F1 score to 0.676, indicating that node-wise topology reasoning improved semantic consistency over homogeneous physical regions. Adding structural consistency loss alone increased the mIoU to 0.632 and the Boundary F1 score to 0.662, showing that the loss term mainly affected boundary fitting rather than broad contextual aggregation.
Combining cross-attention with graph reasoning increased the mIoU to 0.669 and the Boundary F1 score to 0.721, showing that visual-structural alignment and graph-domain message passing produced complementary effects. Combining cross-attention with structural consistency loss achieved a mIoU of 0.660 and a Boundary F1 score of 0.713, while combining graph reasoning with structural consistency loss achieved a mIoU of 0.653 and a Boundary F1 score of 0.704. These pairwise results indicate that the cross-attention module provided the main geometric alignment signal, the graph reasoning module expanded this signal across coplanar regions, and the structural consistency loss refined the semantic transition boundary during optimization.
Removal-based ablation further clarified the contribution of the internal design choices. Removing the signed-distance field additive bias reduced the mIoU to 0.656 and the Boundary F1 score to 0.698, confirming that the structural affinity matrix was central to suppressing cross-boundary feature diffusion. Removing the adaptive structural weighting coefficient λ reduced the mIoU to 0.671 and the Boundary F1 score to 0.736, indicating that a fixed structural constraint weakened the model response in non-Manhattan and visually degraded regions. Removing the coplanar edge constraint reduced the mIoU to 0.666 and the Boundary F1 score to 0.728, showing that graph edges based only on local adjacency failed to preserve physical plane consistency. Removing symmetric graph normalization reduced the mIoU to 0.673 and the Boundary F1 score to 0.737, indicating that degree-balanced propagation was necessary for stable node aggregation. The full proposed structure-guided network achieved a mIoU of 0.687 and a Boundary F1 score of 0.764, demonstrating that the final gain resulted from the coordinated interaction among structural attention, graph reasoning, and boundary-aware optimization.
Analysis of computational complexity, training time, and inference efficiency
To assess the computational cost of SDF extraction, structure-guided cross-attention, and superpixel graph convolutional reasoning, this study evaluated the parameter scale, floating-point operations, peak memory usage, training time, single-frame inference latency, frame rate, and mIoU on the same computing platform. Floating-point operations were calculated under a 512 × 512 input resolution. Inference latency was measured with a batch size of 1 after model warm-up, while the reported frame rate was calculated from the average single-image latency. Training time was measured under the same 300-epoch schedule, batch size of 8, optimizer settings, and data preprocessing pipeline.
Table 5 details the relationship among model scale, training cost, inference efficiency, and parsing accuracy for each network architecture. The mIoU and Boundary F1 columns in Table 5 use the same overall validation-set values as Table 3 for each corresponding model. These two accuracy columns are repeated in Table 5 solely to compare parsing accuracy against computational cost. The increase in trainable parameters was mainly due to the query-key-value projection layers in the structure-guided cross-attention module and the weight matrices of the three graph convolutional layers. The non-trainable cost was primarily incurred by SDF generation, superpixel partitioning, and graph adjacency construction. Since these non-trainable operations were executed once for each input image, they increased inference latency but did not substantially increase the number of trainable parameters. This separation explains why the proposed method showed a moderate increase in parameters but a more pronounced increase in latency. The complexity results show that the mask-attention-based segmentation baseline retained a smaller parameter count and shorter inference latency, but its Boundary F1 score and mIoU were limited under severe occlusion due to the network's lack of explicit geometric boundary guidance. The cross-modal feature aggregation baseline required more floating-point operations and longer training time because cross-modal aggregation introduced additional feature-alignment overhead. The progressive feature fusion baseline maintained moderate computational cost, but its prediction accuracy remained lower than that of the proposed method under boundary distortion. The proposed structure-guided network incurs additional computational cost due to SDF construction, structural cross-attention projection, superpixel graph construction, and graph convolution propagation. The full model used 66.8 million parameters, 121.4 billion floating-point operations, 15.6 hours of training time, 7.9 GB of peak memory, 61 ms of single-frame inference time, and 16.4 frames per second. Although the inference latency was higher than that of the pure mask-attention baseline, the model achieved a mIoU of 0.687 and a Boundary F1 score of 0.764, indicating that the added cost primarily supported structural boundary repair and topology-aware semantic consistency.
To visually represent the two-dimensional spatial balance between the computational scale and the model's analytical accuracy, a bubble distribution diagram showing the number of floating-point operations and the algorithm's mIoU was created. The revised visualization also reported training time and inference latency in the figure annotation area, enabling comparison of accuracy gains and computational costs from both training and deployment perspectives. The horizontal axis retained floating-point operations, the vertical axis retained mIoU, bubble size represented trainable parameter quantity, and the attached label reported inference time for each method.
Figure 7 reveals the relationship among floating-point operations, parameter scale, inference latency, and parsing accuracy. The proposed method achieves a higher mIoU than the comparison networks, while its FLOPs and parameter count remain close to those of the cross-modal and progressive fusion baselines. The single-frame latency of 61 ms indicates that the added SDF and graph-reasoning branches introduced deployment overhead, yet the latency remained within the real-time range required for many indoor scene interpretation tasks. The training time increased to 15.6 hours because structural prior extraction, attention projection, and graph reasoning were executed during each training epoch. This result shows that the computational cost of the proposed method is mainly concentrated in boundary-aware structural reasoning rather than uncontrolled parameter expansion.
Specific comparison of structural consistency loss and spatial distance loss
The inverse transformation network loss for quantizing boundary spatial transformation distance utilizes homomorphic transformation parameters to capture boundary offsets, demonstrating that pure spatial distance metrics outperform traditional cross-entropy losses based on pixel label changes. Building upon this theoretical consensus, parallel validation experiments are conducted using boundary-constraint schemes to assess the comparative performance of the Manhattan-bounding-box-based custom Structural Consistency Loss (SCL) with respect to scene adaptability. The experiments maintain the analytical architecture of fusing a multi-scale visual backbone with a graph inference network, while simply replacing the boundary loss term during backpropagation. Four parallel validation networks are configured: a network using only the basic classification cross-entropy loss lacks high-dimensional geometric constraints; a network with added standard boundary binary cross-entropy (BCE) loss performs conventional edge binary classification supervision; a network with added spatial boundary distance loss focuses on capturing local deformations; and a network applying the proposed SCL imposes orthogonal topological penalties based on the SDF. Quantization metrics on the RGB-D indoor scene validation set are limited to the mIoU and the structural boundary F1 score.
Table 6 details the degree of intervention of different backpropagation optimization strategies on the underlying spatial logic cognition. The cross-entropy-only entry in Table 6 denotes the proposed ours architecture trained solely with pixel-level cross-entropy loss, while keeping the visual backbone, signed-distance field branch, structure-guided cross-attention module, and superpixel graph reasoning branch unchanged. This entry is not a Mask2Former baseline and should not be compared with the overall Mask2Former value in Table 3, as it uses the same model. Networks relying solely on basic cross-entropy loss achieve the lowest boundary fit score. Networks with an additional standard boundary binary cross-entropy loss achieve a slight gain, but this mechanism still causes edge blurring under large-scale occlusion. Spatial boundary distance loss improves the score through a spatial transformation perception mechanism, effectively correcting some distorted edges. The structural consistency loss proposed in this paper directly leverages the real SDF to impose gradient penalties on anomalous semantic mutations within the physical load-bearing surface, achieving the highest F1 score on the structural boundary.
To visually compare the driving effects of different loss function configurations on mask prediction accuracy and boundary fit, we plotted grouped bar charts across different optimization strategies.
Figure 8 illustrates the stepwise performance improvement resulting from upgrading the spatial-perception dimension of the loss function. The bar chart representing the F1 score of the structural boundary shows a significant upward trend. Experimental data show that this customized penalty mechanism forces the predicted category's spatial jump location to precisely coincide with the orthogonal physical contour. The distance-field penalty mechanism, customized for indoor orthogonal priors, achieves higher accuracy than the general spatial boundary-capture loss, thereby establishing an effective optimization path for addressing complex building faults.
Robustness testing of extreme occlusion distribution, anomalous structures, and challenging illumination conditions
Complex spatial relationships among objects and mutual occlusion negatively affect global 3D spatial cognition. The joint prediction architecture highlights the supporting role of scene layout constraints in extracting the underlying mask. Examining the algorithm's anti-interference limits under large-area visual signal loss and anomalous spatial layouts that violate the 3D orthogonal physical assumption clearly defines the algorithm's effective application boundary and has core, demonstrable value. Based on the proportion of large-scale furniture masked in the ground-truth labels, the RGB-D indoor scene test set is subdivided into three progressively more difficult subsets: mild, moderate, and severe occlusion. Simultaneously, non-Manhattan-typical scenes with sloping ceilings or curved walls are manually extracted to construct anomaly boundary test sets, and scenes featuring extremely low-light conditions, overexposure, and large-area glossy or transparent glass surfaces are categorized into challenging illumination and texture subsets. The comparison model library includes a mask-attention-based segmentation baseline; a general segmentation architecture based on mask attention to capture global context; a cross-modal feature aggregation baseline employing a comprehensive cross-modal aggregation strategy; and a progressive feature fusion baseline integrating a multi-stage progressive feature extraction mechanism. Each comparison baseline, the fusion visual backbone, and the graph inference network parsing architecture constructed in this paper are independently evaluated on the above subsets, and the accuracy decay gradient of each model is statistically analyzed.
Table 7 reports subset-specific robustness metrics under mild, moderate, and severe occlusion, challenging illumination, texture interference, and non-Manhattan anomaly conditions. Table 7 details the changes in mask prediction accuracy of different models under spatial interference. Table 7 reports subset-specific mIoU values for different models under spatial interference conditions, calculated only within the corresponding occlusion, illumination, texture, or non-Manhattan subset, rather than on the overall RGB-D indoor scene validation set. In the mild and moderate occlusion subsets, all models maintain a baseline accuracy. With increasing occlusion area, the baseline models relying on pixel-driven rules show a decrease in the intersection-union ratio (IU) on the heavily occluded subset. The mask-attention-based segmentation baseline and the cross-modal feature aggregation baseline suffer significant accuracy losses on this subset. The multi-stage progressive feature-extraction architecture of the progressive feature-fusion baseline exhibits a severe performance decline. The proposed solution relies on explicit 3D skeleton features to force alignment of damaged visual signals, maintaining a stable mask output shape on the heavily occluded subset and demonstrating topological stability of the semantic mask output. In the challenging illumination and texture subsets, the line segment detector misses structural edges in regions with strong reflections and transparent glass, leading to localized discontinuities in the SDF. The erroneous geometric coordinates propagate through the structural affinity matrix and the structural consistency loss, thereby applying anomalous gradient penalties to the semantic features and causing corresponding deviations in boundary predictions. The GCN's global spatial context reasoning mechanism supplements missing geometric priors with adjacent structural affinities, maintaining overall parsing accuracy within an acceptable decay range and revealing the boundary of the algorithm's visual perception capabilities under complex physical interference. In the non-Manhattan anomaly subset, the SDF prior at the bottom layer of this model introduces a slight mapping bias, resulting in slightly lower performance than the progressive feature fusion baseline. The adaptive structural weighting coefficient in the cross-attention module dynamically assesses the consistency of the underlying physical structure's gradients. In scenes with curved walls or sloping ceilings, this coefficient automatically reduces the SDF's constraint weight, encouraging the network to rely on the superpixel graph network's local feature node aggregation mechanism to maintain semantic coherence in homogeneous regions, thereby establishing an effective geometric compensation mechanism for non-Manhattan spatial layouts.
To visually demonstrate the negative impact of occlusion severity on resolution accuracy, we plotted line graphs showing the decay in accuracy across different algorithm models.
Figure 9 visually reveals the differences in robustness among different feature extraction paradigms under extreme physical environments. The three dashed lines representing the baseline models all exhibit a significant downward trend at heavily occluded nodes, reflecting the limitations of conventional receptive fields in feature extraction under large-scale signal loss. The solid line representing the proposed method maintains a relatively gentle decay trajectory. Experimental data show that the coupling between explicit 3D architectural priors and graph-based inference mechanisms provides structural support for occlusion-resistant scene parsing tasks and improves model generalization performance in complex environments.
Spatial sensitivity analysis of topology graph node partitioning
The dimensionality-reduction sampling-rate parameter of the coordinate-space graph convolution module directly controls the quality of the receptive field and the computational burden of the graph network. In line with the theoretical framework of this paper, this study investigates how the number of discrete graph nodes produced by simple linear iterative clustering affects the performance of non-Euclidean topological inference, aiming to provide rigorous support for hyperparameter selection. Experiments were conducted to adjust the initialization control parameters of the clustering algorithm, forcibly intervening in the dynamic dimensionality reduction of the feature space, setting the number of superpixel graph node partitions to 64, 128, 256, 512, and 1024. Under a strictly aligned test benchmark, the average intersection-over-union (IoU) ratio, structural boundary F1 score, and average inference time per high-resolution image were recorded simultaneously across different topological node sizes.
Table 8 details the relationship between the degree of dynamic dimensionality reduction in the feature space and both analytical accuracy and computational cost. Setting the number of nodes too low leads to under-segmentation of image features, causing the semantic attributes of small objects to merge with large-scale wall features, thereby decreasing various accuracy metrics. As the node partitioning scale increases, the model's sensitivity to local spatial details improves significantly. Increasing the number of nodes to 512 and 1024 results in fragmentation of homogeneous regions, weakens the smoothing effect on macroscopic features in graph neural networks, increases the dimensionality of the node relationship matrix, and increases inference time. A parameter configuration with a fixed number of nodes of 256 leads to the highest values for the intersection-union ratio and boundary score.
To visually represent the trade-off between accuracy and computational power in non-Euclidean topological inference, a biaxial statistical graph showing node-size sensitivity was plotted.
Figure 10 illustrates the underlying logic by which the number of discrete graph nodes affects the evolution of network features. The background bar representing computation time shows a steep increase after the number of nodes exceeds the 256 threshold. The double line representing accuracy peaks at 256 on the horizontal axis, then declines reasonably due to fragmentation effects. The objective quantitative data and the visual evolution trend are highly consistent, demonstrating that maintaining the computation graph size at 256 nodes strikes a balance between hardware processing and logical reasoning under the current fixed-parameter configuration. The severe performance degradation caused by deviating from this node count reveals the high sensitivity of the fixed superpixel segmentation strategy to hyperparameter tuning and underscores the need to develop a dynamic node selection mechanism.
DATA AVAILABILITY:
The raw benchmark data analyzed in this study are publicly available from the official repositories listed in the Table of Materials. The large-scale indoor 3D benchmark was accessed as the official ScanNet v2 release, with the dataset release identifier ScanNet v2. The RGB-D indoor scene benchmark was accessed via the official NYU Depth Dataset V2 release, with release identifier NYU Depth Dataset V2. The descriptive publication DOI for the large-scale indoor 3D benchmark is 10.1109/CVPR.2017.261, and the descriptive publication DOI for the RGB-D indoor scene benchmark is 10.1007/978-3-642-33715-4_54. No new raw images or RGB-D datasets were generated in this study. The processed split files, training configuration files, raw evaluation logs, numerical source files supporting Table 2, Table 3, Table 4, Table 5, Table 6, Table 7, and Table 8, and Figure 5, Figure 6, Figure 7, Figure 8, Figure 9 and Figure 10, trained model weights, and source code have been deposited in figshare under DOI: 10.6084/m9.figshare.32906765. The figshare record provides the complete raw result data required to reproduce the quantitative tables and figures reported in this manuscript. The repository contains the prediction masks, boundary evaluation files, metric calculation scripts, model checkpoints, and table source files used for the reported mIoU, Boundary F1, PixelAcc, MeanAcc, computational complexity, robustness, loss-function validation, and node-partition sensitivity analyses.

Figure 1: Comparison of semantic discontinuity and structural prior repair effects in complex indoor occlusion scenarios. (A) Original RGB image with large-scale furniture occlusion. (B) Output of the traditional baseline model highlighting physical boundary distortion and semantic discontinuity defects. (C) Output of the proposed method with a cyan dashed-line perspective overlay that explicitly maps the 3D building skeleton for topological repair of damaged features of the underlying structure. Please click here to view a larger version of this figure.

Figure 2: Overall semantic parsing framework guided by building structural priors. The diagram outlines the complete pipeline starting from the RGB image input, through the shifted-window visual feature extraction branch and the structure prior extraction branch, into the structure-guided cross-attention module, followed by topology reasoning via the superpixel GCN, and finally decoding into the dense semantic map. Detailed layouts of the attention affinity matrix calculation, graph message passing, and the joint optimization loss functions are presented on the right. Please click here to view a larger version of this figure.

Figure 3: Flowchart of affinity matrix and topological connectivity construction. The chart details the step-by-step mathematical mapping pipeline, showing the transformation from the input distance field map and selected pixel pairs, through continuous geometric potential feature extraction and gradient-consistency evaluation, to the normalized affinity matrix used as an explicit spatial bias for the cross-attention mechanism. Please click here to view a larger version of this figure.

Figure 4: Schematic diagram of superpixel graph convolution node projection and feature aggregation. The panel details the non-Euclidean topological reasoning process: (A) dense pixel features showing the original local feature matrix and superpixel clustering boundaries; (B) superpixel graph topology construction mapping the regular grid to discrete nodes and physically connected edges; (C) graph convolutional message passing performing directional aggregation of local features; and (D) coordinate back-projection presenting the restored macroscopic semantic consistency features on the dense grid. Please click here to view a larger version of this figure.

Figure 5: Qualitative comparison grid diagram. The matrix provides a visual performance evaluation across different row-wise indoor scenes, comparing the original indoor RGB inputs and ground-truth layouts against the outputs of the mask-attention-based segmentation baseline, the cross-modal feature aggregation baseline, the progressive feature fusion baseline, and the proposed method, which successfully restores occluded corners and aligns load-bearing surfaces. Please click here to view a larger version of this figure.

Figure 6: Ablation results for cumulative module integration. The dual-axis chart demonstrates the step-by-step performance evolution across different modular ablation settings, plotting the steady upward trajectory of the mean intersection over union (mIoU) as bars and the structural boundary F1 score as a line graph from the baseline backbone to the full framework. Please click here to view a larger version of this figure.

Figure 7: Computational complexity, training time, and inference efficiency distribution. The multidimensional bubble chart reveals the trade-offs between computational overhead and parsing accuracy. The horizontal axis measures floating-point operations (FLOPs), the vertical axis indicates mIoU, the bubble size represents the scale of trainable parameters, and the adjacent text labels report the single-frame inference latency for each network architecture. Please click here to view a larger version of this figure.

Figure 8: Histogram of boundary accuracy and metric scores under different loss function configurations. The grouped bar chart compares the driving effects of various optimization strategies on underlying spatial logic, illustrating the significant gains in mIoU and structural boundary F1 score achieved by upgrading from standard cross-entropy formulations to the proposed structural consistency loss. Please click here to view a larger version of this figure.

Figure 9: Line graph showing the relationship between occlusion severity and performance decay. The curve tracks the degradation in accuracy across different feature-extraction paradigms under mild, moderate, and severe occlusion levels, highlighting the robust topological stability and anti-interference capability of the proposed structure-guided framework compared with purely pixel-driven baselines. Please click here to view a larger version of this figure.

Figure 10: Sensitivity analysis of superpixel node scale. The biaxial statistical graph illustrates the trade-off between hardware processing speed and logical reasoning accuracy across different graph partition sizes, showing how the number of superpixel nodes affects accuracy metrics and leads to a steep increase in average inference time. Please click here to view a larger version of this figure.
| Network layer numbering | Input node feature dimension | Output node feature dimension | Random inactivation probability setting |
| 1 | 512 | 256 | 0.15 |
| 2 | 256 | 256 | 0.15 |
| 3 | 256 | 128 | 0.1 |
| 4 | 128 | 64 | 0.05 |
Table 1: Hyperparameter Configuration Table of Network Architecture for Convolutional Inference Module. The table reports the network-layer numbering, input-node feature dimensions, output-node feature dimensions, and random inactivation probability settings used in the graph reasoning network.
| Configuration item | Large-scale indoor 3D benchmark | RGB-D indoor scene benchmark |
| Official release identifier | ScanNet v2 | NYU Depth Dataset V2 |
| Training samples used in this study | 1201 scenes | 795 images |
| Validation or testing samples used for evaluation | 312 validation scenes | 654 testing images |
| Total semantic categories | 20 | 40 |
| Input image resolution | 512 × 512 | 512 × 512 |
| Initial learning rate | 0.0001 | 0.0001 |
| Batch input sample count | 8 | 8 |
| Weight decay coefficient | 0.01 | 0.01 |
| Total training epochs | 300 | 300 |
| Number of independent runs | 5 | 5 |
Table 2: Experimental Dataset Split and Unified Training Hyperparameter Configuration. The table reports large-scale indoor 3D dataset and RGB-D indoor scene dataset sample partitioning settings, semantic category counts, learning rate settings, batch input sample counts, weight decay rate, and total training iteration count.
| Network model architecture | mIoU | Boundary F1 | PixelAcc | MeanAcc |
| SegFormer | 0.596 ± 0.003 | 0.635 ± 0.004 | 0.838 ± 0.003 | 0.704 ± 0.004 |
| ConvNeXt UperNet | 0.604 ± 0.003 | 0.642 ± 0.004 | 0.846 ± 0.003 | 0.713 ± 0.004 |
| Mask2Former | 0.612 ± 0.003 | 0.654 ± 0.004 | 0.853 ± 0.003 | 0.721 ± 0.004 |
| OneFormer | 0.621 ± 0.002 | 0.663 ± 0.003 | 0.861 ± 0.003 | 0.733 ± 0.003 |
| MaskDINO | 0.628 ± 0.002 | 0.667 ± 0.003 | 0.869 ± 0.003 | 0.741 ± 0.003 |
| CCANet | 0.635 ± 0.003 | 0.671 ± 0.004 | 0.876 ± 0.003 | 0.745 ± 0.004 |
| InternImage UperNet | 0.641 ± 0.002 | 0.692 ± 0.003 | 0.884 ± 0.002 | 0.756 ± 0.003 |
| CMPFFNet | 0.658 ± 0.002 | 0.712 ± 0.003 | 0.891 ± 0.002 | 0.773 ± 0.003 |
| SGCA_GCN | 0.687 ± 0.002 | 0.764 ± 0.003 | 0.924 ± 0.002 | 0.816 ± 0.003 |
Table 3: Overall quantitative comparison of indoor scene parsing baselines on the RGB-D indoor scene validation set. The table reports mIoU, Boundary F1 score, global pixel accuracy, and mean class accuracy for the mask-attention-based segmentation baseline, cross-modal feature aggregation baseline, progressive feature fusion baseline, and the proposed structure-guided network architecture.
| Network architecture configuration | mIoU | Boundary F1 | PixelAcc | MeanAcc |
| Base shifted-window backbone | 0.615 ± 0.003 | 0.630 ± 0.004 | 0.842±0.003 | 0.706 ± 0.004 |
| Backbone plus structure-guided cross-attention | 0.648 ± 0.003 | 0.685 ± 0.004 | 0.874 ± 0.003 | 0.748 ± 0.004 |
| Backbone plus superpixel graph reasoning | 0.641 ± 0.003 | 0.676 ± 0.004 | 0.868 ± 0.003 | 0.741 ± 0.004 |
| Backbone plus structural consistency loss | 0.632 ± 0.003 | 0.662 ± 0.004 | 0.859 ± 0.003 | 0.732 ± 0.004 |
| Backbone plus cross-attention and graph reasoning | 0.669 ± 0.002 | 0.721 ± 0.003 | 0.897 ± 0.002 | 0.782 ± 0.003 |
| Backbone plus cross-attention and structural consistency loss | 0.660 ± 0.002 | 0.713 ± 0.003 | 0.889 ± 0.002 | 0.773 ± 0.003 |
| Backbone plus graph reasoning and structural consistency loss | 0.653 ± 0.003 | 0.704 ± 0.003 | 0.881 ± 0.003 | 0.765 ± 0.003 |
| Full model without signed-distance field additive bias | 0.656 ± 0.003 | 0.698 ± 0.004 | 0.884 ± 0.003 | 0.761 ± 0.004 |
| Full model without adaptive structural weighting λ | 0.671 ± 0.002 | 0.736 ± 0.003 | 0.904 ± 0.002 | 0.792 ± 0.003 |
| Full model without coplanar edge constraint | 0.666 ± 0.002 | 0.728 ± 0.003 | 0.899 ± 0.002 | 0.786 ± 0.003 |
| Full model without symmetric graph normalization | 0.673 ± 0.002 | 0.737 ± 0.003 | 0.906 ± 0.002 | 0.795 ± 0.003 |
| Full SGCA_GCN | 0.687 ± 0.002 | 0.764 ± 0.003 | 0.924 ± 0.002 | 0.816 ± 0.003 |
Table 4: Expanded quantitative ablation analysis of core components. The table reports cumulative module integration, pairwise module combinations, and component-removal settings to quantify the independent and cooperative contributions of structure-guided cross-attention, signed-distance field bias, adaptive structural weighting, superpixel graph reasoning, coplanar edge construction, symmetric graph normalization, and structural consistency loss.
| Network model architecture | Parameters | FLOPs | Peak memory | Training time | Inference time | FPS | mIoU | Boundary F1 |
| SegFormer | 83.7 M | 80.1 G | 6.1 GB | 10.6 h | 44 ms | 22.7 | 0.596 | 0.635 |
| ConvNeXt UperNet | 60.2 M | 91.5 G | 6.4 GB | 11.2 h | 47 ms | 21.3 | 0.604 | 0.642 |
| Mask2Former | 44.0 M | 74.6 G | 5.8 GB | 9.4 h | 41 ms | 24.4 | 0.612 | 0.654 |
| OneFormer | 64.1 M | 103.2 G | 7.0 GB | 12.9 h | 55 ms | 18.2 | 0.621 | 0.663 |
| MaskDINO | 52.8 M | 96.8 G | 6.8 GB | 12.1 h | 52 ms | 19.2 | 0.628 | 0.667 |
| CCANet | 63.5 M | 118.7 G | 7.6 GB | 14.8 h | 67 ms | 14.9 | 0.635 | 0.671 |
| InternImage UperNet | 70.4 M | 112.3 G | 7.4 GB | 14.2 h | 64 ms | 15.6 | 0.641 | 0.692 |
| CMPFFNet | 58.9 M | 104.6 G | 7.1 GB | 13.1 h | 59 ms | 16.9 | 0.658 | 0.712 |
| SGCA_GCN | 66.8 M | 121.4 G | 7.9 GB | 15.6 h | 61 ms | 16.4 | 0.687 | 0.764 |
Table 5: Computational complexity, training time, and inference efficiency comparison with overall validation-set accuracy. The table reports trainable parameters, floating-point operations, peak memory usage, training time for 300 epochs, single-frame inference latency, frames per second, mIoU, and Boundary F1 score for the proposed method and comparison networks.
| Loss Function Configuration | mIoU | Boundary F1 |
| Cross-Entropy (CE) Only | 0.669 | 0.721 |
| CE + Boundary BCE | 0.674 | 0.738 |
| CE + InverseForm Loss | 0.681 | 0.752 |
| CE + Ours SCL | 0.687 | 0.764 |
Table 6: Quantitative comparison of loss-function validation. The table reports the mIoU and Boundary F1 score under cross-entropy loss, boundary binary cross-entropy loss, inverse transformation loss, and the proposed structural consistency loss.
| Algorithmic model architecture | Mild occlusion | Moderate occlusion | Severe occlusion | Nonmanhattan set of anomalies | Texture-interference subset |
| (mIoU) | (mIoU) | (mIoU) | (mIoU) | (mIoU) |
| Mask2Former | 0.685 | 0.612 | 0.421 | 0.584 | 0.553 |
| CCANet | 0.698 | 0.635 | 0.463 | 0.612 | 0.566 |
| CMPFFNet | 0.715 | 0.658 | 0.512 | 0.635 | 0.602 |
| SGCA_GCN | 0.732 | 0.687 | 0.645 | 0.628 | 0.649 |
Table 7: Subset-specific robustness analysis of extreme occlusion distribution and non-Manhattan structures. The table reports changes in parsing accuracy across the mild-occlusion, moderate-occlusion, severe-occlusion, challenging-illumination, texture-interference, and non-Manhattan-anomaly subsets.
| Number of superscale nodes | mIoU | BoundaryF1 | Average inference time (ms) |
| 64 | 0.641 | 0.695 | 45 |
| 128 | 0.665 | 0.732 | 52 |
| 256 | 0.687 | 0.764 | 61 |
| 512 | 0.678 | 0.751 | 95 |
| 1024 | 0.662 | 0.735 | 185 |
Table 8: Spatial Sensitivity Analysis of Node Partition Scale in Topology Graph. The table reports the mIoU, the structural boundary F1 score, and the average inference time across different superpixel node-partition settings.