HMC-transducer: hierarchical mamba-CNN transducer for robust liver tumor segmentation.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 41577985.
- Also identified by DOI 10.1038/s41746-026-02361-7 and PMC identifier 12916798.
- Licence recorded as CC BY-NC-ND.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Accurate segmentation of liver tumors from computed tomography (CT) scans is critical for clinical diagnosis and treatment planning, yet it remains a significant challenge due to the high variability in tumor shape, size, and indistinct boundaries. Existing deep learning models, dominated by convolutional neural networks (CNNs) and Transformers, face a fundamental trade-off: CNNs excel at capturing local features but are limited in modeling long-range spatial dependencies, while transformers capture global context at a computationally prohibitive quadratic cost for high-resolution 3D volumes. To overcome this, we propose the hierarchical mamba-CNN transducer (HMC-transducer), a novel and efficient hybrid architecture. Our model synergistically integrates the strengths of CNNs with the linear-complexity long-range modeling capabilities of Mamba, a recent state space model. The core innovations are twofold: (1) a direction-aware 3D Mamba (DA3D-Mamba) block, specifically designed to process volumetric data by preserving spatial topology along all three axes, and (2) a Mamba-CNN Transducer block with a gated fusion mechanism that learns to adaptively weigh and combine local and global features at each level of the network hierarchy. Extensive experiments on multiple public benchmarks, including LiTS17, MSD-liver, and KiTS21, demonstrate that our HMC-Transducer not only sets a new state-of-the-art in segmentation accuracy but also exhibits superior generalization and computational efficiency compared to leading CNN- and transformer-based methods. Our work presents a significant step towards developing generalizable and practical segmentation models for clinical applications.