paper-with-me

홈 › Papers

Prompt-Guided Dual-Path UNet with Mamba for Medical Image Segmentation

2025-03-25 · Shaolei Zhang, Jinyan Liu, Tianyi Qian, Xuesong Li

Convolutional neural networks (CNNs) and transformers are widely employed in constructing UNet architectures for medical image segmentation tasks. However, CNNs struggle to model long-range dependencies, while transformers suffer from quadratic computational complexity. Recently, Mamba, a type of State Space Models, has gained attention for its exceptional ability to model long-range interactions while maintaining linear computational complexity. Despite the emergence of several Mamba-based methods, they still present the following limitations: first, their network designs generally lack perceptual capabilities for the original input data; second, they primarily focus on capturing global information, while often neglecting local details. To address these challenges, we propose a prompt-guided CNN-Mamba dual-path UNet, termed PGM-UNet, for medical image segmentation. Specifically, we introduce a prompt-guided residual Mamba module that adaptively extracts dynamic visual prompts from the original input data, effectively guiding Mamba in capturing global information. Additionally, we design a local-global information fusion network, comprising a local information extraction module, a prompt-guided residual Mamba module, and a multi-focus attention fusion module, which effectively integrates local and global information. Furthermore, inspired by Kolmogorov-Arnold Networks (KANs), we develop a multi-scale information extraction module to capture richer contextual information without altering the resolution. We conduct extensive experiments on the ISIC-2017, ISIC-2018, DIAS, and DRIVE. The results demonstrate that the proposed method significantly outperforms state-of-the-art approaches in multiple medical image segmentation tasks.

📄 PDF Abstract BibTeX arXiv:2503.19589

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationKolmogorov-Arnold NetworksMambaMedical Image SegmentationSemantic SegmentationState Space Models

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…
Focus 설명 없음

Similar Papers 제목 키워드 기반

SAMba-UNet: Synergizing SAM2 and Mamba in UNet with Heterogeneous Aggregation for Cardiac MRI Segmentation

2025-05-22 · Guohao Huo, Ruiting Dai, Hao Tang

To address the challenge of complex pathological feature extraction in automated cardiac MRI segmentation, this study proposes an innovative dual-encoder architecture named SAMba-UNet. The framework achieves cross-modal …

MambaMRI segmentation

Self-Prior Guided Mamba-UNet Networks for Medical Image Super-Resolution

2024-07-08 · Zexin Ji, Beiji Zou, Xiaoyan Kui, Pierre Vera 외

In this paper, we propose a self-prior guided Mamba-UNet network (SMamba-UNet) for medical image super-resolution. Existing methods are primarily based on convolutional neural networks (CNNs) or Transformers. CNNs-based …

Image Super-ResolutionMambaState Space ModelsSuper-Resolution

LightM-UNet: Mamba Assists in Lightweight UNet for Medical Image Segmentation

2024-03-08 · Weibin Liao, Yinghao Zhu, Xinyuan Wang, Chengwei Pan 외

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 computati…

Image SegmentationMambaMedical Image SegmentationSemantic Segmentation+1

Mamba-UNet: UNet-Like Pure Visual Mamba for Medical Image Segmentation

2024-02-07 · Ziyang Wang, Jian-Qing Zheng, Yichi Zhang, Ge Cui 외

In recent advancements in medical image analysis, Convolutional Neural Networks (CNN) and Vision Transformers (ViT) have set significant benchmarks. While the former excels in capturing local features through its convolu…

Cardiac SegmentationComputational EfficiencyDecoderImage Segmentation+5

DB-MSMUNet:Dual Branch Multi-scale Mamba UNet for Pancreatic CT Scans Segmentation

2026-01-08 · Qiu Guan, Zhiqiang Yang, Dezhang Ye, Yang Chen 외 arxiv

Accurate segmentation of the pancreas and its lesions in CT scans is crucial for the precise diagnosis and treatment of pancreatic cancer. However, it remains a highly challenging task due to several factors such as low …