Next Article in Journal
3D Simulation Study for a Pneumatic Nozzle–Cylindrical Flapper System
Previous Article in Journal
Machine-Learning-Based Color Sensing Using Wearable SENSIPATCH Spectrometer Module: An Experimental Study
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Semantic-Guided Multi-Level Collaborative Fusion Network for Visible and Infrared Images

1
College of Aviation Electronics and Electrical, Civil Aviation Flight University of China, Guanghan 618307, China
2
School of Optoelectronic Science and Engineering, University of Electronic Science and Technology of China, Chengdu 610054, China
3
Sichuan Province Engineering Technology Research Center of General Aircraft Maintenance, Civil Aviation Flight University of China, Guanghan 618307, China
*
Authors to whom correspondence should be addressed.
Sensors 2026, 26(9), 2577; https://doi.org/10.3390/s26092577
Submission received: 9 March 2026 / Revised: 19 April 2026 / Accepted: 20 April 2026 / Published: 22 April 2026
(This article belongs to the Section Sensing and Imaging)

Highlights

What are the main findings?
  • We propose a semantic-guided collaborative network for visible and infrared image fusion that maintains semantic guidance throughout the fusion process, generating semantically consistent and detail-preserving fused representations.
  • Stage-wise cross-modal calibration and a three-level interaction strategy are constructed to strengthen early-stage information exchange and progressively inject semantic priors into cross-modal fusion and intra-modal feature learning.
What are the implications of the main findings?
  • Preserving global semantic context during up sampling is essential to mitigate semantic dilution and guide task-oriented fusion model design.
  • This study suggests that semantic-guided collaborative fusion represents a practical direction for enhancing perceptual quality and downstream object detection.

Abstract

The paramount value of image fusion is manifested in effectively enhancing downstream tasks. However, compatibility with subsequent tasks is compromised due to the semantic deficiency of fusion representations generated by current approaches. To mitigate this limitation, a semantic-guided multi-level collaborative fusion network is proposed, termed DSIFuse. By leveraging semantic priors and global context extracted from auxiliary segmentation branches, a multi-level interaction space is constructed to explicitly refine cross-modal features. Specifically, a cross-modal feature correction mechanism is designed to enhance semantic alignment by injecting complementary visible–infrared information at each layer, while a three-level interaction strategy gradually integrates unimodal features and semantic maps to generate semantically enriched representations. To mitigate semantic information loss during image reconstruction, a semantic compensation block is employed, incorporating interactive representations from prior layers and global semantic maps into the multi-scale decoder. Finally, the overall loss integrates semantic supervision, gradient, and intensity loss. Experiments conducted on public datasets indicate that clear fusion images are generated by DSIFuse, with improved structural consistency and reduced artifacts. Under a unified benchmark, the fused representations subsequently yield improved performance in downstream object detection tasks.

1. Introduction

Multispectral sensors acquire complementary information from diverse imaging modalities, providing a richer basis for subsequent fusion and analysis [1]. Infrared sensors excel at thermal radiation imaging under extreme conditions but lack textural details. Conversely, visible sensors preserve abundant structural and textural information, yet their performance deteriorates in low-illumination and harsh environments. By integrating the complementary strengths of these two modalities, infrared–visible image fusion is expected to generate more informative representations for downstream tasks such as object detection, scene understanding, and multimodal tracking [2,3,4].
Despite achieving substantial progress, a significant limitation remains in existing fusion research. Fused images are still evaluated primarily from the perspective of human visual perception, whereas semantic completeness and compatibility with downstream machine vision tasks are often insufficiently considered. For high-level vision applications, a fused representation should preserve not only prominent visual content but also semantically consistent cross-modal cues that facilitate reliable inference. When semantic guidance is insufficient during intermediate feature learning, fused images frequently exhibit incomplete object semantics, blurred boundaries, and unstable cross-modal correspondence, ultimately constraining their applicability in downstream tasks.
In response to these challenges, we propose a semantic-guided multi-level collaborative fusion network for infrared and visible image fusion, abbreviated as DSIFuse. Our method is meticulously engineered to enhance semantic consistency, retain intricate details, and improve compatibility with downstream tasks by employing multi-level collaboration. Specifically, this work presents a hybrid collaborative fusion framework that strategically combines the advantages of direct and feedback fusion to enable hierarchical cross- and intra-modal interactions, Figure 1c. Semantic information loss is effectively mitigated by introducing semantic priors via a three-stage interaction and applying semantic compensation during the decoding phase. This comprehensive strategy ultimately yields semantically consistent and detail-rich fused representations, which are more compatible with object detection in our evaluated benchmark setting. Comprehensive experiments conducted on public datasets reveal that DSIFuse attains competitive performance in fusion metrics while also showing competitive object detection results under a unified benchmark. These findings indicate that a unified semantic-guided collaborative design represents a promising and effective approach for task-oriented visible–infrared image fusion.

2. Related Works

2.1. Semantic-Guided Image Fusion

Existing multimodal semantic segmentation methods for visible–infrared modalities are broadly categorized into two principal paradigms (as depicted in Figure 1): direct fusion [5,6,7] and feedback fusion [8,9,10]. In the direct fusion paradigm Figure 1a, two separate backbone networks are employed to extract multi-level features from each modality. The extracted features are subsequently integrated at various levels via a fusion module that operates independently of the backbone networks. However, such approaches generally exhibit the following limitations: they typically utilize a uniform fusion strategy to process features from different levels, thereby overlooking the inherent semantic evolution of features from low to high levels. Simultaneously, the absence of information exchange between fusion layers often leads to an isolated, level-by-level fusion pattern. For instance, while RTFNet [7] targets real-time performance, supervision signals are applied solely at its final output layer. This insufficient supervision during intermediate feature extraction and fusion processes often leads to segmentation outputs characterized by blurred boundaries and category confusion. Similarly, EFNet [11] excels in designing efficient fusion modules, rendering it suitable for applications with stringent real-time requirements. CrossNet [12] enhances feature integration accuracy through intricate strategies. However, both these approaches share core issues: rigid fusion mechanisms and isolated information flow between fusion layers.
In contrast, feedback fusion Figure 1b introduces an interaction mechanism that augments direct fusion by feeding backbone-independent fused features back into their corresponding branches, thereby establishing multi-level interactions between the encoder and fusion layers. As representative models of the feedback fusion paradigm, RFNet [13] and BiFNet [14] introduce recurrent or bidirectional interaction mechanisms, enhancing feature exchange compared to direct fusion approaches. Nevertheless, these methods still contend with challenges, including information bottlenecks, suboptimal utilization of modal complementarity, and sparse supervision signals. While such methods indeed enhance feature interactions, the inherent feedback loops may inadvertently lead to information bottlenecks, where shallow layers rich in fine-grained detailed features struggle to be recursively integrated into deeper networks to form comprehensive high-level semantics. Therefore, the complementarity between modalities also fails to be effectively leveraged during multi-level interactions. Furthermore, both aforementioned paradigms are generally plagued by limited intermediate supervision. Supervision is typically applied only to the model’s final output, while the intermediate feature fusion process lacks a direct optimization objective. This deficiency in supervision constrains the representational power of multi-level fused features, thereby leading to ambiguity and uncertainty.
Although multispectral semantic understanding methods have demonstrated the value of structured cross-modal interaction, infrared–visible image fusion faces the further challenge of converting such semantic collaboration into task-friendly fused images, which motivates a review of recent task-oriented fusion studies.

2.2. Task-Oriented Image Fusion

Earlier deep learning-based infrared–visible image fusion methods primarily emphasized perceptual quality through improved feature extraction and image reconstruction. However, more recent studies have increasingly shifted attention toward semantic completeness and compatibility with downstream tasks. For example, methods based on progressive semantic injection and scene-fidelity preservation [15] show that high-level semantic cues are beneficial for maintaining structural consistency and salient objects. PIAFusion [16] improves perceptual fusion quality through a progressive illumination-aware strategy, while TarDAL [17] explores object-aware adversarial learning for object-detection-oriented fusion. SeAFusion [18] further incorporates semantic-aware optimization into a real-time fusion framework, underscoring the importance of coupling image fusion with downstream perception. Nevertheless, these methods mainly demonstrate the effectiveness of incorporating semantic or task-specific cues into the fusion process, whereas their optimization remains largely centered on improving fusion quality or supporting a specific downstream objective. Consequently, progressive cross-modal correction is only weakly modeled, and the propagation of semantic guidance across stages, as well as its compensation during decoding, is not explicitly addressed.
This direction has been further advanced by recent task-oriented and semantic-guided studies. MetaFusion [19] introduced object-detection-derived meta-feature embedding to guide fusion toward downstream-friendly representations. Liu et al. [20] investigated multi-interactive feature learning and established a benchmark spanning image fusion and segmentation, highlighting the importance of sustained multimodal interaction across tasks. CoCoNet [21] improved multimodal representation quality through coupled contrastive learning and multi-level feature ensemble. Zheng et al. [22] probed synergistic high-order interaction to capture more complex dependencies between infrared and visible modalities. Liu et al. [23] developed a semantic-driven coupled network that explicitly injects semantic cues into the fusion process, while DCEvo [24] further advanced multimodal representation learning through discriminative cross-dimensional evolutionary learning. Complementary to these semantically driven studies, Li et al. [25] addressed infrared–visible image fusion by mitigating modality discrepancy and enhancing spatial consistency. In CSSA-Fusion, cross-modal representations are refined through channel-selective enhancement and redundancy suppression, and fusion quality is further improved via direction-aware feature processing and explicit spatial alignment. However, these methods have largely focused on enhancing individual components of the pipeline, such as task-specific supervision, cross-modal representation interaction, or alignment-aware refinement. As a result, semantic guidance, cross-stage information correction, and decoder-side compensation have generally been optimized in a loosely coupled manner, rather than being incorporated into a unified collaborative framework.
Taken together, these studies indicate that semantic priors, richer multimodal interactions, and tighter coupling with downstream tasks are crucial for high-quality infrared–visible fusion. Nevertheless, a unified framework that jointly performs stage-wise cross-modal correction, progressive semantic-guided interaction, and decoder-side semantic compensation remains insufficiently explored. DSIFuse is developed from this perspective, aiming to improve semantic consistency, detail preservation, and downstream task compatibility within a single collaborative framework.

3. Methods

The DSIFuse framework is composed of five stages: visible and infrared encoders, cross-modal feature calibration, tri-level semantic decoder supervision, hierarchical three-level interactive fusion, and multi-scale decoding. The overall network architecture is illustrated in Figure 2.

3.1. Framework Overview

Multi-scale hierarchical features are extracted from the visible (V) and infrared (R) modalities using a ResNet-based encoder [26], leveraging its deep residual learning capability. These two branches process modality-specific data in parallel while maintaining interactive information flow. Let F V n and F R n denote the multi-level visible and infrared features obtained from the nth block ( n 1 , 2 , 3 , 4 , 5 ) of ResNet, respectively. For modeling multimodal complementarity with long-range dependencies across spatial-channel feature domains, a calibration mechanism (CFC) is integrated between the two branches. Through this mechanism, features from one modality are calibrated using contextual information from the other, enabling effective cross-modal interaction. A stage-wise exchange of the calibrated features between the two modalities promotes comprehensive feature alignment.
The calibrated modality-specific features F I   ( I V , R ) and fusion feature C n   ( n 1 , 2 , 3 , 4 , 5 ) are further exploited by auxiliary segmentation branches to generate semantic guidance maps. Specifically, the deepest calibrated feature in each modality-specific branch is decoded into a coarse segmentation map, denoted as S I   ( I V , R ) , which is regarded as the semantic prior of the corresponding modality. In parallel, the fusion features C n n = 1 5 are decoded to produce a global coarse segmentation map S G , which captures the shared scene-level semantic context across the two modalities. S I and S G are subsequently used for hierarchical interaction and semantic compensation, respectively. Feature interaction between F I and S I operates at scales n = 3 , 4 , 5 , forming a three-level hierarchy. Following the three-level interaction, a set of hierarchical interaction representations M I t ( t 1 , 2 , 3 ) is obtained, where t denotes the interaction level. M I t is residually added to the corresponding modality-specific encoder feature. Specifically, M V 1 and M R 1 are added to F V 3 and F R 3 , M V 2 and M R 2 are added to F V 4 and F R 4 , and M V 3 and M R 3 are added to F V 5 and F R 5 , respectively. Furthermore, to mitigate semantic loss during decoder upsampling, M I t ( t 1 , 2 ) and S g l o b a l are fed into a semantic compensation block (SCB) to generate the compensation feature A f . Finally, the fused image D f R H × W × 3 is produced by integrating A f with decoder-layer features D f n ( n 5 , 4 , 3 , 2 , 1 ) .
Infrared and visible modalities exhibit inherent complementarity. Although each modality inevitably introduces its own noise, its complementary information enables mutual calibration. Building on this insight, the CFC module (Figure 3) operates on the principle of bidirectional calibration, enabling infrared features to suppress noise in visible representations while visible information simultaneously calibrates infrared features. The module is embedded between two adjacent backbone stages, where bidirectionally calibrated features from both modalities are propagated to the subsequent stage for progressive refinement and enhancement of feature extraction.

3.2. Cross-Modal Feature Calibration

As described above, infrared and visible modalities provide complementary information, yet each is affected by modality-specific noise. Features from one modality can be exploited to filter and calibrate noisy information from the other. To this end, the proposed cross-modal feature calibration block (CFC) in Figure 3 facilitates bidirectional feature calibration across parallel streams at every feature-extraction stage. For handling cross-modal noise and uncertainty, CFC processes features along both channel and spatial dimensions, enabling holistic feature calibration and thereby enhancing multimodal feature extraction and interaction.

3.2.1. Channel-Wise Calibration

Global average pooling and global max pooling are applied along the spatial dimension to the input features F V n R H × W × C and F R n R H × W × C , preserving global channel-wise information. The four resulting feature vectors are then concatenated to form Y R 1 × 1 × 4 C . Subsequently, a multi-layer perceptron (MLP) followed by a sigmoid activation function is applied to Y , the channel weights W V C and W R C are generated:
W V C , W R C = F s p l i t σ F m l p Y ,
where σ ( · ) denotes the sigmoid activation function. The channel-wise calibration operation is as follows:
F V , r e c C = W R C F R n , F R , r e c C = W V C F V n .
where denotes channel-wise multiplication.

3.2.2. Spatial-Wise Calibration

To further calibrate local information, CFC performs supplementary calibration in the spatial dimension. The inputs F V n and F R n are concatenated and projected into two spatial attention maps: W V S R H × W and W R S R H × W . The projection is implemented through two 1 × 1 convolutional layers followed by a ReLU activation. A sigmoid function is then applied to generate the embedded feature map F R H × W × 2 , which is subsequently divided into two spatial attention maps. The formulation is as follows:
F = C o n v 1 × 1 R E L U C o n v 1 × 1 F V n F R n ,
W V S , W R S = F s p l i t σ F .
Analogous to the channel-wise calibration, the spatial-wise calibration follows an analogous formulation:
F V , r e c S = W R S F R n , F R , r e c S = W V S F V n .
where denotes spatial-wise multiplication. The final dual-modal output features F V o u t and F R o u t are obtained through residual fusion:
F V o u t = F V n + λ C F V , r e c C + λ S F V , r e c S , F R o u t = F R n + λ C F R , r e c C + λ S F R , r e c S .
where λ C and λ S are equilibrium coefficients, both set to default values of 0.5. F V o u t and F R o u t are comprehensively calibrated features, which will be fed into the subsequent stage. The concatenated features C n serve as the input to the global semantic decoder.

3.3. Three-Level Interaction Strategy

3.3.1. Cross-Modal Fusion Block

At the CFB’s first level ( t = 1 ), which is applied to the encoder stage n = 3 , a cross-attention transformer (CAT) and a FiLM-based modality integration block (FMI) are designed. Prior to cross-attention, the semantic priors S I is resized to match the spatial resolution of F I 3 and flattened along the spatial dimension. Thus, Q I s e g = W I q S I , K I s e g = W I k F I 3 , and V I s e g = W I v F I 3 each contain H 3 W 3 tokens, and Q I s e g ( K I s e g ) T R H 3 W 3 × H 3 W 3 . The s o f t m a x in Equation (7) is applied along the key dimension for each query token. The resulting interaction feature is then reshaped to the same spatial size as F I 3 by constructing a cross-attention mapping where S I serves as the query (Q) vector, and F I 3 provides the key (K) and value (V) vectors, thereby prioritizing visual features aligned with semantic knowledge. This configuration enables the semantic-guided feature fusion, yielding a preliminary interaction feature m I 1 via the CAT. The interaction is formulated as follows:
m I 1 = s o f t m a x ( W I q S I ) ( W I k F I 3 ) T d k W I v F I 3 ,
where I V , R . W denotes the weight matrix of the linear mapping. d k is the scaling factor used to stabilize gradients. To mitigate the discrepancies in cross-model feature distribution, a condition-based FMI performs an affine transformation on the primary features m v i s 1 and m i n f 1 . This transformation is facilitated by the scaling and offset coefficients ( β , γ ) generated from the corresponding conditional features via a convolutional layer, yielding the adapted representation M I t ( t = 1 ) for reintegration into the corresponding modality branch. The process is defined as follows:
M I 1 = β I + 1 m I 1 + γ I ,
F ~ I 3 = M I 1 + F I 3 .
where denotes element-wise multiplication.

3.3.2. Intra-Modal Interaction Block

The IMB is structured with two cascaded cross-attention paths at levels t = 2 and t = 3 , corresponding to encoder stages n = 4 and n = 5 , respectively, aiming at balancing semantic prior knowledge and visual details. Specifically, the semantic-guided path integrates global semantic prior knowledge, enabling modal features to be guided and enhanced by high-level semantic information. For the interaction levels t 2 ,   3 , S I is resized according to the spatial size of F I n   ( n 4 ,   5 ) and reused to guide the semantic-guided path. Within this path, S I maps to Q, while F I n maps to K and V, whose interaction produces m I t . By mapping F I n as the query (q) and m I t as the key (k) and value (v), the visual recovery path compensates for detail loss, producing an interactive representation c I t with enhanced visual fidelity. Concatenating the outputs m I t and c I t from both paths yields a fine-grained representation g I t that balances semantic and detailed information. Subsequently, g I t is adaptively modulated by ( β , γ ) , which are conditioned on S I in the FMI block, thereby enhancing the completeness of the final output. Finally, the resulting M I t is fed back into the encoder layer. The computations for M I t and F I n are as follows:
M I t = β S I + 1 g I t + γ S I ,
F ~ I n = M I t + F I n .
where β S I ,   γ S I denotes the scaling and shift coefficients for S I .

3.4. Semantic Compensation Block

To mitigate the semantic loss induced by upsampling in the decoder, M I t   ( t 1 ,   2 ) and S G are compensated into their respective decoder layers via SCB, as detailed in Figure 4. Specifically, M I t and S G are upsampled separately to align their spatial resolutions with the object feature D f n to be calibrated. Subsequently, these upsampled features undergo a 3 × 3 convolution followed by concatenation. Channel attention is then applied to the concatenated features to obtain A f . Finally, A f is element-wise added to D f n   ( n 4 , 5 ) to yield D f n , which then continues through the subsequent decoding process.

3.5. Fusion Loss

To attain a holistic and coherent fusion feature, a composite loss function L is designed, comprising intensity loss L i n t , gradient loss L g r a , and semantic prior loss L s e m . L is defined as follows:
L = μ L i n t + ζ L g r a + η L s e m .
where μ , ζ , and η denote the weighting coefficients for L i n t , L g r a , L s e m , respectively. Inspired by [15], a salient object mask M l a b e l , derived from the dataset-provided binary annotation mask, is introduced to guide the fusion network for preserving salient infrared targets. Specifically, for each training pair, pixels belonging to the annotated foreground target are assigned a value of 1, whereas background pixels are assigned 0, yielding M l a b e l 0 , 1 H × W . L i n t is expressed as follows:
L i n t = 1 H W δ M R + M l a b e l D f X R 1 +                                           1 H W δ M V + 1 M l a b e l D f X V 1 ,
M R = N o r m V a r k × k X R ,   M V = N o r m V a r k × k X V ,
where δ ( x ) denotes a binary thresholding operator applied to the combined masks, which outputs 1 for positive inputs and 0 otherwise. N o r m ( · ) denotes min–max normalization, which rescales the variance map to the range [0, 1]. V a r k × k denotes the pixel-wise local variance computed within a k × k neighborhood, where k is the side length of the local window and is set to 3 in all experiments. M R and M V serve as contrast-aware soft masks, where larger values indicate regions with richer local structures. D f is the final fused image. X R and X V denote the source infrared and visible images, respectively. · 1 denotes the L1 norm.
Additionally, the L g r a leverages a max-selection rule on the source gradients to preserve critical texture details, as formulated below:
L g r a = 1 H W D f m a x X R , X V 1 ,
where is the Sobel gradient operator, and · denotes the absolute value. To constrain prior knowledge learning, a semantic prior loss L s e m is constructed to ensure the fused image retains complete semantic information during the three-stage interaction. Incorporating multi-scale intermediate features into the loss calculation provides deeper supervision for extracting beneficial information. L s e m is defined as follows:
L s e m = t = 1 3 1 H t W t S R t E t 2 + S V t E t 2 .
where S R t and S V t represent the semantic priors at level t , generated by upsampling or downsampling S R and S V . E t denotes the multi-scale semantic ground-truth map obtained by resizing the pixel-wise annotation map to the spatial resolution H t × W t . Nearest-neighbor interpolation is adopted to preserve discrete semantic boundaries. Since each visible–infrared pair depicts the same scene, the shared E t is used to supervise both S R t and S V t . These semantic ground-truth maps are only used during training. H t and W t denote the height and width of S I t at level t .

4. Experiments

This section first introduces the implementation details and configuration of the DSIFuse network. Subsequently, extensive experiments on multiple public datasets are conducted to evaluate the model’s performance. The superiority of DSIFuse is demonstrated by comparing its fusion performance against various state-of-the-art algorithms from qualitative and quantitative perspectives, encompassing image fusion evaluation metrics, downstream object detection accuracy, and operational efficiency. Finally, ablation studies are conducted to isolate and highlight the contributions of each design component within the model architecture to the overall performance improvement.

4.1. Experimental Protocol

4.1.1. Datasets

To assess the fusion performance of DSIFuse, comprehensive experiments were conducted utilizing three publicly available datasets: MSRS [16], M3FD [17], and TNO [27]. The DSIFuse network was trained on the MSRS training set (1083 pairs), while the MSRS test set (361 pairs), the M3FD image fusion dataset (300 pairs), and the TNO (37 pairs) were served as test sets to comprehensively validate fusion performance. Additionally, further evaluation of fusion image quality was conducted on the M3FD object detection dataset (4200 pairs).

4.1.2. Comparison Methods

To demonstrate the superiority of DSIFuse, nine widely used fusion methods were selected for comparison. These include three autoencoder-based methods: DenseFuse [28], DRF [29], and MFIFusion [30]; three convolutional neural network-based methods: SeAFusion [18], UMF-CMGR [31], and LRRNet [32]; one generative adversarial network-based method: FusionGAN [33]; and two Transformer-based methods: CDDFuse [34] and CrossFuse [35].

4.1.3. Evaluation Metrics

A high-quality fusion image should effectively capture salient objects and preserve visual quality from multimodal images. To comprehensively assess fusion outcomes, we employ six metrics for quantitative evaluation: information–theoretic measures including entropy (EN) [36] and mutual information (MI) [37]; feature-based metrics such as average gradient (AG) [38] and standard deviation (SD) [39]; human-perception-based visual information fidelity (VIF) [40] and structural similarity-based structural similarity measure (SSIM) [41]. Higher metric values indicate superior fusion results. Additionally, the standard evaluation method using mean average precision (mAP) validated the effectiveness of the DSIFuse in object localization and detection tasks. Here, mAP50 denotes the mean AP at an IoU threshold of 0.5, while mAP50:95 denotes the average AP over IoU thresholds from 0.50 to 0.95 with a step size of 0.05. Formally,
m A P 50 = 1 C C = 1 C A P C 0.5 ,
m A P 50 : 95 = 1 10 C t = 0 9 C = 1 C A P C 0.50 + 0.05 t .
where C is the number of object categories, and A P τ denotes the average precision of category C at IoU threshold τ . IoU denotes the intersection over union between the predicted bounding box and the ground-truth bounding box.

