paper-with-me

홈 › Papers

DDFM: Denoising Diffusion Model for Multi-Modality Image Fusion

2023-03-13 · ICCV 2023 1 · Zixiang Zhao, Haowen Bai, Yuanzhi Zhu, Jiangshe Zhang, Shuang Xu, Yulun Zhang, Kai Zhang, Deyu Meng, Radu Timofte, Luc van Gool

Multi-modality image fusion aims to combine different modalities to produce fused images that retain the complementary features of each modality, such as functional highlights and texture details. To leverage strong generative priors and address challenges such as unstable training and lack of interpretability for GAN-based generative methods, we propose a novel fusion algorithm based on the denoising diffusion probabilistic model (DDPM). The fusion task is formulated as a conditional generation problem under the DDPM sampling framework, which is further divided into an unconditional generation subproblem and a maximum likelihood subproblem. The latter is modeled in a hierarchical Bayesian manner with latent variables and inferred by the expectation-maximization (EM) algorithm. By integrating the inference solution into the diffusion sampling iteration, our method can generate high-quality fused images with natural image generative priors and cross-modality information from source images. Note that all we required is an unconditional pre-trained generative model, and no fine-tuning is needed. Our extensive experiments indicate that our approach yields promising fusion results in infrared-visible image fusion and medical image fusion. The code is available at \url{https://github.com/Zhaozixiang1228/MMIF-DDFM}.

📄 PDF Abstract BibTeX arXiv:2303.06840

Code (4)

zhaozixiang1228/mmif-ddfm 공식 구현 pytorch
zhaozixiang1228/if-film pytorch
zhaozixiang1228/mmif-cddfuse pytorch
zhaozixiang1228/mmif-emma pytorch

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Dig2DIG: Dig into Diffusion Information Gains for Image Fusion

2025-03-24 · Bing Cao, Baoshuo Cai, Changqing Zhang, QinGhua Hu

Image fusion integrates complementary information from multi-source images to generate more informative results. Recently, the diffusion model, which demonstrates unprecedented generative potential, has been explored in …

DenoisingImage Denoising

Self-Consistent Recursive Diffusion Bridge for Medical Image Translation

2024-05-10 · Fuat Arslan, Bilal Kabas, Onat Dalmaz, Muzaffer Ozbey 외

Denoising diffusion models (DDM) have gained recent traction in medical image translation given improved training stability over adversarial models. DDMs learn a multi-step denoising transformation to progressively map r…

DenoisingSchedulingTranslation

Towards General Modality Translation with Contrastive and Predictive Latent Diffusion Bridge

2025-10-23 · Nimrod Berman, Omkar Joglekar, Eitan Kosman, Dotan Di Castro 외 arxiv

Recent advances in generative modeling have positioned diffusion models as state-of-the-art tools for sampling from complex data distributions. While these models have shown remarkable success across single-modality doma…

Image Super-Resolution

Multi-modal Crowd Counting via a Broker Modality

2024-07-10 · Haoliang Meng, Xiaopeng Hong, Chenhao Wang, Miao Shang 외

Multi-modal crowd counting involves estimating crowd density from both visual and thermal/depth images. This task is challenging due to the significant gap between these distinct modalities. In this paper, we propose a n…

Crowd CountingDenoising

There and Back Again: Bidirectional Diffusion Bridges for Multimodality Translation

2026-08-28 · Gabe Guo, Elon Litman, Thanawat Sornwanee, Jose Blanchet 외 arxiv

Multimodality translation (e.g., text-to-image) is a core generative AI task. However, existing approaches (1) follow generative paths that do not directly represent the source modality, limiting the flexibility of some …