A benchmark of 21 patch scan orders shows that contiguous raster scans significantly outperform diagonal scans for Vision Mamba MRI segmentation, with up to 27 Dice points difference.
MSVM-UNet: Multi-Scale Vision Mamba UNet for Medical Image Segmentation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
State Space Models (SSMs), especially Mamba, have shown great promise in medical image segmentation due to their ability to model long-range dependencies with linear computational complexity. However, accurate medical image segmentation requires the effective learning of both multi-scale detailed feature representations and global contextual dependencies. Although existing works have attempted to address this issue by integrating CNNs and SSMs to leverage their respective strengths, they have not designed specialized modules to effectively capture multi-scale feature representations, nor have they adequately addressed the directional sensitivity problem when applying Mamba to 2D image data. To overcome these limitations, we propose a Multi-Scale Vision Mamba UNet model for medical image segmentation, termed MSVM-UNet. Specifically, by introducing multi-scale convolutions in the VSS blocks, we can more effectively capture and aggregate multi-scale feature representations from the hierarchical features of the VMamba encoder and better handle 2D visual data. Additionally, the large kernel patch expanding (LKPE) layers achieve more efficient upsampling of feature maps by simultaneously integrating spatial and channel information. Extensive experiments on the Synapse and ACDC datasets demonstrate that our approach is more effective than some state-of-the-art methods in capturing and aggregating multi-scale feature representations and modeling long-range dependencies between pixels.
citation-role summary
citation-polarity summary
fields
eess.IV 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Flatten Wisely: How Patch Order Shapes Mamba-Powered Vision for MRI Segmentation
A benchmark of 21 patch scan orders shows that contiguous raster scans significantly outperform diagonal scans for Vision Mamba MRI segmentation, with up to 27 Dice points difference.