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

TL;DR
DM-SegNet introduces a dual-Mamba architecture that effectively models global context and preserves spatial topology in 3D medical image segmentation, achieving state-of-the-art results on key benchmarks.
Contribution
The paper proposes a novel Dual-Mamba architecture with directional state transitions and anatomy-aware decoding to improve 3D medical image segmentation.
Findings
Achieves 85.44% DSC on Synapse dataset
Achieves 90.22% DSC on BraTS2023 dataset
Outperforms existing methods in accuracy
Abstract
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 modeling, existing medical SSMs suffer from encoder-decoder incompatibility: the encoder's 1D sequence flattening compromises spatial structures, while conventional decoders fail to leverage Mamba's state propagation. We present DM-SegNet, a Dual-Mamba architecture integrating directional state transitions with anatomy-aware hierarchical decoding. The core innovations include a quadri-directional spatial Mamba module employing four-directional 3D scanning to maintain anatomical spatial coherence, a gated spatial convolution layer that enhances spatially sensitive feature representation prior to state modeling, and a Mamba-driven decoding framework enabling bidirectional state…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Neural Network Applications · Medical Image Segmentation Techniques
MethodsConvolution · Mamba: Linear-Time Sequence Modeling with Selective State Spaces
