FusionFM: All-in-One Multi-Modal Image Fusion with Flow Matching
Huayi Zhu, Xiu Shu, Youqiang Xiong, Qiao Liu, Rui Chen, Di Yuan, Xiaojun Chang, Zhenyu He
TL;DR
FusionFM addresses the scalability and efficiency challenges of multi-modal image fusion by reframing MMIF as direct probabilistic transport via flow matching. It introduces a two-stage pseudo-ground-truth generation using multiple state-of-the-art priors and a dedicated Fusion Refiner to produce high-quality supervisory signals. A continual-learning backbone combining elastic weight consolidation and experience replay preserves cross-task knowledge while enabling continual fusion across modalities. The approach delivers competitive results across IVF, MIF, MEF, and MFF tasks, with significantly improved sampling efficiency and a lightweight model suitable for real-time deployment, and it demonstrates strong downstream benefits in semantic segmentation and object detection.
Abstract
Current multi-modal image fusion methods typically rely on task-specific models, leading to high training costs and limited scalability. While generative methods provide a unified modeling perspective, they often suffer from slow inference due to the complex sampling trajectories from noise to image. To address this, we formulate image fusion as a direct probabilistic transport from source modalities to the fused image distribution, leveraging the flow matching paradigm to improve sampling efficiency and structural consistency. To mitigate the lack of high-quality fused images for supervision, we collect fusion results from multiple state-of-the-art models as priors, and employ a task-aware selection function to select the most reliable pseudo-labels for each task. We further introduce a Fusion Refiner module that employs a divide-and-conquer strategy to systematically identify, decompose, and enhance degraded components in selected pseudo-labels. For multi-task scenarios, we integrate elastic weight consolidation and experience replay mechanisms to preserve cross-task performance and enhance continual learning ability from both parameter stability and memory retention perspectives. Our approach achieves competitive performance across diverse fusion tasks, while significantly improving sampling efficiency and maintaining a lightweight model design. The code will be available at: https://github.com/Ist-Zhy/FusionFM.
