paper-with-me

Papers

Integrating Mamba Sequence Model and Hierarchical Upsampling Network for Accurate Semantic Segmentation of Multiple Sclerosis Legion

2024-03-26 · Kazi Shahriar Sanjid, Md. Tanzim Hossain, Md. Shakib Shahariar Junayed, Dr. Mohammad Monir Uddin

Integrating components from convolutional neural networks and state space models in medical image segmentation presents a compelling approach to enhance accuracy and efficiency. We introduce Mamba HUNet, a novel architecture tailored for robust and efficient segmentation tasks. Leveraging strengths from Mamba UNet and the lighter version of Hierarchical Upsampling Network (HUNet), Mamba HUNet combines convolutional neural networks local feature extraction power with state space models long range dependency modeling capabilities. We first converted HUNet into a lighter version, maintaining performance parity and then integrated this lighter HUNet into Mamba HUNet, further enhancing its efficiency. The architecture partitions input grayscale images into patches, transforming them into 1D sequences for processing efficiency akin to Vision Transformers and Mamba models. Through Visual State Space blocks and patch merging layers, hierarchical features are extracted while preserving spatial information. Experimental results on publicly available Magnetic Resonance Imaging scans, notably in Multiple Sclerosis lesion segmentation, demonstrate Mamba HUNet's effectiveness across diverse segmentation tasks. The model's robustness and flexibility underscore its potential in handling complex anatomical structures. These findings establish Mamba HUNet as a promising solution in advancing medical image segmentation, with implications for improving clinical decision making processes.

📄 PDF Abstract BibTeX arXiv:2403.17432

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingImage SegmentationLesion SegmentationMambaMedical Image SegmentationSegmentationSemantic SegmentationState Space Models

Similar Papers 제목 키워드 기반

MSVM-UNet: Multi-Scale Vision Mamba UNet for Medical Image Segmentation

2024-08-25 · Chaowei Chen, Li Yu, Shiquan Min, Shunfang Wang

State Space Models (SSMs), especially Mamba, have shown great promise in medical image segmentation due to their ability to model long-range dependencies with linear computational complexity. However, accurate medical im…

Image SegmentationMambaMedical Image SegmentationSegmentation+2

DM-SegNet: Dual-Mamba Architecture for 3D Medical Image Segmentation with Global Context Modeling

2025-06-05 · Hangyu Ji

Accurate 3D medical image segmentation demands architectures capable of reconciling global context modeling with spatial topology preservation. While State Space Models (SSMs) like Mamba show potential for sequence model…

AnatomyBrain Tumor SegmentationDecoderImage Segmentation+7

SRMambaV2: Biomimetic Attention for Sparse Point Cloud Upsampling in Autonomous Driving

2025-07-23 · Chuang Chen, Xiaolin Qin, Jing Hu, Wenyi Ge arxiv

Upsampling LiDAR point clouds in autonomous driving scenarios remains a significant challenge due to the inherent sparsity and complex 3D structures of the data. Recent studies have attempted to address this problem by c…

Image Super-ResolutionAutonomous DrivingPoint Clouds

Samba: A Unified Mamba-based Framework for General Salient Object Detection

2025-01-01 · CVPR 2025 1 · Jiahao He, Keren Fu, Xiaohong Liu, Qijun Zhao

Existing salient object detection (SOD) models primarily resort to convolutional neural networks (CNNs) and Transformers. However, the limited receptive fields of CNNs and quadratic computational complexity of transf…

Mambaobject-detectionObject DetectionSalient Object Detection

Hierarchical Mamba Meets Hyperbolic Geometry: A New Paradigm for Structured Language Embeddings

2025-05-25 · Sarang Patil, Ashish Parmanand Pandey, Ioannis Koutis, Mengjia Xu

Selective state-space models have achieved great success in long-sequence modeling. However, their capacity for language representation, especially in complex hierarchical reasoning tasks, remains underexplored. Most lar…

MambaState Space Models