4.1.4. Training Details

Our DSIFuse was trained on the PyTorch 1.13 platform under the following empirical configuration: 1900 epochs, a batch size of 16, and loss weighting coefficients set to μ = 155, ζ = 10, and η = 7. These coefficients were determined by grid search on a validation subset of the training set, and the final setting was adopted because it achieved the best balance among intensity fidelity, gradient preservation, and semantic consistency. The initial learning rate was set as 0.001, and the poly-learning rate decay strategy was employed to effectively extract semantic information. All experiments were conducted on an NVIDIA GeForce RTX 5070Ti GPU (NVIDIA Corp., Santa Clara, CA, USA) and an AMD Ryzen 7 9700X 8-Core Processor CPU (Advanced Micro Devices, Inc., Santa Clara, CA, USA).

4.2. Fusion Comparison and Analysis

4.2.1. Results of Infrared–Visible Image Fusion

(1)
Qualitative Comparison and Analysis: Figure 5, Figure 6 and Figure 7 present qualitative visualization results from six representative image pairs sourced from the MSRS, M3FD, and TNO datasets. For clearer comparison, prominent object regions are annotated (indicated by red, green, and blue rectangles) and displayed in enlarged views. Figure 5 demonstrates that across two representative MSRS scenes, pedestrians in dark areas of our DSIFuse-fused image exhibit high contrast and sharp contours, while effectively preserving vehicle texture details. Moreover, under challenging nighttime conditions involving weak objects and bright light sources, DSIFuse effectively suppresses overexposure and preserves local structural details, thereby maintaining both object saliency and structural fidelity. In contrast, visual inspection reveals that FusionGAN, DRF, and UMF-CMGR fail to effectively highlight discriminative objects, while LRRNet and CDDFuse cannot preserve rich texture details. Although SeAFusion and MFIFusion produce distinct objects with well-preserved texture details, their contrast and clarity fall short of our approach. Overall, superior fusion quality is achieved by DSIFuse, as evidenced by clearer salient objects, sharper boundaries, and more faithful texture preservation under varying illumination conditions. This advantage stems from three key aspects. First, multi-level cross-modal interactions and intra-modal enhancement mechanisms ensure effective extraction, precise alignment, and deep fusion of distinct modal features. Furthermore, the semantic compensation block and global semantic priors were devised to guide the fusion process, maintaining high semantic consistency while compensating for and refining potentially missing details in the fusion results. This simultaneously highlights prominent objects and preserves fine textures. Finally, a refined loss function based on contrast masks and salient object masks was designed to maintain the visual appeal of the fused images. As shown in Figure 6, under challenging visibility conditions, most fusion algorithms fail to produce satisfactory fusion results. In the smoke-filled scene, buildings obscured by smoke cannot be clearly recovered by most methods, despite the preservation of salient infrared objects. In the low-illumination scene with strong glare, competing methods tend to suffer from object blurring and loss of local details in bright regions, whereas DSIFuse preserves clearer pedestrian contours and richer structural information.
Additionally, qualitative results on the TNO dataset further verify the superior fusion performance of DSIFuse. As shown in Figure 7l, the salient human objects in the infrared image and the fine structural details in the visible image, such as the branches near the window, are simultaneously preserved. Thermal radiation cues and visible-texture information are effectively integrated, thereby avoiding the distortion and overexposure observed in several competing methods. Specifically, the soldier’s shape and contours are accurately retained, while the branches and background structures remain clearly discernible without excessive blurring or information loss. A similar trend is observed in the other TNO scene, where the thermal saliency of the human figures is retained, and the structural details of the lamp post, roofline, and house façade in the highlighted regions are more faithfully reconstructed. By contrast, several competing methods suffer from object diffusion, reduced contrast, or structural blurring, which degrades both salient-object representation and scene-detail fidelity. These results indicate that DSIFuse achieves a better balance between semantic saliency and fine-detail preservation than other representative methods, especially in complex backgrounds and around prominent objects. Through the proposed multi-level collaborative learning strategy, semantic information and visual details are effectively coordinated, ensuring clearer and more reliable fusion results. Extensive qualitative comparisons further confirm the perceptual superiority of DSIFuse under challenging conditions, including nighttime, fog, occlusion, and glare, thereby better supporting downstream tasks.
(2)
Quantitative Comparison and Analysis: Table 1, Table 2 and Table 3 present the comparison results of multiple average quantitative evaluation metrics between DSIFuse and other mainstream fusion methods across three datasets. Among these metrics, AG, SD, VIF, and SSIM consistently exhibit superior values, further confirming that the fusion results generated by DSIFuse achieve excellent structural consistency and high perceptual quality. Notably, MFIFusion outperforms DSIFuse in EN values across all three datasets, indicating that MFIFusion’s fusion images contain richer information content. However, higher EN does not necessarily imply superior fusion quality. The elevated EN values of MFIFusion primarily arise from its pixel-level multi-scale feature superposition strategy, which expands grayscale distribution and enhances local textures. While this approach excels in information density, the lack of high-level semantic constraints may introduce redundant information and local texture fluctuations. For instance, the green-boxed area in Figure 7j exhibits poor contrast and reduced clarity in windows and branches, along with unnecessary texture fluctuations. Similarly, the red-boxed region fails to preserve detailed human textures effectively, resulting in blurred contours and degraded structural integrity.
Although DSIFuse exhibits slight declines in EN and MI metrics on MSRS and M3FD datasets, it maintains high performance levels. Through multi-level semantic fusion and attention mechanisms, DSIFuse emphasizes image structural fidelity and fine-detail preservation. While this strategy slightly lowers information entropy and mutual information, it significantly enhances visual quality, detail preservation, and structural consistency. In summary, DSIFuse stably preserves essential information from the source images, effectively retaining the most discriminative objects, rich textural details, and high-fidelity structural similarity.

4.2.2. Results of Infrared–Visible Object Detection

To thoroughly assess the impact of DSIFuse on downstream task performance, object detection experiments were conducted on the fusion results using YOLOv8 [42]. These experiments were performed on the M3FD dataset to assess the effects of different fusion algorithms on object detection tasks.
(1)
Qualitative Comparison and Analysis: As seen in Figure 8, a single sensor (infrared or visible) is unable to effectively detect objects. Infrared images exhibit high contrast and allow distant objects to be clearly visualized, but lack fine texture details. In contrast, visible images reveal richer texture and color information, yet perform poorly in low-light and long-range conditions, lacking the contrast advantage of infrared images. By leveraging complementary information from both modalities, nearly all fusion methods enhance detection performance. However, their fusion results still exhibit numerous issues. In the upper scene, SeAFusion, FusionGAN, and DRF tend to over-smooth object and background regions, thereby weakening the discriminability of the distant pedestrian. In the lower rainy scene, DenseFuse and CDDFuse enhance local responses, but distracting activations are also introduced around traffic structures. By comparison, a more semantically coherent representation is produced by DSIFuse: the primary pedestrian in the upper scene is preserved with clearer contours, while a better balance is achieved among distant pedestrian cues, vehicle structures, and rainy background details in the lower scene. Consequently, fewer erroneous detections are produced overall. Nevertheless, a limitation of DSIFuse should also be noted. For several objects, the detection confidence remains slightly lower than that of CDDFuse, indicating that the discriminability of certain local object features has not yet been fully optimized. This observation is consistent with the quantitative results, in which CDDFuse performs marginally better at mAP@0.5, whereas DSIFuse exhibits greater robustness at higher IoU thresholds.
(2)
Quantitative Comparison and Analysis: Table 4 presents the quantitative detection results on the M3FD dataset. Nearly all fusion methods achieved improved detection performance, with mAP values surpassing those obtained using only visible or infrared images. DSIFuse ranked first in human, car, and motorcycle detection, remaining in the top-three positions even with slight declines in bus, streetlight, and truck detection. Under the mAP50, CDDFuse performed marginally better than DSIFuse. However, DSIFuse exhibited greater stability as detection difficulty increased. Overall, DSIFuse achieves superior performance across multiple categories and metrics, demonstrating particular robustness at high IoU thresholds. This validates its capacity to preserve clear details and deliver sufficient semantic information, culminating in enhanced object detection performance.
(3)
Computational Complexity Comparison and Analysis: To comprehensively evaluate DSIFuse’s performance, the FLOPs and training parameters of all compared methods were analyzed. As shown in Figure 9, more complex models (e.g., LRRNet and CrossFuse) showed superior performance but incurred higher computational costs. In contrast, simpler models (e.g., UMF-CMGR and MFIFusion) exhibited lower computational complexity but delivered relatively weaker detection performance. However, DSIFuse maintained a balance between computational efficiency and performance in terms of FLOPs and training parameters. Although its performance was slightly lower than the optimal CDDFuse, DSIFuse achieved comparable performance at a significantly lower computational cost, demonstrating its suitability for deployment in resource-constrained applications.
Additionally, despite DSIFuse achieving lower parameters and ascended computational efficiency, its performance may still be constrained compared with more complex models such as FusionGAN and CrossFuse. When processing scenes with intricate structures or high-detail requirements, these models, owing to their greater parameter capacity, are capable of capturing finer textures and accurately delineating object boundaries, thereby attaining superior performance.

