MMRINet: Efficient Mamba-Based Segmentation with Dual-Path Refinement for Low-Resource MRI Analysis
Abdelrahman Elsayed, Ahmed Jaheen, Mohammad Yaqub
TL;DR
This work tackles automated brain tumor segmentation in multi-parametric MRI under resource constraints by introducing MMRINet, a lightweight U-Net–style architecture that substitutes quadratic attention with linear-time Mamba state-space blocks. It couples a Mamba bottleneck with Dual-Path Feature Refinement (DPFR) and Progressive Feature Aggregation (PFA) to maximize feature diversity and multi-scale fusion in a data-scarce SSA setting. On BraTS-Lighthouse SSA 2025, MMRINet achieves a mean Dice of $0.752$ and HD95 of $12.23$ mm with roughly $2.5$M parameters, outperforming heavier transformer-based baselines while maintaining efficiency suitable for low-resource clinics. The results demonstrate that state-space models can deliver competitive segmentation performance at a fraction of the computational cost, enabling broader deployment in SSA hospitals, with future directions including multi-task extensions and cross-dataset validation.
Abstract
Automated brain tumor segmentation in multi-parametric MRI remains challenging in resource-constrained settings where deep 3D networks are computationally prohibitive. We propose MMRINet, a lightweight architecture that replaces quadratic-complexity attention with linear-complexity Mamba state-space models for efficient volumetric context modeling. Novel Dual-Path Feature Refinement (DPFR) modules maximize feature diversity without additional data requirements, while Progressive Feature Aggregation (PFA) enables effective multi-scale fusion. In the BraTS-Lighthouse SSA 2025, our model achieves strong performance with an average Dice score of (0.752) and an average HD95 of (12.23) with only ~2.5M parameters, demonstrating efficient and accurate segmentation suitable for low-resource clinical environments. Our GitHub repository can be accessed here: github.com/BioMedIA-MBZUAI/MMRINet.
