MedMamba: Vision Mamba for Medical Image Classification
Yubiao Yue, Zhenzhang Li

TL;DR
MedMamba introduces a hybrid vision model combining convolutional layers and state space models to efficiently and accurately classify medical images across diverse modalities, addressing limitations of CNNs and ViTs.
Contribution
This work presents the first Vision Mamba model for medical image classification, integrating SSMs with convolutional layers for improved efficiency and performance.
Findings
Achieved competitive accuracy across 16 datasets and 10 imaging modalities.
Reduced model parameters and computational load compared to existing methods.
Demonstrated the effectiveness of hybrid SS-Conv-SSM blocks in medical imaging tasks.
Abstract
Since the era of deep learning, convolutional neural networks (CNNs) and vision transformers (ViTs) have been extensively studied and widely used in medical image classification tasks. Unfortunately, CNN's limitations in modeling long-range dependencies result in poor classification performances. In contrast, ViTs are hampered by the quadratic computational complexity of their self-attention mechanism, making them difficult to deploy in real-world settings with limited computational resources. Recent studies have shown that state space models (SSMs) represented by Mamba can effectively model long-range dependencies while maintaining linear computational complexity. Inspired by it, we proposed MedMamba, the first Vision Mamba for generalized medical image classification. Concretely, we introduced a novel hybrid basic block named SS-Conv-SSM, which purely integrates the convolutional…
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 · Brain Tumor Detection and Classification · Digital Imaging for Blood Diseases
Methods1x1 Convolution · Grouped Convolution · Convolution
