paper-with-me

Papers

MedSegMamba: 3D CNN-Mamba Hybrid Architecture for Brain Segmentation

2024-09-12 · Aaron Cao, Zongyu Li, Jordan Jomsky, Andrew F. Laine, Jia Guo

Widely used traditional pipelines for subcortical brain segmentation are often inefficient and slow, particularly when processing large datasets. Furthermore, deep learning models face challenges due to the high resolution of MRI images and the large number of anatomical classes involved. To address these limitations, we developed a 3D patch-based hybrid CNN-Mamba model that leverages Mamba's selective scan algorithm, thereby enhancing segmentation accuracy and efficiency for 3D inputs. This retrospective study utilized 1784 T1-weighted MRI scans from a diverse, multi-site dataset of healthy individuals. The dataset was divided into training, validation, and testing sets with a 1076/345/363 split. The scans were obtained from 1.5T and 3T MRI machines. Our model's performance was validated against several benchmarks, including other CNN-Mamba, CNN-Transformer, and pure CNN networks, using FreeSurfer-generated ground truths. We employed the Dice Similarity Coefficient (DSC), Volume Similarity (VS), and Average Symmetric Surface Distance (ASSD) as evaluation metrics. Statistical significance was determined using the Wilcoxon signed-rank test with a threshold of P < 0.05. The proposed model achieved the highest overall performance across all metrics (DSC 0.88383; VS 0.97076; ASSD 0.33604), significantly outperforming all non-Mamba-based models (P < 0.001). While the model did not show significant improvement in DSC or VS compared to another Mamba-based model (P-values of 0.114 and 0.425), it demonstrated a significant enhancement in ASSD (P < 0.001) with approximately 20% fewer parameters. In conclusion, our proposed hybrid CNN-Mamba architecture offers an efficient and accurate approach for 3D subcortical brain segmentation, demonstrating potential advantages over existing methods. Code is available at: https://github.com/aaroncao06/MedSegMamba.

📄 PDF Abstract BibTeX arXiv:2409.08307

Code (1)

aaroncao06/MedSegMamba 공식 구현 pytorch

Tasks

Brain SegmentationMamba

Similar Papers 제목 키워드 기반

RUFNet: Query-Guided Support Mask Refinement and Uncertainty Fusion based on Hybrid Mamba for Few-Shot Brain Tumor Segmentation

2026-07-06 · Dongyi He, Xiangkai Wang, Binbing Xu, Bin Jiang 외 arxiv

Few-shot brain tumor segmentation remains challenging due to noisy support masks, inter-patient variations between support and query images, and the lack of pixel-wise confidence estimation. This study proposes RUFNet, a…

Medical Image SegmentationBrain Tumor Segmentation

MambaVesselNet++: A Hybrid CNN-Mamba Architecture for Medical Image Segmentation

2025-07-26 · Qing Xu, Yanming Chen, Yue Li, Ziyu Liu 외 arxiv

Medical image segmentation plays an important role in computer-aided diagnosis. Traditional convolution-based U-shape segmentation architectures are usually limited by the local receptive field. Existing vision transform…

Medical Image SegmentationInstance Segmentation

MambaMIM: Pre-training Mamba with State Space Token Interpolation and its Application to Medical Image Segmentation

2024-08-15 · Fenghe Tang, Bingkun Nian, Yingtai Li, Zihang Jiang 외

Recently, the state space model Mamba has demonstrated efficient long-sequence modeling capabilities, particularly for addressing long-sequence visual tasks in 3D medical imaging. However, existing generative self-superv…

Image SegmentationMambaMedical Image SegmentationRepresentation Learning+3

MambaVision: A Hybrid Mamba-Transformer Vision Backbone

2024-07-10 · CVPR 2025 1 · Ali Hatamizadeh, Jan Kautz

We propose a novel hybrid Mamba-Transformer backbone, MambaVision, specifically tailored for vision applications. Our core contribution includes redesigning the Mamba formulation to enhance its capability for efficient m…

Image ClassificationInstance SegmentationMambaobject-detection+2

HybridTM: Combining Transformer and Mamba for 3D Semantic Segmentation

2025-07-24 · Xinyu Wang, Jinghua Hou, Zhe Liu, Yingying Zhu arxiv

Transformer-based methods have demonstrated remarkable capabilities in 3D semantic segmentation through their powerful attention mechanisms, but the quadratic complexity limits their modeling of long-range dependencies i…

3D Semantic SegmentationPoint Clouds