Pith. sign in

REVIEW 5 major objections 7 minor 123 references

FS-Diff: Semantic guidance and clarity-aware simultaneous multimodal image fusion and super-resolution

T0 review · 5 major / 7 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read FS-Diff unifies multimodal image fusion and super-resolution into a single conditional diffusion process that recovers high-resolution fused images from low-resolution, unevenly blurred source pairs at 2x–8x magnification.

desk verdict A serious architecture for joint fusion+SR, but the empirical claims are currently undermined by inconsistent metric reporting and a degradation setup that doesn't match the paper's own motivating scenario. read the letter →

arxiv 2509.09427 v1 pith:HRFAWH7M submitted 2025-09-11 cs.CV

classification cs.CV
keywords imagefusionsuper-resolutiondiffusionmodelsemanticguidanceclarity-awareCLIPbidirectionalMambamultimodalbenchmarkaerialimaging
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper claims that simultaneous fusion and super-resolution of multimodal images can be done in one generative pass, rather than in separate steps. FS-Diff starts from pure Gaussian noise and iteratively denoises conditioned on the low-resolution source images and semantic embeddings extracted by a clarity-aware CLIP. The key is that when one input is blurred, the model uses the clear image's semantics; when both are blurred, it takes the maximum of both semantics. Experiments on infrared-visible, medical, and multifocus datasets at 2x, 4x, and 8x report better fidelity and downstream detection/segmentation than stepwise super-resolution-then-fusion baselines. The paper also introduces an aerial-view multimodal benchmark (AVMS) with 859 aligned image pairs and 3,821 annotated targets.

What carries the argument

The load-bearing component is the conditional denoising diffusion model. The target is a high-resolution fused image F0, produced at training time by CDD; during inference the model iterates from Gaussian noise to the fused output using a modified U-Net that predicts the noise at each timestep. Conditions are injected in two ways: a bidirectional feature Mamba (BFM) concatenates the two source images and the noisy image into a global joint representation, and a clarity-aware CLIP (CA-CLIP) provides semantic embeddings via cross-attention. The clarity-sensing selection rule (use the clear image's semantics when one is blurred, take the element-wise maximum when both are blurred) is what adapt

What would settle it

Take the trained FS-Diff and run it on real aerial visible-infrared pairs captured from a drone at 5–20 m altitude with natural motion blur and haze, without bicubic preprocessing. If the fusion quality (VIF, LPIPS, and detection mAP on the AVMS annotations) drops much more than on bicubic-degraded AVMS images, the central practical claim fails. Equivalently, if replacing the bicubic training data with a blind degradation model changes the rankings among methods, the reported advantage may be an artifact of the degradation assumption.

Watch

Extended reading notes

Core claim

FS-Diff treats joint fusion and super-resolution as a conditional generation problem. The forward process adds Gaussian noise to a high-resolution ground-truth fused image; the reverse process learns to remove that noise conditioned on the low-resolution source images and on semantic features. The semantic features come from a proposed clarity-sensing CLIP (CA-CLIP) that judges which input is clearer and selects the most informative semantics. A bidirectional feature Mamba block builds a global joint representation of the multimodal inputs. The paper reports that this one-stage approach outperforms two-stage methods (super-resolving then fusing) on VIF, Qabf, SSIM, and LPIPS metrics across m

Load-bearing premise

The low-resolution inputs are simulated by bicubic downsampling of sharp high-resolution images, so the model's 'clarity' judgement and denoising may not transfer to real long-range aerial images with motion blur, atmospheric scattering, and sensor noise.

Editorial extensions

If this is right

  • A single trained model can replace the standard pipeline of separate super-resolution and fusion, avoiding error accumulation between stages.
  • Fused outputs with recovered semantics should improve downstream tasks such as object detection and semantic segmentation on low-resolution aerial imagery.
  • The method extends beyond infrared-visible fusion to medical (MRI-PET, MRI-SPECT) and multifocus fusion, suggesting a general recipe for modality-agnostic joint fusion and super-resolution.
  • The new AVMS benchmark provides aligned visible-infrared aerial pairs with varying clarity and object annotations, enabling training and evaluation of long-range fusion systems.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The clarity-sensing selection rule is a form of adaptive fusion that could be generalized: a learned soft weighting of semantics might handle partial blur in both images more gracefully than the hard maximum.
  • Because the model is trained on bicubic downsampling, its performance under real atmospheric degradation is untested; a natural extension is to train with a degradation pool (motion blur, haze, noise) or use a blind-degradation model.
  • The diffusion process is computationally heavy (about 74 seconds per 128x128 image) relative to stepwise baselines; distillation or latent-space diffusion would be the natural next step to make this practical.
  • The AVMS dataset, with per-object annotations, could serve as a testbed for evaluating fusion methods by their effect on detection rather than only pixel-level metrics.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 7 minor

Summary. FS-Diff proposes a unified conditional diffusion framework for simultaneous multimodal image fusion and super-resolution. The method initializes the fused high-resolution output as Gaussian noise and iteratively denoises using a modified U-Net conditioned on the low-resolution visible/infrared pair, a bidirectional feature Mamba (BFM) global representation, and semantic embeddings from a clarity-aware CLIP variant (CA-CLIP). A clarity sensing mechanism (CLSE) decides whether to use the clear image's embedding or the maximum cross-image embedding when both inputs are blurred. The paper also introduces an aerial-view multimodal benchmark (AVMS) with 859 aligned pairs, reports fusion and super-resolution results at 2x/4x/8x on public and new datasets, and evaluates detection and segmentation on the fused outputs. The central claim is that FS-Diff outperforms state-of-the-art methods at multiple magnifications while recovering richer details and semantics.

Significance. If the central claim is correct, FS-Diff is a meaningful step toward joint fusion and super-resolution in a single generative model, with a plausible mechanism for clarity-adaptive semantic conditioning. The AVMS dataset is a useful contribution for aerial multimodal fusion, and the code release is a strength. However, the quantitative evidence in the paper does not currently support the claimed superiority, and several metric/table inconsistencies make the evaluation unreliable. The core DDPM formulation is standard; the novelty lies in the BFM and CLSE conditioning. The benchmark dataset and code availability are valuable regardless of the metric issues, but the paper's main performance claims need to be substantiated with corrected and consistent evaluations.

major comments (5)
  1. [Abstract; Tables 1, 2, 3, 9] The abstract and conclusion claim that FS-Diff 'outperforms the state-of-the-art methods at multiple magnifications.' The tables do not support a blanket claim. For example, Table 1 (MSRS, both blurred, x8): FS-Diff PSNR is 15.858 vs. DDFM+SR3's 17.407, and MSE is 2632.360 vs. 1770.990; FS-Diff also loses VIF on LLVIP IR-blurred x2 (0.607 vs. CDD+SR3's 0.650, Table 2). In Table 3 (MRI-PET), FS-Diff's MSE is 3194.768, worse than U2Fusion's 1874.329. FS-Diff wins some perceptual metrics (VIF, Q_AB/F, LPIPS) in many rows, but the paper's stated conclusion of general superiority is contradicted by the reported PSNR/MSE results. The text should be revised to report strengths and weaknesses precisely rather than claiming overall superiority.
  2. [Tables 1, 2, 3, 9] Reported SSIM values exceed the theoretical maximum of 1.0 in many rows: e.g., Table 1 lists SSIM 1.139, 1.165, 1.277, 1.344, 1.377; Table 3 lists 1.377 and 1.476; Table 9 lists 1.797 and 1.941. Since SSIM is defined as a similarity index bounded above by 1, these values indicate either a nonstandard metric implementation, a computation error, or a mismatch between the metric and the images being compared. This casts doubt on the reliability of every SSIM comparison in the paper and requires correction or a clear explanation.
  3. [Table 4 vs. Table 1] The ablation table and the main results table report inconsistent numbers for the same configuration. Table 4 gives FS-Diff on MSRS (both blurred, x8) VIF = 0.737, Q_AB/F = 0.669, PSNR = 16.170; Table 1 for the identical setting gives VIF = 0.486, Q_AB/F = 0.481, PSNR = 15.858. These are materially different. If the ablation was run on a different subset or with a different protocol, that must be stated; otherwise the quantitative results are internally inconsistent and the reader cannot trust either table.
  4. [Sections 4 and 5.1; Table 6] The motivating applications are long-distance UAV imaging with motion blur, atmospheric scattering, and sensor noise, but all training and test low-resolution inputs are synthesized by bicubic downsampling (Section 5.1, 'downsampled from the HR source image via a bicubic approach'; Section 4, AVMS pairs 'downsampled via bicubic interpolation'). The only robustness test, Table 6, uses synthetic fog on AVMS. No real-captured degraded pairs or a realistic degradation model are evaluated. The paper's claim that FS-Diff addresses real long-distance imagery is therefore unverified; the limitation paragraph in Section 7 mentions only model complexity and does not acknowledge this gap. A real-capture or realistic-degradation experiment is needed before the practical-applicability claim can be sustained.
  5. [Section 5.4.2; Eq. (12)] The CLSE semantic selection rule in Eq. (12) is validated post hoc in Section 5.4.2 on the A VMS test set that is also used for the final comparisons. Table 5 compares several semantic selections on the same benchmark and then selects 'max semantics' for the both-blurred case. This is benchmark fitting: the rule is chosen based on test-set performance rather than on a held-out validation set. Since CLSE is a core contribution, the design choice should be justified by training/validation evidence or an independent test set, not by the final evaluation set used to report the method's performance.
minor comments (7)
  1. [Abstract] The abstract says the AVMS benchmark covers '600 pairs of images,' while the full text and contributions state 859 pairs. The number should be harmonized.
  2. [Section 3.2] The notation for image dimensions is confusing: x ∈ R^{3HW}, y ∈ R^{HW}, F0 ∈ R^{3HW}. This appears to use a nonstandard flattened size rather than H×W×C; please use conventional tensor notation such as R^{H×W×3}.
  3. [Table 5] The header includes a typo 'PSRN' and the column order is inconsistent with the row values (some rows show seven numeric entries while the header lists six columns). Please reformat and verify all entries.
  4. [Algorithm 2 and Eq. (18)] Algorithm 2 uses z for the inference noise, while Eq. (18) uses ε_t; it should be stated explicitly that these are the same random variable, or the notation should be unified.
  5. [Section 5.3 caption] The caption mentions '×8 magnification (162→128²)'; the '162' appears to be a typo for '16²' or should be omitted.
  6. [Table 10] The computational complexity table lists 'Diff-IF+SR3', but Diff-IF is not among the methods described in Section 5.1's comparison list. Clarify whether this method was used in the main comparisons and why it appears only here.
  7. [Section 6] The complexity table reports FLOPs for SR3 as 91681.6 G, which is about three orders of magnitude larger than typical SR3 values; this may be a unit error (G vs. M) and should be checked.

Circularity Check

1 steps flagged · score 3.0 of 10

Post-hoc selection of the CLSE semantic rule on the AVMS test set creates a partial circularity; the core diffusion pipeline is otherwise self-contained.

  1. fitted input called prediction [Sec. 5.4.2, Table 5; Eq. (12); Sec. 5.1 (AVMS train/test split)]
    "As shown in Table 5 and Figure 9, for a single blurred image, choosing the clear semantics and, for two blurred images, selecting the maximum two-modal semantics can effectively enhance fusion performance."

    Eq. (12) hard-codes this selection rule (clear-image embedding when one input is clear; max(ec1,ec2) when both are blurred). Table 5 chooses among the alternatives ('VI clear+VI semantics', 'IR clear+IR semantics', 'Blurred IR &VI+joint semantics', 'Blurred IR &VI+max semantics', etc.) by ranking them on the AVMS dataset at scale 8. The AVMS split is fixed in Sec. 5.1 as training 689 / test 170, and Tables 1, 2, and 4 report 'Our FS-Diff' on the same AVMS test set. Thus the claim that the rule 'effectively enhance[s] fusion performance' is an evaluation on the very benchmark used to pick the rule; the final AVMS numbers are not independent confirmation of the CLSE choice, but the direct result of selecting the best-performing option on that test set.

full rationale

The main derivation chain is not circular. FS-Diff uses the standard DDPM objective (Eqs. 8-18), the ground-truth HR fused image F0 is obtained externally from CDD [31], and the conditioning inputs are the LR multimodal images plus semantic embeddings. The BFM and CA-CLIP components are adopted from non-overlapping prior work ([32], [84]), not from the present authors' own theorems. The bicubic-only degradation model is a correctness/generalization concern, not a circularity. The one genuine circular element is the validation of the CLSE semantic selection rule (Eq. 12) on the same AVMS test set used to choose that rule. This makes the AVMS-based evidence for that specific design choice partly fitted to the benchmark. However, this affects only the semantic-selection component and the AVMS numbers; the method is also evaluated on MSRS, M3FD, LLVIP, medical, and multifocus datasets, and the core diffusion formulation retains independent content. Therefore the overall circularity is moderate rather than severe.

Assumptions & free parameters 3 free parameters · 4 assumptions · 0 invented entities

No physical invented entities are introduced. The load-bearing assumptions are the CDD-generated training target, the bicubic degradation model, and the transferability of CLIP features to heavily downsampled inputs. The method's hyperparameters are standard choices, not fitted to resolve a derivation.

free parameters (3)
  • Diffusion schedule length T = 4000
    Chosen per improved DDPM [116] in Section 5.1; controls the number of denoising iterations and trades quality against inference time.
  • Training schedule (steps, batch, learning rate) = 800k steps, batch 80, LR 1e-4
    Hand-chosen hyperparameters listed in Section 5.1; they define the reported model but are not shown to be critical.
  • Super-resolution scale factors = 2, 4, 8
    The three magnifications define the task; all LR input data is synthesized with bicubic downsampling at these scales.
assumptions (4)
  • domain assumption The HR fused image F0 produced by CDD is a suitable ground truth for training the joint fusion+SR network.
    Section 5.1 states 'The HR fusion image was obtained via CDD', so the network is trained to imitate CDD's fusion output; the fusion quality ceiling is therefore CDD's.
  • domain assumption Low-resolution degradation is equivalent to bicubic downsampling of aligned HR images.
    Section 5.1 and Section 4 create LR inputs 'via a bicubic approach'/'downsampled via bicubic interpolation', omitting motion blur, atmospheric turbulence, and sensor noise.
  • domain assumption CLIP/DA-CLIP pretrained features remain semantically useful for heavily downsampled 16x16 inputs.
    The CLSE mechanism and e_ci embeddings are extracted from pretrained CLIP/DA-CLIP (Section 3.2.2); no evidence is provided that these features are stable at 8x degradation.
  • standard math The reverse diffusion posterior follows the standard DDPM parameterization.
    Equations 13-18 follow Ho et al. [30], used as standard background without modification.

how reviews work

0 comments
Cite this review

Pith. "Pith review of FS-Diff: Semantic guidance and clarity-aware simultaneous multimodal image fusion and super-resolution." pith.science (2026). https://pith.science/paper/HRFAWH7M

@misc{pith2026250909427,
  author       = {Pith},
  title        = {Pith review of: FS-Diff: Semantic guidance and clarity-aware simultaneous multimodal image fusion and super-resolution},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/HRFAWH7M}},
  note         = {Machine review of arXiv:2509.09427}
}
read the original abstract

As an influential information fusion and low-level vision technique, image fusion integrates complementary information from source images to yield an informative fused image. A few attempts have been made in recent years to jointly realize image fusion and super-resolution. However, in real-world applications such as military reconnaissance and long-range detection missions, the target and background structures in multimodal images are easily corrupted, with low resolution and weak semantic information, which leads to suboptimal results in current fusion techniques. In response, we propose FS-Diff, a semantic guidance and clarity-aware joint image fusion and super-resolution method. FS-Diff unifies image fusion and super-resolution as a conditional generation problem. It leverages semantic guidance from the proposed clarity sensing mechanism for adaptive low-resolution perception and cross-modal feature extraction. Specifically, we initialize the desired fused result as pure Gaussian noise and introduce the bidirectional feature Mamba to extract the global features of the multimodal images. Moreover, utilizing the source images and semantics as conditions, we implement a random iterative denoising process via a modified U-Net network. This network istrained for denoising at multiple noise levels to produce high-resolution fusion results with cross-modal features and abundant semantic information. We also construct a powerful aerial view multiscene (AVMS) benchmark covering 600 pairs of images. Extensive joint image fusion and super-resolution experiments on six public and our AVMS datasets demonstrated that FS-Diff outperforms the state-of-the-art methods at multiple magnifications and can recover richer details and semantics in the fused images. The code is available at https://github.com/XylonXu01/FS-Diff.

Figures

Figures reproduced from arXiv: 2509.09427 by the authors.

Figure 1
Figure 1. Our FS-Diff demonstrates the outstanding fusion performance of joint image fusion and super-resolution with a scaling factor of 8 in five public and our AVMS datasets. The first four boxes show the VI-IR dataset, demonstrating three fusion scenarios: both VI and IR blurred, VI blurred, and IR blurred. The remaining two boxes present the multimodal medical dataset, where both images are blurred. Generally, image fusi… view at source ↗
Figure 2
Figure 2. The framework of FS-Diff. Ft and F0 represent the noisy output image with t timesteps and the ground truth. The forward diffusion process q(Ft |Ft−1) adds Gaussian noise to F0, and the backward diffusion process pθ(Ft−1|Ft , x, y) iteratively denoise. The CLSE mechanism dynamically selects semantic extraction strategies for multimodal images with inconsistent resolution. In Case 1 (single-image blur), CA-CLIP’s imag… view at source ↗
Figure 3
Figure 3. The overview of the BFM. 3.2.2. CA-CLIP and the CLSE mechanism This section introduces the CA-CLIP and the CLSE mechanism. By leveraging CLIP’s [83] pre-trained cross￾modal alignment capability, our framework enables precise semantic extraction from heterogeneous input modalities with varying clarity. Moreover, this integration enhances the generalizability of the proposed method, enabling its adaptation to more com… view at source ↗
Figures from the paper (11 more)
Figure 4
Figure 4. Figure 4: (a) Image pair acquisition, (b) post-processing, and (c) scene distribution for AVMS. [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]
Figure 5
Figure 5. Figure 5: Viewable distribution of scenes in our AVMS dataset. The first line is the visible images, and the second line is the corresponding infrared [PITH_FULL_IMAGE:figures/full_fig_p012_5.png]
Figure 6
Figure 6. Figure 6: Fusion and super-resolution (scale:8, 4 and 2) results for di [PITH_FULL_IMAGE:figures/full_fig_p015_6.png]
Figure 7
Figure 7. Figure 7: Fusion and super-resolution (scale:8) results for FS-Di [PITH_FULL_IMAGE:figures/full_fig_p018_7.png]
Figure 8
Figure 8. Figure 8: Visual comparison of ablation studies on CA-CLIP and CLSE Mechanism. [PITH_FULL_IMAGE:figures/full_fig_p020_8.png]
Figure 9
Figure 9. Figure 9: The impact of content embeddings from images in di [PITH_FULL_IMAGE:figures/full_fig_p021_9.png]
Figure 10
Figure 10. Figure 10: Visualization of the effect of CLSE’s clarity judgment on the unseen foggy and low resolution (scale:8) AVMS dataset. For quantitative analysis, from [PITH_FULL_IMAGE:figures/full_fig_p021_10.png]
Figure 11
Figure 11. Figure 11: Qualitative comparisons of different fusion and super-resolution (scale: 8) detection results on the LLVIP and AVMS datasets. The area circled by the red ellipse indicates the missed detection of the comparison methods compared with our FS-Diff. separate processes of …
Figure 12
Figure 12. Figure 12: Qualitative comparisons of different fusion and super-resolution (scale: 8) segmentation results on the MSRS and AVMS datasets. The red regions represent the missing segmentations of the comparison methods compared with our FS-Diff [PITH_FULL_IMAGE:figures/full_fig_p…
Figure 13
Figure 13. Figure 13: Visual Comparison of SR3-only super-resolution and the proposed method for simultaneous multi-source image fusion and super [PITH_FULL_IMAGE:figures/full_fig_p024_13.png]
Figure 14
Figure 14. Figure 14: Fusion and super-resolution (scale: 8) results for di [PITH_FULL_IMAGE:figures/full_fig_p025_14.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

123 extracted references · 10 linked inside Pith

  1. [1]

    H. Xu, J. Yuan, J. Ma, Murf: Mutually reinforcing multi-modal image registration and fusion, IEEE transactions on pattern analysis and machine intelligence (2023)

  2. [2]

    Z. Zhao, H. Bai, Y . Zhu, J. Zhang, S. Xu, Y . Zhang, K. Zhang, D. Meng, R. Timofte, L. Van Gool, Ddfm: denoising diffusion model for multi-modality image fusion, in: Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023, pp. 8082–8093

  3. [3]

    W. Zhao, S. Xie, F. Zhao, Y . He, H. Lu, Metafusion: Infrared and visible image fusion via meta-feature em- bedding from object detection, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 13955–13965

  4. [4]

    C. He, K. Li, G. Xu, Y . Zhang, R. Hu, Z. Guo, X. Li, Degradation-resistant unfolding network for heterogeneous image fusion, in: Proceedings of the IEEE/CVF international conference on computer vision, 2023, pp. 12611– 12621

  5. [5]

    Li, X.-J

    H. Li, X.-J. Wu, Crossfuse: A novel cross attention mechanism based infrared and visible image fusion ap- proach, Information Fusion 103 (2024) 102147

  6. [6]

    L. Tang, Y . Deng, Y . Ma, J. Huang, J. Ma, Superfusion: A versatile image registration and fusion network with semantic awareness, IEEE/CAA Journal of Automatica Sinica 9 (12) (2022) 2121–2137

  7. [7]

    S. M. Z. S. Z. Ariffin, N. Jamil, P. N. M. A. Rahman, Can thermal and visible image fusion improves ear recognition?, in: 2017 8th International Conference on Information Technology (ICIT), IEEE, 2017, pp. 780– 784

  8. [8]

    R. Liu, Z. Liu, J. Liu, X. Fan, Searching a hierarchically aggregated fusion architecture for fast multi-modality image fusion, in: Proceedings of the 29th ACM International Conference on Multimedia, 2021, pp. 1600–1608

Show all 123 references
  1. [9]

    C. He, K. Li, Y . Zhang, L. Tang, Y . Zhang, Z. Guo, X. Li, Camouflaged object detection with feature decom- position and edge reconstruction, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2023, pp. 22046–22055

  2. [10]

    Li, X.-J

    H. Li, X.-J. Wu, J. Kittler, Mdlatlrr: A novel decomposition method for infrared and visible image fusion, IEEE Transactions on Image Processing 29 (2020) 4733–4746

  3. [11]

    Y . Jie, X. Li, H. Tan, F. Zhou, G. Wang, Multi-modal medical image fusion via multi-dictionary and truncated huber filtering, Biomedical Signal Processing and Control 88 (2024) 105671

  4. [12]

    Y . Jie, X. Li, F. Zhou, H. Tan, et al., Medical image fusion based on extended difference-of-gaussians and edge-preserving, Expert Systems with Applications 227 (2023) 120301

  5. [13]

    Zhang, Y

    X. Zhang, Y . Demiris, Visible and infrared image fusion using deep learning, IEEE Transactions on Pattern Analysis and Machine Intelligence (2023)

  6. [14]

    Karim, G

    S. Karim, G. Tong, J. Li, A. Qadir, U. Farooq, Y . Yu, Current advances and future perspectives of image fusion: A comprehensive review, Information Fusion 90 (2023) 185–217

  7. [15]

    H. Li, Y . Cen, Y . Liu, X. Chen, Z. Yu, Different input resolutions and arbitrary output resolution: A meta learning-based deep framework for infrared and visible image fusion, IEEE Transactions on Image Processing 30 (2021) 4070–4083

  8. [16]

    W. Xiao, Y . Zhang, H. Wang, F. Li, H. Jin, Heterogeneous knowledge distillation for simultaneous infrared- visible image fusion and super-resolution, IEEE Transactions on Instrumentation and Measurement 71 (2022) 1–15. 27

  9. [17]

    H. Yin, S. Li, L. Fang, Simultaneous image fusion and super-resolution using sparse representation, Information Fusion 14 (3) (2013) 229–240

  10. [18]

    H. Li, M. Yuan, J. Li, Y . Liu, G. Lu, Y . Xu, Z. Yu, D. Zhang, Focus affinity perception and super-resolution embedding for multifocus image fusion, IEEE Transactions on Neural Networks and Learning Systems (2024)

  11. [19]

    Y . Sun, B. Cao, P. Zhu, Q. Hu, Drone-based rgb-infrared cross-modality vehicle detection via uncertainty-aware learning, IEEE Transactions on Circuits and Systems for Video Technology 32 (10) (2022) 6700–6713

  12. [20]

    Huang, J

    B. Huang, J. Li, J. Chen, G. Wang, J. Zhao, T. Xu, Anti-uav410: A thermal infrared benchmark and cus- tomized scheme for tracking drones in the wild, IEEE Transactions on Pattern Analysis and Machine Intelli- gence (2023)

  13. [21]

    Razakarivony, F

    S. Razakarivony, F. Jurie, Vehicle detection in aerial imagery: A small target detection benchmark, Journal of Visual Communication and Image Representation 34 (2016) 187–203

  14. [22]

    Toet, The tno multiband image data collection, Data in brief 15 (2017) 249–251

    A. Toet, The tno multiband image data collection, Data in brief 15 (2017) 249–251

  15. [23]

    H. Xu, J. Ma, J. Jiang, X. Guo, H. Ling, U2fusion: A unified unsupervised image fusion network, IEEE Transactions on Pattern Analysis and Machine Intelligence 44 (1) (2020) 502–518

  16. [24]

    X. Jia, C. Zhu, M. Li, W. Tang, W. Zhou, Llvip: A visible-infrared paired dataset for low-light vision, in: Proceedings of the IEEE/CVF international conference on computer vision, 2021, pp. 3496–3504

  17. [25]

    J. Liu, X. Fan, Z. Huang, G. Wu, R. Liu, W. Zhong, Z. Luo, Target-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 recognit...

  18. [26]

    L. Tang, J. Yuan, H. Zhang, X. Jiang, J. Ma, Piafusion: A progressive infrared and visible image fusion network based on illumination aware, Information Fusion 83 (2022) 79–92

  19. [27]

    Fu, X.-J

    Y . Fu, X.-J. Wu, T. Durrani, Image fusion based on generative adversarial network consistent with perception, Information Fusion 72 (2021) 110–125

  20. [28]

    J. Ma, H. Xu, J. Jiang, X. Mei, X.-P. Zhang, Ddcgan: A dual-discriminator conditional generative adversarial network for multi-resolution image fusion, IEEE Transactions on Image Processing 29 (2020) 4980–4995

  21. [29]

    J. Gui, Z. Sun, Y . Wen, D. Tao, J. Ye, A review on generative adversarial networks: Algorithms, theory, and applications, IEEE transactions on knowledge and data engineering 35 (4) (2021) 3313–3332

  22. [30]

    J. Ho, A. Jain, P. Abbeel, Denoising diffusion probabilistic models, Advances in neural information processing systems 33 (2020) 6840–6851

  23. [31]

    Z. Zhao, H. Bai, J. Zhang, Y . Zhang, S. Xu, Z. Lin, R. Timofte, L. Van Gool, Cddfuse: Correlation-driven dual- branch feature decomposition for multi-modality image fusion, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2023, pp. 5906–5916

  24. [32]

    L. Zhu, B. Liao, Q. Zhang, X. Wang, W. Liu, X. Wang, Vision mamba: Efficient visual representation learning with bidirectional state space model, arXiv preprint arXiv:2401.09417 (2024)

  25. [33]

    Ronneberger, P

    O. Ronneberger, P. Fischer, T. Brox, U-net: Convolutional networks for biomedical image segmentation, in: Medical image computing and computer-assisted intervention–MICCAI 2015: 18th international conference, Munich, Germany, October 5-9, 2015, proceedings, part III 18, Spring...

  26. [34]

    X. Li, F. Zhou, H. Tan, Y . Chen, W. Zuo, Multi-focus image fusion based on nonsubsampled contourlet trans- form and residual removal, Signal Processing 184 (2021) 108062. 28

  27. [35]

    Treece, Real image denoising with a locally-adaptive bitonic filter, IEEE Transactions on Image Processing 31 (2022) 3151–3165

    G. Treece, Real image denoising with a locally-adaptive bitonic filter, IEEE Transactions on Image Processing 31 (2022) 3151–3165

  28. [36]

    K. He, J. Sun, Fast guided filter, arXiv preprint arXiv:1505.00996 (2015)

  29. [37]

    Y . Jie, F. Zhou, H. Tan, G. Wang, X. Cheng, X. Li, Tri-modal medical image fusion based on adaptive energy choosing scheme and sparse representation, Measurement 204 (2022) 112038

  30. [38]

    X. Li, W. Wan, F. Zhou, X. Cheng, Y . Jie, H. Tan, Medical image fusion based on sparse representation and neighbor energy activity, Biomedical Signal Processing and Control 80 (2023) 104353

  31. [39]

    X. Li, F. Zhou, H. Tan, Joint image fusion and denoising via three-layer decomposition and sparse representa- tion, Knowledge-Based Systems 224 (2021) 107087

  32. [40]

    Zhang, Y

    Q. Zhang, Y . Liu, R. S. Blum, J. Han, D. Tao, Sparse representation based multi-sensor image fusion for multi-focus and multi-modality images: A review, Information Fusion 40 (2018) 57–75

  33. [41]

    Y . Liu, X. Chen, A. Liu, R. K. Ward, Z. J. Wang, Recent advances in sparse representation based medical image fusion, IEEE Instrumentation & Measurement Magazine 24 (2) (2021) 45–53

  34. [42]

    Aydemir, L

    B. Aydemir, L. Hoffstetter, T. Zhang, M. Salzmann, S. Süsstrunk, Tempsal-uncovering temporal information for deep saliency prediction, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 6461–6470

  35. [43]

    Downes, S

    J. Downes, S. Saltwick, A. Chen, Saliency driven imagery preprocessing for efficient compression-industrial paper, in: Proceedings of the 31st ACM International Conference on Advances in Geographic Information Systems, 2023, pp. 1–11

  36. [44]

    Y . Su, J. Deng, R. Sun, G. Lin, H. Su, Q. Wu, A unified transformer framework for group-based segmentation: Co-segmentation, co-saliency detection and video salient object detection, IEEE Transactions on Multimedia (2023)

  37. [45]

    J. Ma, L. Tang, M. Xu, H. Zhang, G. Xiao, Stdfusionnet: An infrared and visible image fusion network based on salient target detection, IEEE Transactions on Instrumentation and Measurement 70 (2021) 1–13

  38. [46]

    J. Liu, R. Dian, S. Li, H. Liu, Sgfusion: A saliency guided deep-learning framework for pixel-level image fusion, Information Fusion 91 (2023) 205–214

  39. [47]

    D. Wang, J. Liu, R. Liu, X. Fan, An interactively reinforced paradigm for joint infrared-visible image fusion and saliency object detection, Information Fusion 98 (2023) 101828

  40. [48]

    J. Liu, X. Fan, J. Jiang, R. Liu, Z. Luo, Learning a deep multi-scale feature ensemble and an edge-attention guidance for image fusion, IEEE Transactions on Circuits and Systems for Video Technology 32 (1) (2021) 105–119

  41. [49]

    Liang, J

    P. Liang, J. Jiang, X. Liu, J. Ma, Fusion from decomposition: A self-supervised decomposition approach for image fusion, in: European Conference on Computer Vision, Springer, 2022, pp. 719–735

  42. [50]

    Z. Liu, J. Liu, G. Wu, L. Ma, X. Fan, R. Liu, Bi-level dynamic learning for jointly multi-modality image fusion and beyond, arXiv preprint arXiv:2305.06720 (2023)

  43. [51]

    B. Cao, Y . Sun, P. Zhu, Q. Hu, Multi-modal gated mixture of local-to-global experts for dynamic image fusion, in: Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023, pp. 23555–23564

  44. [52]

    Y . Guan, R. Xu, M. Yao, L. Wang, Z. Xiong, Mutual-guided dynamic network for image fusion, in: Proceedings of the 31st ACM International Conference on Multimedia, 2023, pp. 1779–1788. 29

  45. [53]

    H. Xu, J. Ma, Z. Le, J. Jiang, X. Guo, Fusiondn: A unified densely connected network for image fusion, in: Proceedings of the AAAI conference on artificial intelligence, V ol. 34, 2020, pp. 12484–12491

  46. [54]

    L. Tang, X. Xiang, H. Zhang, M. Gong, J. Ma, Divfusion: Darkness-free infrared and visible image fusion, Information Fusion 91 (2023) 477–493

  47. [55]

    Huang, J

    Z. Huang, J. Liu, X. Fan, R. Liu, W. Zhong, Z. Luo, Reconet: Recurrent correction network for fast and efficient multi-modality image fusion, in: European conference on computer Vision, Springer, 2022, pp. 539–555

  48. [56]

    D. Wang, J. Liu, X. Fan, R. Liu, Unsupervised misaligned infrared and visible image fusion via cross-modality image generation and registration, arXiv preprint arXiv:2205.11876 (2022)

  49. [57]

    H. Li, J. Liu, Y . Zhang, Y . Liu, A deep learning framework for infrared and visible image fusion without strict registration, International Journal of Computer Vision 132 (5) (2024) 1625–1644

  50. [58]

    H. Li, J. Zhao, J. Li, Z. Yu, G. Lu, Feature dynamic alignment and refinement for infrared–visible image fusion: Translation robust fusion, Information Fusion 95 (2023) 26–41

  51. [59]

    Zhang, H

    H. Zhang, H. Xu, X. Tian, J. Jiang, J. Ma, Image fusion meets deep learning: A survey and perspective, Information Fusion 76 (2021) 323–336

  52. [60]

    L. Tang, H. Zhang, H. Xu, J. Ma, 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, Information Fusion 99 (2023) 101870

  53. [61]

    Z. Zhao, S. Xu, C. Zhang, J. Liu, P. Li, J. Zhang, Didfuse: Deep image decomposition for infrared and visible image fusion, arXiv preprint arXiv:2003.09210 (2020)

  54. [62]

    Li, X.-J

    H. Li, X.-J. Wu, J. Kittler, Rfn-nest: An end-to-end residual fusion network for infrared and visible images, Information Fusion 73 (2021) 72–86

  55. [63]

    M. Zhou, J. Huang, N. Zheng, C. Li, Learned image reasoning prior penetrates deep unfolding network for panchromatic and multi-spectral image fusion, in: Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023, pp. 12398–12407

  56. [64]

    H. Li, T. Xu, X.-J. Wu, J. Lu, J. Kittler, Lrrnet: A novel representation learning guided fusion network for infrared and visible images, IEEE transactions on pattern analysis and machine intelligence (2023)

  57. [65]

    Z. Zhao, S. Xu, J. Zhang, C. Liang, C. Zhang, J. Liu, Efficient and model-based infrared and visible image fusion via algorithm unrolling, IEEE Transactions on Circuits and Systems for Video Technology 32 (3) (2021) 1186–1196

  58. [66]

    H. Zhou, W. Wu, Y . Zhang, J. Ma, H. Ling, Semantic-supervised infrared and visible image fusion via a dual- discriminator generative adversarial network, IEEE Transactions on Multimedia 25 (2021) 635–648

  59. [67]

    Y . Gao, S. Ma, J. Liu, Dcdr-gan: A densely connected disentangled representation generative adversarial net- work for infrared and visible image fusion, IEEE Transactions on Circuits and Systems for Video Technology 33 (2) (2022) 549–561

  60. [68]

    J. Ma, H. Zhang, Z. Shao, P. Liang, H. Xu, Ganmcc: A generative adversarial network with multiclassification constraints for infrared and visible image fusion, IEEE Transactions on Instrumentation and Measurement 70 (2020) 1–14

  61. [69]

    Y . Rao, D. Wu, M. Han, T. Wang, Y . Yang, T. Lei, C. Zhou, H. Bai, L. Xing, At-gan: A generative adversarial network with attention and transition for infrared and visible image fusion, Information Fusion 92 (2023) 336– 349. 30

  62. [70]

    J. Ma, W. Yu, P. Liang, C. Li, J. Jiang, Fusiongan: A generative adversarial network for infrared and visible image fusion, Information fusion 48 (2019) 11–26

  63. [71]

    Li, X.-J

    H. Li, X.-J. Wu, Densefuse: A fusion approach to infrared and visible images, IEEE Transactions on Image Processing 28 (5) (2018) 2614–2623

  64. [72]

    Zhang, H

    H. Zhang, H. Xu, Y . Xiao, X. Guo, J. Ma, Rethinking the image fusion: A fast unified image fusion network based on proportional maintenance of gradient and intensity, in: Proceedings of the AAAI conference on artificial intelligence, V ol. 34, 2020, pp. 12797–12804

  65. [73]

    J. Liu, R. Lin, G. Wu, R. Liu, Z. Luo, X. Fan, Coconet: Coupled contrastive learning network with multi-level feature ensemble for multi-modality image fusion, International Journal of Computer Vision 132 (5) (2024) 1748–1775

  66. [74]

    X. Yi, H. Xu, H. Zhang, L. Tang, J. Ma, Text-if: Leveraging semantic text guidance for degradation-aware and interactive image fusion, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 27026–27035

  67. [75]

    Zhang, L

    J. Zhang, L. Jiao, W. Ma, F. Liu, X. Liu, L. Li, P. Chen, S. Yang, Transformer based conditional gan for multimodal image fusion, IEEE Transactions on Multimedia (2023)

  68. [76]

    Y . Sun, B. Cao, P. Zhu, Q. Hu, Detfusion: A detection-driven infrared and visible image fusion network, in: Proceedings of the 30th ACM international conference on multimedia, 2022, pp. 4003–4011

  69. [77]

    L. Tang, J. Yuan, J. Ma, Image fusion in the loop of high-level vision tasks: A semantic-aware real-time infrared and visible image fusion network, Information Fusion 82 (2022) 28–42

  70. [78]

    J. Liu, Z. Liu, G. Wu, L. Ma, R. Liu, W. Zhong, Z. Luo, X. Fan, Multi-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, 2023, pp. 8115–8124

  71. [79]

    J. Liu, G. Wu, Z. Liu, L. Ma, R. Liu, X. Fan, Where elegance meets precision: Towards a compact, automatic, and flexible framework for multi-modality image fusion and applications, in: IJCAI, 2024

  72. [80]

    Zhang, X

    H. Zhang, X. Zuo, J. Jiang, C. Guo, J. Ma, Mrfs: Mutually reinforcing image fusion and segmentation, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 26974– 26983

  73. [81]

    X. Deng, P. L. Dragotti, Deep convolutional neural network for multi-modal image restoration and fusion, IEEE transactions on pattern analysis and machine intelligence 43 (10) (2020) 3333–3348

  74. [82]

    J. Li, D. Li, C. Xiong, S. Hoi, Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation (2022) 12888–12900

  75. [83]

    Radford, J

    A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clark, et al., Learning transferable visual models from natural language supervision (2021) 8748–8763

  76. [84]

    Z. Luo, F. K. Gustafsson, Z. Zhao, J. Sjölund, T. B. Schön, Controlling vision-language models for universal image restoration, arXiv preprint arXiv:2310.01018 (2023)

  77. [85]

    C. Yang, Z. An, L. Huang, J. Bi, X. Yu, H. Yang, B. Diao, Y . Xu, Clip-kd: An empirical study of clip model distillation, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 15952–15962

  78. [86]

    Rombach, A

    R. Rombach, A. Blattmann, D. Lorenz, P. Esser, B. Ommer, High-resolution image synthesis with latent diffu- sion models, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 10684–10695. 31

  79. [87]

    Chung, B

    H. Chung, B. Sim, J. C. Ye, Come-closer-diffuse-faster: Accelerating conditional diffusion models for inverse problems through stochastic contraction, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 12413–12422

  80. [88]

    Avrahami, D

    O. Avrahami, D. Lischinski, O. Fried, Blended diffusion for text-driven editing of natural images, in: Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 18208–18218

  81. [89]

    J. Choi, S. Kim, Y . Jeong, Y . Gwon, S. Yoon, Ilvr: Conditioning method for denoising diffusion probabilistic models, arXiv preprint arXiv:2108.02938 (2021)

  82. [90]

    Lugmayr, M

    A. Lugmayr, M. Danelljan, A. Romero, F. Yu, R. Timofte, L. Van Gool, Repaint: Inpainting using denoising diffusion probabilistic models, in: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 11461–11471

  83. [91]

    Rahman, J

    A. Rahman, J. M. J. Valanarasu, I. Hacihaliloglu, V . M. Patel, Ambiguous medical image segmentation using diffusion models, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 11536–11546

  84. [92]

    J. Xu, S. Liu, A. Vahdat, W. Byeon, X. Wang, S. De Mello, Open-vocabulary panoptic segmentation with text-to-image diffusion models, in: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 2955–2966

  85. [93]

    R. S. Zimmermann, L. Schott, Y . Song, B. A. Dunn, D. A. Klindt, Score-based generative classifiers, arXiv e-prints (2021)

  86. [94]

    Croitoru, V

    F.-A. Croitoru, V . Hondru, R. T. Ionescu, M. Shah, Diffusion models in vision: A survey, IEEE Transactions on Pattern Analysis and Machine Intelligence (2023)

  87. [95]

    Saharia, J

    C. Saharia, J. Ho, W. Chan, T. Salimans, D. J. Fleet, M. Norouzi, Image super-resolution via iterative refine- ment, IEEE transactions on pattern analysis and machine intelligence 45 (4) (2022) 4713–4726

  88. [96]

    Hatamizadeh, J

    A. Hatamizadeh, J. Song, G. Liu, J. Kautz, A. Vahdat, Diffit: Diffusion vision transformers for image genera- tion, in: European Conference on Computer Vision, Springer, 2025, pp. 37–55

  89. [97]

    J. Yue, L. Fang, S. Xia, Y . Deng, J. Ma, Dif-fusion: Towards high color fidelity in infrared and visible image fusion with diffusion models, IEEE Transactions on Image Processing (2023)

  90. [98]

    B. Yang, Z. Jiang, D. Pan, H. Yu, G. Gui, W. Gui, Lfdt-fusion: a latent feature-guided diffusion transformer model for general image fusion, Information Fusion 113 (2025) 102639

  91. [99]

    X. Yi, L. Tang, H. Zhang, H. Xu, J. Ma, Diff-if: Multi-modality image fusion via diffusion model with fusion knowledge prior, Information Fusion 110 (2024) 102450

  92. [100]

    L. Tang, Y . Deng, X. Yi, Q. Yan, Y . Yuan, J. Ma, Drmf: Degradation-robust multi-modal image fusion via composable diffusion prior, in: Proceedings of the 32nd ACM International Conference on Multimedia, 2024, pp. 8546–8555

  93. [101]

    A. Gu, T. Dao, Mamba: Linear-time sequence modeling with selective state spaces, arXiv preprint arXiv:2312.00752 (2023)

  94. [102]

    J. Liu, G. Wu, Z. Liu, D. Wang, Z. Jiang, L. Ma, W. Zhong, X. Fan, Infrared and visible image fusion: From data compatibility to task adaption, IEEE Transactions on Pattern Analysis and Machine Intelligence (2024)

  95. [103]

    K. He, X. Zhang, S. Ren, J. Sun, Delving deep into rectifiers: Surpassing human-level performance on imagenet classification, in: Proceedings of the IEEE international conference on computer vision, 2015, pp. 1026–1034

  96. [104]

    K. Song, X. Xue, H. Wen, Y . Ji, Y . Yan, Q. Meng, Misaligned visible-thermal object detection: A drone-based benchmark and baseline, IEEE Transactions on Intelligent Vehicles (2024). 32

  97. [105]

    Summers, Harvard whole brain atlas: www

    D. Summers, Harvard whole brain atlas: www. med. harvard. edu/aanlib/home. html, Journal of Neurology, Neurosurgery & Psychiatry 74 (3) (2003) 288–288

  98. [106]

    R. Wu, T. Yang, L. Sun, Z. Zhang, S. Li, L. Zhang, Seesr: Towards semantics-aware real-world image super- resolution, arXiv preprint arXiv:2311.16518 (2023)

  99. [107]

    J. Wang, Z. Yue, S. Zhou, K. C. Chan, C. C. Loy, Exploiting diffusion prior for real-world image super- resolution, arXiv preprint arXiv:2305.07015 (2023)

  100. [108]

    Q. Ming, Z. Zhou, L. Miao, H. Zhang, L. Li, Dynamic anchor learning for arbitrary-oriented object detection, in: Proceedings of the AAAI conference on artificial intelligence, V ol. 35, 2021, pp. 2355–2363

  101. [109]

    J. Liu, X. Li, Z. Wang, Z. Jiang, W. Zhong, W. Fan, B. Xu, Promptfusion: Harmonized semantic prompt learning for infrared and visible image fusion, IEEE/CAA Journal of Automatica Sinica (2024)

  102. [110]

    J. Li, J. Chen, J. Liu, H. Ma, Learning a graph neural network with cross modality interaction for image fusion, in: Proceedings of the 31st ACM International Conference on Multimedia, 2023, pp. 4471–4479

  103. [111]

    D. Rao, T. Xu, X.-J. Wu, Tgfuse: An infrared and visible image fusion approach based on transformer and generative adversarial network, IEEE Transactions on Image Processing (2023)

  104. [112]

    Y . Han, Y . Cai, Y . Cao, X. Xu, A new image fusion performance metric based on visual information fidelity, Information fusion 14 (2) (2013) 127–135

  105. [113]

    C. S. Xydeas, V . Petrovic, et al., Objective image fusion performance measure, Electronics letters 36 (4) (2000) 308–309

  106. [114]

    Z. Wang, A. C. Bovik, H. R. Sheikh, E. P. Simoncelli, Image quality assessment: from error visibility to structural similarity, IEEE transactions on image processing 13 (4) (2004) 600–612

  107. [115]

    Zhang, P

    R. Zhang, P. Isola, A. A. Efros, E. Shechtman, O. Wang, The unreasonable effectiveness of deep features as a perceptual metric, in: Proceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 586–595

  108. [116]

    A. Q. Nichol, P. Dhariwal, Improved denoising diffusion probabilistic models, in: International conference on machine learning, PMLR, 2021, pp. 8162–8171

  109. [117]

    X. Li, J. Liu, Z. Chen, Y . Zou, L. Ma, X. Fan, R. Liu, Contourlet residual for prompt learning enhanced infrared image super-resolution, in: European Conference on Computer Vision, Springer, 2024, pp. 270–288

  110. [118]

    Jocher, A

    G. Jocher, A. Chaurasia, J. Qiu, Ultralytics YOLO (Jan. 2023). URLhttps://github.com/ultralytics/ultralytics

  111. [119]

    C. Yu, J. Wang, C. Peng, C. Gao, G. Yu, N. Sang, Bisenet: Bilateral segmentation network for real-time semantic segmentation, in: Proceedings of the European conference on computer vision (ECCV), 2018, pp. 325–341

  112. [120]

    M. Li, R. Pei, T. Zheng, Y . Zhang, W. Fu, Fusiondiff: Multi-focus image fusion using denoising diffusion probabilistic models, Expert Systems with Applications 238 (2024) 121664

  113. [121]

    Cheng, T

    C. Cheng, T. Xu, X.-J. Wu, Mufusion: A general unsupervised image fusion network based on memory unit, Information Fusion 92 (2023) 80–92

  114. [122]

    Nejati, S

    M. Nejati, S. Samavi, S. Shirani, Multi-focus image fusion using dictionary-based sparse representation, Infor- mation Fusion 25 (2015) 72–84

  115. [123]

    Zhang, Z

    H. Zhang, Z. Le, Z. Shao, H. Xu, J. Ma, Mff-gan: An unsupervised generative adversarial network with adaptive and gradient joint constraints for multi-focus image fusion, Information Fusion 66 (2021) 40–53. 33

Pith tools

Reviewed August 4, 2026 · model on record in the stance chip above.