REVIEW 2 major objections 2 minor 37 references
UHD-MFF: Shattering Barriers in Multi-Focus Ultra-High-Definition Image Fusion via Learnable Lookup Tables
T0 review · 2 major / 2 minor · reviewed 2026-07-01 · grok-4.3
Pith's one-line read A dual-scale lookup table framework fuses multi-focus ultra-high-definition images in real time by handling region decisions at low resolution and edge details at high resolution.
desk verdict New UHD multi-focus dataset plus a dual LUT method for fast 4K fusion, but the low-res cue assumption for region decisions looks like the weakest link. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
UMF-LUT framework consisting of Coarse-Region Lookup Table (C-LUT) for low-resolution multi-cue region decisions and Detail-Edge Lookup Table (D-LUT) for high-resolution Laplacian edge refinement.
What would settle it
A controlled test on the UHD-MFF dataset in which a single-scale lookup table or a standard convolutional network matches or exceeds UMF-LUT accuracy and speed on 4K images would falsify the need for the dual-scale separation.
Extended reading notes
Core claim
The central claim is that a scale-specialized lookup-table architecture with C-LUT performing joint low-resolution queries of gradient and semantic cues for region-level fusion decisions and D-LUT providing complementary high-resolution Laplacian-based edge decisions enables accurate and efficient multi-focus fusion for ultra-high-definition images.
Load-bearing premise
Joint queries of gradient and semantic cues at low-resolution scales provide accurate enough region decisions to complement the high-resolution edge information from D-LUT.
Editorial extensions
If this is right
- Real-time 4K multi-focus fusion becomes feasible with minimal computational cost.
- The approach shows direct applicability to smartphone deployment.
- Quantitative and visual performance surpass existing state-of-the-art fusion methods on ultra-high-resolution data.
- Multi-focus image fusion extends from low-resolution confinement into practical ultra-high-definition scenarios.
Reading between the lines
- The UHD-MFF dataset can serve as a benchmark for testing other fusion architectures at 4K and higher resolutions.
- The separation of region and edge decisions via lookup tables could transfer to related tasks such as multi-exposure or multi-modal image fusion.
- Learnable lookup tables may reduce memory and latency in other high-resolution image processing pipelines beyond fusion.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript introduces the first large-scale UHD multi-focus image fusion dataset (UHD-MFF) and proposes the UMF-LUT framework, which combines a Coarse-Region Lookup Table (C-LUT) performing joint low-resolution queries on gradient and semantic cues for region-level decisions with a Detail-Edge Lookup Table (D-LUT) using high-resolution Laplacian cues for complementary edge decisions. The central claim is that this scale-specialized design overcomes data, adaptability, and deployment barriers in UHD scenarios, outperforming SOTA methods in visual fidelity and quantitative metrics while enabling real-time 4K fusion with minimal overhead; code is released.
Significance. If the performance and efficiency claims hold under rigorous validation, the work would meaningfully advance multi-focus fusion into the UHD regime by supplying both a needed dataset and a deployable LUT-based architecture with smartphone potential. The explicit release of code and the parameter-light LUT design are strengths that support reproducibility and practical impact.
major comments (2)
- [Method (C-LUT / D-LUT design)] The central performance claim rests on C-LUT producing reliable region-level focus maps from low-resolution gradient+semantic queries that D-LUT can usefully complement; however, the manuscript must demonstrate (via ablation or boundary-error analysis) that downsampling does not introduce systematic errors at 4K object boundaries that Laplacian corrections cannot repair. This is the load-bearing assumption identified in the stress-test note.
- [Experiments section] Extensive experiments are asserted to show outperformance and real-time 4K capability, yet the provided manuscript text supplies no quantitative metrics, baselines, dataset statistics, or runtime measurements; the central claim cannot be evaluated without these results and corresponding tables/figures.
minor comments (2)
- [Method] Clarify the exact resolution at which C-LUT operates and how semantic cues are extracted (pre-trained model, training data resolution) to allow readers to assess domain-shift risk.
- [Abstract] The abstract states 'the code is available' but does not specify the commit or exact release tag used for the reported results.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback highlighting the need to validate the C-LUT/D-LUT boundary assumptions and to provide the quantitative experimental details. We address each major comment below and will revise the manuscript to strengthen these aspects.
read point-by-point responses
-
Referee: [Method (C-LUT / D-LUT design)] The central performance claim rests on C-LUT producing reliable region-level focus maps from low-resolution gradient+semantic queries that D-LUT can usefully complement; however, the manuscript must demonstrate (via ablation or boundary-error analysis) that downsampling does not introduce systematic errors at 4K object boundaries that Laplacian corrections cannot repair. This is the load-bearing assumption identified in the stress-test note.
Authors: We agree this is a critical validation point. In the revised manuscript we will add a dedicated boundary-error ablation that measures focus-map discrepancies at 4K object boundaries before and after downsampling, quantifies residual errors after D-LUT Laplacian correction, and includes both pixel-level error maps and aggregate metrics (e.g., boundary F-measure). This will directly test whether the low-resolution C-LUT queries introduce uncorrectable artifacts. revision: yes
-
Referee: [Experiments section] Extensive experiments are asserted to show outperformance and real-time 4K capability, yet the provided manuscript text supplies no quantitative metrics, baselines, dataset statistics, or runtime measurements; the central claim cannot be evaluated without these results and corresponding tables/figures.
Authors: The submitted version omitted the full experimental tables and figures; the complete manuscript contains quantitative comparisons against SOTA methods, UHD-MFF dataset statistics, and 4K runtime measurements. In the revision we will ensure all metrics, baselines, dataset details, and runtime figures are explicitly presented in a dedicated Experiments section with accompanying tables and figures. revision: yes
Circularity Check
No circularity: empirical method with no derivations or self-referential reductions
full rationale
The paper introduces a new UHD-MFF dataset and an empirical UMF-LUT framework consisting of C-LUT and D-LUT components for multi-focus fusion. The description relies on design choices for low-res joint queries and high-res Laplacian cues, followed by experimental validation, with no equations, predictions, or derivations present. No self-citations, fitted parameters renamed as predictions, or ansatzes are invoked in the provided text. The central claims rest on empirical performance rather than any chain that reduces to its own inputs by construction, making the work self-contained against external benchmarks.
Assumptions & free parameters
Cite this review
Pith. "Pith review of UHD-MFF: Shattering Barriers in Multi-Focus Ultra-High-Definition Image Fusion via Learnable Lookup Tables." pith.science (2026). https://pith.science/paper/KQRGWJF6
@misc{pith2026260631242,
author = {Pith},
title = {Pith review of: UHD-MFF: Shattering Barriers in Multi-Focus Ultra-High-Definition Image Fusion via Learnable Lookup Tables},
year = {2026},
howpublished = {\url{https://pith.science/paper/KQRGWJF6}},
note = {Machine review of arXiv:2606.31242}
}
read the original abstract
With the advancement of imaging technology, ultra-high-definition images have become increasingly essential in modern visual applications. However, existing multi-focus image fusion remains largely confined to low-resolution images and faces three major barriers in UHD scenarios, namely data availability, model adaptability, and deployment feasibility, which severely hinder its practical application. To shatter these barriers, first, we propose the UHD-MFF dataset, the first large-scale ultra-high-resolution multi-focus fusion dataset. Second, we propose a scale-specialized lookup-table framework tailored for ultra-high-resolution images, termed as UMF-LUT. It consists of Coarse-Region Lookup Table (C-LUT) and Detail-Edge Lookup Table (D-LUT). Specifically, C-LUT performs joint queries of multiple gradient cues and semantic cues at low-resolution scales to enable region-level decision-making. Also, D-LUT operates at high-resolution scales, leveraging efficient Laplacian cues to provide complementary edge-level decision information. Such a design makes the model particularly well-suited for ultra-high-resolution multi-focus image fusion. Finally, it offers strong deployability with minimal computational overhead, enabling real-time 4K multi-focus fusion and showing promising potential for smartphone. Extensive experiments demonstrate that it outperforms SOTA methods in both visual fidelity and quantitative metrics. It effectively advances the development of multi-focus image fusion toward ultra-high-resolution imaging scenarios. The code is available at https://github.com/zyb5/UHD-MFF.
Figures
Figures from the paper (8 more)
Reference graph
Works this paper leans on
-
[1]
Information Fusion22, 105–118 (2015)
Bai, X., Zhang, Y., Zhou, F., Xue, B.: Quadtree-based multi-focus image fusion using a weighted focus-measure. Information Fusion22, 105–118 (2015)
work page 2015
-
[2]
Artificial Intelligence Review54(8), 5735–5787 (2021)
Bhat, S., Koundal, D.: Multi-focus image fusion techniques: a survey. Artificial Intelligence Review54(8), 5735–5787 (2021)
work page 2021
-
[3]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Cheng, C., Xu, T., Feng, Z., Wu, X., Tang, Z., Li, H., Zhang, Z., Atito, S., Awais, M.,Kittler,J.:Onemodelforall:Low-leveltaskinteractionisakeytotask-agnostic image fusion. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 28102–28112 (2025)
work page 2025
-
[4]
Infor- mation Fusion92, 127–138 (2023) 16 Y
Hu, X., Jiang, J., Liu, X., Ma, J.: Zmff: Zero-shot multi-focus image fusion. Infor- mation Fusion92, 127–138 (2023) 16 Y. Zhang et al
work page 2023
-
[5]
In: Proceedings of the European Conference on Computer Vision
Huang, Z., Liu, J., Fan, X., Liu, R., Zhong, W., Luo, Z.: Reconet: Recurrent cor- rection network for fast and efficient multi-modality image fusion. In: Proceedings of the European Conference on Computer Vision. pp. 539–555 (2022)
work page 2022
-
[6]
In: Proceedings of the International Conference on Learning Representations (2023)
Li, C., Guo, C.L., Zhou, M., Liang, Z., Zhou, S., Feng, R., Loy, C.C.: Embedding fourier for ultra-high-definition low-light image enhancement. In: Proceedings of the International Conference on Learning Representations (2023)
work page 2023
-
[7]
In: Proceedings of the International Conference on Image and Graphics
Li, H., Wu, X.J.: Multi-focus image fusion using dictionary learning and low- rank representation. In: Proceedings of the International Conference on Image and Graphics. pp. 675–686 (2017)
work page 2017
-
[8]
IEEE Transactions on Image Processing 29, 4816–4831 (2020)
Li, J., Guo, X., Lu, G., Zhang, B., Xu, Y., Wu, F., Zhang, D.: Drpl: Deep regression pair learning for multi-focus image fusion. IEEE Transactions on Image Processing 29, 4816–4831 (2020)
work page 2020
Show all 37 references
-
[9]
IEEE Transactions on Circuits and Systems for Video Technology35(4), 3328–3341 (2024)
Lin, H., Lin, Y., Xia, J., Fan, L., Li, F., Wang, Y., Ding, X.: Fusion2void: Unsu- pervised multi-focus image fusion based on image inpainting. IEEE Transactions on Circuits and Systems for Video Technology35(4), 3328–3341 (2024)
2024
-
[10]
IEEE Transactions on Circuits and Systems for Video Technology32(1), 105–119 (2021)
Liu, J., Fan, X., Jiang, J., Liu, R., Luo, Z.: Learning a deep multi-scale feature ensemble and an edge-attention guidance for image fusion. IEEE Transactions on Circuits and Systems for Video Technology32(1), 105–119 (2021)
2021
-
[11]
Information Fusion23, 139–155 (2015)
Liu, Y., Liu, S., Wang, Z.: Multi-focus image fusion with dense sift. Information Fusion23, 139–155 (2015)
2015
-
[12]
IEEE Transactions on Instrumentation and Measurement 70, 1–16 (2021)
Liu, Y., Wang, L., Cheng, J., Chen, X.: Multiscale feature interactive network for multifocus image fusion. IEEE Transactions on Instrumentation and Measurement 70, 1–16 (2021)
2021
-
[13]
Information Fusion64, 71–91 (2020)
Liu, Y., Wang, L., Cheng, J., Li, C., Chen, X.: Multi-focus image fusion: A survey of the state of the art. Information Fusion64, 71–91 (2020)
2020
-
[14]
Journal of Visual Communication and Image Representation45, 46–61 (2017)
Luo, X., Zhang, Z., Zhang, C., Wu, X.: Multi-focus image fusion using hosvd and edge intensity. Journal of Visual Communication and Image Representation45, 46–61 (2017)
2017
-
[15]
Neural Computing and Applications33(11), 5793–5804 (2021)
Ma, B., Zhu, Y., Yin, X., Ban, X., Huang, H., Mukeshimana, M.: Sesf-fuse: An unsupervised deep model for multi-focus image fusion. Neural Computing and Applications33(11), 5793–5804 (2021)
2021
-
[16]
IEEE Transactions on Computational Imaging7, 309–320 (2021)
Ma, J., Le, Z., Tian, X., Jiang, J.: Smfuse: Multi-focus image fusion via self- supervised mask-optimization. IEEE Transactions on Computational Imaging7, 309–320 (2021)
2021
-
[17]
Information Fusion45, 153–178 (2019)
Ma, J., Ma, Y., Li, C.: Infrared and visible image fusion methods and applications: A survey. Information Fusion45, 153–178 (2019)
2019
-
[18]
Signal Processing: Image Communica- tion78, 125–134 (2019)
Ma, X., Hu, S., Liu, S., Fang, J., Xu, S.: Multi-focus image fusion based on joint sparse representation and optimum theory. Signal Processing: Image Communica- tion78, 125–134 (2019)
2019
-
[19]
Information Fusion25, 72–84 (2015)
Nejati, M., Samavi, S., Shirani, S.: Multi-focus image fusion using dictionary-based sparse representation. Information Fusion25, 72–84 (2015)
2015
-
[20]
Expert Systems with Applications262, 125665 (2025)
Ouyang, Y., Zhai, H., Hu, H., Li, X., Zeng, Z.: Fusiongcn: Multi-focus image fusion using superpixel features generation gcn and pixel-level feature reconstruction cnn. Expert Systems with Applications262, 125665 (2025)
2025
-
[21]
Signal Processing: Image Communication72, 35– 46 (2019)
Qiu, X., Li, M., Zhang, L., Yuan, X.: Guided filter-based multi-focus image fusion through focus region detection. Signal Processing: Image Communication72, 35– 46 (2019)
2019
-
[22]
Electronics Letters38(7), 313–315 (2002) UHD-MFF 17
Qu, G., Zhang, D., Yan, P.: Information measure for performance of image fusion. Electronics Letters38(7), 313–315 (2002) UHD-MFF 17
2002
-
[23]
In: Proceedings of the AAAI Conference on Artificial Intelligence
Quan, Y., Wan, X., Tang, Z., Liang, J., Ji, H.: Multi-focus image fusion via ex- plicit defocus blur modelling. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 39, pp. 6657–6665 (2025)
2025
-
[24]
Journal of Applied Remote Sensing2(1), 023522 (2008)
Roberts, J.W., Van Aardt, J.A., Ahmed, F.B.: Assessment of image fusion pro- cedures using entropy, image quality, and multispectral classification. Journal of Applied Remote Sensing2(1), 023522 (2008)
2008
-
[25]
Computers and Electrical Engineering119, 109629 (2024)
Shao, X., Jin, X., Jiang, Q., Miao, S., Wang, P., Chu, X.: Multi-focus image fusion based on transformer and depth information learning. Computers and Electrical Engineering119, 109629 (2024)
2024
-
[26]
Pattern Recognition158, 111041 (2025)
Wang, X., Fang, L., Zhao, J., Pan, Z., Li, H., Li, Y.: Mmae: A universal image fusion method via mask attention mechanism. Pattern Recognition158, 111041 (2025)
2025
-
[27]
IEEE Transactions on Pattern Analysis and Machine Intelligence 44(1), 502–518 (2022)
Xu, H., Ma, J., Jiang, J., Guo, X., Ling, H.: U2fusion: A unified unsupervised image fusion network. IEEE Transactions on Pattern Analysis and Machine Intelligence 44(1), 502–518 (2022)
2022
-
[28]
arXiv preprint arXiv:2002.04780 (2020)
Xu, S., Wei, X., Zhang, C., Liu, J., Zhang, J.: Mffw: A new dataset for multi-focus image fusion. arXiv preprint arXiv:2002.04780 (2020)
2002
-
[29]
The Innovation6(4) (2025)
Yi, X., Ma, Y., Li, Y., Xu, H., Ma, J.: Artificial intelligence facilitates information fusion for perception in complex environments. The Innovation6(4) (2025)
2025
-
[30]
Information Fusion110, 102450 (2024)
Yi, X., Tang, L., Zhang, H., Xu, H., Ma, J.: Diff-if: Multi-modality image fusion via diffusion model with fusion knowledge prior. Information Fusion110, 102450 (2024)
2024
-
[31]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision
Yi, X., Zhang, Y., Xiang, X., Yan, Q., Xu, H., Ma, J.: Lut-fuse: Towards extremely fast infrared and visible image fusion via distillation to learnable look-up tables. In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 14559–14568 (2025)
2025
-
[32]
Information Fusion66, 40–53 (2021)
Zhang, H., Le, Z., Shao, Z., Xu, H., Ma, J.: Mff-gan: An unsupervised generative adversarial network with adaptive and gradient joint constraints for multi-focus image fusion. Information Fusion66, 40–53 (2021)
2021
-
[33]
Information Fusion76, 323–336 (2021)
Zhang, H., Xu, H., Tian, X., Jiang, J., Ma, J.: Image fusion meets deep learning: A survey and perspective. Information Fusion76, 323–336 (2021)
2021
-
[34]
Pattern Recognition Letters138, 370–377 (2020)
Zhang, J., Liao, Q., Liu, S., Ma, H., Yang, W., Xue, J.H.: Real-mff: A large realistic multi-focus image dataset with ground truth. Pattern Recognition Letters138, 370–377 (2020)
2020
-
[35]
Information Fusion54, 99–118 (2020)
Zhang, Y., Liu, Y., Sun, P., Yan, H., Zhao, X., Zhang, L.: Ifcnn: A general image fusion framework based on convolutional neural network. Information Fusion54, 99–118 (2020)
2020
-
[36]
Information Fusion118, 102974 (2025)
Zheng, K., Cheng, J., Liu, Y.: Unfolding coupled convolutional sparse representa- tion for multi-focus image fusion. Information Fusion118, 102974 (2025)
2025
-
[37]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Zhu, P., Sun, Y., Cao, B., Hu, Q.: Task-customized mixture of adapters for general image fusion. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 7099–7108 (2024)
2024
Reviewed July 1, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.