vix.ing · top · new · best · stats

VM-UNet: Vision Mamba UNet for Medical Image Segmentation

2024/02/04 by Jiacheng Ruan, Ruan, Jiacheng, Li, Jincheng +1 · 215 citations
Computer Science · Psychology · #Artificial intelligence #Computer Vision and Pattern Recognition (cs.CV) #Computer science #Computer vision #FOS: Computer and information sciences #FOS: Electrical engineering #Image (mathematics) #Image and Video Processing (eess.IV) #Medical Image Segmentation Techniques #Psychology #Segmentation #electronic engineering #information engineering

paper · pdf · doi:10.48550/arxiv.2402.02491

published in arXiv (Cornell University) (Cornell University)

openalex publication_date 2024/02/04 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/08

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.

Cited by

Related