Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
102 tokens/sec
GPT-4o
59 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
50 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

VM-UNet: Vision Mamba UNet for Medical Image Segmentation (2402.02491v2)

Published 4 Feb 2024 in cs.CV and eess.IV

Abstract: In the realm of medical image segmentation, both CNN-based and Transformer-based models have been extensively explored. However, CNNs exhibit limitations in long-range modeling capabilities, whereas Transformers are hampered by their quadratic computational complexity. Recently, State Space Models (SSMs), exemplified by Mamba, have emerged as a promising approach. They not only excel in modeling long-range interactions but also maintain a linear computational complexity. In this paper, leveraging state space models, we propose a U-shape architecture model for medical image segmentation, named Vision Mamba UNet (VM-UNet). Specifically, the Visual State Space (VSS) block is introduced as the foundation block to capture extensive contextual information, and an asymmetrical encoder-decoder structure is constructed with fewer convolution layers to save calculation cost. We conduct comprehensive experiments on the ISIC17, ISIC18, and Synapse datasets, and the results indicate that VM-UNet performs competitively in medical image segmentation tasks. To our best knowledge, this is the first medical image segmentation model constructed based on the pure SSM-based model. We aim to establish a baseline and provide valuable insights for the future development of more efficient and effective SSM-based segmentation systems. Our code is available at https://github.com/JCruan519/VM-UNet.

Overview of VM-UNet: Vision Mamba UNet for Medical Image Segmentation

The paper "VM-UNet: Vision Mamba UNet for Medical Image Segmentation" presents a novel architecture for medical image segmentation tasks, leveraging State Space Models (SSMs). The authors propose VM-UNet, a U-shaped pure SSM-based model aiming to overcome limitations associated with CNN and Transformer-based methods.

Introduction

The authors address the need for efficient modeling of long-range interactions crucial for medical image segmentation. Traditional CNN models struggle with long-range dependencies due to limited receptive fields, while Transformer-based models encounter computational inefficiency because of their quadratic complexity. This work introduces VM-UNet, based on the Mamba SSM, which provides linear computational complexity alongside long-range modeling capabilities.

Methodology

VM-UNet features a U-shaped architecture comprising an asymmetrical encoder-decoder structure. A Visual State Space (VSS) block, derived from VMamba, is utilized as the building block for both the encoder and decoder. This block is designed to capture extensive contextual information through a linear Ordinary Differential Equation (ODE) discretized for deep learning, ensuring computational efficiency.

  • Architecture Details:
    • Encoder: Utilizes VSS blocks and patch merging for downsampling.
    • Decoder: Comprises VSS blocks with patch expanding operations to restore feature dimensions.
    • Skip Connections: Implemented using simple addition to retain organizational clarity.

Empirical Evaluation

The authors conducted experiments on ISIC17, ISIC18, and Synapse datasets, focusing on tasks such as skin lesion and organ segmentation. VM-UNet demonstrated competitive performance with strong numerical results, surpassing other models in key metrics:

  • On ISIC17 and ISIC18 datasets, VM-UNet achieved superior Mean Intersection over Union (mIoU) and Dice Similarity Coefficient (DSC) compared to both CNN-based and Transformer-based counterparts.
  • On the Synapse dataset, the model showed notable improvement in DSC and 95% Hausdorff Distance (HD95) over existing models like Swin-UNet.

Implications and Future Directions

The implications of this work are manifold. Firstly, it establishes a baseline for pure SSM-based segmentation models in medical image segmentation tasks. This approach promises efficiency due to its linear complexity and robust performance in capturing long-range dependencies. Furthermore, it opens avenues for:

  1. Designing SSM-specific modules tailored for segmentation tasks.
  2. Exploring model compression techniques to enhance applicability in resource-constrained medical settings.
  3. Investigating higher-resolution segmentation leveraging SSMs' ability to process long sequences.
  4. Potential applications in other medical imaging tasks such as detection, registration, and reconstruction.

Conclusion

VM-UNet represents a significant exploration into the capabilities of SSM-based architectures for medical image segmentation. While the paper sets a commendable foundation, it also highlights future research directions to refine and expand the use of SSMs within medical imaging domains, potentially influencing future developments in efficient and effective medical image analysis.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (3)
  1. Jiacheng Ruan (20 papers)
  2. Suncheng Xiang (27 papers)
  3. Jincheng Li (14 papers)
Citations (140)