CVSep 20, 2025

Efficient Rectified Flow for Image Fusion

arXiv:2509.16549v211 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This work addresses the computational inefficiency of diffusion models in image fusion, making them more applicable for real-time or resource-constrained scenarios, though it is incremental as it builds on existing Rectified Flow and VAE techniques.

The authors tackled the problem of slow inference in diffusion models for image fusion by proposing RFfusion, a one-step diffusion model based on Rectified Flow, which achieves high-quality fusion results while significantly reducing computational complexity and inference time.

Image fusion is a fundamental and important task in computer vision, aiming to combine complementary information from different modalities to fuse images. In recent years, diffusion models have made significant developments in the field of image fusion. However, diffusion models often require complex computations and redundant inference time, which reduces the applicability of these methods. To address this issue, we propose RFfusion, an efficient one-step diffusion model for image fusion based on Rectified Flow. We incorporate Rectified Flow into the image fusion task to straighten the sampling path in the diffusion model, achieving one-step sampling without the need for additional training, while still maintaining high-quality fusion results. Furthermore, we propose a task-specific variational autoencoder (VAE) architecture tailored for image fusion, where the fusion operation is embedded within the latent space to further reduce computational complexity. To address the inherent discrepancy between conventional reconstruction-oriented VAE objectives and the requirements of image fusion, we introduce a two-stage training strategy. This approach facilitates the effective learning and integration of complementary information from multi-modal source images, thereby enabling the model to retain fine-grained structural details while significantly enhancing inference efficiency. Extensive experiments demonstrate that our method outperforms other state-of-the-art methods in terms of both inference speed and fusion quality. Code is available at https://github.com/zirui0625/RFfusion.

Foundations

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

Your Notes