$$\rightleftharpoonup{xx}$$
$$\longleftharp{xx}$$,
$$\longrightharp{xx}$$,
Expected outcomes and interpretation
When this protocol is implemented correctly, the trained MVM-UNet model is expected to produce stable segmentation performance across repeated runs, with only small variations among different random seeds for most evaluation metrics. For ISIC 2017 and ISIC 2018, successful outcomes are reflected by high DSC, mIoU, Acc, Sen, and Spe values, together with predicted lesion masks that closely follow the ground-truth lesion boundaries (Figures 6 and 7). For Synapse, successful outcomes are reflected by high average DSC values and low HD95 values across the foreground organs (Figure 8). During protocol execution, quantitative metrics should be interpreted together with the corresponding qualitative segmentation results. A model that achieves a high DSC but exhibits boundary leakage, omission of small structures, or fragmented predictions should be considered only partially successful, and the preprocessing procedure, checkpoint selection, and inference settings should be verified.

Figure 6. Representative qualitative segmentation results on the ISIC 2017 dataset. Representative qualitative segmentation results obtained on the International Skin Imaging Collaboration (ISIC) 2017 skin lesion segmentation dataset. Each example shows the original dermoscopic image (Image), the corresponding ground-truth segmentation mask (GT), and the prediction generated by MVM-UNet (Pred). Representative test cases illustrate segmentation performance for lesions of varying size, morphology, and boundary complexity. Please click here to view a larger version of this figure.

Figure 7. Representative qualitative segmentation results on the ISIC 2018 dataset. Representative qualitative segmentation results obtained on the International Skin Imaging Collaboration (ISIC) 2018 skin lesion segmentation dataset. Each example shows the original dermoscopic image (Image), the corresponding ground-truth segmentation mask (GT), and the prediction generated by MVM-UNet (Pred). Representative test cases demonstrate segmentation performance across diverse lesion appearances and boundary characteristics. Please click here to view a larger version of this figure.

Figure 8. Representative qualitative segmentation results on the Synapse multiorgan computed tomography dataset. Representative qualitative multiorgan segmentation results obtained on the Synapse Multi-Atlas Labeling Beyond the Cranial Vault dataset. Each example shows the original computed tomography image (Image), the corresponding ground-truth organ annotations (GT), and the prediction generated by MVM-UNet (Pred). Representative examples illustrate agreement between predicted and reference segmentations across multiple abdominal organs. Please click here to view a larger version of this figure.
Performance on ISIC 2017
To evaluate the reproducibility of MVM-UNet, all main comparison experiments were repeated using three independent random seeds (1, 52, and 100), and the results are reported as mean ± SD. Statistical significance was evaluated using the Wilcoxon signed-rank test based on paired per-image results for ISIC 2017 and ISIC 2018 and paired per-case results for Synapse. The statistical analysis was performed using paired metric values rather than seed-level averages. For fair comparison, results reported as mean ± SD were reproduced using the official implementations under the same dataset partitions, input resolutions, and evaluation metrics whenever possible, whereas single-value results were retained from the corresponding original publications.
MVM-UNet was evaluated on the ISIC 2017 skin lesion segmentation dataset and compared with representative segmentation methods, including UNet8,21, TransUNet23, H-vmunet28, MISSFormer30, MaLUNet31, VM-UNet32, UNeXt-S33, HResFormer34, MedScale-Former35, MCAFT36, and H2Former12 (Table 1). MVM-UNet achieved an mIoU of 80.94 ± 1.01%, a DSC of 91.32% ± 0.68%, an accuracy of 96.58% ± 0.27%, a specificity of 98.31% ± 0.23%, and a sensitivity of 91.65% ± 0.77% across three independent runs. Compared with the evaluated methods, MVM-UNet achieved the highest mIoU, DSC, and sensitivity. Representative qualitative segmentation results are shown in Figure 6, where the predicted masks closely follow the ground-truth lesion boundaries across representative test images.
| Model | Ref. | mIoU (%) | DSC (%) | Acc (%) | Spe (%) | Sen (%) |
| UNet | 8 | 76.98 | 86.99 | 95.65 | 97.43 | 86.82 |
| TransUNet | 23 | 75.32 | 81.23 | 91.45 | 95.77 | 82.63 |
| MaLUNet | 31 | 78.78 | 88.13 | 96.18 | 98.47 | 84.78 |
| VM-UNet | 32 | 80.23 | 89.03 | 96.29 | 97.58 | 89.90 |
| UNeXt-S | 33 | 78.26 | 87.80 | 95.95 | 97.74 | 87.04 |
| HResFormer | 34 | 79.89 ± 1.05 | 88.82 ± 0.65 | 96.25 ± 0.24 | 97.73 ± 0.22 | 87.72 ± 0.79 |
| H-vmunet | 28 | 80.34 ± 1.02 | 90.68 ± 0.55 | 96.42 ± 0.18 | 98.23 ± 0.32 | 88.97 ± 0.88 |
| MISSFormer | 30 | 80.16 ± 0.78 | 89.27 ± 0.61 | 94.36 ± 0.28 | 97.52 ± 0.38 | 87.71 ± 0.69 |
| H2Former | 12 | 80.35 ± 0.95 | 88.56 ± 0.72 | 96.61 ± 0.19 | 98.15 ± 0.14 | 88.21 ± 0.81 |
| MedScale-Former | 35 | 80.31 ± 0.82 | 89.11 ± 0.59 | 95.68 ± 0.33 | 98.24 ± 0.21 | 89.96 ± 0.92 |
| MCAFT | 36 | 80.59 ± 0.93 | 89.27 ± 0.63 | 96.42 ± 0.20 | 97.95 ± 0.17 | 90.05 ± 0.84 |
| MVM-UNet (Ours) | — | 80.94 ± 1.01 | 91.32 ± 0.68 | 96.58 ± 0.27 | 98.31 ± 0.23 | 91.65 ± 0.77 |
Table 1: Performance comparison on the ISIC 2017 skin lesion segmentation dataset. Comparison of MVM-UNet with representative convolutional neural network (CNN)-, Transformer-, and state-space model (SSM)-based segmentation methods using mean Intersection over Union (mIoU), Dice Similarity Coefficient (DSC), accuracy (Acc.), specificity (Spe.), and sensitivity (Sen.). Results for MVM-UNet are reported as mean ± standard deviation from three independent random-seed experiments. Results reported as single values were reproduced from the corresponding original publications.
The qualitative examples further demonstrate that MVM-UNet accurately segmented both small lesions and larger lesions with irregular boundaries. In these representative examples, the predicted masks closely matched the corresponding ground-truth annotations and preserved lesion boundaries with minimal leakage or fragmentation.
To further evaluate whether the observed improvements were statistically significant, Wilcoxon signed-rank tests were performed using paired per-image segmentation results. For the mIoU metric, MVM-UNet showed a statistically significant improvement over MCAFT, with a p-value of 0.0114. For the DSC metric, MVM-UNet also significantly outperformed H-vmunet, with a p-value of 0.0031. These results support that the observed improvements on ISIC 2017 were unlikely to be attributable to random variation.
Overall, MVM-UNet achieved the highest performance among the compared methods for mIoU, DSC, and sensitivity on the ISIC 2017 dataset (Table 1). The qualitative segmentation examples shown in Figure 6 are consistent with these quantitative findings.
Performance on ISIC 2018
MVM-UNet was further evaluated on the ISIC 2018 skin lesion segmentation dataset and compared with representative segmentation methods, including UNet8,21, UNet++9, UTNetV237, SANet38, MaLUNet31, VM-UNet32, H-vmunet28, MISSFormer30, H2Former12, HResFormer34, MedScale-Former35, and MCAFT36 (Table 2). MVM-UNet achieved an mIoU of 82.47% ± 1.28%, a DSC of 90.65% ± 0.94%, an accuracy of 96.02% ± 0.36%, a specificity of 97.06% ± 0.31%, and a sensitivity of 91.80% ± 0.82% across three independent runs. These results demonstrate that the performance of MVM-UNet remained consistent across different random seeds. Representative qualitative segmentation results are shown in Figure 7.
| Model | Ref. | mIoU (%) | DSC (%) | Acc (%) | Spe (%) | Sen (%) |
| UNet | 8 | 77.86 | 87.55 | 94.05 | 96.69 | 85.86 |
| UNet++ | 9 | 78.31 | 87.83 | 94.02 | 95.75 | 88.65 |
| UTNetV2 | 37 | 78.97 | 88.25 | 94.32 | 96.48 | 87.60 |
| SANet | 38 | 79.52 | 88.59 | 94.39 | 95.97 | 89.46 |
| MaLUNet | 31 | 80.25 | 89.04 | 94.62 | 96.19 | 89.74 |
| VM-UNet | 32 | 81.35 | 89.71 | 94.91 | 96.13 | 91.12 |
| H-vmunet | 28 | 81.93 ± 1.45 | 90.46 ± 0.62 | 95.19 ± 0.30 | 96.82 ± 0.21 | 88.37 ± 1.13 |
| MISSFormer | 30 | 80.27 ± 1.21 | 89.91 ± 0.46 | 94.76 ± 0.27 | 97.22 ± 0.15 | 90.84 ± 1.07 |
| H2Former | 12 | 80.40 ± 0.83 | 90.26 ± 0.73 | 94.89 ± 0.38 | 96.98 ± 0.25 | 91.57 ± 0.54 |
| HResFormer | 34 | 81.12 ± 1.18 | 88.86 ± 0.84 | 94.96 ± 0.33 | 96.43 ± 0.22 | 91.86 ± 1.01 |
| MedScale-Former | 35 | 80.97 ± 0.74 | 90.47 ± 0.68 | 95.02 ± 0.41 | 95.89 ± 0.26 | 90.65 ± 0.92 |
| MCAFT | 36 | 81.46 ± 1.03 | 89.06 ± 0.76 | 95.23 ± 0.29 | 96.72 ± 0.17 | 91.82 ± 0.57 |
| MVM-UNet (Ours) | — | 82.47 ± 1.28 | 90.65 ± 0.94 | 96.02 ± 0.36 | 97.06 ± 0.31 | 91.80 ± 0.82 |
Table 2: Performance comparison on the ISIC 2018 skin lesion segmentation dataset. Comparison of MVM-UNet with representative CNN-, Transformer-, and SSM-based segmentation methods using mean Intersection over Union (mIoU), Dice Similarity Coefficient (DSC), accuracy (Acc.), specificity (Spe.), and sensitivity (Sen.). Results for MVM-UNet are reported as mean ± standard deviation from three independent random-seed experiments. Results reported as single values were reproduced from the corresponding original publications.
Compared with H-vmunet, MVM-UNet improved the mIoU by 0.54%. Compared with MedScale-Former, MVM-UNet improved the DSC by 0.18%. MVM-UNet also achieved the highest accuracy among the compared methods. The representative qualitative examples shown in Figure 7 demonstrate accurate segmentation of representative skin lesions, including small lesion regions and lesions with irregular boundaries.
For ISIC 2018, statistical significance was evaluated using the Wilcoxon signed-rank test based on paired per-image segmentation results. For the mIoU metric, MVM-UNet achieved a statistically significant improvement over MCAFT, with a p-value of < 0.001. These results support that the observed performance improvement on ISIC 2018 was unlikely to be attributable to random variation.
Overall, MVM-UNet achieved the highest mIoU, DSC, and accuracy among the compared methods on the ISIC 2018 dataset (Table 2). The qualitative examples shown in Figure 7 are consistent with these quantitative improvements.
Performance on Synapse
The proposed method was also evaluated on the Synapse multiorgan segmentation dataset and compared with representative methods, including UNet8,21, Attention U-Net39, TransUNet23, TransNorm40, Swin U-Net25, TransDeepLab41, MEW-UNet42, MISSFormer30, H2Former12, HResFormer34, MedScale-Former35, and MCAFT36 (Table 3). The Synapse dataset included eight abdominal organs: the aorta, gallbladder, spleen, left kidney, right kidney, liver, pancreas, and stomach. Following the standard experimental protocol, 18 cases (2,212 axial slices) were used for training and 12 cases (1,567 axial slices) were used for testing. No separate validation set was introduced. The testing cases were used exclusively for final evaluation and were not used for model training, hyperparameter tuning, or model selection. Representative qualitative multiorgan segmentation results are shown in Figure 8, and the quantitative comparison is summarized in Table 3.
| Model | Ref. | DSC | HD95 | Aor. | Gal. | Kid. (L) | Kid. (R) | Liv. | Pan. | Spl. | Sto. |
| UNet | 8 | 76.85 | 39.78 | 89.07 | 69.72 | 77.77 | 68.69 | 93.43 | 54.01 | 86.66 | 75.59 |
| Att-UNet | 39 | 77.77 | 36.02 | 89.54 | 68.88 | 77.98 | 71.11 | 93.57 | 58.04 | 87.31 | 75.74 |
| TransUNet | 23 | 77.48 | 31.69 | 87.23 | 63.13 | 81.87 | 77.02 | 94.08 | 55.84 | 85.06 | 75.62 |
| TransNorm | 40 | 78.4 | 30.25 | 86.23 | 65.18 | 82.18 | 78.63 | 94.22 | 55.32 | 89.53 | 76.02 |
| Swin U-Net | 25 | 79.13 | 21.55 | 85.47 | 66.53 | 83.28 | 79.61 | 94.29 | 56.58 | 90.62 | 76.59 |
| TransDeepLab | 41 | 80.16 | 21.25 | 86.04 | 69.16 | 84.08 | 79.88 | 93.53 | 61.15 | 89.01 | 78.36 |
| MEW-UNet | 42 | 78.92 | 21.68 | 86.68 | 65.32 | 82.87 | 80.02 | 93.63 | 58.38 | 90.16 | 74.27 |
| MISSFormer | 30 | 80.92 ± 4.23 | 20.09 ± 1.89 | 86.43 ± 0.98 | 69.81 ± 4.56 | 84.29 ± 2.11 | 81.03 ± 3.34 | 93.85 ± 0.89 | 61.11 ± 4.67 | 90.05 ± 3.78 | 80.62 ± 1.02 |
| H2Former | 12 | 81.05 ± 2.56 | 20.13 ± 7.23 | 86.61 ± 3.21 | 69.32 ± 1.23 | 85.12 ± 4.78 | 82.01 ± 2.89 | 94.09 ± 2.45 | 61.16 ± 0.76 | 89.97 ± 4.12 | 80.94 ± 3.56 |
| HResFormer | 34 | 80.65 ± 4.02 | 17.48 ± 6.89 | 89.16 ± 2.78 | 66.94 ± 0.78 | 84.61 ± 4.34 | 82.15 ± 2.56 | 93.11 ± 1.34 | 59.92 ± 4.12 | 91.08 ± 3.45 | 80.75 ± 2.01 |
| MedScale-Former | 35 | 80.78 ± 1.34 | 20.02 ± 3.78 | 88.79 ± 4.02 | 69.82 ± 2.56 | 85.13 ± 0.87 | 81.63 ± 4.78 | 94.10 ± 2.78 | 60.72 ± 1.89 | 90.14 ± 1.56 | 80.93 ± 4.56 |
| MCAFT | 36 | 81.03 ± 3.45 | 19.98 ± 5.12 | 89.76 ± 0.76 | 68.96 ± 3.89 | 84.54 ± 2.56 | 81.98 ± 3.12 | 94.32 ± 4.01 | 60.85 ± 3.67 | 89.06 ± 4.89 | 80.91 ± 1.78 |
| MVM-UNet (Ours) | — | 81.26 ± 1.89 | 18.72 ± 2.16 | 88.53 ± 3.22 | 69.84 ± 4.23 | 85.37 ± 2.69 | 82.67 ± 1.67 | 94.41 ± 3.56 | 61.02 ± 2.78 | 90.19 ± 0.67 | 81.48 ± 3.12 |
Table 3: Performance comparison on the Synapse multi-organ segmentation dataset. Comparison of MVM-UNet with representative CNN-, Transformer-, and SSM-based segmentation methods using the Dice Similarity Coefficient (DSC), 95th-percentile Hausdorff distance (HD95), and organ-specific Dice scores for the aorta (Aor.), gallbladder (Gal.), left kidney (Kid. (L)), right kidney (Kid. (R)), liver (Liv.), pancreas (Pan.), spleen (Spl.), and stomach (Sto.). Results for MVM-UNet are reported as mean ± standard deviation from three independent random-seed experiments. Results reported as single values were reproduced from the corresponding original publications.
MVM-UNet achieved a mean DSC of 81.26% ± 1.89% and a mean HD95 of 18.72 ± 2.16 across three independent runs. The results demonstrate stable segmentation performance on the Synapse dataset. Among the evaluated methods, MVM-UNet achieved the highest average DSC and the second-lowest average HD95.
For Synapse, statistical significance was evaluated using the Wilcoxon signed-rank test based on paired per-case DSC values. MVM-UNet showed a statistically significant improvement over H2Former, with a p-value of 0.026, indicating that the observed improvement in segmentation performance was statistically significant.
Representative successful and suboptimal outcomes
Representative successful qualitative results are shown in Figures 6–8. Successful outcomes are characterized by predicted segmentation masks that closely correspond to the ground-truth annotations and accurately delineate the primary lesion or organ boundaries. Representative suboptimal outcomes may occur for very small targets, low-contrast boundaries, irregular lesion shapes, organs with weak intensity contrast, or anatomically ambiguous boundaries, and typically appear as under-segmentation, over-segmentation, boundary leakage, or discontinuous mask fragments. When such outcomes are observed, users should verify that image resizing, normalization, mask interpolation, model checkpoint selection, inference thresholding (for ISIC datasets) or argmax prediction (for Synapse), and metric calculation procedures are consistent with those described in the Protocol.
Ablation study of the MV4D module
The contribution of the MV4D module was evaluated by progressively adding the zigzag, hierarchical, spiral, and radial scan pairs, followed by the SFusion Mamba module (Table 4; Figure 9). When only the zigzag scan pair was used, segmentation performance was limited. Adding the hierarchical scan pair substantially improved performance, indicating the benefit of incorporating multiscale information. The subsequent addition of the spiral and radial scan pairs further improved segmentation performance by enhancing contour and boundary representation. Incorporation of the SFusion Mamba module resulted in the highest performance among the evaluated configurations.
| Model | Zigzag scan pair | Hierarchical scan pair | Spiral scan pair | Radial scan pair | SFusion Mamba | ISIC 2017 mIoU (%) | ISIC 2017 DSC (%) | ISIC 2018 mIoU (%) | ISIC 2018 DSC (%) |
| MVM-UNet | ✓ | | | | | 56.75 | 72.46 | 58.03 | 73.45 |
| MVM-UNet | ✓ | ✓ | | | | 72.38 | 84.01 | 73.45 | 84.7 |
| MVM-UNet | ✓ | ✓ | ✓ | | | 75.69 | 86.20 | 76.94 | 86.94 |
| MVM-UNet | ✓ | ✓ | ✓ | ✓ | | 76.41 | 86.61 | 78.28 | 87.82 |
| MVM-UNet | ✓ | ✓ | ✓ | ✓ | ✓ | 80.94 | 91.32 | 82.47 | 90.65 |
Table 4: Ablation study of the Multi-View 4-Directional (MV4D) module. Performance obtained by progressively incorporating the hierarchical, spiral, and radial scan pairs and the Spatial Fusion Mamba (SFusion Mamba) module into the baseline zigzag scan-pair architecture. Performance is reported using mean Intersection over Union (mIoU) and Dice Similarity Coefficient (DSC) on the ISIC 2017 and ISIC 2018 datasets.

Figure 9. Ablation study of the Multi-View 4-Directional (MV4D) module. (A) Change in mean Intersection over Union (mIoU) following sequential incorporation of the hierarchical scan pair, spiral scan pair, radial scan pair, and Spatial Fusion Mamba (SFusion Mamba) into the baseline architecture. (B) Change in the Dice Similarity Coefficient (DSC) following sequential incorporation of the hierarchical scan pair, spiral scan pair, radial scan pair, and Spatial Fusion Mamba (SFusion Mamba) into the baseline architecture. (C) Change in mIoU following sequential incorporation of the hierarchical scan pair, spiral scan pair, radial scan pair, and Spatial Fusion Mamba (SFusion Mamba) into the baseline architecture under the second experimental setting. (D) Change in the DSC following sequential incorporation of the hierarchical scan pair, spiral scan pair, radial scan pair, and Spatial Fusion Mamba (SFusion Mamba) into the baseline architecture under the second experimental setting. Please click here to view a larger version of this figure.
On the ISIC 2017 dataset, the complete MV4D module achieved an mIoU of 80.94% and a DSC of 91.32%. The corresponding performance trends for mIoU and DSC are shown in Figure 9A and Figure 9B, respectively. On the ISIC 2018 dataset, the complete MV4D module achieved an mIoU of 82.47% and a DSC of 90.65%. The corresponding performance trends are shown in Figure 9C and Figure 9D, respectively.
Unless otherwise specified, all ablation experiments were conducted using a fixed random seed of 100, whereas the main comparison results were reported as mean ± SD over three independent random seeds (1, 52, and 100). Consequently, the ablation results are intended to compare the relative contributions of individual components under a controlled single-seed setting rather than to reproduce the final multiseed performance reported in the main comparison experiments.
Overall, progressively incorporating the additional scan pairs and the SFusion Mamba module consistently improved segmentation performance, with the complete MV4D configuration achieving the highest performance on both datasets.
Ablation study of the Multi-View Vision (MVV) Block
The MVV Block was evaluated by comparing the baseline architecture with a version incorporating the Up-Down Projection branch (Table 5). On the ISIC 2017 dataset, inclusion of the Up-Down Projection branch increased the mIoU from 78.83% to 80.96% and the DSC from 88.15% to 91.02%. On the ISIC 2018 dataset, the mIoU increased from 80.32% to 82.46%, while the DSC increased from 89.15% to 90.57%.
| Model | Baseline MVV Block | Up-Down Projection | ISIC 2017 mIoU (%) | ISIC 2017 DSC (%) | ISIC 2018 mIoU (%) | ISIC 2018 DSC (%) |
| MVM-UNet | ✓ | | 78.83 | 88.15 | 80.32 | 89.15 |
| MVM-UNet | ✓ | ✓ | 80.96 | 91.02 | 82.46 | 90.57 |
Table 5: Ablation study of the Multi-View Vision (MVV) Block. Performance comparison of the baseline Multi-View Vision (MVV) Block with and without the Up-Down Projection branch. Performance is reported using mean Intersection over Union (mIoU) and Dice Similarity Coefficient (DSC) on the ISIC 2017 and ISIC 2018 datasets.
The MVV Block ablation experiments were conducted using the fixed random seed of 100. Consequently, the performance of the configuration containing the Up-Down Projection branch reflects the controlled single-seed ablation setting and may differ slightly from the three-seed mean performance reported for the complete MVM-UNet model in the main comparison experiments.
Overall, incorporation of the Up-Down Projection branch consistently improved segmentation performance on both datasets, with increases observed for both mIoU and DSC.
Ablation study of the Multi-stage Fusion Mamba (MFusion Mamba) module
The MFusion Mamba module was evaluated by comparing different coarse fusion strategies together with the Fine Fusion component (Table 6; Figure 10). Without MFusion Mamba, MVM-UNet achieved an mIoU of 75.47% and a DSC of 86.01% on the ISIC 2017 dataset, and an mIoU of 77.49% and a DSC of 87.29% on the ISIC 2018 dataset. Among the evaluated coarse fusion strategies, the Hadamard product achieved the largest improvement. Incorporation of the Fine Fusion component further increased segmentation performance. The complete MFusion Mamba configuration achieved an mIoU of 80.95% and a DSC of 91.18% on ISIC 2017, and an mIoU of 82.51% and a DSC of 90.58% on ISIC 2018.
| Model | Coarse FusionElement-wise Maximum | Coarse FusionElement-wise Addition | Coarse FusionHadamard Product | Fine Fusion Module | ISIC 2017 mIoU (%) | ISIC 2017 DSC (%) | ISIC 2018 mIoU (%) | ISIC 2018 DSC (%) |
| MVM-UNet | | | | | 75.47 | 86.01 | 77.49 | 87.29 |
| MVM-UNet | ✓ | | | | 76.21 | 86.47 | 78.35 | 87.82 |
| MVM-UNet | | ✓ | | | 76.83 | 86.86 | 79.11 | 88.30 |
| MVM-UNet | | | ✓ | | 78.26 | 87.83 | 80.06 | 88.96 |
| MVM-UNet | | | ✓ | ✓ | 80.95 | 91.18 | 82.51 | 90.58 |
Table 6: Ablation study of the Multi-stage Fusion Mamba (MFusion Mamba) module. Performance comparison of different Coarse Fusion strategies, including maximum fusion (Max), element-wise addition (⊕), and Hadamard product (⊙), together with the complete Fine Fusion module. Performance is reported using mean Intersection over Union (mIoU) and Dice Similarity Coefficient (DSC) on the ISIC 2017 and ISIC 2018 datasets.

Figure 10. Ablation study of the Multi-stage Fusion Mamba (MFusion Mamba) module. (A) Change in mean Intersection over Union (mIoU) obtained using different coarse fusion strategies (maximum, element-wise addition, and Hadamard product) and the complete Fine Fusion module. (B) Change in the Dice Similarity Coefficient (DSC) obtained using different coarse fusion strategies (maximum, element-wise addition, and Hadamard product) and the complete Fine Fusion module. (C) Change in mIoU obtained using different coarse fusion strategies (maximum, element-wise addition, and Hadamard product) and the complete Fine Fusion module under the second experimental setting. (D) Change in the DSC obtained using different coarse fusion strategies (maximum, element-wise addition, and Hadamard product) and the complete Fine Fusion module under the second experimental setting. Please click here to view a larger version of this figure.
On the ISIC 2017 dataset, the complete MFusion Mamba configuration achieved an mIoU of 80.95% and a DSC of 91.18%. The corresponding performance trends for mIoU and DSC are shown in Figure 10A and Figure 10B, respectively. On the ISIC 2018 dataset, the complete MFusion Mamba configuration achieved an mIoU of 82.51% and a DSC of 90.58%. The corresponding performance trends are shown in Figure 10C and Figure 10D, respectively. The MFusion Mamba ablation experiments were conducted using the fixed random seed of 100. Consequently, the complete MFusion Mamba configuration represents the controlled single-seed ablation result and may differ slightly from the three-seed mean performance reported for the complete MVM-UNet model in the main comparison experiments.
Overall, progressively incorporating the Hadamard-product coarse fusion strategy and the Fine Fusion component consistently improved segmentation performance, with the complete MFusion Mamba configuration achieving the highest performance on both datasets.
Summary of ablation studies
Across the ablation experiments, progressively incorporating the hierarchical, spiral, and radial scan-pair branches, together with the SFusion Mamba module, consistently improved segmentation performance (Table 4; Figure 9). Similarly, inclusion of the Up-Down Projection branch in the MVV Block improved both mIoU and DSC on the ISIC 2017 and ISIC 2018 datasets (Table 5). The complete MFusion Mamba configuration also achieved the highest performance among the evaluated multistage feature fusion strategies (Table 6; Figure 10).
Ablation study of hyperparameters
The effects of input size and dropout value were evaluated on the ISIC 2017 and ISIC 2018 datasets (Table 7). Three input resolutions (256 × 256, 384 × 384, and 512 × 512) were compared. Under the evaluated settings, the 256 × 256 input resolution achieved the highest segmentation performance on both datasets.
| Model | Input size 256 × 256 | Input size 384 × 384 | Input size 512 × 512 | Dropout 0.0 | Dropout 0.1 | Dropout 0.2 | Dropout 0.3 | ISIC 2017 mIoU (%) | ISIC 2017 DSC (%) | ISIC 2018 mIoU (%) | ISIC 2018 DSC (%) |
| MVM-UNet | | ✓ | | | | ✓ | | 80.02 | 88.91 | 81.76 | 89.92 |
| MVM-UNet | | | ✓ | | | ✓ | | 79.96 | 88.87 | 80.97 | 89.47 |
| MVM-UNet | ✓ | | | ✓ | | | | 77.48 | 87.28 | 78.76 | 88.11 |
| MVM-UNet | ✓ | | | | ✓ | | | 79.36 | 88.53 | 81.13 | 89.62 |
| MVM-UNet | ✓ | | | | | ✓ | | 80.94 | 90.15 | 82.49 | 90.50 |
| MVM-UNet | ✓ | | | | | | ✓ | 79.71 | 88.71 | 80.46 | 89.18 |
Table 7: Ablation study of input image size and dropout value. Performance comparison of MVM-UNet using different input image sizes and dropout values. Segmentation performance is reported using mean Intersection over Union (mIoU) and Dice Similarity Coefficient (DSC) on the ISIC 2017 and ISIC 2018 datasets.
Different dropout values were also evaluated. Among the tested configurations, a dropout value of 0.2 achieved the highest segmentation performance on both datasets and was therefore used in the main experiments.
Ablation study of encoder-decoder layer configuration
Different encoder-decoder layer configurations were evaluated to examine the effect of network depth on segmentation performance and computational cost (Table 8). Among the evaluated configurations, the symmetric {2, 2, 2, 2}-{2, 2, 2, 2} architecture achieved the highest overall segmentation performance while maintaining relatively low model complexity. Increasing the network depth to {2, 2, 9, 2}-{2, 9, 2, 2} produced comparable segmentation performance but increased both the number of parameters and the computational cost.
| Model | Encoder-decoder layer configuration | Parameters (M) | FLOPs (G) | ISIC 2017 mIoU (%) | ISIC 2017 DSC (%) | ISIC 2018 mIoU (%) | ISIC 2018 DSC (%) |
| MVM-UNet | {2,2,2,1}-{2,2,2,2} | 28.22 | 4.12 | 80.02 | 88.91 | 81.16 | 89.64 |
| MVM-UNet | {2,2,2,2}-{2,2,2,2} | 28.36 | 4.39 | 80.95 | 90.17 | 82.5 | 90.41 |
| MVM-UNet | {2,2,2,3}-{2,3,2,2} | 30.14 | 4.88 | 79.83 | 88.8 | 81.56 | 89.85 |
| MVM-UNet | {2,4,2,2}-{2,2,4,2} | 33.46 | 5.32 | 79.65 | 88.7 | 81.45 | 89.79 |
| MVM-UNet | {2,2,9,2}-{2,9,2,2} | 45.63 | 7.78 | 80.96 | 90.09 | 82.48 | 90.43 |
Table 8: Ablation study of encoder-decoder layer configurations. Performance comparison of different encoder-decoder layer configurations. The table reports the number of model parameters (Parameters), floating-point operations (FLOPs), mean Intersection over Union (mIoU), and Dice Similarity Coefficient (DSC) on the ISIC 2017 and ISIC 2018 datasets.
Computational cost comparison
The computational efficiency of the final MVM-UNet model was compared with representative baseline methods, including HResFormer, H-vmunet, MISSFormer, H2Former, MedScale-Former, and MCAFT, under the same hardware environment and input resolution (Table 9). The evaluated metrics included training time per epoch, inference time per image, peak GPU memory usage during training, number of trainable parameters (Params), and FLOPs. Training time was measured as the time required to complete one training epoch, inference time was measured as the average processing time per test image, and FLOPs were calculated for a single forward pass.
| Method | Ref. | Training time (s/epoch) | Inference time (ms/image) | Peak GPU memory (GB) | Parameters (M) | FLOPs (G) |
| HResFormer | 34 | 520 | 213.08 | 19.2 | 117.00 | 131.70 |
| H-vmunet | 28 | 88 | 27.00 | 5.0 | 10.74 | 8.97 |
| MISSFormer | 30 | 355 | 92.86 | 12.6 | 42.33 | 109.45 |
| H2Former | 12 | 130 | 29.02 | 8.8 | 33.71 | 33.56 |
| MedScale-Former | 35 | 80 | 23.50 | 5.9 | 4.96 | 3.79 |
| MCAFT | 36 | 145 | 34.00 | 8.7 | 30.00 | 12.00 |
| MVM-UNet (Ours) | — | 104 | 26.80 | 7.9 | 28.36 | 4.39 |
Table 9: Computational cost comparison of MVM-UNet and representative baseline methods. Comparison of computational efficiency under the same hardware environment and input resolution. Reported metrics include training time per epoch, inference time per image, peak graphics processing unit (GPU) memory usage during training, number of model parameters (Parameters), and floating-point operations (FLOPs). Methods with available implementations were evaluated using the same experimental environment whenever possible.
As summarized in Table 9, MVM-UNet required 104 s per training epoch, 26.8 ms per image for inference, 7.9 GB of peak GPU memory, 28.36 million trainable parameters, and 4.39 GFLOPs. Compared with HResFormer, MISSFormer, H2Former, and MCAFT, MVM-UNet required lower training time, lower inference time, lower peak GPU memory usage, and fewer FLOPs. Compared with the lightweight H-vmunet and MedScale-Former models, MVM-UNet required greater training time and memory usage but maintained comparable inference speed while retaining relatively low computational complexity.
Data and Code Availability
The ISIC 2017 and ISIC 2018 datasets are publicly available from the International Skin Imaging Collaboration (ISIC) archive, and the Synapse dataset is publicly available from the Synapse repository. Dataset acquisition details are provided in the Ethics statement. Briefly, the ISIC 2017 dataset was obtained from the official ISIC 2017 Challenge data repository (https://challenge.isic-archive.com/data/#2017), the ISIC 2018 dataset was obtained from the official ISIC 2018 Challenge Task 1 data repository (https://challenge.isic-archive.com/data/#2018), and the Synapse dataset was obtained from the Synapse repository under accession identifier syn3193805 (https://www.synapse.org/Synapse:syn3193805). The corresponding download dates are reported in the Ethics statement. An initial public version of the MVM-UNet source code is available at https://github.com/LIXUEGUANG002/MVM-UNet. The repository includes the model implementation, major network modules, configuration files, dataset organization instructions, training scripts, and evaluation scripts. The complete reproducibility package, including finalized configuration files, complete experiment scripts, additional documentation, and trained model checkpoints, will be made publicly available upon publication.
Supplementary Table 1. Layer-by-layer architecture of the Multi-view Vision Mamba UNet (MVM-UNet). The table summarizes the sequential network architecture of MVM-UNet, including the input layer, patch embedding, encoder stages, Multi-View Vision (MVV) Blocks, patch-merging operations, Multi-stage Fusion Mamba (MFusion Mamba), decoder stages, final upsampling, and segmentation head. For each stage, the corresponding operation, principal parameters, and output feature size are listed. E1–E4 denote the encoder-stage feature maps used for multistage feature fusion. B, H, and W denote the batch size, image height, and image width, respectively, and K denotes the number of output classes (K = 1 for binary skin lesion segmentation and K = 9 for Synapse multiclass segmentation, comprising one background class and eight foreground organ classes). MFusion Mamba generates fused multistage encoder features that are integrated with the corresponding decoder features during decoder reconstruction. Please click here to download this file.
Supplementary File 1. Pseudocode of the Multi-View Four-Directional (MV4D) module and Multi-stage Fusion Mamba (MFusion Mamba). The supplementary file presents the algorithmic workflow of the two principal modules used in MVM-UNet. Algorithm 1 describes the complete processing pipeline of the Multi-View Four-Directional (MV4D) module, including feature flattening, construction of four scan-pair sequences (zigzag, hierarchical, spiral, and radial), selective state-space (S6) processing, Scan-view Fusion Mamba (SFusion Mamba), and reconstruction of the output feature map. Algorithm 2 describes the Multi-stage Fusion Mamba (MFusion Mamba) module, including multistage encoder feature alignment, coarse fusion, fine fusion, decoder integration, and generation of the fused decoder input feature. Variables and tensor dimensions are defined within the algorithms. Please click here to download this file.
Supplementary Coding File 1. Source code package for MVM-UNet (MVM-UNet-master). The supplementary ZIP archive contains the complete source-code implementation of MVM-UNet used in this study. The package includes the network architecture, Multi-View Four-Directional (MV4D) and Multi-stage Fusion Mamba (MFusion Mamba) modules, configuration files, training and evaluation scripts for the ISIC 2017, ISIC 2018, and Synapse datasets, utility functions, and project documentation required to reproduce the experiments described in this protocol. The package also includes the README file with installation instructions, software dependencies, dataset organization, and training and inference workflows. Please click here to download this file.