4.3. Ablation Studies and Discussion

To further validate the effectiveness of the designed individual components in image fusion, ablation studies were conducted on the MSRS and TNO datasets (w/o- CFC, w/o- CFB, w/o- IMB, w/o- SCB, w/o- SG).
  • Quantitative Comparison and Analysis: Table 5 presents the quantitative ablation results of DSIFuse on the MSRS dataset. The complete model achieves the best performance on five of the six metrics, demonstrating the effectiveness of the overall architecture. Among all components, CFC has the largest impact: once it is removed, the most severe performance degradation is observed across all metrics, highlighting its critical role in early cross-modal feature calibration. Performance is also consistently degraded when CFB or IMB is omitted, indicating that both cross-modal fusion and intra-modal interaction are essential for effective feature aggregation. By contrast, removing SCB or SG leads to relatively smaller yet still noticeable declines, suggesting that semantic compensation and semantic guidance provide complementary benefits for detail preservation and structural consistency. Overall, these results confirm that each component contributes positively to the final performance, while the complete model achieves the best overall balance.
To further validate these observations at the sample level, Figure 10 visualizes the quantitative ablation results on 25 randomly selected image pairs from the MSRS dataset using six image-quality metrics. The X-axis represents fusion images generated from 25 randomly selected image pairs in the MSRS dataset, and the Y-axis shows metric values. The legend indicates the average values for each configuration. (1) W/o CFC (red square line) performed worst across all six metrics, typically showing significant gaps compared to the full model and the most pronounced fluctuations. This indicates CFC is the most critical component in the entire model, responsible for effective cross-modal feature alignment and complementary information extraction. Removing CFC caused comprehensive degradation in information content, source information retention, edge sharpness, visual quality, contrast, and structural similarity. (2) Performance degradation is also pronounced for w/o IMB (pink pentagonal line) and w/o CFB (orange circular line). IMB enhances intra-modal features; its absence prevents optimal extraction of modality-specific advantages, compromising final fusion quality. CFB serves as the core fusion mechanism for the deep integration of cross-modal information. Its removal disrupts effective information collaboration, significantly degrading fusion results. (3) Performance degradation for w/o SCB (green triangle line) and w/o SG (blue diamond line) is relatively smaller, yet a consistent decline trend remains observable. While not critical for fundamental information transfer, they play vital roles in enhancing semantic consistency, detail compensation, and overall robustness of the final fusion results. Although w/o SG exhibits a relatively minor decline in quantitative metrics, combined with the previous qualitative analysis (overexposure issues), it uniquely and significantly impacts overall visual quality and brightness control. This suggests its contribution may not be fully reflected in these generic metrics but instead emphasizes visual harmony derived from high-level semantic guidance. (4) DSIFuse (purple star-shaped line) consistently achieved the best performance, with its curve positioned above all others and the highest average values. This confirms that DSIFuse attains optimal image fusion performance through the synergistic integration of all designed modules, outperforming all ablation variants across multiple dimensions, including EN, MI, AG, VIF, SD, and SSIM.
2.
Qualitative Comparison and Analysis: As shown in Figure 11, (1) the absence of CFC leads to significant performance degradation, primarily manifested as detail loss and object blurring. This highlights the critical role of effective cross-modal feature calibration. (2) CFB facilitates deep collaborative interaction and integration of multimodal information, serving as the core component for synergistic information enhancement. Its absence directly weakens the multimodal integration mechanism, causing degradation in detail preservation. (3) Without IMB, fusion outputs lack sharpness and clarity, as raw information from each modality remains underutilized. (4) SCB and SG provide semantic consistency and detail compensation. Their absence causes relatively subtle degradation, primarily manifesting in the fineness of semantic boundaries, smoothness within objects, and overall semantic robustness. For example, in the first group (w/o SCB and w/o SG), the brightness of the streetlight area within the red box is notably higher than in the complete model. The surrounding leaf details also become blurred due to overexposure, losing the clarity and color gradation seen in the full model. This suggests that without global semantic guidance, the network fails to effectively regulate light source brightness output. At a deeper level, semantic guidance is crucial for the network’s understanding and control of overall image visual quality and intensity distribution. Its absence weakens the network’s ability to adaptively adjust high-intensity information based on the scene’s semantic context, leading to image saturation and overexposure. (5) The full model consistently delivers optimal performance. DSIFuse synergistically leverages the strengths of all modules, effectively integrating the rich details of visible images with the strong semantic information from thermal images. The fusion outputs achieve an optimal balance in detail, semantic representation, and clarity. This fully validates the rationality and effectiveness of each DSIFuse block.

5. Conclusions

This study tackles the challenges of semantic misalignment and detail degradation in multi-modal image fusion, focusing on achieving effective cross-modal feature interaction under semantic guidance. We demonstrate that explicit semantic supervision and progressive feature integration are crucial for generating fusion results that concurrently cater to human visual perception and machine vision tasks. Based on this insight, we propose a semantic-guided image fusion network called DSIFuse. The network initiates with a cross-modal feature calibration to align different modalities. Following this, an intra-modal interaction block progressively refines features within each modality, while a cross-modal fusion block facilitates deep information interaction across modalities. To maintain contextual consistency and restore fine details, a semantic compensation is further incorporated. Furthermore, a tailored fusion loss is constructed to optimize image quality and semantic objectives. Comprehensive quantitative and qualitative evaluations demonstrate that DSIFuse outperforms state-of-the-art image fusion algorithms in visual quality and semantic consistency. More importantly, the fused outputs were shown to achieve competitive detection performance on the YOLOv8-based M3FD benchmark, especially at higher IoU thresholds. Furthermore, the effectiveness and necessity of our network’s core components are substantiated through ablation analyses. In terms of computational efficiency, DSIFuse attains superior performance with a lightweight architecture, striking an excellent balance between fusion accuracy and runtime speed that renders it advantageous for real-time and embedded applications. Looking ahead, we will focus on integrating temporal information to extend the framework for video fusion, addressing temporal coherence and real-time demands to support robotics, surveillance, and AR.

Author Contributions

