FDPMambaFuse: A frequency-domain and parallel Mamba-based model for multimodal medical image fusion.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 42025043.
- Also identified by DOI 10.1016/j.neunet.2026.108994.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Multimodal medical image fusion (MMIF) integrates complementary information from different imaging modalities, providing more comprehensive and reliable support for clinical diagnosis and analysis. Although Mamba-based models efficiently capture long-range dependencies with low computational cost, existing approaches often overlook frequency-domain features and directional structural information, resulting in insufficient detail preservation and reduced semantic consistency. To address these limitations, we propose FDPMambaFuse, a fusion network that combines frequency-domain decomposition with multi-directional parallel Mamba. The framework employs a multi-level CNN-Mamba feature extractor, in which CNNs capture shallow spatial features, whereas a discrete wavelet transform (DWT)-based parallel Mamba module models multi-scale frequency components, long-range dependencies, and direction-sensitive structural details. A dual-stage fusion module is subsequently introduced to enhance cross-modal complementarity through channel interaction and spatially adaptive attention. In addition, we design an unsupervised hybrid loss that combines pixel-level uncertainty with image gradients to improve structural consistency and overall visual quality. To further improve model generalization, we construct and publicly release a high-quality photoacoustic-ultrasound fusion dataset, HIT-MMIF-PAUS. Extensive qualitative and quantitative experiments demonstrate that FDPMambaFuse outperforms state-of-the-art methods in fusion quality, structural fidelity, and edge clarity. Moreover, it achieves superior accuracy and robustness in downstream tumor segmentation tasks, further verifying its practical potential in clinical applications. Our code is publicly available at https://github.com/670768312/FDPMambaFuse.