LightM-UNet: Mamba Assists in Lightweight UNet for Medical Image Segmentation
Weibin Liao, Yinghao Zhu, Xinyuan Wang, Chengwei Pan and, Yasha Wang, Liantao Ma

TL;DR
LightM-UNet introduces a lightweight medical image segmentation model using Mamba, achieving superior performance with significantly fewer parameters and computational costs, suitable for mobile health applications.
Contribution
This paper presents LightM-UNet, a novel lightweight segmentation model integrating Mamba into UNet, reducing complexity while improving accuracy over existing methods.
Findings
Outperforms state-of-the-art models on real-world datasets.
Reduces parameters by 116 times and computation by 21 times compared to nnU-Net.
Achieves better segmentation performance with lower resource requirements.
Abstract
UNet and its variants have been widely used in medical image segmentation. However, these models, especially those based on Transformer architectures, pose challenges due to their large number of parameters and computational loads, making them unsuitable for mobile health applications. Recently, State Space Models (SSMs), exemplified by Mamba, have emerged as competitive alternatives to CNN and Transformer architectures. Building upon this, we employ Mamba as a lightweight substitute for CNN and Transformer within UNet, aiming at tackling challenges stemming from computational resource limitations in real medical settings. To this end, we introduce the Lightweight Mamba UNet (LightM-UNet) that integrates Mamba and UNet in a lightweight framework. Specifically, LightM-UNet leverages the Residual Vision Mamba Layer in a pure Mamba fashion to extract deep semantic features and model…
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
TopicsCOVID-19 diagnosis using AI · AI in cancer detection · Advanced Neural Network Applications
MethodsAttention Is All You Need · Linear Layer · Dropout · Multi-Head Attention · Layer Normalization · Absolute Position Encodings · Softmax · Dense Connections · Label Smoothing · Adam
