Text-DiFuse: An Interactive Multi-Modal Image Fusion Framework based on Text-modulated Diffusion Model

Existing multi-modal image fusion methods fail to address the compound degradations presented in source images, resulting in fusion images plagued by noise, color bias, improper exposure, \textit{etc}. Additionally, these methods often overlook the specificity of foreground objects, weakening the salience of the objects of interest within the fused images. To address these challenges, this study proposes a novel interactive multi-modal image fusion framework based on the text-modulated diffusion model, called Text-DiFuse. First, this framework integrates feature-level information integration into the diffusion process, allowing adaptive degradation removal and multi-modal information fusion. This is the first attempt to deeply and explicitly embed information fusion within the diffusion process, effectively addressing compound degradation in image fusion. Second, by embedding the combination of the text and zero-shot location model into the diffusion fusion process, a text-controlled fusion re-modulation strategy is developed. This enables user-customized text control to improve fusion performance and highlight foreground objects in the fused images. Extensive experiments on diverse public datasets show that our Text-DiFuse achieves state-of-the-art fusion performance across various scenarios with complex degradation. Moreover, the semantic segmentation experiment validates the significant enhancement in semantic performance achieved by our text-controlled fusion re-modulation strategy. The code is publicly available at https://github.com/Leiii-Cao/Text-DiFuse.

Paper

References (67)

Scroll for more · 38 remaining

Similar papers

Peer review

Reviewer NcHo7/10 · confidence 5/52024-07-03

Summary

A new paradigm of multi-modal image fusion named Text-DiFuse is introduced, based on the diffusion model. The paradigm embeds a mechanism for aggregating feature-level multi-modal image information into the diffusion process of degrading multi-modal images, addressing the optimization gap between "degradation removal" and "multi-modal information fusion". Additionally, a zero-shot model is introduced to modulate the fusion strategy based on user-input target text, enhancing the saliency of the target of interest. The conducted experiments suggest significant improvements in both human visual perception and advanced computer vision tasks.

Strengths

1) Embedding the mechanism of aggregating feature-level information into multiple diffusion processes to fuse multi-modal information is interesting. It is foreseeable that this diffusion paradigm produces fused images with better fidelity compared to methods based on likelihood-constrained diffusion models. 2) The coupled approach effectively resolves the issue of compound degradation in the process of multi-modal fusion, as evidenced by experimental results demonstrating significant advantages over the sequential approach. 3) The authors emphasize the importance of foreground targets in advanced visual tasks and propose enhancing target saliency through zero-shot assisted re-modulation. This approach diverges from traditional uniform fusion rules, demonstrating effectiveness. 4) This approach shows strong applicability. It demonstrates superior performance in multiple tasks including infrared and visible image fusion, medical image fusion, and polarization image fusion.

Weaknesses

1) After the diffusion model is effectively trained, the sampling process can follow different step intervals. The information fusion in this method is integrated into the diffusion process, but the article does not seem to specify the sampling interval at which the results are obtained. Also, this article does not discuss the impact of the sampling interval on the fusion performance. 2) The presentation is slightly unclear. For example, from Equation 2 to Equation 6, both the features and the images carry the condition N that represents the degradation. Why does equation 7 no longer include N? Why can it be considered that the degradation has been removed at this point? 3) In Table 2 and Figure 4, some existing image restoration methods are cascaded in front of the fusion method to promote fairness in comparison, such as low-light enhancement (CLIP-LIT), denoising (SDAP), and white balance (AWB) algorithms. Please explain the choice of the order in which they are connected in series, i.e. why low light enhancement first, then denoising, and finally white balance. 4) Modulating the salience of targets of interest in the fusion process through language is novel. Intuitively, I think the improvement in semantic properties brought about by this modulation is widespread. Currently, the effectiveness of language modulation has only been verified in the semantic segmentation scenario. It is recommended to provide an evaluation in the object detection scenario to further verify its role.

Questions

Please refer to the weaknesses part.

Rating

7

Confidence

5

Soundness

4

Presentation

4

Contribution

4

Limitations

The authors have analyzed the limitations and potential negative impact.

Reviewer RoRE7/10 · confidence 5/52024-07-08

Summary

This work focuses on the topic of multi-modal image fusion. Two innovations enhance the performance of the fusion. One is the clever integration of information fusion into the diffusion process. This coupling way enables the fusion function to resist degradation. The other is the introduction of a text-based fusion remodulation strategy. This changes the limitation of previous fusion methods that could only use fixed mappings, allowing for the dynamic adjustment of the fused image based on specific requirements. This remodulation also enhances semantic attributes, improving the scores of the semantic segmentation task.

Strengths

1. Integrating information fusion into the diffusion process is novel. Especially, each sampling step triggers an information fusion, which enhances the sufficiency of information fusion. This coupling can ensure the robustness of information fusion, addressing challenges such as low light, noise, and color cast. 2. The introduction of multi-modal large models is interesting, particularly the ability to remodulate fused images using textual commands. This capability could potentially facilitate the flexible deployment of the proposed method across different application requirements. The demonstration of enhanced semantic attributes and improved semantic segmentation performance is good. 3. Overall, the experiments are relatively sufficient. The comparative experiments include both baseline comparisons and pre-enhancement comparisons, which are important for ensuring fairness. 4. The code is provided, which helps in reproducing the performance.

Weaknesses

1. On page 5, line 174, the source data used for fusion contains degradation, [{Xb,Y}|N]. My question is, in Equations (9) and (10), where do the clean {Xb,Y} used to guide the fusion come from? Is there a multi-modal dataset that contains paired degraded and clean data? The paper seems to lack an explanation for this. 2. The forward process of the diffusion model involves T steps of noise addition, while the reverse process consists of T steps of iterative sampling. Is the Z0 obtained in equation (8) a hypothetical Z0 derived from the diffusion relation at each sampling, or is it the Z0 after completing the full T steps of sampling? This determines the object of the constraints in the loss functions (9) and (10). It would be better to provide a detailed discussion on this. 3. Only after the T steps of sampling can the data without degradation be obtained. So why can Z_{t-1}^b in equation (7) be considered free from degradation N? 4. It's understandable that using textual modulation to control the desired targets of interest can enhance semantic attributes. My question is whether these enhanced semantic attributes can be generalized. In other words, can it also be effective in other high-level visual tasks besides semantic segmentation? 5. Typo: The Zt on the left side of equation (8) seems to have a missing superscript b.

Questions

Please answer the question raised in Weaknesses.

Rating

7

Confidence

5

Soundness

3

Presentation

2

Contribution

3

Limitations

Yes, there are discussions about the limitations and potential negative societal impacts.

Reviewer TtBn6/10 · confidence 5/52024-07-09

Summary

This paper addresses two primary challenges in multimodal image fusion: the mixed degradation of modalities and the insufficient salience of target objects. It proposes two methods to tackle these challenges: feature-level fusion diffusion and the re-modulation of fusion rules in target areas using a zero-shot segmentation model. They implement adequate experiments for evaluation, and the results demonstrate this method's advanced performance across various aspects, including the visual and semantic.

Strengths

+ The mixed degradation of modalities and the insufficient salience of target objects are two interesting problems in multimodal image fusion. This paper’s discussion and solution of these two problems may promote the usability of fusion methods in real scenarios. + The information fusion at the feature level is integrated into the diffusion process, which effectively realizes the degradation removal. + The customized object highlighting strategy based on the zero-shot segmentation model is flexible. In particular, its gain in semantic attributes will increase the usability of the fused image in downstream tasks. + This paper conducts lots of comparative experiments and ablation studies on the overall method. + The narrative of this paper is comprehensive and clear. For me, it's easy to follow.

Weaknesses

- This paper mentioned that the diffusion model is pre-trained to enable the denoising network to have the degradation removal function. However, details about the construction of the data used to train the diffusion model are missing. They need to describe this process to make the overall approach clearer. - This paper focuses on multimodal image fusion, being reflected in the title. In the main text, the proposed method is evaluated in two scenarios: infrared and visible image fusion and medical image fusion. In the supplementary materials, they further provide experiments on polarization image fusion. I am curious whether the applicable scenarios of the proposed method can be further expanded, such as the typical fusion of near-infrared and visible bands. - The experiments on polarization image fusion only provide visual results, and it would be better to add a quantitative evaluation. - I noticed that the proposed method separates the chrominance component and the brightness component, and then performs de-degradation on them separately. An explanation of why this operation is needed should be given. Perhaps an ablation experiment could more intuitively show the effect of this operation. - There are some minor typos, such as potential misspellings of dataset names in Tables 1 and 2. In addition, there seems to be a lack of underline on AG's second place.

Questions

1. How were the degradation condition data constructed, were paired supervised datasets used or synthetic datasets? 2. Has there been an attempt to evaluate the fusion on the fusion of near-infrared and visible bands? 3. Could you provide the quantitative results of polarization image fusion? 4. The separation of chrominance and brightness requires more explanation.

Rating

6

Confidence

5

Soundness

4

Presentation

3

Contribution

4

Limitations

Limitations and broader impacts have been included.

Reviewer DZyq6/10 · confidence 2/52024-07-13

Summary

This paper proposes an interactive framework that can exploit the intrinsic connection between image restoration and multi-modal image fusion. The authors embed information fusion within the diffusion process and address the "composite degradation challenge" i.e., multi-modal information integration with effective information restoration from degradation like colour casts, noise, and improper lighting. Particularly, first, independent conditional diffusion models are applied to each modality with compound degradation -- the degradation removal priors are embedded into the encoder-decoder network. A fusion control module (FCM) sits in the multi-step diffusion process to manage the integration of multi-modal features and remove degradation during T-step sampling. Next, to interactively enhance focus on objects of interest during diffusion fusion, the authors designed a text-controlled fusion re-modulation strategy that incorporates a text and a zero-shot OWL-ViT to identify the objects of interest. In other words, this step performs a secondary modulation with the built-in prior to enhance saliency.

Strengths

- It is interesting to see the effect of combining image restoration and multi-modal image fusion in a single framework. - The proposed method is well-motivated and the authors provide a clear explanation of the method. - The Text-controlled fusion re-modulation strategy could be useful in many applications. - The authors provide the code in the supplementary material (although I have only dry run the code and not tested it). - Extensive experiments are conducted to validate the proposed method. - The authors provide ablation studies to show the effectiveness of each component of the proposed method.

Weaknesses

For now, I have minor concerns and mostly questions (as listed in the next section). - The authors should add a brief discussion on the competitors in supplementary material. For example, differences between TarDAL, DeFusion, LRRNet, DDFM, and MRFS. - Typo in Eq. 2: $\Theta_{t}^{X^{B}}$ should be $\Theta_{t}^{X^{b}}$. - Improve the caption of Figure 2. I had to read the entire paper to understand the figure (it should be self-explanatory). - Not much of a weakness, but the authors could improve the clarity of the paper if they added the tensor dimension of each variable in Figure 2.

Questions

- In the proposed method, input visual image X is broken into brightness and chroma components. I wonder if this step is absolutely necessary -- or can we skip $\eta^{c}_{ theta}$ and directly combine both $X$ and $Y$ as three-channel images $\mathbb{R}^{H \times W \times 3}$. - What if I use InstructIR (for image restoration) followed by MaxFusion (for multi-modal fusion) -- how would it compare with the proposed method? - (InstructIR) https://arxiv.org/pdf/2401.16468 | Github: https://github.com/mv-lab/InstructIR - (MaxFusion) https://arxiv.org/pdf/2404.09977 | Github: https://github.com/Nithin-GK/MaxFusion - In the Limitation and Future work section, will a no-training approach be possible? For example, "MaxFusion"-like approach but with the proposed deep integration of image restoration and multi-modal fusion.

Rating

6

Confidence

2

Soundness

3

Presentation

2

Contribution

2

Limitations

The authors discussed limitation section in supplementary A.4 -- Particularly, Table S1 shows number of parameters and runtime. This is highly appreciated.

Reviewer NcHo2024-08-12

The response is clear and my concerns are addressed. In particular, the effectiveness of semantic attribute improvement is verified in the object detection scenario. I think this observation is inspiring. I also see that the authors perform an additional comparison by using an all-in-one image enhancement algorithm InstructIR, still showing this work's effectiveness. Consequently, I plan to keep my original rating and recommend accepting this paper.

Authorsrebuttal2024-08-13

Thank you very much for your positive feedback on our paper. The textual modulation enhances generalized semantic attributes, illustrating that abstract text encompasses rich semantic information and can aid in improving machine vision perception. This observation can inspire the design of methods for various high-level visual tasks. In the future, we will explore controllable semantic decision paradigms based on text integration, achieving various interesting functions, such as text-assisted, text-specified, and text-deception decisions. Furthermore, implicit integration of information restoration and fusion is indeed more attractive than explicit concatenation. This is not only because of its advanced performance but also due to its ability to handle multiple tasks with a single set of parameters. We commit that if this paper is accepted, all clarifications provided in the rebuttal will be incorporated into the camera-ready version.

Reviewer RoRE2024-08-12

To author's response

Thanks for the effort to clarify my questions in the provided rebuttal. Using the two-step strategy to address the limitation of data unavailability is clever, and I'm pleased to see the general semantic attributes brought by textual modulation. Therefore, I'm inclined to accept this paper. In the camera-ready version, please include the provided clarifications about the source of Z0 in loss functions (9) and (10) and the degradation N.

Authorsrebuttal2024-08-13

We truly appreciate your efforts in improving our paper. If this paper is accepted, we plan to incorporate the following revisions into the camera-ready version in response to your recommendations: 1. Explain the source of clean data for constructing loss functions: We adopt a two-step strategy to alleviate this challenge of unavailable data. The core idea of the two-step strategy is to relax the high data requirements by pre-training a generative model with limited available data. Then, this pre-trained model allows for the production of data that is not available in reality. 2. Explain the source of $Z_0$: We customize Eq. (8) based on the diffusion relationship, so we can derive the corresponding fake final fused image $Z_0$ from the results of any sampling step and apply the corresponding fusion constraints. We also consider using the results after all sampling as Z0 in loss functions (9) and (10). The quantitative results are reported below, demonstrating the advantages of our method compared to the full sampling strategy. | $Z_0$ | EN | AG| SD| SCD| VIF| | ---- | ---- | ---- | ---- | ---- | ---- | | Full Sampling | 5.93 | 1.74 | 23.99 | 1.26 | 0.63 | | Ours | **7.08** | **3.31** | **47.44** | **1.44** | **0.76** | 3. Explain the degradation $N$: The degradation symbol in Eqs. (2)-(6) is not the same thing as the noise in the diffusion process. The former refers to the degradation from the source images, specifically including improper lighting, color distortion, and random noise. In contrast, the latter comes from the Gaussian noise assumption of diffusion theory itself. 4. Verify textual modulation in object detection: We implement application experiments on the object detection task to verify the generalization of semantic attributes. Experimental results indicate that textual modulation indeed enhances semantic information, thereby benefiting downstream tasks. In the future, we will explore controllable semantic decision paradigms based on text integration, achieving various interesting functions, such as text-assisted, text-specified, and text-deception decisions. We greatly appreciate your positive feedback on our work. If you have any further questions or concerns, please feel free to contact us.

Authorsrebuttal2024-08-13

We truly appreciate your efforts in improving our paper. If this paper is accepted, we plan to incorporate the following revisions into the camera-ready version in response to your recommendations: 1. Supplement data construction details: We use existing supervised datasets (MIT-Adobe FiveK Dataset, Rendered WB dataset) and additionally simulate a portion of the data to meet the requirements of mixed degradation (such as improper lighting, color distortion, and noise). These data constitute the complete dataset for training our diffusion model, driving our model's learning for compound degradation removal. 2. Add additional application scenarios: We extend our proposed model to the near-infrared and visible image fusion task. The experimental results continued to demonstrate the advantages of our method. 3. Supplement quantitative evaluation of polarization image fusion: We supplement the quantitative assessment of the polarization image fusion, showing that our method achieves the best scores in four of all five metrics. 4. Discuss brightness-chrominance separation: We discuss the two reasons why our method does not directly handle three-channel images, including the nonlinear amplification of interference and the impact of fusion loss functions. We greatly appreciate your positive feedback on our work. If you have any further questions or concerns, please feel free to contact us.

Authorsrebuttal2024-08-13

We thank Reviewer DZyq for the insightful and valuable feedback. We have included new experimental results to demonstrate the necessity of brightness-chrominance separation in our method. Additionally, we have conducted a comparison with InstructIR+Fusion to further highlight the advanced performance of our method. Furthermore, a no-training version of our methods has been explored. We hope we have addressed all of your concerns. If you have any additional questions, please let us know.

Program Chairsdecision2024-09-25

Decision

Accept (spotlight)

© 2026 NYSGPT2525 LLC