CVAINov 17, 2025

FusionFM: All-in-One Multi-Modal Image Fusion with Flow Matching

arXiv:2511.13794v1h-index: 9Has Code
Originality Incremental advance
AI Analysis

This addresses the need for scalable and efficient multi-modal image fusion methods in computer vision applications, though it is incremental by building on existing generative and fusion techniques.

The paper tackles the problem of multi-modal image fusion by proposing FusionFM, which uses flow matching for efficient sampling and pseudo-labels from existing models for supervision, achieving competitive performance across tasks with improved efficiency and a lightweight design.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes