ORIGINAL RESEARCH article

Front. Phys., 22 May 2025

Sec. Radiation Detectors and Imaging

Volume 13 - 2025 | https://doi.org/10.3389/fphy.2025.1599937

Infrared and visible image fusion driven by multimodal large language models

  • KW

    Ke Wang

  • DH

    Dengshu Hu

  • YC

    Yuan Cheng

  • YC

    Yukui Che *

  • YL

    Yuelin Li

  • ZJ

    Zhiwei Jiang

  • FC

    Fengxian Chen

  • WL

    Wenjuan Li

  • Qujing Power Supply Bureau, Yunnan Power Grid Co., Ltd., Kunming, China

Abstract

Introduction:

Existing image fusion methods primarily focus on obtaining high-quality features from source images to enhance the quality of the fused image, often overlooking the impact of improved image quality on downstream task performance.

Methods:

To address this issue, this paper proposes a novel infrared and visible image fusion approach driven by multimodal large language models, aiming to improve the performance of pedestrian detection tasks. The proposed method fully considers how enhancing image quality can benefit pedestrian detection. By leveraging a multimodal large language model, we analyze the fused images based on user-provided questions related to improving pedestrian detection performance and generate suggestions for enhancing image quality. To better incorporate these suggestions, we design a Text-Driven Feature Harmonization (Text-DFH) module. Text-DFH refines the features produced by the fusion network according to the recommendations from the multimodal large language model, enabling the fused image to better meet the needs of pedestrian detection tasks.

Results:

Compared with existing methods, the key advantage of our approach lies in utilizing the strong semantic understanding and scene analysis capabilities of multimodal large language models to provide precise guidance for improving fused image quality. As a result, our method enhances image quality while maintaining strong performance in pedestrian detection. Extensive qualitative and quantitative experiments on multiple public datasets validate the effectiveness and superiority of the proposed method.

Discussion:

In addition to its effectiveness in infrared and visible image fusion, the method also demonstrates promising application potential in the field of nuclear medical imaging.

1 Introduction

Multimodal sensor technology has facilitated the application of multimodal images across various fields. Among them, infrared and visible images have been widely used in diverse tasks due to the complementary nature of the information they contain. Specifically, infrared images provide thermal radiation information of objects and are not affected by lighting conditions, but they lack detailed textures. In contrast, visible images capture rich texture details of the scene but are highly sensitive to lighting variations. Therefore, numerous methods [] have focused on fusing infrared and visible images, aiming to integrate the complementary information from both modalities into a single, more informative fused image. This facilitates better decision-making and judgment in downstream tasks such as object detection [] and semantic segmentation [].

Current approaches that jointly train infrared-visible image fusion with downstream tasks can be broadly categorized into two types: independent optimization and joint optimization. Independent optimization methods first train a fusion network for infrared and visible images and then use the resulting fused images to train a downstream task network, as shown in Figure 1a. Consequently, most independent optimization methods focus on improving fusion quality, for example, by designing new network architectures [] or introducing specific constraints []. However, such approaches neglect the potential guidance from downstream tasks and fail to establish a deep connection between fusion and task performance, often leading to suboptimal results. Simply chaining the fusion and downstream networks makes it difficult for the fused image to specifically cater to the downstream task’s requirements. On the other hand, joint optimization methods use the downstream task network as a constraint to train the image fusion network, thereby forcing it to produce fused images that meet task-specific needs [], as illustrated in Figure 1b. Nevertheless, the effectiveness of directly using high-level vision task supervision to guide fusion remains limited.

FIGURE 1

Recently, Multimodal Large Language Models (MLLMs) have gained popularity due to their strong capability in modeling data across different modalities, such as images and text. For instance, Text-IF [] and TeRF [] leverage large models to encode user instructions and guide various types of fusion tasks. However, these methods do not consider the possibility of using large language models to feed back the specific needs of high-level vision tasks to the image fusion process, which could further improve the quality of fused images.

To address this challenge, we propose a novel infrared and visible image fusion method driven by a Multimodal Large Language Model, aiming to simultaneously enhance fusion quality and pedestrian detection accuracy, as shown in Figure 1c. By leveraging the deep semantic understanding and scene analysis capabilities of MLLMs, we provide precise guidance for improving fused image quality while ensuring better pedestrian detection performance. Specifically, our method analyzes the fused images based on user-provided questions related to pedestrian detection, then generates optimization suggestions using feedback from the language model. To fully utilize these suggestions, we design a Text-Driven Feature Harmonization (Text-DFH) module, which refines the fusion network’s output features under the guidance of the MLLM, allowing the fused images to better meet the demands of pedestrian detection.

In summary, the main contributions of this paper are as follows:

  • (1) We are the first to leverage Multimodal Large Language Models to provide feedback on the quality of fused images based on the specific requirements of downstream tasks, thus further improving infrared and visible image fusion.

  • (2) We propose an effective Text-Driven Feature Harmonization (Text-DFH) module that enables text-based guidance to assist in enhancing image quality.

  • (3) Our proposed method achieves excellent performance in infrared and visible image fusion, nuclear medical imaging, and pedestrian detection across multiple datasets.

The remainder of this paper is organized as follows. Section 2 provides a brief overview of related work on multimodal large language models, infrared and visible image fusion, and pedestrian detection. Section 3 presents our proposed method in detail. Section 4 discusses the experimental results and analysis. Section 5 concludes the paper.

2 Related work

In this section, we first briefly introduce multimodal large language models, and then review existing infrared and visible image fusion methods.

2.1 Multimodal large language models

With the advent of the multimodal data fusion era, the capability of unimodal systems is no longer sufficient to handle complex real-world tasks. As a result, multimodal large language models (MLLMs) have been proposed to integrate information from multiple data sources, enabling more comprehensive and accurate representations. These models have demonstrated significant practical value across various domains, including natural language processing, vision tasks, and audio tasks. In the visual domain, MLLMs enhance the performance of tasks such as image classification, object detection, and image captioning by combining textual descriptions with visual instructions. For example, GPT-4V [31] and Gemini [32] integrate image content with natural language descriptions to produce more vivid and accurate annotations. NExT-GPT [33] and Sora [34] are at the forefront of multimodal video generation, producing rich and realistic content by learning from multimodal data. Moreover, VideoChat [35] and Video-LLaVA [36] demonstrate excellent capabilities in analyzing and understanding video content in intelligent video understanding scenarios.

In the field of image fusion, Text-IF [] and MGFusion [37] uses CLIP [38] to encode user requirement texts, guiding the model to fuse images. TeRF [] utilizes LLaMA [39] to encode user instruction texts and generate prompts for guiding image fusion across different tasks. Although these methods employ MLLMs to tackle some challenges in image fusion, they do not consider the specific requirements of high-level downstream visual tasks for image fusion quality, which limits the application of infrared and visible image fusion in such tasks.

2.2 Infrared and visible image fusion

Conventional infrared and visible image fusion methods mainly focus on designing sophisticated feature extraction networks and fusion strategies to ensure the quality of the fused results. From the perspective of network design, these methods can be broadly categorized into CNN-based methods, CNN-Transformer hybrid methods, and GAN-based methods. CNN-based methods [4045] typically apply convolution, activation, and pooling operations to extract features from the input images, then fuse and reconstruct the final result using the extracted features. However, since CNNs can only perceive local features within a limited receptive field, they struggle to capture long-range contextual information, limiting their representational capacity. In contrast, Transformers [46] are better at modeling long-range dependencies and are more suited for capturing global features in images. ViT [47] was the first to introduce Transformer architectures into computer vision, achieving promising results. Subsequently, to combine the respective strengths of CNNs and Transformers, hybrid methods have gained increasing attention in the image fusion domain. For instance, CGTF [48], SwinFusion [], YDTR [], and DATFuse [49] insert Transformer layers after CNN layers to jointly leverage local and global feature extraction. CDDFuse [50] and EMMA [51] adopt dual-branch architectures combining CNNs and Transformers to simultaneously extract features from the input images and integrate them for fusion.

GAN-based methods enhance the model’s feature extraction capabilities by introducing adversarial learning between generators and discriminators. Depending on the number of discriminators used, these methods can be classified into single-discriminator and dual-discriminator approaches. Single-discriminator methods [, 52] tend to favor one modality over the other, potentially leading to information loss and reduced visual quality of the fusion results. To address this, dual-discriminator methods [5356] are proposed to preserve important features from both source images simultaneously.

However, all of these methods primarily focus on designing effective feature extraction networks to produce high-quality fusion features and images. They overlook how fusion quality impacts downstream task performance, and fail to consider the potential feedback from downstream tasks that could help guide fusion more effectively.

2.3 Pedestrian detection

Pedestrian detection is a fundamental problem in computer vision with a wide range of applications. Cascade R-CNN [57] extends R-CNN [58] into a multi-stage framework, improving the ability to filter hard negative samples. Faster R-CNN [59] introduces a Region Proposal Network (RPN) that shares convolutional features with the detection network, making region proposals nearly cost-free. YOLO [60] reformulates object detection as a regression problem, allowing real-time inference directly on images through a convolutional neural network. SSD [61] uses multi-scale feature maps and predefined anchors for pedestrian detection, addressing YOLO’s limitations in detecting small objects. DETR [62] adopts a Transformer-based encoder-decoder architecture for object detection. BAS Wu et al. [63] learns to represent the whole foreground region by leveraging foreground guidance and domain constraints. CREAM [64] proposes a clustering-based method to enhance activation within target regions. Group R-CNN [65] builds instance groups to perform pedestrian detection from point annotations.

However, most pedestrian detection methods are designed for unimodal images, which often leads to degraded detection performance due to incomplete scene information. In this work, we perform pedestrian detection on fused infrared and visible images, and incorporate task-specific prompts generated by large language models. This not only improves the quality of the fused images but also enhances pedestrian detection performance.

3 Methods

3.1 Overview

As shown in Figure 2, the proposed method consists of two training stages. The first stage is dedicated to training the Fusion Network, enabling it to perform basic infrared and visible image fusion. In the second stage, the parameters of the pretrained fusion network are frozen, and a Text-Driven Feature Harmonization (Text-DFH) module is trained to refine the fusion results to better align with the requirements of pedestrian detection.The fusion network is composed of three main components: an Infrared Image Feature Encoder (IR-Encoder), a Visible Image Feature Encoder (VI-Encoder), and a Fusion Feature Decoder (F-Decoder). The IR/VI-Encoders are responsible for extracting features from the input infrared and visible images, respectively, while the F-Decoder reconstructs the fused image based on the combined features.The Text-DFH module adjusts the features extracted by the IR/VI-Encoders based on responses from a Multimodal Large Language Model (MLLM), ensuring that the resulting fused image better satisfies the needs of pedestrian detection. In this work, we adopt LLaVA [66] as the MLLM. LLaVA analyzes the unmodulated fused image and generates suggestions in response to user queries related to pedestrian detection tasks (e.g., To improve the accuracy of pedestrian detection, how can the quality of this image be enhanced?). More text examples of LLaVA answers are shown in Figure 3.

FIGURE 2

FIGURE 3

3.2 Feature extraction and fusion

In the first training stage, we train the fusion network to perform the basic task of infrared and visible image fusion. The fusion network primarily consists of three components: the IR-Encoder, VI-Encoder, and F-Decoder. Each of the IR-Encoder, VI-Encoder, and F-Decoder is composed of three feature extraction layers. Each layer is constructed by stacking a convolutional layer (kernel size = , stride = 1), a Batch Normalization layer, and a LeakyReLU activation function. It is worth noting that the LeakyReLU activation function in the final feature extraction layer of the F-Decoder is replaced with a Tanh activation function to facilitate image reconstruction. We input the infrared image and the visible image into the IR-Encoder and VI-Encoder, respectively, to extract features and . To reconstruct the fused image, we concatenate and along the channel dimension and feed the result into the F-Decoder, which generates the final fused image .

To encourage the fused image to retain as much scene information from the source images as possible, we introduce an intensity loss and an edge loss , which together form the fusion loss :Here, denotes a hyperparameter used to balance the contribution of each sub-loss term. The intensity loss is defined as:The edge loss is defined as:Here, and denote the height and width of the fused image, respectively; represents the l1-norm, and denotes the Sobel edge extraction operator.

3.3 Text-driven feature harmonization

In the second training stage, we freeze the parameters of the pretrained fusion network and focus on training the Text-DFH module to ensure that the fusion results meet the requirements of the pedestrian detection task. Text-DFH refines the features output by the IR/VI-Encoders in the fusion network based on the responses from the multimodal large language model, enabling the fused image to better align with the needs of pedestrian detection. As shown in Figure 4, Text-DFH mainly consists of a dual-branch Cross Attention (CA) module and three feature extraction layers. The dual-branch cross attention computes the cross-attention between the features extracted by the IR/VI-Encoders and the textual features, allowing the model to extract useful information from the text that can help improve pedestrian detection accuracy. Subsequently, the three feature extraction layers integrate this textual information with the image scene features to generate refined features. The structure of the CA module is similar to the Multi-Scale Attention (MSA) module used in DATFuse.

FIGURE 4

We input the infrared image and visible image into the pretrained fusion network with frozen parameters to obtain the fused image . To obtain effective textual feedback that helps ensure the fused image meets the requirements of the pedestrian detection task, we input both and the text prompt “To improve the accuracy of pedestrian detection, how can the quality of this image be enhanced?” into LLaVA, resulting in the textual feature . We then input the outputs from the IR/VI-Encoders and the textual feature into Text-DFH to harmonize the information in . To comprehensively extract the task-relevant information from the textual features, we design a dual-branch processing strategy. In the first branch, we take as the Query (Q) and as the Key (K) and Value (V) for cross-attention computation:Here, represents the features injected with textual information in the first branch, denotes the dimensionality of , , , . In the second branch, we use as the Query (Q) and as the Key (K) and Value (V) for cross-attention computation:Here, represents the features injected with textual information in the second branch, denotes the dimensionality of , and , , . To comprehensively aggregate the textual information, we concatenate and along the channel dimension and feed the result into three feature extraction layers to obtain the harmonized features . We then concatenate and along the channel dimension and input the result into the F-Decoder to reconstruct the refined fused image .

To ensure that the refined fused image meets the requirements of the pedestrian detection task, we introduce a pretrained pedestrian detection network with frozen parameters to supervise the fused image. We input into the detection network and obtain the pedestrian detection result . To make as close as possible to its ground truth , we constrain the Text-DFH module using the loss function , which is the same as the one used during the training of YOLOv5.

4 Experiments

4.1 Datasets

The proposed method consists of two training stages. In both the first and second training stages, we train the fusion network and the text-driven feature harmonization module on the publicly available LLVIP dataset [67], respectively, in accordance with standard practices in the field [6870]. Specifically, we randomly select 2,000 pairs of infrared and visible images from the LLVIP dataset as the training set. To enhance the diversity of training samples, we apply random flipping, random rotation, and random cropping as data augmentation techniques. For evaluation, we randomly select 200 pairs of infrared and visible images from each of the LLVIP, FD [71], and MSRS [] datasets to form the test set, in order to assess both the fusion performance and pedestrian detection performance of the proposed method. Among them, LLVIP, FD, and MSRS are used to evaluate fusion performance, while LLVIP is specifically used to evaluate pedestrian detection performance.

4.2 Implementation details

The proposed method involves two training stages. In the first stage, the fusion network is trained. In the second stage, the parameters of the fusion network are frozen, and the text-driven feature harmonization module is trained. Both training stages use the Adam optimizer to update the network parameters, with a batch size of 16 and a learning rate of . The total number of training epochs is set to 100 for the first stage and 200 for the second stage. In addition, the hyperparameter is set to 0.2. The proposed method is implemented based on the PyTorch framework and is trained on a single NVIDIA RTX A6000 GPU.

4.3 Evaluation metrics

We adopt five commonly used objective evaluation metrics to quantitatively assess the fusion performance of the proposed method. These metrics include Edge Preservation Index [72, 73], Chen-Varshney Index [74], Structural Similarity Index [75], Average Gradient [76], and Sum of Correlations of Differences [77]. measures how well edge information from the source images is preserved in the fused image. higher value indicates less loss of texture details in the fused image. evaluates fusion quality from the perspective of human visual perception; a lower value means the fused image aligns better with human visual preferences. quantifies the similarity between the fused image and the source images in terms of luminance, contrast, and structure. A higher value indicates less information difference between the fused and source images. measures the richness of gradient information in the fused image. A higher value means the fused image contains more detailed gradient content. assesses information loss during the fusion process by computing difference maps between the fused image and source images. A higher value indicates less distortion in the fused image. Among these, , , and are positive indicators, meaning a higher value indicates better fusion performance. is a negative indicator, meaning a lower value represents better fusion performance. In addition, to objectively evaluate the effectiveness of the fused images in the pedestrian detection task, we adopt three widely used metrics in the pedestrian detection domain for quantitative analysis: Mean Average Precision (mAP) at IoU threshold of 0.5 , mAP at IoU threshold of 0.75 , and the averaged mAP at IoU threshold from 0.5 to 0.95 .

4.4 Comparison with state-of-the-art methods

In this study, we conduct a series of qualitative and quantitative comparisons between the proposed method and eight state-of-the-art (SOTA) methods to verify its superiority in both fusion performance and pedestrian detection performance. These methods include AUIF [78], DATFuse [49], IVFWSR [79], LRRNet [80], MLFusion [81], TIMFusion [82], SwinFusion [], and TextIF []. The comparative experiments are divided into two distinct groups: In the first group, we compare the fusion performance of our method with that of the SOTA methods. In the second group, we freeze the fusion networks of the compared methods and retrain their pedestrian detection networks using the corresponding fused results. The retrained detection networks are then used to perform pedestrian detection on the fused images. This setup is designed to demonstrate that our proposed method can achieve strong pedestrian detection performance without requiring retraining of the detection network.

4.4.1 Fusion performance comparison

We conduct both quantitative and qualitative comparisons of the proposed method against AUIF, DATFuse, IVFWSR, LRRNet, MLFusion, TIMFusion, SwinFusion, and TextIF on the LLVIP, FD, and MSRS datasets to validate the superiority of our method in terms of fusion performance. As shown in the enlarged regions of Figure 5, our method effectively highlights the thermal radiation information from the infrared image while preserving fine texture details from the visible image. Compared to existing SOTA methods, the fused images produced by our method exhibit clearer local details as well as higher overall brightness and contrast at the global level. This not only improves visual quality but also facilitates better object recognition in downstream tasks. This advantage is also reflected in the quantitative evaluation results, as shown in Tables 13. Specifically, our method achieves the lowest values in metric , and ranks first in both metrics and , indicating that the fused images contain richer edge information and are more consistent with human visual perception. In summary, both qualitative and quantitative results demonstrate that our proposed method offers significant improvements in fusion performance over the compared methods.

FIGURE 5

TABLE 1

Methods
AUIF0.3869610.741.20163.52561.3413
DATFuse0.4548453.421.31303.12431.3351
IVFWSR0.2925512.771.23482.52521.1235
LRRNet0.4426534.891.30222.46250.9999
MLFusion0.3239523.411.26242.16130.9966
TIMFusion0.2325845.751.17422.17610.5368
SwinFusion0.4266598.531.27432.63461.3527
TextIF0.5235356.351.30563.48561.4527
Ours0.5845287.431.34413.98671.5462

Quantitative results on the LLVIP dataset. The best and second-best values for each evaluation metric are highlighted in red and blue, respectively.

TABLE 2

Methods
AUIF0.5425852.561.30036.67351.5353
DATFuse0.4854563.571.30674.83261.3461
IVFWSR0.4532722.221.27353.56281.2452
LRRNet0.5164579.551.37354.56241.3461
MLFusion0.4253689.441.28354.45271.2687
TIMFusion0.5352616.161.28724.33361.2004
SwinFusion0.5537588.241.30866.04631.3456
TextIF0.5423534.211.29866.40261.5035
Ours0.5856454.451.30956.45611.6187

Quantitative results on the FD dataset. The best and second-best values for each evaluation metric are highlighted in red and blue, respectively.

TABLE 3

Methods
AUIF0.1736799.970.98531.88441.1963
DATFuse0.6326416.671.24213.54811.5641
IVFWSR0.3464734.461.34622.11291.3581
LRRNet0.4263666.351.29522.56321.0854
MLFusion0.2656745.571.34572.65311.2053
TIMFusion0.33461032.241.10032.64221.1783
SwinFusion0.4527439.461.31633.00421.4828
TextIF0.6125400.341.33573.64261.5457
Ours0.6365334.231.35373.54741.6854

Quantitative results on the MSRS dataset. The best and second-best values for each evaluation metric are highlighted in red and blue, respectively.

4.4.2 Pedestrian detection performance comparison

A common practice to improve the performance of fusion networks in downstream tasks is to freeze the parameters of the fusion network and retrain the downstream task network based on the generated fused results. Such approaches are referred to as “retraining methods.” To evaluate the effectiveness of our proposed method in pedestrian detection, we perform both quantitative and qualitative comparisons against these retraining methods. As shown in Figure 6, the pedestrian detection results of other methods often suffer from issues such as bounding boxes that fail to fully cover the pedestrians’ bodies, or boxes that include large amounts of irrelevant background, indicating insufficient detection accuracy. In contrast, the detection results produced by our method show significantly fewer irrelevant regions within the bounding boxes and more accurate box placement. This advantage is also clearly reflected in the quantitative results, as shown in Table 4. Our method achieves the highest scores in metrics , , and , indicating superior performance in the pedestrian detection task compared to the other methods. In conclusion, our method demonstrates better performance than approaches that require retraining the pedestrian detection network, even without retraining. This highlights the effectiveness and advantage of our method in pedestrian detection tasks.

FIGURE 6

TABLE 4

Methods
AUIF98.291.874.4
DATFuse99.091.574.3
IVFWSR97.289.672.9
LRRNet98.090.873.8
MLFusion97.889.973.6
TIMFusion97.988.474.0
SwinFusion98.590.474.3
TextIF98.991.774.6
Ours99.192.875.0

Quantitative comparison of pedestrian detection performance with “retraining methods.” The best and second-best values for each evaluation metric are highlighted in red and blue, respectively.

4.4.3 Analysis of application potential in medical image fusion

Furthermore, to validate the effectiveness and application potential of the proposed method in the field of nuclear medical imaging, we further deployed it in a medical image fusion task. Specifically, we conducted experiments on the BraTS2020 [83] dataset and performed both qualitative and quantitative analyses of the fusion results. As shown in Figure 7, compared with state-of-the-art methods such as ALMFnet [84, 85], and RMR-Fusion [86], the proposed method preserves more texture details and salient information in the fused medical images. As reported in Table 5, our method ranks first or second across most evaluation metrics. These results demonstrate the promising potential of the proposed method for applications in nuclear medical imaging.

FIGURE 7

TABLE 5

Methods
ALMFnet0.47001330.591.34323.58261.2991
EMMA0.46821288.991.32323.18261.2999
RMR-Fusion0.44191344.121.29673.26211.3781
Ours0.47921203.121.36313.75211.3629

Quantitative Analysis Results on the Medical Image Fusion Task. The best and second-best values for each evaluation metric are highlighted in red and blue, respectively.

4.5 Ablation study

The proposed method mainly consists of two core components: the Multimodal Large Language Model (MLLM) and the Text-Driven Feature Harmonization (Text-DFH) module. Within Text-DFH, both the text-guided cross-attention and the image-guided cross-attention play key roles. To validate the effectiveness of these components, we conduct a series of ablation experiments on the LLVIP dataset.

4.5.1 Effectiveness of the multimodal large language model

We utilize the MLLM to analyze the fused images based on user-provided questions related to pedestrian detection performance and generate suggestions for improving image quality. To assess the contribution of the MLLM, we remove it and replace its feedback with a fixed text prompt: “Brighter brightness, higher contrast, and clearer texture details.” As shown in Figure 8, the fusion results from the ablation model without the MLLM are noticeably inferior in visual quality compared to the full model. To further validate this, we perform quantitative analysis as presented in Table 6. The results show that the full model outperforms the ablation model on all evaluation metrics. Additionally, we analyze the performance of pedestrian detection, as shown in Table 7 and Figure 9. Both the quantitative and qualitative results indicate that the fused images produced by the ablation model without the MLLM lead to poorer detection performance. In contrast, the full model achieves better pedestrian detection results. In summary, both qualitative and quantitative analyses confirm the effectiveness of the Multimodal Large Language Model in our method.

FIGURE 8

TABLE 6

Methods
w/o MLLM0.5472298.751.32443.64331.5367
w/o Text-DFH0.5763299.461.33213.41311.4992
w/o CA10.5834305.921.32343.63621.5213
w/o CA20.5798301.681.34013.65241.5123
Ours0.5845287.431.34413.98671.5462

Quantitative comparison of fusion performance across different ablation models. The best and second-best values for each evaluation metric are highlighted in red and blue, respectively.

TABLE 7

Methods
w/o MLLM98.591.673.9
w/o Text-DFH98.892.174.0
w/o CA199.092.474.5
w/o CA298.991.874.4
Ours99.192.875.0

Quantitative comparison of pedestrian detection performance across different ablation models. The best and second-best values for each evaluation metric are highlighted in red and blue, respectively.

FIGURE 9

4.5.2 Effectiveness of Text-DFH

Text-DFH refines the output features of the fusion network based on suggestions from the multimodal large language model, enabling the fused image to better meet the requirements of the pedestrian detection task. To verify the effectiveness of Text-DFH, we remove it from the architecture and instead concatenate the text features with the image features to be refined along the channel dimension. The combined features are then processed by CNNs to obtain the refined output. We conduct both quantitative and qualitative analyses of the fusion performance of the model without Text-DFH, as shown in Table 6 and Figure 8. As observed, the ablation model without Text-DFH performs worse than the full model across multiple evaluation metrics, and the visual quality of the fused images is also inferior. In addition, we evaluate pedestrian detection performance both quantitatively and qualitatively, as presented in Table 7 and Figure 9. The full model achieves higher scores compared to the ablation model without Text-DFH. In summary, a series of experiments clearly demonstrate the effectiveness of the Text-DFH module.

4.5.3 Effectiveness of dual-branch cross attention

In the Text-DFH module, we refine image features using text features through a dual-branch cross attention mechanism. To verify its effectiveness, we remove the cross attention from each branch individually, leaving only a single branch to refine the image features. These variants are referred to as CA1 and CA2, respectively. From the quantitative and qualitative results on fusion performance, it is evident that removing either branch of the cross attention leads to a significant drop in performance, as shown in Table 6 and Figure 8. Furthermore, to assess the impact of dual-branch cross attention on pedestrian detection performance, we conduct both quantitative and qualitative analyses. The results demonstrate that pedestrian detection performance is optimal only when both branches of the cross attention are used to refine the image features, as shown in Table 7 and Figure 9. In conclusion, the above experiments confirm the effectiveness of the dual-branch cross attention mechanism.

5 Conclusion

To address the limitation of existing methods that primarily focus on improving fused image quality through network design—while overlooking the potential benefits of enhanced image quality for pedestrian detection—we propose a multimodal large language model (MLLM)-driven infrared and visible image fusion method. This method not only aims to improve the quality of the fused images but also emphasizes enhancing their performance in pedestrian detection tasks. By leveraging a multimodal large language model, we analyze the fused images based on user-provided questions related to improving pedestrian detection performance and generate suggestions for enhancing image quality. To fully utilize the guidance provided by the MLLM, we design a Text-Driven Feature Harmonization (Text-DFH) module, which refines the features output by the fusion network according to the textual suggestions. This ensures improved fusion quality while maintaining strong performance in pedestrian detection. In addition, the proposed method also demonstrates significant application potential in the field of nuclear medical imaging. However, under extreme weather conditions such as rain, fog, and snow, the fusion performance of the current method may degrade. Moreover, when such methods are applied to other types of source images [8790], their performance may degrade. In future work, we plan to extend this research to develop an infrared and visible image fusion framework tailored for extreme weather scenarios, striving to maintain robust downstream task performance even in challenging environments.

Statements

Data availability statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author.

Author contributions

KW: Project administration, Writing – original draft, Writing – review and editing, Investigation, Conceptualization, Methodology. DH: Formal Analysis, Writing – review and editing, Data curation, Validation. YaC: Visualization, Supervision, Writing – review and editing, Resources. YkC: Funding acquisition, Project administration, Supervision, Writing – review and editing, Writing – original draft. YL: Validation, Writing – review and editing, Visualization, Formal Analysis. ZJ: Writing – review and editing, Investigation, Data curation, Resources. FC: Formal Analysis, Writing – review and editing, Data curation. WL: Writing – review and editing, Resources, Visualization.

Funding

The author(s) declare that financial support was received for the research and/or publication of this article. Science and Technology Project of China Southern Power Grid Co., Ltd. (No. YNKJXM20240052).

Conflict of interest

Authors KW, DH, YaC, YkC, YL, ZJ, FC, and WL were employed by Yunnan Power Grid Co., Ltd.

Generative AI statement

The author(s) declare that Generative AI was used in the creation of this manuscript. AI was only used to polish the paper.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

  • 1.

    LiHWuX-JKittlerJ. Rfn-nest: an end-to-end residual fusion network for infrared and visible images. Inf Fusion (2021) 73:7286. 10.1016/j.inffus.2021.02.023

  • 2.

    MaJYuWLiangPLiCJiangJ. Fusiongan: a generative adversarial network for infrared and visible image fusion. Inf Fusion (2019) 48:1126. 10.1016/j.inffus.2018.09.004

  • 3.

    TangLYuanJZhangHJiangXMaJ. Piafusion: a progressive infrared and visible image fusion network based on illumination aware. Inf Fusion (2022) 83-84:7992. 10.1016/j.inffus.2022.03.007

  • 4.

    XuMTangLZhangHMaJ. Infrared and visible image fusion via parallel scene and texture learning. Pattern Recognition (2022) 132:108929. 10.1016/j.patcog.2022.108929

  • 5.

    DuKLiHZhangYYuZ. Chitnet: a complementary to harmonious information transfer network for infrared and visible image fusion. IEEE Trans Instrumentation Meas (2025) 74:117. 10.1109/TIM.2025.3527523

  • 6.

    ShiYLiuYChengJWangZJChenX. Vdmufusion: a versatile diffusion model-based unsupervised framework for image fusion. IEEE Trans Image Process (2025) 34:44154. 10.1109/tip.2024.3512365

  • 7.

    LvGSimaCGaoYDongAMaGChengJ. Sigfusion: semantic information-guided infrared and visible image fusion. IEEE Trans Instrumentation Meas (2024) 73:118. 10.1109/tim.2024.3457951

  • 8.

    FuHWangSDuanPXiaoCDianRLiSet alLraf-net: long-range attention fusion network for visible–infrared object detection. IEEE Trans Neural Networks Learn Syst (2024) 35:1323245. 10.1109/tnnls.2023.3266452

  • 9.

    LiYPangYCaoJShenJShaoL. Improving single shot object detection with feature scale unmixing. IEEE Trans Image Process (2021) 30:270821. 10.1109/tip.2020.3048630

  • 10.

    ZhaoZ-QZhengPXuS-TWuX. Object detection with deep learning: a review. IEEE Trans Neural Networks Learn Syst (2019) 30:321232. 10.1109/tnnls.2018.2876865

  • 11.

    LiuYZengJTaoXFangG. Rethinking self-supervised semantic segmentation: achieving end-to-end segmentation. IEEE Trans Pattern Anal Machine Intelligence (2024) 46:1003646. 10.1109/tpami.2024.3432326

  • 12.

    WuLFangLHeXHeMMaJZhongZ. Querying labeled for unlabeled: cross-image semantic consistency guided semi-supervised semantic segmentation. IEEE Trans Pattern Anal Machine Intelligence (2023) 45:882744. 10.1109/TPAMI.2022.3233584

  • 13.

    ZhaoSZhangQ. A feature divide-and-conquer network for rgb-t semantic segmentation. IEEE Trans Circuits Syst Video Technology (2023) 33:2892905. 10.1109/tcsvt.2022.3229359

  • 14.

    ZhaoSLiuYJiaoQZhangQHanJ. Mitigating modality discrepancies for rgb-t semantic segmentation. IEEE Trans Neural Networks Learn Syst (2024) 35:938094. 10.1109/tnnls.2022.3233089

  • 15.

    LiHWuX. Densefuse: a fusion approach to infrared and visible images. IEEE Trans Image Process (2019) 28:261423. 10.1109/tip.2018.2887342

  • 16.

    MaJTangLFanFHuangJMeiXMaY. Swinfusion: cross-domain long-range learning for general image fusion via swin transformer. IEEE/CAA J Automatica Sinica (2022) 9:120017. 10.1109/jas.2022.105686

  • 17.

    TangWHeFLiuY. Ydtr: infrared and visible image fusion via y-shape dynamic transformer. IEEE Trans Multimedia (2023) 25:541328. 10.1109/tmm.2022.3192661

  • 18.

    LiHQiuHYuZZhangY. Infrared and visible image fusion scheme based on nsct and low-level visual features. Infrared Phys and Technology (2016) 76:17484. 10.1016/j.infrared.2016.02.005

  • 19.

    LiHWangYYangZWangRLiXTaoD. Discriminative dictionary learning-based multiple component decomposition for detail-preserving noisy image fusion. IEEE Trans Instrumentation Meas (2020) 69:1082102. 10.1109/tim.2019.2912239

  • 20.

    HouRZhouDNieRLiuDXiongLGuoYet alVif-net: an unsupervised framework for infrared and visible image fusion. IEEE Trans Comput Imaging (2020) 6:64051. 10.1109/tci.2020.2965304

  • 21.

    MaJZhangHShaoZLiangPXuH. Ganmcc: a generative adversarial network with multiclassification constraints for infrared and visible image fusion. IEEE Trans Instrumentation Meas (2021) 70:114. 10.1109/tim.2020.3038013

  • 22.

    XuHWangXMaJ. Drf: disentangled representation for visible and infrared image fusion. IEEE Trans Instrumentation Meas (2021) 70:113. 10.1109/tim.2021.3056645

  • 23.

    ZhangYYangMLiNYuZ. Analysis-synthesis dictionary pair learning and patch saliency measure for image fusion. Signal Process. (2020) 167:107327. 10.1016/j.sigpro.2019.107327

  • 24.

    TangLZhangHXuHMaJ. 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. 10.1016/j.inffus.2023.101870

  • 25.

    LiuJLiuZWuGMaLLiuRZhongWet alMulti-interactive feature learning and a full-time multi-modality benchmark for image fusion and segmentation. In: Proceedings of the IEEE/CVF international conference on computer vision (ICCV) (2023). p. 811524.

  • 26.

    ZhangHZuoXJiangJGuoCMaJ. Mrfs: mutually reinforcing image fusion and segmentation. In: 2024 IEEE/CVF conference on computer vision and pattern recognition (CVPR) (2024). p. 2696473.

  • 27.

    WangDLiuJLiuRFanX. An interactively reinforced paradigm for joint infrared-visible image fusion and saliency object detection. Inf Fusion (2023) 98:101828. 10.1016/j.inffus.2023.101828

  • 28.

    YangZZhangYLiHLiuY. Instruction-driven fusion of infrared–visible images: tailoring for diverse downstream tasks. Inf Fusion (2025) 121:103148. 10.1016/j.inffus.2025.103148

  • 29.

    YiXXuHZhangHTangLMaJ. Text-if: leveraging semantic text guidance for degradation-aware and interactive image fusion. In: 2024 IEEE/CVF conference on computer vision and pattern recognition (CVPR) (2024). p. 2701625.

  • 30.

    WangHZhangHYiXXiangXFangLMaJ. Terf: text-driven and region-aware flexible visible and infrared image fusion. In: Proceedings of the 32nd ACM international conference on multimedia (2024). p. 93544.

  • 31.

    AchiamJAdlerSAgarwalSAhmadLAkkayaIAlemanFLet alGpt-4 technical report. arXiv preprint arXiv:2303.08774 (2023).

  • 32.

    TeamGAnilRBorgeaudSAlayracJ-BYuJSoricutRet alGemini: a family of highly capable multimodal models. arXiv preprint arXiv:2312.11805 (2023).

  • 33.

    WuSFeiHQuLJiWChuaT-S. Next-gpt: any-to-any multimodal llm. In: Forty-first international conference on machine learning (2024).

  • 34.

    LiuYZhangKLiYYanZGaoCChenRet alSora: a review on background, technology, limitations, and opportunities of large vision models. arXiv preprint arXiv:2402 (2024).

  • 35.

    LiKHeYWangYLiYWangWLuoPet alVideochat: chat-centric video understanding. arXiv preprint arXiv:2305.06355 (2023).

  • 36.

    LinBYeYZhuBCuiJNingMJinPet alVideo-llava: learning united visual representation by alignment before projection. arXiv preprint arXiv:2311 (2023).

  • 37.

    YangZLiYTangXXieM. Mgfusion: a multimodal large language model-guided information perception for infrared and visible image fusion. Front Neurorobotics (2024) 18:1521603. 10.3389/fnbot.2024.1521603

  • 38.

    RadfordAKimJWHallacyCRameshAGohGAgarwalSet alLearning transferable visual models from natural language supervision. In: International conference on machine learning (PmLR) (2021). p. 874863.

  • 39.

    TouvronHLavrilTIzacardGMartinetXLachauxM-ALacroixTet alLlama: open and efficient foundation language models. arXiv preprint arXiv:2302 (2023).

  • 40.

    XuHMaJJiangJGuoXLingH. U2fusion: a unified unsupervised image fusion network. IEEE Trans Pattern Anal Machine Intelligence (2022) 44:50218. 10.1109/tpami.2020.3012548

  • 41.

    ZhangYLiuYSunPYanHZhaoXZhangL. Ifcnn: a general image fusion framework based on convolutional neural network. Inf Fusion (2020) 54:99118. 10.1016/j.inffus.2019.07.011

  • 42.

    ZhangHMaJ. Sdnet: a versatile squeeze-and-decomposition network for real-time image fusion. Int J Computer Vis (2021) 129:276185. 10.1007/s11263-021-01501-8

  • 43.

    LiHYangZZhangYJiaWYuZLiuY. Mulfs-cap: multimodal fusion-supervised cross-modality alignment perception for unregistered infrared-visible image fusion. IEEE Trans Pattern Anal Machine Intelligence (2025) 47:367390. 10.1109/TPAMI.2025.3535617

  • 44.

    LiHZhaoJLiJYuZLuG. Feature dynamic alignment and refinement for infrared–visible image fusion:translation robust fusion. Inf Fusion (2023) 95:2641. 10.1016/j.inffus.2023.02.011

  • 45.

    XiaoWZhangYWangHLiFJinH. Heterogeneous knowledge distillation for simultaneous infrared-visible image fusion and super-resolution. IEEE Trans Instrumentation Meas (2022) 71:115. 10.1109/tim.2022.3149101

  • 46.

    VaswaniAShazeerNParmarNUszkoreitJJonesLGomezANet alAttention is all you need. Adv Neural Inf Process Syst (2017) 30.

  • 47.

    DosovitskiyABeyerLKolesnikovAWeissenbornDZhaiXUnterthinerTet alAn image is worth 16x16 words: transformers for image recognition at scale. arXiv preprint arXiv:2010.11929 (2020).

  • 48.

    LiJZhuJLiCChenXYangB. Cgtf: convolution-guided transformer for infrared and visible image fusion. IEEE Trans Instrumentation Meas (2022) 71:114. 10.1109/tim.2022.3175055

  • 49.

    TangWHeFLiuYDuanYSiT. Datfuse: infrared and visible image fusion via dual attention transformer. IEEE Trans Circuits Syst Video Technology (2023) 33:315972. 10.1109/tcsvt.2023.3234340

  • 50.

    ZhaoZBaiHZhangJZhangYXuSLinZet alCddfuse: correlation-driven dual-branch feature decomposition for multi-modality image fusion. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition (CVPR) (2023). p. 590616.

  • 51.

    ZhaoZBaiHZhangJZhangYZhangKXuSet alEquivariant multi-modality image fusion. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition (2024). p. 2591221.

  • 52.

    MaJLiangPYuWChenCGuoXWuJet alInfrared and visible image fusion via detail preserving adversarial learning. Inf Fusion (2020) 54:8598. 10.1016/j.inffus.2019.07.005

  • 53.

    MaJXuHJiangJMeiXZhangX. Ddcgan: a dual-discriminator conditional generative adversarial network for multi-resolution image fusion. IEEE Trans Image Process (2020) 29:498095. 10.1109/tip.2020.2977573

  • 54.

    LiJHuoHLiCWangRFengQ. Attentionfgan: infrared and visible image fusion using attention-based generative adversarial networks. IEEE Trans Multimedia (2021) 23:138396. 10.1109/tmm.2020.2997127

  • 55.

    ZhouHWuWZhangYMaJLingH. Semantic-supervised infrared and visible image fusion via a dual-discriminator generative adversarial network. IEEE Trans Multimedia (2021) 25:63548. 10.1109/tmm.2021.3129609

  • 56.

    ZhangHYuanJTianXMaJ. Gan-fm: infrared and visible image fusion using gan with full-scale skip connection and dual markovian discriminators. IEEE Trans Comput Imaging (2021) 7:113447. 10.1109/tci.2021.3119954

  • 57.

    CaiZVasconcelosN. Cascade r-cnn: high quality object detection and instance segmentation. IEEE Trans pattern Anal machine intelligence (2019) 43:148398. 10.1109/tpami.2019.2956516

  • 58.

    GirshickRDonahueJDarrellTMalikJ. Rich feature hierarchies for accurate object detection and semantic segmentation. In: Proceedings of the IEEE conference on computer vision and pattern recognition (2014). p. 5807.

  • 59.

    RenSHeKGirshickRSunJ. Faster r-cnn: towards real-time object detection with region proposal networks. Adv Neural Inf Process Syst (2015) 28.

  • 60.

    RedmonJDivvalaSGirshickRFarhadiA. You only look once: unified, real-time object detection. In: Proceedings of the IEEE conference on computer vision and pattern recognition (2016). p. 77988.

  • 61.

    LiuWAnguelovDErhanDSzegedyCReedSFuC-Yet alSsd: single shot multibox detector. In: Computer vision–ECCV 2016: 14th European conference, Amsterdam, The Netherlands, october 11–14, 2016, proceedings, Part I 14. Springer (2016). p. 2137.

  • 62.

    CarionNMassaFSynnaeveGUsunierNKirillovAZagoruykoS. End-to-end object detection with transformers. In: European conference on computer vision. Springer (2020). p. 21329.

  • 63.

    WuPZhaiWCaoY. Background activation suppression for weakly supervised object localization. In: 2022 IEEE/CVF conference on computer vision and pattern recognition (CVPR). IEEE (2022). p. 1422837.

  • 64.

    XuJHouJZhangYFengRZhaoR-WZhangTet alCream: weakly supervised object localization via class re-activation mapping. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition (2022). p. 943746.

  • 65.

    ZhangSYuZLiuLWangXZhouAChenK. Group r-cnn for weakly semi-supervised object detection with points. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition (2022). p. 941726.

  • 66.

    LiuHLiCWuQLeeYJ. Visual instruction tuning. Adv Neural Inf Process Syst (2023) 36:34892916.

  • 67.

    JiaXZhuCLiMTangWZhouW. Llvip: a visible-infrared paired dataset for low-light vision. In: Proceedings of the IEEE/CVF international conference on computer vision workshops (ICCVW) (2021). p. 3496504.

  • 68.

    TangLHuangHZhangYQiGYuZ. Structure-embedded ghosting artifact suppression network for high dynamic range image reconstruction. Knowledge-Based Syst (2023) 263:110278. 10.1016/j.knosys.2023.110278

  • 69.

    LiuYShiYMuFChengJChenX. Glioma segmentation-oriented multi-modal mr image fusion with adversarial learning. IEEE/CAA J Automatica Sinica (2022) 9:152831. 10.1109/jas.2022.105770

  • 70.

    XieMWangJZhangY. A unified framework for damaged image fusion and completion based on low-rank and sparse decomposition. Signal Processing: Image Commun (2021) 29:116400. 10.1016/j.image.2021.116400

  • 71.

    LiuJFanXHuangZWuGLiuRZhongWet alTarget-aware dual adversarial learning and a multi-scenario multi-modality benchmark to fuse infrared and visible for object detection. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition (CVPR) (2022). p. 580211.

  • 72.

    LiuYQiZChengJChenX. Rethinking the effectiveness of objective evaluation metrics in multi-focus image fusion: a statistic-based approach. IEEE Trans Pattern Anal Machine Intelligence (2024) 46:580619. 10.1109/tpami.2024.3367905

  • 73.

    XydeasCSPetrovicVet alObjective image fusion performance measure. Electronics Lett (2000) 36:3089.

  • 74.

    ChenHVarshneyPK. A human perception inspired quality metric for image fusion based on regional information. Inf Fusion (2007) 8:193207. 10.1016/j.inffus.2005.10.001

  • 75.

    WangZBovikASheikhHSimoncelliE. Image quality assessment: from error visibility to structural similarity. IEEE Trans Image Process (2004) 13:60012. 10.1109/tip.2003.819861

  • 76.

    LiuJWuGLiuZWangDJiangZMaLet alInfrared and visible image fusion: from data compatibility to task adaption. IEEE Trans Pattern Anal Machine Intelligence (2024) 120. 10.1109/TPAMI.2024.3521416

  • 77.

    ZhangXYePXiaoG. Vifb: a visible and infrared image fusion benchmark. In: 2020 IEEE/CVF conference on computer vision and pattern recognition workshops (CVPRW) (2020). p. 46878.

  • 78.

    ZhaoZXuSZhangJLiangCZhangCLiuJ. Efficient and model-based infrared and visible image fusion via algorithm unrolling. IEEE Trans Circuits Syst Video Technology (2021) 32:118696. 10.1109/TCSVT.2021.3075745

  • 79.

    LiHLiuJZhangYLiuY. A deep learning framework for infrared and visible image fusion without strict registration. Int J Computer Vis (2024) 132:162544. 10.1007/s11263-023-01948-x

  • 80.

    LiHXuTWuX-JLuJKittlerJ. Lrrnet: a novel representation learning guided fusion network for infrared and visible images. IEEE Trans Pattern Anal Machine Intelligence (2023) 45:1104052. 10.1109/tpami.2023.3268209

  • 81.

    LiHCenYLiuYChenXYuZ. Different input resolutions and arbitrary output resolution: a meta learning-based deep framework for infrared and visible image fusion. IEEE Trans Image Process (2021) 30:407083. 10.1109/tip.2021.3069339

  • 82.

    LiuRLiuZLiuJFanXLuoZ. A task-guided, implicitly-searched and meta-initialized deep model for image fusion. IEEE Trans Pattern Anal Machine Intelligence (2024) 46:6594609. 10.1109/tpami.2024.3382308

  • 83.

    MenzeBHJakabABauerSKalpathy-CramerJFarahaniKKirbyJet alThe multimodal brain tumor image segmentation benchmark (brats). IEEE Trans Med Imaging (2015) 34:19932024. 10.1109/tmi.2014.2377694

  • 84.

    MuPWuGLiuJZhangYFanXLiuR. Learning to search a lightweight generalized network for medical image fusion. IEEE Trans Circuits Syst Video Technology (2024) 34:592134. 10.1109/tcsvt.2023.3342808

  • 85.

    ZhaoZBaiHZhangJZhangYZhangKXuSet alEquivariant multi-modality image fusion. In: 2024 IEEE/CVF conference on computer vision and pattern recognition (CVPR) (2024). p. 2591221.

  • 86.

    ZhangHZuoXZhouHLuTMaJ. A robust mutual-reinforcing framework for 3d multi-modal medical image fusion based on visual-semantic consistency. Proc AAAI Conf Artif Intelligence (2024) 38:708795. 10.1609/aaai.v38i7.28536

  • 87.

    ZhangYYangXLiHXieMYuZ. Dcpnet: a dual-task collaborative promotion network for pansharpening. IEEE Trans Geosci Remote Sensing (2024) 62:116. 10.1109/tgrs.2024.3377635

  • 88.

    LiHYangZZhangYTaoDYuZ. Single-image hdr reconstruction assisted ghost suppression and detail preservation network for multi-exposure hdr imaging. IEEE Trans Comput Imaging (2024) 10:42945. 10.1109/tci.2024.3369396

  • 89.

    LiHWangDHuangYZhangYYuZ. Generation and recombination for multifocus image fusion with free number of inputs. IEEE Trans Circuits Syst Video Technology (2024) 34:600923. 10.1109/TCSVT.2023.3344222

  • 90.

    LiuYYuCChengJWangZJChenX. Mm-net: a mixformer-based multi-scale network for anatomical and functional image fusion. IEEE Trans Image Process (2024) 33:2197212. 10.1109/tip.2024.3374072

Summary

Keywords

infrared and visible image fusion, pedestrian detection, multimodal large language models, text-guided, model fine-tuning

Citation

Wang K, Hu D, Cheng Y, Che Y, Li Y, Jiang Z, Chen F and Li W (2025) Infrared and visible image fusion driven by multimodal large language models. Front. Phys. 13:1599937. doi: 10.3389/fphy.2025.1599937

Received

25 March 2025

Accepted

06 May 2025

Published

22 May 2025

Volume

13 - 2025

Edited by

Yu Liu, Hefei University of Technology, China

Reviewed by

Guohua Lv, Qilu University of Technology, China

Min Li, Xinjiang University, China

Updates

Copyright

*Correspondence: Yukui Che,

Disclaimer

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.

Outline

Figures

Cite article

Copy to clipboard


Export citation file


Share article

Article metrics