MSVM-UNet: Multi-Scale Vision Mamba UNet for Medical Image Segmentation
Chaowei Chen, Li Yu, Shiquan Min, Shunfang Wang
TL;DR
MSVM-UNet addresses the challenge of accurate medical image segmentation by jointly modeling long-range pixel dependencies and multi-scale feature representations in 2D data. It introduces the Multi-Scale Visual State Space (MSVSS) block, combining 2D Selective-Scan (SS2DBlock) for directional context with a Multi-Scale Feed-Forward Network (MS-FFN) that uses multi-scale depthwise convolutions, and pairs it with Large Kernel Patch Expanding (LKPE) for spatially aware upsampling. The approach achieves state-of-the-art performance on Synapse and ACDC, with improvements in Dice similarity and boundary accuracy, while maintaining computational efficiency through linear complexity components. These results suggest strong potential for robust, high-resolution medical image segmentation in clinical settings.
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.