Conceptualization, L.Y. and M.Y.; methodology, L.Y. and Q.L.; software, L.Y. and C.X.; validation, L.Y., M.Y. and C.X.; formal analysis, L.Y. and X.T.; investigation, L.Y.; resources, X.Z. and M.Y.; data curation, L.Y. and Q.L.; writing—original draft preparation, L.Y.; writing—review and editing, M.Y., X.Z. and X.T.; visualization, L.Y.; supervision, M.Y.; project administration, M.Y.; funding acquisition, M.Y. and X.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Natural Science Foundation of Sichuan, China (No. 2024NSFSC0866), the Fundamental Research Funds for the Central Universities (Nos. ZJ2023-012, 24CAFUC03018), the Key Laboratory of Flight Techniques and Flight Safety (Nos. FZ2025ZX17, FZ2025ZX32), Sichuan Provincial Youth Science and Technology Foundation (No. 2023NSFSC0958), and the Civil Aviation Flight University of China (Nos. 202510624019, 25CAFUC10022).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data are contained within this article.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Jang, J.; Park, C.; Kim, H.; Lee, J.; Paik, J. Multispectral Object Detection Enhanced by Cross-Modal Information Complementary and Cosine Similarity Channel Resampling Modules. In 2025 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), Tucson, AZ, USA; IEEE: Piscataway, NJ, USA, 2025; pp. 9437–9446. [Google Scholar] [CrossRef]
  2. Tan, Y.; Sun, K.; Wei, J.; Gao, S.; Cui, W.; Duan, Y.; Liu, J.; Zhou, W. STFNet: A Spatiotemporal Fusion Network for Forest Change Detection Using Multi-Source Satellite Images. Remote Sens. 2024, 16, 4736. [Google Scholar] [CrossRef]
  3. Guo, L.; Luo, X.; Liu, Y.; Zhang, Z.; Wu, X. SAM-guided multi-level collaborative Transformer for infrared and visible image fusion. Pattern Recognit. 2025, 162, 111391. [Google Scholar] [CrossRef]
  4. He, Y.; Ma, Z.; Wei, X.; Gong, Y. Knowledge Synergy Learning for Multi-Modal Tracking. IEEE Trans. Circuits Syst. Video Technol. 2024, 34, 5519–5532. [Google Scholar] [CrossRef]
  5. Ha, Q.; Watanabe, K.; Karasawa, T.; Ushiku, Y.; Harada, T. MFNet: Towards real-time semantic segmentation for autonomous vehicles with multi-spectral scenes. In 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Vancouver, BC, Canada; IEEE: Piscataway, NJ, USA, 2017; pp. 5108–5115. [Google Scholar] [CrossRef]
  6. Shivakumar, S.S.; Rodrigues, N.; Zhou, A.; Miller, I.D.; Kumar, V.; Taylor, C.J. PST900: RGB-Thermal Calibration, Dataset and Segmentation Network. In 2020 IEEE International Conference on Robotics and Automation (ICRA), Paris, France; IEEE: Piscataway, NJ, USA, 2020; pp. 9441–9447. [Google Scholar] [CrossRef]
  7. Sun, Y.; Zuo, W.; Liu, M. RTFNet: RGB-Thermal Fusion Network for Semantic Segmentation of Urban Scenes. IEEE Robot. Autom. Lett. 2019, 4, 2576–2583. [Google Scholar] [CrossRef]
  8. Zhou, H.; Tian, C.; Zhang, Z.; Huo, Q.; Xie, Y.; Li, Z. Multispectral Fusion Transformer Network for RGB-Thermal Urban Scene Semantic Segmentation. IEEE Geosci. Remote Sens. Lett. 2022, 19, 1–5. [Google Scholar] [CrossRef]
  9. Wu, W.; Chu, T.; Liu, Q. Complementarity-aware cross-modal feature fusion network for RGB-T semantic segmentation. Pattern Recognit. 2022, 131, 108881. [Google Scholar] [CrossRef]
  10. Zhang, J.; Liu, H.; Yang, K.; Hu, X.; Liu, R.; Stiefelhagen, R. CMX: Cross-Modal Fusion for RGB-X Semantic Segmentation with Transformers. arXiv 2023, arXiv:2203.04838. [Google Scholar] [CrossRef]
  11. Luo, Z.; Lv, X.; Wen, X.; Zhang, X. EFNet: Multiscale Edge Fusion Network for Camouflaged Object Detection. IEEE Signal Process. Lett. 2025, 32, 2957–2961. [Google Scholar] [CrossRef]
  12. Zheng, H.; Ji, M.; Wang, H.; Liu, Y.; Fang, L. CrossNet: An End-to-end Reference-based Super Resolution Network using Cross-scale Warping. arXiv 2018. [Google Scholar] [CrossRef]
  13. Xu, H.; Ma, J.; Yuan, J.; Le, Z.; Liu, W. RFNet: Unsupervised Network for Mutually Reinforcing Multi-modal Image Registration and Fusion. In 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA; IEEE: Piscataway, NJ, USA, 2022; pp. 19647–19656. [Google Scholar] [CrossRef]
  14. Li, H.; Chen, Y.; Zhang, Q.; Zhao, D. BiFNet: Bidirectional Fusion Network for Road Segmentation. IEEE Trans. Cybern. 2022, 52, 8617–8628. [Google Scholar] [CrossRef] [PubMed]
  15. Tang, L.; Zhang, H.; Xu, H.; Ma, J. Rethinking the necessity of image fusion in high-level vision tasks: A practical infrared and visible image fusion network based on progressive semantic injection and scene fidelity. Inf. Fusion 2023, 99, 101870. [Google Scholar] [CrossRef]
  16. Tang, L.; Yuan, J.; Zhang, H.; Jiang, X.; Ma, J. PIAFusion: A progressive infrared and visible image fusion network based on illumination aware. Inf. Fusion 2022, 83–84, 79–92. [Google Scholar] [CrossRef]
  17. Liu, J.; Fan, X.; Huang, Z.; Wu, G.; Liu, R.; Zhong, W.; Luo, Z. Target-aware Dual Adversarial Learning and a Multi-scenario Multi-Modality Benchmark to Fuse Infrared and Visible for Object Detection. In 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA; IEEE: Piscataway, NJ, USA, 2022; pp. 5792–5801. [Google Scholar] [CrossRef]
  18. Tang, L.; Yuan, J.; Ma, J. Image fusion in the loop of high-level vision tasks: A semantic-aware real-time infrared and visible image fusion network. Inf. Fusion 2022, 82, 28–42. [Google Scholar] [CrossRef]
  19. Zhao, W.; Xie, S.; Zhao, F.; He, Y.; Lu, H. MetaFusion: Infrared and Visible Image Fusion via Meta-Feature Embedding from Object Detection. In 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Vancouver, BC, Canada; IEEE: Piscataway, NJ, USA, 2023; pp. 13955–13965. [Google Scholar]
  20. Liu, J.; Liu, Z.; Wu, G.; Ma, L.; Liu, R.; Zhong, W.; Luo, Z.; Fan, X. Multi-Interactive Feature Learning and a Full-Time Multi-Modality Benchmark for Image Fusion and Segmentation. In 2023 IEEE/CVF International Conference on Computer Vision (ICCV), Paris, France; IEEE: Piscataway, NJ, USA, 2023; pp. 8081–8090. [Google Scholar]
  21. Liu, J.; Lin, R.; Wu, G.; Liu, R.; Luo, Z.; Fan, X. CoCoNet: Coupled Contrastive Learning Network with Multi-Level Feature Ensemble for Multi-Modality Image Fusion. Int. J. Comput. Vis. 2024, 132, 1748–1775. [Google Scholar] [CrossRef]
  22. Zheng, N.; Zhou, M.; Huang, J.; Hou, J.; Li, H.; Xu, Y.; Zhao, F. Probing Synergistic High-Order Interaction in Infrared and Visible Image Fusion. In 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA; IEEE: Piscataway, NJ, USA, 2024; pp. 26374–26385. [Google Scholar]
  23. Liu, X.; Huo, H.; Li, J.; Pang, S.; Zheng, B. A Semantic-Driven Coupled Network for Infrared and Visible Image Fusion. Inf. Fusion 2024, 108, 102352. [Google Scholar] [CrossRef]
  24. Liu, J.; Zhang, B.; Mei, Q.; Li, X.; Zou, Y.; Jiang, Z.; Ma, L.; Liu, R.; Fan, X. DCEvo: Discriminative Cross-Dimensional Evolutionary Learning for Infrared and Visible Image Fusion. In 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Nashville, TN, USA; IEEE: Piscataway, NJ, USA, 2025; pp. 2226–2235. [Google Scholar]
  25. Li, Z.; Zeng, Z.; Xiao, Z.; Wen, M.; Zhang, Z.; Tian, Y. CSSA-Fusion: Channel Selective and Spatial Alignment Infrared-Visible Image Fusion. In Proceedings of the 7th ACM International Conference on Multimedia in Asia, Kuala Lumpur, Malaysia, 9–12 December 2025; ACM: New York, NY, USA, 2025; pp. 1–7. [Google Scholar]
  26. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. In 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA; IEEE: Piscataway, NJ, USA, 2016; pp. 770–778. [Google Scholar] [CrossRef]
  27. Toet, A. Progress in color night vision. Opt. Eng. 2012, 51, 010901. [Google Scholar] [CrossRef]
  28. Li, H.; Wu, X.-J. DenseFuse: A Fusion Approach to Infrared and Visible Images. IEEE Trans. Image Process. 2019, 28, 2614–2623. [Google Scholar] [CrossRef] [PubMed]
  29. Xu, H.; Wang, X.; Ma, J. DRF: Disentangled Representation for Visible and Infrared Image Fusion. IEEE Trans. Instrum. Meas. 2021, 70, 1–13. [Google Scholar] [CrossRef]
  30. Dong, A.; Wang, L.; Liu, J.; Lv, G.; Zhao, G.; Cheng, J. MFIFusion: An infrared and visible image enhanced fusion network based on multi-level feature injection. Pattern Recognit. 2024, 152, 110445. [Google Scholar] [CrossRef]
  31. Wang, D.; Liu, J.; Fan, X.; Liu, R. Unsupervised Misaligned Infrared and Visible Image Fusion via Cross-Modality Image Generation and Registration. In Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence, Vienna, Austria; International Joint Conferences on Artificial Intelligence Organization: Darmstadt, Germany, 2022; pp. 3508–3515. [Google Scholar] [CrossRef]
  32. Li, H.; Xu, T.; Wu, X.-J.; Lu, J.; Kittler, J. LRRNet: A Novel Representation Learning Guided Fusion Network for Infrared and Visible Images. IEEE Trans. Pattern Anal. Mach. Intell. 2023, 45, 11040–11052. [Google Scholar] [CrossRef]
  33. Ma, J.; Yu, W.; Liang, P.; Li, C.; Jiang, J. FusionGAN: A generative adversarial network for infrared and visible image fusion. Inf. Fusion 2019, 48, 11–26. [Google Scholar] [CrossRef]
  34. Zhao, Z.; Bai, H.; Zhang, J.; Zhang, Y.; Xu, S.; Lin, Z.; Timofte, R.; Van Gool, L. CDDFuse: Correlation-Driven Dual-Branch Feature Decomposition for Multi-Modality Image Fusion. In 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Vancouver, BC, Canada; IEEE: Piscataway, NJ, USA, 2023; pp. 5906–5916. [Google Scholar] [CrossRef]
  35. Li, H.; Wu, X.-J. CrossFuse: A novel cross attention mechanism based infrared and visible image fusion approach. Inf. Fusion 2024, 103, 102147. [Google Scholar] [CrossRef]
  36. Van Aardt, J. Assessment of image fusion procedures using entropy, image quality, and multispectral classification. J. Appl. Remote Sens. 2008, 2, 023522. [Google Scholar] [CrossRef]
  37. Qu, G.; Zhang, D.; Yan, P. Information measure for performance of image fusion. Electron. Lett. 2002, 38, 313–315. [Google Scholar] [CrossRef]
  38. Cui, G.; Feng, H.; Xu, Z.; Li, Q.; Chen, Y. Detail preserved fusion of visible and infrared images using regional saliency extraction and multi-scale image decomposition. Opt. Commun. 2015, 341, 199–209. [Google Scholar] [CrossRef]
  39. Rao, Y.-J. In-fibre Bragg grating sensors. Meas. Sci. Technol. 1997, 8, 355–375. [Google Scholar] [CrossRef]
  40. Han, Y.; Cai, Y.; Cao, Y.; Xu, X. A new image fusion performance metric based on visual information fidelity. Inf. Fusion 2013, 14, 127–135. [Google Scholar] [CrossRef]
  41. Wang, Z.; Bovik, A.C. A universal image quality index. IEEE Signal Process. Lett. 2002, 9, 81–84. [Google Scholar] [CrossRef]
  42. Varghese, R.; Sambath, M. YOLOv8: A Novel Object Detection Algorithm with Enhanced Performance and Robustness. In 2024 International Conference on Advances in Data Engineering and Intelligent Computing Systems (ADICS), Chennai, India; IEEE: Piscataway, NJ, USA, 2024; pp. 1–6. [Google Scholar] [CrossRef]
