paper-with-me

홈 › Papers

Swin-UMamba: Mamba-based UNet with ImageNet-based pretraining

2024-02-05 · Jiarun Liu, Hao Yang, Hong-Yu Zhou, Yan Xi, Lequan Yu, Yizhou Yu, Yong Liang, Guangming Shi, Shaoting Zhang, Hairong Zheng, Shanshan Wang

Accurate medical image segmentation demands the integration of multi-scale information, spanning from local features to global dependencies. However, it is challenging for existing methods to model long-range global information, where convolutional neural networks (CNNs) are constrained by their local receptive fields, and vision transformers (ViTs) suffer from high quadratic complexity of their attention mechanism. Recently, Mamba-based models have gained great attention for their impressive ability in long sequence modeling. Several studies have demonstrated that these models can outperform popular vision models in various tasks, offering higher accuracy, lower memory consumption, and less computational burden. However, existing Mamba-based models are mostly trained from scratch and do not explore the power of pretraining, which has been proven to be quite effective for data-efficient medical image analysis. This paper introduces a novel Mamba-based model, Swin-UMamba, designed specifically for medical image segmentation tasks, leveraging the advantages of ImageNet-based pretraining. Our experimental results reveal the vital role of ImageNet-based training in enhancing the performance of Mamba-based models. Swin-UMamba demonstrates superior performance with a large margin compared to CNNs, ViTs, and latest Mamba-based models. Notably, on AbdomenMRI, Encoscopy, and Microscopy datasets, Swin-UMamba outperforms its closest counterpart U-Mamba_Enc by an average score of 2.72%.

📄 PDF Abstract BibTeX arXiv:2402.03302

Code (1)

jiarunliu/swin-umamba 공식 구현 pytorch

Tasks

Image SegmentationMambaMedical Image AnalysisMedical Image SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Text Embedded Swin-UMamba for DeepLesion Segmentation

2025-08-08 · Ruida Cheng, Tejas Sudharshan Mathai, Pritam Mukherjee, Benjamin Hou 외 arxiv

Segmentation of lesions on CT enables automatic measurement for clinical assessment of chronic diseases (e.g., lymphoma). Integrating large language models (LLMs) into the lesion segmentation workflow has the potential t…

Lesion Segmentation

From Claims to Evidence: A Unified Framework and Critical Analysis of CNN vs. Transformer vs. Mamba in Medical Image Segmentation

2025-03-03 · Pooya Mohammadi Kazaj, Giovanni Baj, Yazdan Salimi, Anselm W. Stark 외

While numerous architectures for medical image segmentation have been proposed, achieving competitive performance with state-of-the-art models networks such as nnUNet, still leave room for further innovation. In this wor…

BenchmarkingComputational EfficiencyImage SegmentationMamba+3

Differential-UMamba: Rethinking Tumor Segmentation Under Limited Data Scenarios

2025-07-24 · Dhruv Jain, Romain Modzelewski, Romain Herault, Clement Chatelain 외 arxiv

In data-scarce scenarios, deep learning models often overfit to noise and irrelevant patterns, which limits their ability to generalize to unseen samples. To address these challenges in medical image segmentation, we int…

Medical Image SegmentationTumor Segmentation

CleanUMamba: A Compact Mamba Network for Speech Denoising using Channel Pruning

2024-10-14 · Sjoerd Groot, Qinyu Chen, Jan C. van Gemert, Chang Gao

This paper presents CleanUMamba, a time-domain neural network architecture designed for real-time causal audio denoising directly applied to raw waveforms. CleanUMamba leverages a U-Net encoder-decoder structure, incorpo…

Audio DenoisingDecoderDenoisingMamba+1

Weak-Mamba-UNet: Visual Mamba Makes CNN and ViT Work Better for Scribble-based Medical Image Segmentation

2024-02-16 · Ziyang Wang, Chao Ma

Medical image segmentation is increasingly reliant on deep learning techniques, yet the promising performance often come with high annotation costs. This paper introduces Weak-Mamba-UNet, an innovative weakly-supervised …

Cardiac SegmentationDecoderImage SegmentationMamba+4