paper-with-me

홈 › Papers

MedMamba: Vision Mamba for Medical Image Classification

2024-03-06 · Yubiao Yue, Zhenzhang Li

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 layers for extracting local features with the abilities of SSM to capture long-range dependencies, aiming to model medical images from different image modalities efficiently. By employing the grouped convolution strategy and channel-shuffle operation, MedMamba successfully provides fewer model parameters and a lower computational burden for efficient applications without sacrificing accuracy. We thoroughly evaluated MedMamba using 16 datasets containing ten imaging modalities and 411,007 images. Experimental results show that MedMamba demonstrates competitive performance on most tasks compared with the state-of-the-art methods. This work aims to explore the potential of Vision Mamba and establish a new baseline for medical image classification, thereby providing valuable insights for developing more powerful Mamba-based artificial intelligence algorithms and applications in medicine. The source codes and all pre-trained weights of MedMamba are available at https://github.com/YubiaoYue/MedMamba.

📄 PDF Abstract BibTeX arXiv:2403.03849

Code (1)

YubiaoYue/MedMamba 공식 구현 pytorch

Tasks

Classificationimage-classificationImage ClassificationLong-range modelingMambaMedical Image ClassificationState Space Models

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

MedMambaLite: Hardware-Aware Mamba for Medical Image Classification

2025-08-07 · Romina Aalishah, Mozhgan Navardi, Tinoosh Mohsenin arxiv

AI-powered medical devices have driven the need for real-time, on-device inference such as biomedical image classification. Deployment of deep learning models at the edge is now used for applications such as anomaly dete…

Medical Image ClassificationKnowledge DistillationAnomaly Detection

MedMamba: Multi-View State Space Models with Adaptive Graph Learning for Medical Time Series Classification

2026-05-24 · Da Zhang, Bingyu Li, Zhiyuan Zhao, Hongyuan Zhang 외 arxiv

Medical time series are central to healthcare, enabling continuous monitoring and supporting timely clinical decisions. Despite recent progress, existing methods struggle to jointly model local-global dynamics and handle…

Time Series ClassificationGraph Learning

MedMamba: Recasting Mamba for Medical Time Series Classification

2026-04-17 · ZhengXiao He, Huayu Li, Xiwen Chen, Janet M Roveda 외 arxiv

Medical time series, such as electrocardiograms (ECG) and electroencephalograms (EEG), exhibit complex temporal dynamics and structured cross-channel dependencies, posing fundamental challenges for automated analysis. Co…

Time Series ClassificationTime Series Analysis

CLEAR-Mamba:Towards Accurate, Adaptive and Trustworthy Multi-Sequence Ophthalmic Angiography Classification

2026-01-28 · Zhuonan Wang, Wenjie Yan, Wenqiao Zhang, Xiaohui Song 외 arxiv

Medical image classification is a core task in computer-aided diagnosis (CAD), playing a pivotal role in early disease detection, treatment planning, and patient prognosis assessment. In ophthalmic practice, fluorescein …

Medical Image Classification

XtraLight-MedMamba for Classification of Neoplastic Tubular Adenomas

2026-02-04 · Aqsa Sultana, Rayan Afsar, Ahmed Rahu, Surendra P. Singh 외 arxiv

Accurate risk stratification of precancerous polyps during routine colonoscopy screening is a key strategy to reduce the incidence of colorectal cancer (CRC). However, assessment of low-grade dysplasia remains limited by…