Figure 1. Workflow comparison: existing fusion paradigm versus the proposed paradigm. Green represents the visible branch, blue represents the infrared branch.
Figure 1. Workflow comparison: existing fusion paradigm versus the proposed paradigm. Green represents the visible branch, blue represents the infrared branch.
Sensors 26 02577 g001
Figure 2. The schematic of the proposed DSIFuse. (a) DSIFuse employs a multi-scale encoder with CFC for early cross-modal interaction and feature extraction. Coarse segmentation maps provide semantic priors for subsequent processing. A three-level interaction block performs progressive, semantic-guided feature alignment and fusion. The SCB mitigates semantic degradation before a multi-scale decoder reconstructs the final fused image, optimized by a combined loss; (b) CFB uses CAT- and FiLM-based modality integration to fuse features, guided by coarse segmentation maps; (c) IMB enhances intra-modal features through semantic guidance and visual restoration paths.
Figure 2. The schematic of the proposed DSIFuse. (a) DSIFuse employs a multi-scale encoder with CFC for early cross-modal interaction and feature extraction. Coarse segmentation maps provide semantic priors for subsequent processing. A three-level interaction block performs progressive, semantic-guided feature alignment and fusion. The SCB mitigates semantic degradation before a multi-scale decoder reconstructs the final fused image, optimized by a combined loss; (b) CFB uses CAT- and FiLM-based modality integration to fuse features, guided by coarse segmentation maps; (c) IMB enhances intra-modal features through semantic guidance and visual restoration paths.
Sensors 26 02577 g002
Figure 3. Cross-modal feature calibration block (CFC). (a) Channel-wise Calibration: Global average and max pooling are applied to the visible and infrared features, and the resulting descriptors are fed into an MLP to generate modality-specific channel weights, which are then used to recalibrate the complementary modality. (b) Spatial-wise Calibration: The bimodal features are concatenated and projected to produce spatial attention maps. The channel- and spatial-calibrated features are finally injected into the opposite streams through residual fusion, yielding bidirectionally calibrated outputs.
Figure 3. Cross-modal feature calibration block (CFC). (a) Channel-wise Calibration: Global average and max pooling are applied to the visible and infrared features, and the resulting descriptors are fed into an MLP to generate modality-specific channel weights, which are then used to recalibrate the complementary modality. (b) Spatial-wise Calibration: The bimodal features are concatenated and projected to produce spatial attention maps. The channel- and spatial-calibrated features are finally injected into the opposite streams through residual fusion, yielding bidirectionally calibrated outputs.
Sensors 26 02577 g003
Figure 4. Framework of the semantic compensation block (SCB).
Figure 4. Framework of the semantic compensation block (SCB).
Sensors 26 02577 g004
Figure 5. Qualitative comparison of DSIFuse with 9 state-of-the-art approaches on the “00127D” and “01028N” images from the MSRS dataset. Color rectangles represent highlighted details.
Figure 5. Qualitative comparison of DSIFuse with 9 state-of-the-art approaches on the “00127D” and “01028N” images from the MSRS dataset. Color rectangles represent highlighted details.
Sensors 26 02577 g005
Figure 6. Qualitative comparison of DSIFuse with 9 state-of-the-art approaches on the “00409” and “00916” images from the M3FD dataset. Color rectangles represent highlighted details.
Figure 6. Qualitative comparison of DSIFuse with 9 state-of-the-art approaches on the “00409” and “00916” images from the M3FD dataset. Color rectangles represent highlighted details.
Sensors 26 02577 g006
Figure 7. Qualitative comparison of DSIFuse with 9 state-of-the-art approaches on the “001” and “011” images from the TNO dataset. Color rectangles represent highlighted details.
Figure 7. Qualitative comparison of DSIFuse with 9 state-of-the-art approaches on the “001” and “011” images from the TNO dataset. Color rectangles represent highlighted details.
Sensors 26 02577 g007
Figure 8. Detection results of DSIFuse with 9 state-of-the-art approaches on the “00011” and “01911” images from the M3FD dataset. Cyan and yellow circles indicate false positives and false negatives, respectively.
Figure 8. Detection results of DSIFuse with 9 state-of-the-art approaches on the “00011” and “01911” images from the M3FD dataset. Cyan and yellow circles indicate false positives and false negatives, respectively.
Sensors 26 02577 g008
Figure 9. Performance vs. FLOPs on M3FD. DSIFuse shows a highly competitive performance-efficiency trade-off among the state-of-the-art methods.
Figure 9. Performance vs. FLOPs on M3FD. DSIFuse shows a highly competitive performance-efficiency trade-off among the state-of-the-art methods.
Sensors 26 02577 g009
Figure 10. Quantitative comparisons of the six metrics, i.e., EN, MI, AG, SD, VIF, and SSIM, on 25 image pairs from the MSRS database.
Figure 10. Quantitative comparisons of the six metrics, i.e., EN, MI, AG, SD, VIF, and SSIM, on 25 image pairs from the MSRS database.
Sensors 26 02577 g010
Figure 11. Visualization results of ablation studies on the MSRS and TNO datasets. From left to right: source images, w/o CFC, w/o CFB, w/o IMB, w/o SCB, w/o SG, and the full model.
Figure 11. Visualization results of ablation studies on the MSRS and TNO datasets. From left to right: source images, w/o CFC, w/o CFB, w/o IMB, w/o SCB, w/o SG, and the full model.
Sensors 26 02577 g011
Table 1. Quantitative comparisons of selected schemes on 361 pairs of images in the MSRS dataset. Red indicates the best result. Blue indicates the second-best result. “↑” indicates that for these image fusion evaluation metrics, higher values are better.
Table 1. Quantitative comparisons of selected schemes on 361 pairs of images in the MSRS dataset. Red indicates the best result. Blue indicates the second-best result. “↑” indicates that for these image fusion evaluation metrics, higher values are better.
MethodsEN ↑MI ↑AG ↑SD ↑VIF ↑SSIM ↑
DenseFuse [28]5.9372.6432.05823.5680.6920.911
FusionGAN [33]5.4321.8861.45117.070.4430.502
DRF [29]5.7692.0691.42120.9910.4940.470
SeAFusion [18]6.6583.2262.58435.3750.7040.904
UMF-CMGR [31]5.5971.9202.13420.7450.4270.538
CDDFuse [34]5.9423.2442.39729.6830.7520.655
LRRNet [32]5.9453.6032.40529.7250.7550.905
MFIFusion [30]7.1202.5582.00526.3420.6360.797
CrossFuse [35]5.9002.421.91827.5210.7570.833
Ours6.6363.5963.08939.9721.0500.915
Table 2. Quantitative comparisons of selected schemes on 300 pairs of images in the M3FD dataset. Red indicates the best result. Blue indicates the second-best result. “↑” indicates that for these image fusion evaluation metrics, higher values are better.
Table 2. Quantitative comparisons of selected schemes on 300 pairs of images in the M3FD dataset. Red indicates the best result. Blue indicates the second-best result. “↑” indicates that for these image fusion evaluation metrics, higher values are better.
MethodsEN ↑MI ↑AG ↑SD ↑VIF ↑SSIM ↑
DenseFuse [28] 6.7962.9303.30332.3980.7620.868
FusionGAN [33] 6.5132.5602.67927.1600.6560.759
DRF [29] 6.7582.6882.87630.6490.7710.675
SeAFusion [18] 6.8872.7653.69733.3520.7060.902
UMF-CMGR [31] 6.7342.2362.14324.4670.5680.855
CDDFuse [34] 5.7723.2352.37830.8730.7120.776
LRRNet [32] 6.3723.3642.56329.4960.7680.865
MFIFusion [30] 6.9782.6843.56426.4870.7250.767
CrossFuse [35] 6.8343.2633.38327.8650.7830.822
Ours6.8663.3534.21033.3460.7910.911
Table 3. Quantitative comparisons of selected schemes on 37 pairs of images in the TNO dataset. Red indicates the best result. Blue indicates the second-best result. “↑” indicates that for these image fusion evaluation metrics, higher values are better.
Table 3. Quantitative comparisons of selected schemes on 37 pairs of images in the TNO dataset. Red indicates the best result. Blue indicates the second-best result. “↑” indicates that for these image fusion evaluation metrics, higher values are better.
MethodsEN ↑MI ↑AG ↑SD ↑VIF ↑SSIM ↑
DenseFuse [28] 6.1812.1332.25522.5680.6100.819
FusionGAN [33] 6.4612.3562.35225.3680.4220.679
DRF [29] 6.6271.9322.34129.0850.3230.516
SeAFusion [18] 6.8962.6584.68339.5560.5950.909
UMF-CMGR [31] 6.3072.1772.68426.2740.5330.832
CDDFuse [34] 6.8422.5694.33134.5650.6110.520
LRRNet [32] 6.8362.6133.71635.5760.5320.866
MFIFusion [30] 6.9132.3322.45630.0890.5050.834
CrossFuse [35] 6.8352.2033.81337.9920.6220.872
Ours6.8932.7794.73239.2630.6290.916
Table 4. Quantitative results of object detection based on various fusion approaches on the M3FD dataset. Red indicates the best result. Blue indicates the second-best result.
Table 4. Quantitative results of object detection based on various fusion approaches on the M3FD dataset. Red indicates the best result. Blue indicates the second-best result.
MethodsPerCarBusMotLamTrumAP50mAP50:95
Visible61.581.288.662.183.972.871.952.6
Infrared63.773.683.460.986.665.268.348.9
DenseFuse [28] 66.188.395.269.689.773.080.553.3
FusionGAN [33] 64.285.488.869.289.569.476.852.7
DRF [29] 63.381.889.766.584.867.372.151.9
SeAFusion [18] 64.683.591.167.688.772.777.052.8
UMF-CMGR [31] 66.884.792.368.889.872.277.953.2
CDDFuse [34] 66.586.595.871.889.571.581.853.9
LRRNet [32] 64.785.190.969.486.273.380.252.6
MFIFusion [30] 64.887.792.367.589.373.579.353.6
CrossFuse [35] 65.587.993.970.791.372.280.354.2
Ours67.388.694.272.391.073.181.654.8
Table 5. Ablation study of DSIFuse on the MSRS dataset. Each ablation removes one component from the full model. Red indicates the best result. “↑” indicates that for these image fusion evaluation metrics, higher values are better.
Table 5. Ablation study of DSIFuse on the MSRS dataset. Each ablation removes one component from the full model. Red indicates the best result. “↑” indicates that for these image fusion evaluation metrics, higher values are better.
MethodsEN ↑MI ↑AG ↑SD ↑VIF ↑SSIM ↑
w/o CFC5.8133.4312.92837.3940.7980.741
w/o CFB6.3233.5203.00339.1200.9900.809
w/o IMB6.0263.4652.99438.6810.9470.795
w/o SCB6.5753.5723.02739.9121.0190.842
w/o SG6.5103.5913.08139.9701.0350.865
Ours6.6363.5963.08939.9721.0500.915
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Yuan, L.; Xie, C.; Yang, M.; Tu, X.; Li, Q.; Zhu, X. Semantic-Guided Multi-Level Collaborative Fusion Network for Visible and Infrared Images. Sensors 2026, 26, 2577. https://doi.org/10.3390/s26092577

AMA Style

Yuan L, Xie C, Yang M, Tu X, Li Q, Zhu X. Semantic-Guided Multi-Level Collaborative Fusion Network for Visible and Infrared Images. Sensors. 2026; 26(9):2577. https://doi.org/10.3390/s26092577

Chicago/Turabian Style

Yuan, Lijun, Chuanjiang Xie, Ming Yang, Xiaoguang Tu, Qiqin Li, and Xinyu Zhu. 2026. "Semantic-Guided Multi-Level Collaborative Fusion Network for Visible and Infrared Images" Sensors 26, no. 9: 2577. https://doi.org/10.3390/s26092577

APA Style

Yuan, L., Xie, C., Yang, M., Tu, X., Li, Q., & Zhu, X. (2026). Semantic-Guided Multi-Level Collaborative Fusion Network for Visible and Infrared Images. Sensors, 26(9), 2577. https://doi.org/10.3390/s26092577

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop