4.1. Experimental Setup
Datasets. In the task of infrared-visible RS image fusion, we adopt three widely used public datasets: DroneVehicle [
55], LLVIP [
56], and MAVS [
57]. The proposed model is trained on the standard training split of the DroneVehicle dataset and evaluated not only on its original test set but also on the LLVIP and MAVS datasets, which contain diverse scenarios such as varying complex environments. This setup is designed to further validate the generalizability of our model across various low-altitude UAV remote sensing scenarios. In addition, MAVS [
57], a multimodal visible-SAR remote sensing dataset, is used as an auxiliary cross-modal generalization benchmark to further evaluate the robustness of the proposed fusion framework beyond strictly visible-infrared scenarios.
This setting allows us to assess both infrared-visible fusion performance and cross-modal generalization ability in diverse remote sensing scenarios.
Implementation Details. All experiments are implemented in PyTorch 2.3.0 on a single NVIDIA RTX 4070. We use Adam [
58] with an initial learning rate of
. The batch size is 2. Images are resized to
, normalized to
, and augmented by random crop, horizontal flip, and intensity normalization. For fair comparison, all compared methods are evaluated on the same test image pairs with the same input resolution, normalization strategy, and metric calculation scripts. No additional manual post-processing is applied to the fused results of any method. For methods with publicly available official codes or pretrained models, we follow their official inference settings; for methods that require retraining, we reproduce them as closely as possible according to the training protocols provided in their original papers or official implementations. For SDN and TDN, we adopt a linear noise schedule with
forward steps and train the model to predict noise (
-prediction). During inference, we adopt DDIM sampling to reduce the number of reverse sampling steps, thereby decreasing the computational overhead and inference time compared with full long-chain DDPM sampling.
Table 1 lists our setting of loss weights. Each coefficient maps to a specific loss term. Specifically,
and
balance the branch-wise noise prediction in Equations (
6) and (
9);
and
correspond to the edge and high-frequency consistency losses in Equation (
6) and
and
refer to the texture and low-frequency consistency losses in Equation (
9). Furthermore,
,
, and
are assigned to the gradient losses across Equations (
6), (
9) and (
11), while
,
, and
control the structural similarity losses in the same equations. The collaborative losses in Equations (
6) and (
9) are weighted by
and
. For the refinement network in Equation (
11),
and
govern the
reconstruction and maximum-intensity preservation losses, respectively. Finally, the top-level parameters
, and
combine the three groups to form the total objective in Equation (
1).
Efficiency Consideration. Although the proposed dual-branch diffusion framework introduces additional computational cost compared with single-branch fusion methods, we adopt several strategies to improve practical efficiency. First, during inference, we employ a DDIM-based accelerated sampling strategy, reducing the number of reverse sampling steps from during training to , which significantly alleviates the iterative inference burden. In addition, the structure and texture branches can be executed in parallel at each diffusion step, and mixed-precision training is adopted to further reduce GPU memory usage.
To provide a more concrete analysis of the computational overhead, we further measure the resource consumption under the same experimental setting used in this paper, i.e., a single NVIDIA RTX 4070 GPU, batch size of 2, and input resolution of . During training, the peak GPU memory consumption is approximately 7.6 GB, and the average training time per iteration is about 443 ms. During inference, since gradient computation and auxiliary losses such as edge, texture, high-/low-frequency, and collaborative losses are not involved, the GPU memory consumption decreases to approximately 3.2 GB. With DDIM sampling, the average inference time for one infrared-visible image pair is about 3.9 s. These results indicate that although Fusion is computationally heavier than ordinary one-pass CNN-based fusion models, its resource consumption remains feasible on a single consumer-level GPU. Therefore, the proposed method is more suitable for offline or near-real-time remote sensing scenarios where fusion quality, structural fidelity, and cross-modal information preservation are prioritized over strict real-time latency.
Evaluation Metrics. To comprehensively evaluate the fusion quality of Fusion in remote sensing scenarios, we employ six widely used quantitative metrics covering four key aspects: information richness, structural detail preservation, cross-modal consistency, and perceptual fidelity. Entropy (EN) measures the overall information capacity of the fused image through intensity distribution analysis, reflecting the model’s ability to preserve fine-grained spectral variations in heterogeneous terrain. Edge Information (EI) and Mutual Information (MI) jointly assess the retention of structural boundaries and cross-source correlation, which are crucial for preserving man-made edges, coastlines, and linear features in high-resolution remote sensing imagery. Visual Information Fidelity (VIF) evaluates the perceptual preservation of salient details from both infrared and visible modalities, emphasizing the clarity of land–water boundaries, urban textures, and vegetation patterns. Structural Similarity (SSIM) measures luminance, contrast, and structural fidelity with respect to both modalities and is computed as the sum of modality-specific SSIM scores to capture joint structural consistency—this design can naturally yield values above 1 for high-quality fusion. Peak Signal-to-Noise Ratio (PSNR) complements these metrics by quantifying reconstruction fidelity with respect to both source images, ensuring that enhanced visual quality does not come at the cost of significant pixel-level distortion. Together, these metrics provide a balanced and objective evaluation of the fused results in terms of both human visual perception and task-oriented utility, ensuring that the proposed model not only generates visually pleasing outputs but also retains critical information for downstream remote sensing applications such as object detection, land-use classification, and change monitoring.
4.2. Comparison with State-of-the-Art Methods
In this section, we evaluate the performance of several state-of-the-art fusion methods on three benchmark test sets. Specifically, we compare several representative methods, including CNN-based methods (e.g., U2Fusion [
38], CDDFuse [
59], MetaFusion [
60], and ReCoNet [
61]), GAN-based methods (e.g., FusionGAN [
26] and TarDAL [
45]), and Diffusion-based methods (e.g., DDFM [
34], Diff-IF [
33], and TDFusion [
62]). To ensure a consistent evaluation protocol, all methods are tested on the same infrared-visible image pairs under the same preprocessing and evaluation pipeline. The fused outputs are saved in the same format and directly used for quantitative evaluation without additional enhancement, filtering, or manual adjustment. All methods are evaluated using the same quantitative metrics described previously to ensure a fair and consistent comparison.
It should be noted that Diff-IF is used to generate the pseudo-supervisory fusion prior for training Fusion. Therefore, the comparison with Diff-IF is interpreted as evaluating whether the proposed dual-branch conditional diffusion and feature refinement mechanism can further improve upon this prior, rather than as a completely independent prior-free comparison. As shown in the quantitative results, Fusion achieves better performance than Diff-IF on multiple metrics, indicating that our method does not simply reproduce the Diff-IF output but further improves structural clarity, texture preservation, and cross-modal information integration.
Qualitative comparison. Figure 3 presents the qualitative comparison results between our proposed
Fusion and several representative fusion methods on three typical image pairs from the DroneVehicle, LLVIP, and MAVS datasets. It is evident that our method achieves superior performance in both target saliency and texture detail preservation.
The example in the first group from the LLVIP [
56] dataset illustrates that
Fusion excels at preserving key infrared targets, as evidenced by the clearly rendered license plate region with sharp boundaries and enhanced contrast. Similarly, in the second group from DroneVehicle [
55], the contours of the directional signs are well-preserved, with sharp and complete edges, significantly outperforming other methods. This improved target separability greatly benefits downstream perception tasks.
Besides,
Fusion effectively preserves rich textural details from visible images, which is clearly evident in the third group from the MAVS [
57] dataset. This advantage is primarily attributed to our dual-path diffusion architecture, which enables the disentangled modeling of structural and textural features, thereby improving the fidelity of fine-grained visual information in line with human perceptual preferences.
With the collaborative conditional diffusion mechanism and multi-level feature representation, Fusion achieves a better balance between highlighting salient infrared targets and preserving visible texture richness, ultimately producing more visually pleasing fusion results.
Quantitative comparison. As summarized in
Table 2,
Fusion attains leading scores on most criteria, especially MI, VIF, and PSNR, showing strong capability in preserving cross-modal information and maintaining low distortion to both sources. It also delivers competitive second-best results on EI and SSIM, indicating sharper structures and high structural fidelity under our dual-path design. From a remote-sensing perspective, these gains are particularly meaningful: EI reflects the continuity of man-made edges (e.g., roads, runways, building façades) and coastline boundaries; MI/VIF capture how well salient thermal targets and fine visible textures are jointly retained, which benefits tasks such as small-object detection and land–water delineation; PSNR constrains pixel-level distortions that can harm quantitative interpretation (e.g., radiometric analyses), and our SSIM (computed as the sum to both modalities) emphasizes consistent local structure across infrared and visible views. We also note that EN by itself can be inflated by noise or excessive sharpening; therefore, we jointly consider EN with VIF/EI to prefer information-rich yet stable detail. Overall, the balanced improvements across MI/VIF/PSNR and the competitive EI/SSIM confirm that collaborative conditional diffusion effectively preserves both salient infrared cues and high-frequency visible textures, which is aligned with the requirements of downstream remote-sensing applications (e.g., detection and change monitoring).
Detection Performance Comparison. This section validates the effectiveness of fusion results in downstream object detection tasks [
63]. To ensure fairness, we adopt YOLOv12n as backbones and retrain it on the LLVIP [
56] and
FD [
45] training sets using fusion results from different methods. All detectors are trained for 200 epochs with identical hyperparameter settings.
Table 3 presents the detection performance comparison of different fusion methods on the
FD and LLVIP datasets. The results indicate that
Fusion achieves the highest mAP scores, outperforming all other methods in both datasets. This demonstrates that our method not only produces high-quality fusion images but also significantly enhances the performance of downstream object detection tasks.
As shown in
Figure 4, detectors trained on fused images demonstrate better object localization, especially in low-illumination and cluttered scenes. Notably,
Fusion provides clearer contours and stronger contrast for salient targets such as pedestrians, leading to improved detection accuracy. In Example 1, other models exhibit false positives, missed detections, or duplicate detections when facing scenes with strong headlight interference and densely clustered pedestrians. In contrast, our method accurately detects all salient targets in these challenging conditions, achieving high confidence scores across the board. In Example 2, the occlusion caused by tree branches on the left side results in detection failure for all other SOTA methods. Only
Fusion successfully identifies the obscured object, further demonstrating its robustness in complex, cluttered environments. This highlights the advantage of information complementarity in fusion images, which enhances model perception and robustness in complex environments.
4.3. Ablation Studies
To verify the effectiveness of Fusion, we design two types of ablation experiments. First, to evaluate the disentanglement ability of the dual-branch diffusion architecture, we conduct diagnostic ablations that separately examine the outputs of SDN, TDN, and the final fused image. This reveals the specific roles of the structure-focused SDN and the texture-focused TDN and shows how they complement each other in preserving structural fidelity and textural details. Second, to assess the impact of our constraint loss system, which combines structural, frequency, and perceptual terms, we perform loss ablations by removing individual loss components. The results demonstrate the contribution of each term to the overall fusion performance and visual stability. These experiments together confirm both the value of the dual-branch design and the necessity of our targeted optimization objectives.
Investigation on Different Pseudo-Supervisory Priors. To further analyze whether the proposed Fusion simply depends on a specific pseudo-supervisory prior or can consistently improve upon different fusion priors, we conduct an additional ablation study by using the outputs of different representative fusion methods as the pseudo-supervised image . Specifically, we select ReCoNet, CDDFuse, TDFusion, and U2Fusion as prior-generating methods and use their fused results as the clean reference images for retraining Fusion. For a fair comparison, all variants are trained under the same network architecture, training strategy, loss functions, and hyperparameter settings. The only difference lies in the source of the pseudo-supervised prior .
Table 4 summarizes the quantitative results on the DroneVehicle, LLVIP, and MAVS test sets. It can be observed that, in most cases,
Fusion trained with different pseudo-supervisory priors achieves better performance than the corresponding prior-generating baseline method. This indicates that the proposed model does not merely copy the input pseudo prior or rely on a particular fusion method. Instead, the structure diffusion branch, texture diffusion branch, and feature refinement network further refine the prior distribution and improve the fused representation. These results also suggest that the proposed framework has good robustness to different pseudo-supervisory priors and can effectively enhance structural clarity, texture preservation, and cross-modal information integration based on various initial fused distributions.
Investigation on Diffusion Branch Replacement. To verify whether the performance gains of Fusion stem from the diffusion process itself, rather than solely from the dual-branch architecture, FRN, or designed losses, we conduct a branch replacement ablation. Specifically, we replace the diffusion-based SDN and TDN with deterministic non-diffusion branches (a CNN and a CNN-Transformer hybrid). To ensure a fair comparison, all other components, including the dual-branch framework, FRN module, training strategy, and fusion losses, remain unchanged. This isolates the impact of our progressive conditional denoising process against deterministic feature mapping.
We evaluate both models on the DroneVehicle, LLVIP, and MAVS test sets using EI, EN, and MI (measuring edge preservation, information richness, and cross-modal retention, respectively). As shown in
Table 5, the deterministic replacement model suffers performance degradation across most metrics. Although it retains the dual-branch structure and FRN, it is less effective at balancing structural clarity and information preservation. In contrast, the full
Fusion achieves more stable and competitive performance. These results demonstrate that the diffusion-based conditional denoising process independently enhances fusion quality, further justifying its necessity in our remote sensing infrared-visible image fusion framework.
Investigation on Multi-Branch Outputs. To analyze the modality-specific roles of each branch in Fusion, we perform a diagnostic ablation on the trained model by exposing three image-domain outputs during inference: the structure-focused SDN output, the texture-focused TDN output, and the final fused image produced after the refinement stage. All other settings remain identical to the main experiments. We evaluate these outputs on the DroneVehicle, LLVIP, and MAVS test sets using EI, EN, and MI, which reflect edge sharpness, information richness, and overall information preservation, respectively.
Table 6 summarizes the quantitative results. It should be noted that the outputs of both SDN and TDN are image-domain results rather than feature-domain representations; that is, each branch directly produces a fused image. We further visualize the SDN and TDN outputs in
Figure 5. It can be observed that the TDN output tends to present a smoother global appearance and relatively lower contrast, which is consistent with its objective of preserving texture-related information and luminance stability. In contrast, the SDN output shows higher contrast and sharper edges, suggesting its stronger ability to preserve structural boundaries and geometric layouts. Nevertheless, some fine details are weakened in the SDN output, as this branch mainly emphasizes structural fidelity rather than rich texture reconstruction.
To further support this observation, we conduct a frequency-domain analysis in
Table 7. The results show that TDN consistently has a higher low-frequency energy ratio, indicating its stronger tendency to preserve luminance consistency and regional stability, while SDN has a higher high-frequency energy ratio, reflecting its stronger response to edges, contours, and local structural variations. The final
Fusion output lies between the two branches, suggesting that FRN effectively integrates the complementary low-frequency and high-frequency characteristics.
Although these visual differences may not always be obvious in every local region, the quantitative and frequency-domain results jointly confirm the functional specialization of the two branches. SDN achieves stronger EI performance, demonstrating its advantage in preserving edge and structural information, while TDN obtains competitive EN and MI scores, reflecting its ability to retain richer texture and information content. The final fused output integrates these complementary properties through FRN and achieves a more balanced performance, further verifying the effectiveness of the proposed dual-branch design.
Loss-level Diagnostic Ablation. To systematically validate the role of the proposed loss designs within the dual-pathway diffusion framework, we conducted targeted loss ablation studies. While keeping the basic losses (diffusion noise prediction loss , gradient loss , and structural similarity loss ) constant, we sequentially removed the five key constraint terms proposed in this paper to quantify their individual contributions and coupling effects.
In our experimental configuration, we maintain consistency across the network architecture, optimizer, and training strategy, while sequentially removing the aforementioned loss terms. Evaluation is conducted on three datasets—DroneVehicle, LLVIP, and MAVS—using three metrics: Edge Intensity (EI), Entropy (EN), and Mutual Information (MI), to reflect structural fidelity, information content, and cross-modal consistency, respectively. The experimental results are presented in
Table 8. Here, “w/o” stands for “without”, denoting the variant of our model where the corresponding loss function component is removed to verify its individual effectiveness. The key observations are as follows:
The removal of or leads to a significant decrease in EI, with the fused images manifesting blurred boundaries and missing details; this demonstrates that structure-related constraints are indispensable for maintaining geometric fidelity.
The removal of or results in a marked decrease in EN and MI, accompanied by luminance instability and texture blurring; this underscores the critical importance of texture and luminance/low-frequency constraints for detail preservation.
The removal of results in a concurrent decline in both EI and MI, alongside diminished cross-branch complementarity; this demonstrates the pivotal role of collaborative constraints in information fusion and feature alignment.
Upon the removal of all proposed constraints, the model degenerates into a framework relying solely on conventional diffusion and perceptual losses, resulting in over-smoothing and a loss of detail; this validates the necessity of the loss system proposed in this study.
In summary, the five categories of losses proposed in this paper establish a complementary mechanism within the overall optimization process: Structure-related losses () ensure edge and high-frequency fidelity. Texture-related losses () ensure edge and low-frequency fidelity. Collaborative consistency losses () facilitate information sharing and fusion across the dual branches. The comprehensive loss system enables Fusion to simultaneously achieve an optimal balance of structural clarity, information content, and cross-modal consistency across three categories of datasets. The five loss terms subject to ablation are as follows:
Edge Consistency Loss : This loss term constrains the consistency between the fused result and the most prominent edge regions in the input source images, thereby enhancing structural clarity and contour fidelity.
High-Frequency Consistency Loss : This loss term utilizes Laplacian filtering to extract high-frequency components, encouraging the model to preserve details and sharpness while preventing over-smoothing.
Texture Consistency Loss : This loss term employs multi-directional texture filters to constrain the local structural responses of both visible and infrared modalities, thereby enhancing detail consistency.
Low-Frequency Consistency Loss : This loss term utilizes Gaussian blurring to extract low-frequency components, achieving alignment in energy distributions while suppressing large-scale luminance drift.
Collaborative Loss : This loss term establishes complementary constraints within the dual-branch latent space, enabling the dynamic alignment and fusion of information from both the structural and textural branches.