REVIEW 24 cited by
VM-UNet: Vision Mamba UNet for Medical Image Segmentation
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original 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.
Forward citations
Cited by 24 Pith papers
-
CLIMP: Contrastive Language-Image Mamba Pretraining
A fully Mamba-based (VMamba + Mamba LLM) CLIP model matches or beats transformer baselines on retrieval and OOD benchmarks, and natively supports high resolutions and dense captions.
-
AtrousMamaba: An Atrous-Window Scanning Visual State Space Model for Remote Sensing Change Detection
An atrous-window scanning strategy improves Mamba-based change detection on six remote sensing benchmarks, showing visual state space models can capture fine local details alongside global context.
-
Training-free Token Reduction for Vision Mamba
MTR uses Mamba's timescale parameter Δ as a token importance score to merge unimportant tokens, giving training-free inference speedups with small accuracy loss.
-
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.
-
Spatial-Temporal Graph Mamba for Music-Guided Dance Video Synthesis
STG-Mamba generates dance videos from music using a spatial-temporal graph Mamba block for skeleton generation and forward-backward self-supervised losses for video synthesis, reporting SOTA on benchmarks.
-
PLUS: Plug-and-Play Enhanced Liver Lesion Diagnosis Model on Non-Contrast CT Scans
Adding a hierarchical dual-attention and graph-based prior-reasoning module to existing 3D segmentation models improves liver lesion detection and diagnosis on non-contrast CT by 4 to 6 F1 points.
-
Automated Charge Transition Detection in Quantum Dot Charge Stability Diagrams
Automated charge transition detection in quantum dot stability diagrams, trained on simulated data and validated on experimental GaAs and SiGe qubit samples.
-
ASM-UNet: Adaptive Scan Mamba Integrating Group Commonalities and Individual Variations for Fine-Grained Segmentation
A Mamba-based segmentation network whose scan order is guided by a per-image learned score, plus a new fine-grained biliary tract dataset.
-
HydraMamba: Multi-Head State Space Model for Global Point Cloud Learning
A state space model based point cloud network with shuffled Hilbert serialization, a convolutional bidirectional S6 branch, and multi-head S6 achieves new top scores on ModelNet40, ShapeNet, S3DIS, and ScanObjectNN.
-
U-RWKV: Lightweight medical image segmentation with direction-adaptive RWKV
U-RWKV is a lightweight U-shaped medical image segmenter that combines multi-directional RWKV scanning with stage-adaptive channel recalibration, reporting competitive Dice scores with about three million parameters.
-
Omni-Fusion of Spatial and Spectral for Hyperspectral Image Segmentation
Omni-Fuse, a dual-stream network with bidirectional cross-attention, spectral-guided query selection, and a two-stage decoder, improves medical hyperspectral image segmentation by about 4 to 6 percent in Dice score on...
-
SWinMamba: Serpentine Window State Space Model for Vascular Segmentation
A new Mamba-based vascular segmentation network with serpentine window tokenization reports the best average scores on three public datasets, though without error bars or code.
-
MARL-MambaContour: Unleashing Multi-Agent Deep Reinforcement Learning for Active Contour Optimization in Medical Image Segmentation
A multi-agent Soft Actor-Critic framework with adaptive entropy and a Mamba policy network iteratively moves contour points to segment organs, reporting higher Dice and boundary scores on five datasets.
-
SFD-Mamba2Net: Structure-Guided Frequency-Enhanced Dual-Stream Mamba2 Network for Coronary Artery Segmentation
SFD-Mamba2Net combines Hessian vesselness priors, a dual-stream Mamba2 module, and wavelet high-frequency enhancement to segment coronary arteries and detect stenoses in angiography, reporting improved Dice and stenos...
-
Dual Interaction Network with Cross-Image Attention for Medical Image Segmentation
A dual-encoder segmentation network fusing original and fuzzy-enhanced images with bidirectional cross-attention reports 93.25 Dice on ACDC and 85.49 Dice on Synapse.
-
SpectMamba: Integrating Frequency and State Space Models for Enhanced Medical Image Detection
A Mamba-based detector with frequency attention and Hilbert curve scanning edges out several baselines on pneumonia, brain tumor, and fracture detection.
-
MambaVesselNet++: A Hybrid CNN-Mamba Architecture for Medical Image Segmentation
A CNN-Mamba U-shape model, extended from the authors' MambaVesselNet, reports state-of-the-art segmentation on six public medical datasets, though some table entries contradict the text.
-
HybridTM: Combining Transformer and Mamba for 3D Semantic Segmentation
A new 3D semantic segmentation architecture that interleaves attention and Mamba operators within each layer achieves small but consistent gains on indoor and outdoor benchmarks.
-
A Hybrid CNN-VSSM model for Multi-View, Multi-Task Mammography Analysis: Robust Diagnosis with Attention-Based Fusion
A hybrid CNN-VSSM multi-view multi-task model is reported to outperform CNN and VSSM baselines on mammography BI-RADS and diagnostic classification, but without an independent test set.
-
OSDMamba: Enhancing Oil Spill Detection from Remote Sensing Images Using Selective State Space Model
OSDMamba, a Mamba-based segmentation model, reports state-of-the-art oil spill detection accuracy on the M4D and MADOS datasets.
-
MS-UMamba: An Improved Vision Mamba Unet for Fetal Abdominal Medical Image Segmentation
MS-UMamba, a hybrid CNN-Mamba U-Net with an attention-based fusion module, reports mIoU 67.62 and mDice 79.82, exceeding VM-UNet and other baselines on a private fetal ultrasound dataset.
-
Rethinking the long-range dependency in Mamba/SSM and transformer models
SSM/Mamba long-range dependency decays exponentially with the time gap by construction; a proposed interaction-based hidden state update can break this decay, but its proven stability covers only a restrictive special case.
-
Mitosis detection in domain shift scenarios: a Mamba-based approach
In preliminary MIDOG++ experiments, a VM-UNet with stain augmentation outperformed a standard U-Net for mitosis detection under domain shift (F1 0.736 vs 0.656).
-
Medical Image Segmentation Using Advanced Unet: VMSE-Unet and VM-Unet CBAM+
Adding Squeeze-and-Excitation and CBAM attention to VM-UNet is reported to improve segmentation metrics, but the paper's own data contradict the claim that VMSE-Unet wins on all metrics.
Discussion (0). Sign in to comment.