paper-with-me

홈 › Papers

SegMaFormer: A Hybrid State-Space and Transformer Model for Efficient Segmentation

2026-03-23 · Duy D. Nguyen, Phat T. Tran-Truong arxiv

The advent of Transformer and Mamba-based architectures has significantly advanced 3D medical image segmentation by enabling global contextual modeling, a capability traditionally limited in Convolutional Neural Networks (CNNs). However, state-of-the-art Transformer models often entail substantial computational complexity and parameter counts, which is particularly prohibitive for volumetric data and further exacerbated by the limited availability of annotated medical imaging datasets. To address these limitations, this work introduces SegMaFormer, a lightweight hybrid architecture that synergizes Mamba and Transformer modules within a hierarchical volumetric encoder for efficient long-range dependency modeling. The model strategically employs Mamba-based layers in early, high-resolution stages to reduce computational overhead while capturing essential spatial context, and reserves self-attention mechanisms for later, lower-resolution stages to refine feature representation. This design is augmented with generalized rotary position embeddings to enhance spatial awareness. Despite its compact structure, SegMaFormer achieves competitive performance on three public benchmarks (Synapse, BraTS, and ACDC), matching the Dice coefficient of significantly larger models. Empirically, our approach reduces parameters by up to 75x and substantially decreases FLOPs compared to current state-of-the-art models, establishing an efficient and high-performing solution for 3D medical image segmentation.

📄 PDF Abstract BibTeX arXiv:2603.22002

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image Segmentation

Similar Papers 제목 키워드 기반

HMT-UNet: A hybird Mamba-Transformer Vision UNet for Medical Image Segmentation

2024-08-21 · Mingya Zhang, Zhihao Chen, Yiyuan Ge, Xianping Tao

In the field of medical image segmentation, models based on both CNN and Transformer have been thoroughly investigated. However, CNNs have limited modeling capabilities for long-range dependencies, making it challenging …

Image SegmentationMambaMedical Image SegmentationSegmentation+2

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

Hybrid-Fusion Transformer for Multisequence MRI

2023-11-02 · Jihoon Cho, Jinah Park

Medical segmentation has grown exponentially through the advent of a fully convolutional network (FCN), and we have now reached a turning point through the success of Transformer. However, the different characteristics o…

Brain Tumor SegmentationImage SegmentationSegmentationSemantic Segmentation+1

Time-Space Transformers for Video Panoptic Segmentation

2022-10-07 · Andra Petrovai, Sergiu Nedevschi

We propose a novel solution for the task of video panoptic segmentation, that simultaneously predicts pixel-level semantic and instance segmentation and generates clip-level instance tracks. Our network, named VPS-Transf…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+1

Hybrid Transformer-Mamba for Weakly Supervised Volumetric Medical Segmentation

2025-12-11 · Yiheng Lyu, Lian Xu, Coen Arrow, Mohammed Bennamoun 외 arxiv

Weakly supervised segmentation enables model training from plane-level labels. Existing methods often rely on 2D encoders, neglecting the volumetric nature of medical data. We propose TranSamba, a hybrid Transformer-Mamb…

Object Localization