Mamba-UNet: UNet-Like Pure Visual Mamba for Medical Image Segmentation
Ziyang Wang, Jian-Qing Zheng, Yichi Zhang, Ge Cui, Lei Li

TL;DR
Mamba-UNet is a novel medical image segmentation architecture that combines the U-Net framework with the efficient global context modeling capabilities of the Visual Mamba, leading to improved segmentation performance.
Contribution
This paper introduces Mamba-UNet, integrating Visual Mamba blocks into U-Net for better long-range dependency modeling in medical images.
Findings
Outperforms existing UNet variants on MRI and CT segmentation datasets
Effective long-range dependency modeling improves segmentation accuracy
Source code and implementations are publicly available
Abstract
In recent advancements in medical image analysis, Convolutional Neural Networks (CNN) and Vision Transformers (ViT) have set significant benchmarks. While the former excels in capturing local features through its convolution operations, the latter achieves remarkable global context understanding by leveraging self-attention mechanisms. However, both architectures exhibit limitations in efficiently modeling long-range dependencies within medical images, which is a critical aspect for precise segmentation. Inspired by the Mamba architecture, known for its proficiency in handling long sequences and global contextual information with enhanced computational efficiency as a State Space Model (SSM), we propose Mamba-UNet, a novel architecture that synergizes the U-Net in medical image segmentation with Mamba's capability. Mamba-UNet adopts a pure Visual Mamba (VMamba)-based encoder-decoder…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques · Advanced Image and Video Retrieval Techniques · Advanced Neural Network Applications
MethodsSparse Evolutionary Training · *Communicated@Fast*How Do I Communicate to Expedia? · Concatenated Skip Connection · Max Pooling · U-Net · Convolution
