UD-Mamba: A pixel-level uncertainty-driven Mamba model for medical image segmentation
Weiren Zhao, Feng Wang, Yanran Wang, Yutong Xie, Qi Wu, Yuyin Zhou

TL;DR
UD-Mamba introduces a pixel-level uncertainty-driven scanning mechanism to enhance medical image segmentation by focusing on high-uncertainty regions and improving local feature modeling.
Contribution
The paper proposes a novel uncertainty-driven scanning approach for Mamba models, incorporating sequential and skip scanning techniques with learnable parameters and a cosine consistency loss.
Findings
Improved segmentation accuracy across multiple medical imaging datasets.
Effective modeling of local features and ambiguous boundaries.
Enhanced interaction between background and foreground regions.
Abstract
Recent advancements have highlighted the Mamba framework, a state-space model known for its efficiency in capturing long-range dependencies with linear computational complexity. While Mamba has shown competitive performance in medical image segmentation, it encounters difficulties in modeling local features due to the sporadic nature of traditional location-based scanning methods and the complex, ambiguous boundaries often present in medical images. To overcome these challenges, we propose Uncertainty-Driven Mamba (UD-Mamba), which redefines the pixel-order scanning process by incorporating channel uncertainty into the scanning mechanism. UD-Mamba introduces two key scanning techniques: 1) sequential scanning, which prioritizes regions with high uncertainty by scanning in a row-by-row fashion, and 2) skip scanning, which processes columns vertically, moving from high-to-low or…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques
MethodsMamba: Linear-Time Sequence Modeling with Selective State Spaces
