REVIEW 5 major objections 5 minor 47 references
Dual-Output Multi-Exposure HDR Reconstruction via SDR Fusion and Gain Map Inverse Tone Mapping
T0 review · 5 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read DOME-HDR claims that a single framework can jointly produce a display-ready SDR image and a high-dynamic-range HDR image from three bracketed LDR exposures, reporting the top scores across three multi-exposure HDR benchmarks.
desk verdict Real engineering with a plausible joint SDR+HDR design, but the gain-map math contradicts itself and the training target is undefined; the SOTA claim is not interpretable as written. 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
The load-bearing identity is the gain-map expansion $\hat{I}_{hdr} = (\hat{I}_{sdr}+\epsilon)^{\hat{g}}\hat{Q}_{max}-\epsilon$, where $\hat{g}$ is predicted as a residual over $G_{prior} = \log(\tilde{I}_{hdr}^{prior}+\epsilon)/\log(\hat{I}_{sdr}+\epsilon)$, so that the prior alone already reproduces a saturation-aware blend of the three exposures. HPGM is a U-Net encoder-decoder that consumes an 11-channel input (base SDR, two exposure ratios, two soft saturation masks) and injects the HDR prior at the bottleneck, while Sobel edge maps gate the upsampling. The mechanism's job is to let the synthesized SDR supply detail that a pure multiplicative gain map cannot invent, and to let the network correct a rough radiance prior rather than predict a gain map from scratch.
What would settle it
Retrain AFUNet, the strongest baseline in Table 1, under exactly DOME-HDR's protocol including the merged training splits, merged test splits, and the same $\mu$-law tone mapping for no-reference metrics; if it reaches or exceeds PU-PSNR 44.63 or PU-SSIM 0.9878, the paper's central state-of-the-art claim is not supported.
Extended reading notes
Core claim
The paper's central claim is that multi-exposure HDR reconstruction should be decomposed into two jointly optimized tasks: synthesize a perceptually balanced base SDR from the three LDR exposures, then estimate a per-pixel gain map that lifts the SDR to HDR. The SDR stage builds on the UltraFusion diffusion model, adapted with LoRA, and uses two independent cross-attention branches so under- and over-exposed cues are injected into the mid-exposure anchor without being averaged together. The gain-map stage, HPGM, predicts the gain as a residual over a hand-built HDR prior formed by gamma-linearizing the three exposures, computing exposure ratios, and blending saturation-aware estimates; the final HDR is the gain-expanded SDR scaled by a global factor. With two-phase training, the paper reports the best PU-PSNR, PU-SSIM, LPIPS, DISTS, CLIPIQA, NIQE, and BRISQUE scores on the merged test sets, including PU-PSNR 44.63 versus 44.48 for the previous best baseline.
Load-bearing premise
The state-of-the-art claim rests on the assumption that the published scores of the compared methods were obtained under the same combined training data, test splits, and tone-mapped scoring conditions as DOME-HDR.
Editorial extensions
If this is right
- A three-bracket burst becomes one inference that returns both a display-ready SDR and an HDR image, so HDR viewing no longer depends on a separate tone-mapping operator.
- Saturated regions that stump classic gain-map inverse tone mapping can be recovered, because the base SDR is reconstructed by the diffusion stage instead of being taken as fixed input.
- Separate per-exposure cross-attention branches prevent the averaging of under- and over-exposed cues, which the ablations credit with most of the improvement over the UltraFusion feature-fusion strategy.
- On the merged Kalantari, Tel, and Challenge123 evaluation, the reported gains are largest on perceptual metrics (LPIPS and DISTS) rather than on PU-PSNR, pointing to improved visual realism alongside fidelity.
Reading between the lines
- A testable extension the authors do not run: replace the diffusion-synthesized SDR with a simpler exposure-fusion SDR and keep HPGM fixed, which would isolate how much of the HDR gain comes from the generative base versus the gain-map network.
- The full-reference margins over the best baseline are small (0.15 dB PU-PSNR, 0.0003 PU-SSIM), so on many individual scenes the differences may be within run-to-run variation; per-scene error bars would sharpen the comparison.
- The framework could in principle handle other bracket counts by adding or removing cross-attention branches, but the paper evaluates only the three-exposure setting.
- Because the HDR prior uses fixed threshold masks, unusual radiometry might benefit from learned masks; the paper does not explore that variant.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes DOME-HDR, a dual-output framework that takes three bracketed LDR images and produces both a display-ready SDR image and an HDR image. Stage 1 uses a LoRA-adapted latent diffusion model, built on UltraFusion, to synthesize the SDR via two separate cross-attention branches conditioned on under- and over-exposed inputs with the mid-exposure as anchor. Stage 2 introduces HPGM, a U-Net that predicts a spatially varying gain map and a global scale, guided by an 'HDR prior' computed as a ratio of logarithms of a normalized linear HDR estimate and the synthesized SDR. The HDR is reconstructed by raising the SDR plus epsilon to the predicted gain-power and subtracting epsilon. The model is trained with an image-level loss (L1 in the mu-law domain plus VGG perceptual loss) and a gain-level loss whose target gain map is not defined. Experiments on merged Kalantari/Tel/Challenge123 test splits report state-of-the-art PU-PSNR, PU-SSIM, LPIPS, DISTS, CLIPIQA, NIQE, and BRISQUE values, with ablations of the cross-attention design, the HDR prior inputs, and the two-phase training strategy.
Significance. If the empirical claims hold, DOME-HDR would be a useful step toward unifying multi-exposure fusion and HDR reconstruction: it produces an SDR output that does not depend on a tone-mapping operator and an HDR output via gain-map expansion, and the dual cross-attention design is a reasonable extension of UltraFusion. The paper also evaluates both full-reference and no-reference metrics and provides several ablations. However, the current manuscript does not provide a reproducible definition of the gain map or its training target, and the SOTA comparison lacks evidence that baseline numbers were obtained under the same merged protocol. These gaps make the significance conditional rather than established.
major comments (5)
- [§2.3, Eq. (1)-(2); §3.1 Eq. (3); §3.3 Eq. (9)] §2.3 defines the gain map as the multiplicative ratio f=(H+ε)/(S+ε) and reconstructs HDR as (S+ε)⊙f−ε. In contrast, §3.1 Eq. (3) and §3.3 Eq. (9) reconstruct HDR by exponentiation: (Ŝ+ε)^ĝ−ε and (Ŝ+ε)^{ĝ·Qmax}−ε. These are not algebraically equivalent, and for tone-mapped SDR values in [0,1] they have opposite effects on highlights: a multiplicative factor larger than 1 brightens, while an exponent larger than 1 darkens. The paper therefore uses two incompatible definitions of 'gain map', and it is unclear which one the network is trained to predict. This is an internal inconsistency that blocks reproduction.
- [§3.4, Eq. (11)] The gain-level loss uses a 'ground-truth gain map g' and a ground-truth global scale Q_max, but neither is defined anywhere in the manuscript. The three benchmark datasets provide HDR ground truth only; no paired ground-truth SDR is available, so the target (S,g) for the loss is missing unless the authors specify how g is constructed. If g is the ratio from Eq. (1), then Eq. (9) does not invert it; if g is instead the exponent in Eq. (9), Eq. (1) is incorrect. The paper must state the exact formula used to derive g and Q_max from the training data, or the reported results cannot be reproduced.
- [§4.1, Table 1] Table 1 compares DOME-HDR with seven previous methods on the merged test splits, but §4.1 does not state whether the baselines were retrained on the combined training set or whether their numbers were taken from the original per-dataset publications. Since the paper deliberately changes the training protocol by combining three datasets, baseline scores from single-dataset papers are not directly comparable. The reported performance margins over AFUNet are small (44.63 vs 44.48 PU-PSNR, 0.9878 vs 0.9875 PU-SSIM), and no error bars, repeated runs, or significance tests are provided. This makes the SOTA claim unsupported as written.
- [§3.3, Eq. (8)] The HDR prior G_prior is computed as log(̃I_hdr_prior + ε) / log(Ŝ + ε), where ̃I_hdr_prior is called a 'normalized HDR estimate'. The normalization is never defined, and the ratio-of-logarithms formula is presented without derivation or justification. Because G_prior is both the initialization and the residual base for the final gain map prediction, an undefined normalization and an ad-hoc formula have a direct effect on the reconstructed HDR. The authors should either derive G_prior from the gain-map definition used in training or explicitly present it as an empirically chosen initialization and study its sensitivity.
- [§3.4, Eq. (10)] The perceptual loss in Eq. (10) is written as ||φ(I_hdr) − φ(ˆI_hdr)||_1, where φ is VGG19 features. VGG19 expects SDR-range inputs, while I_hdr and ˆI_hdr are linear HDR radiance images that can have values far outside [0,1]. Unless the HDR images are tone-mapped before being passed to φ (which the equation does not indicate), the perceptual loss is ill-posed and may dominate training with unstable gradients. Please specify the exact preprocessing used for φ and, if tone-mapping is applied, write the loss accordingly.
minor comments (5)
- [§3.2, Eq. (4)] Eq. (4) uses a temperature τ in the softmax but never defines it; if τ=√C, please state this.
- [Fig. 3] The caption repeats 'Tone-mapped Results (Ours)' twice and does not clearly identify which columns are ground truth and which are outputs.
- [References] References [32] and [33] are the same paper (Tel et al., 'Alignment-free HDR deghosting with semantics consistent transformer', ICCV 2023); please remove the duplicate.
- [§4.5, Table 2] Table 2 lists MEF-LUT and UltraFusion but does not state whether these baselines were retrained under the same three-exposure input protocol; the sentence 'all methods use the same three exposure images as input' needs a concrete citation or a description of the implementation.
- [§4.4] The text of §4.4 is vague ('achieves better reconstruction quality compared with previous methods'); please spell out the metric-by-metric margins reported in Table 1.
Circularity Check
No logical circularity: the HDR output is externally supervised against held-out ground truth and is not a rename of fitted inputs; one flagged definitional inconsistency (gain map defined multiplicatively in Eq. 1 but used exponentially in Eqs. 3/9, with ground-truth g in Eq. 11 undefined) blocks reproduction without making the result circular.
-
self definitional
[Sections 2.3-3.4: Eq. (1)-(2) vs. Eqs. (3), (8)-(9), (11)]
"f(x,y) = (H(x,y) + ϵ)/(S(x,y) + ϵ) (1) ... Îhdr(x,y) = (Îsdr(x,y) + ϵ)^ĝ(x,y) − ϵ (3) ... Gprior = log(Ĩhdr_prior + ϵ)/log(Îsdr + ϵ) (8) ... Lgain = √((ĝ−g)² + ϵ²) + w_qmax||Q̂max − Qmax||₁ (11), where g denotes the ground-truth gain map"
Eq. (1) defines the gain map as a multiplicative ratio f=(H+ϵ)/(S+ϵ), but the reconstruction actually used in Eqs. (3)/(9) exponentiates: Îhdr=(Îsdr+ϵ)^(ĝ·Qmax)−ϵ. For SDR values in (0,1) the operations act oppositely, so the predicted quantity is not the defined quantity. Gprior in Eq. (8) is the log-ratio which, inserted into Eq. (9) with Δg=0 and Qmax=1, yields Îhdr=Ĩhdr_prior: the zero-residual HDR output collapses to the hand-blended exposure prior of Eq. (7), a function of the inputs alone. The ground-truth gain map g in Eq. (11) is never defined; if g follows Eq. (1), Eq. (9) does not invert it, and if g follows Eq. (8), Eq. (1) is wrong. The chain (SDR→gain map→HDR) is not a well-defined function of the paper's own definitions.
full rationale
Score 2: no significant logical circularity. The central SOTA claim is evaluated against external ground truth (Kalantari, Tel, and Challenge123 test splits, Table 1) with image-level supervision (Eq. 10) against real HDR targets, so the HDR output is neither a rename of fitted inputs nor a byproduct of a self-citation chain. Prior works invoked (UltraFusion [7], GMNet [22], gain-map specifications [1,2,9], benchmarks [14,16,33]) are external to this author team, and no load-bearing self-citation exists. The self-referential construction of Gprior from the model's own SDR output (Eq. 8) and the anchoring of Îhdr to Îsdr (Eqs. 3/9) are design choices of the GM-ITM paradigm, not logical loops, because the training signal (ground-truth HDR, Eq. 10) comes from outside the model. Two flagged defects are correctness or reproducibility risks rather than circularity: (1) the gain map is defined multiplicatively in Eq. (1) but used exponentially in Eqs. (3)/(9), and the ground-truth gain map g in Eq. (11) is undefined, so the claimed gain-map prediction cannot be reproduced or interpreted; (2) Table 1 merges the three test splits but does not state whether baselines were retrained under the identical combined protocol, so the reported margins (44.63 vs. 44.48 PU-PSNR) may reflect evaluation inconsistency. Per hard rule 3, a pipeline benchmarked against external data with independent supervision receives a low circularity score.
Assumptions & free parameters
free parameters (5)
- Saturation mask thresholds t_hi, t_lo =
0.95, 0.05
- Mask sharpness alpha =
50
- Loss weights (lambda_perc, w_qmax) =
1e-2, 0.3
- Tone-mapping parameter mu =
5000
- LoRA rank =
8
assumptions (5)
- domain assumption Gamma decoding with gamma=2.2 and exposure normalization converts the three LDR inputs into linear radiance estimates (Eq. 5).
- domain assumption The saturation-aware blending in Eq. (7) produces a reliable HDR prior from the three linearized exposures.
- ad hoc to paper The HDR image can be represented as (SDR + eps)^(g * Q_max) - eps for a spatially varying gain map g and global scale Q_max.
- domain assumption The datasets provide aligned ground-truth HDR images and corresponding SDR references for training.
- domain assumption The frozen U-Net and VAE of the diffusion backbone are suitable for this task after LoRA adaptation of the attention projections.
Cite this review
Pith. "Pith review of Dual-Output Multi-Exposure HDR Reconstruction via SDR Fusion and Gain Map Inverse Tone Mapping." pith.science (2026). https://pith.science/paper/GHR3E33Z
@misc{pith2026260805626,
author = {Pith},
title = {Pith review of: Dual-Output Multi-Exposure HDR Reconstruction via SDR Fusion and Gain Map Inverse Tone Mapping},
year = {2026},
howpublished = {\url{https://pith.science/paper/GHR3E33Z}},
note = {Machine review of arXiv:2608.05626}
}
read the original abstract
We propose DOME-HDR, a dual-output multi-exposure HDR reconstruction framework that jointly produces a perceptually balanced SDR image and a consistent HDR image via gain map inverse tone mapping. Given three bracketed LDR inputs, DOME-HDR first synthesizes a base SDR using a LoRA-adapted latent diffusion model. A dual cross-attention fusion module injects complementary structural and color cues from the under- and over-exposed images while anchoring on the mid exposure for stability. The synthesized SDR then guides HPGM, our HDR Prior-guided Gain Map network, to predict a spatially varying gain map for reliable dynamic-range expansion. We evaluate on Kalantari, Tel, and Challenge123 using both full-reference and no-reference metrics, where DOME-HDR achieves state-of-the-art HDR reconstruction quality; ablations further confirm the effectiveness of dual cross-attention and SDR-guided gain map estimation.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
Adobe: Gain map specification.https://helpx.adobe.com/camera-raw/using/ gain-map.html(2024), accessed: June 27, 2026
work page 2024
-
[2]
Apple: Explore hdr rendering with edr.https://developer.apple.com/videos/ play/wwdc2021/10161/(2021), accessed: June 27, 2026
work page 2021
-
[3]
Azimi, M., et al.: Pu21: A novel perceptually uniform encoding for adapting exist- ing quality metrics for hdr. In: PCS (2021)
work page 2021
-
[4]
Canham, T.D., Tedla, S., Murdoch, M.J., Brown, M.S.: Gain-mlp: Improving hdr gain map encoding via a lightweight mlp. In: Int. Conf. Comput. Vis. (2025)
work page 2025
-
[5]
Chen, R., Zheng, B., Zhang, H., Chen, Q., Yan, C., Slabaugh, G., Yuan, S.: Hybrid transformer for multi-exposure hdr imaging. In: AAAI (2023)
work page 2023
-
[6]
Chen, X., Liu, Y., Zhang, Z., Qiao, Y., Dong, C.: Hdrunet: Single image hdr recon- struction with denoising and dequantization. In: IEEE Conf. Comput. Vis. Pattern Recog. (2021)
work page 2021
-
[7]
Chen, Z., Wang, Y., Cai, X., You, Z., Lu, Z., Zhang, F., Guo, S., Xue, T.: Ultrafu- sion: Ultra high dynamic imaging using exposure fusion. In: IEEE Conf. Comput. Vis. Pattern Recog. (2025)
work page 2025
-
[8]
Ding, K., Ma, K., Wang, S., Simoncelli, E.P.: Image quality assessment: Unifying structure and texture similarity. In: CVPR (2020)
work page 2020
Show all 47 references
-
[9]
Google: Ultra hdr image format.https : / / developer . android . com / media / platform/hdr-image-format(2024), accessed: June 27, 2026
2024
-
[10]
Hu, E., Shen, Y., Wallis, P., Allen-Zhu, Z., Li, Y., Wang, S., Wang, L., Chen, W.: Lora: Low-rank adaptation of large language models. In: Int. Conf. Learn. Represent. (2022)
2022
-
[11]
In: IEEE Conf
Hu, T., Yan, Q., Qi, Y., Zhang, Y.: Generating content for hdr deghosting from frequency view. In: IEEE Conf. Comput. Vis. Pattern Recog. (2024)
2024
-
[12]
arXiv preprint arXiv:2512.16357 (2025)
Hu,T.,Zhou,W.,Tu,Y.,Wu,P.,Dong,W.,Yan,Q.,Zhang,Y.:Gmodiff:One-step gain map refinement with diffusion priors for hdr reconstruction. arXiv preprint arXiv:2512.16357 (2025)
2025 arXiv
-
[13]
Jiang, T., Wang, C., Li, X., Li, R., Fan, H., Liu, S.: Meflut: Unsupervised 1d lookup tables for multi-exposure image fusion. In: Int. Conf. Comput. Vis. (2023)
2023
-
[14]
ACM Transactions on Graphics (2017)
Kalantari, N.K., Ramamoorthi, R.: Deep high dynamic range imaging of dynamic scenes. ACM Transactions on Graphics (2017)
2017
-
[15]
In: IEEE Conf
Kim, J., Zhu, Z., Bau, T., Liu, C.: Dcdr-unet: Deformable convolution based detail restoration via u-shape network for single image hdr reconstruction. In: IEEE Conf. Comput. Vis. Pattern Recog. (2024) 16 J. Kim et al
2024
-
[16]
Kong, L., Li, B., Xiong, Y., Zhang, H., Gu, H., Chen, J.: Safnet: Selective alignment fusion network for efficient hdr imaging. In: Eur. Conf. Comput. Vis. pp. 256–273 (2024)
2024
-
[17]
IEEE Transactions on Image Processing (2020)
Li, H., Ma, K., Yong, H., Zhang, L.: Fast multiscale structural patch decomposition for multi-exposure image fusion. IEEE Transactions on Image Processing (2020)
2020
-
[18]
Li, X., Ni, Z., Yang, W.: Afunet: Cross-iterative alignment-fusion synergy for hdr reconstruction via deep unfolding paradigm. In: Int. Conf. Comput. Vis. pp. 10666– 10675 (2025)
2025
-
[19]
IEEE Transactions on Image Processing (2017)
Li, Z., Wei, Z., Wen, C., Zheng, J.: Detail-enhanced multi-scale exposure fusion. IEEE Transactions on Image Processing (2017)
2017
-
[20]
IEEE Transactions on Image Processing (2014)
Li, Z., Zheng, J., Zhu, Z., Wu, S.: Selectively detail-enhanced fusion of differ- ently exposed images with moving objects. IEEE Transactions on Image Processing (2014)
2014
-
[21]
Liang, P., Jiang, J., Liu, X., Ma, J.: Fusion from decomposition: A self-supervised decomposition approach for image fusion. In: Eur. Conf. Comput. Vis. (2022)
2022
-
[22]
Liao, Y., Guan, Y., Xu, R., Li, J., Sun, S., Xiong, Z.: Learning gain map for inverse tone mapping. In: Int. Conf. Learn. Represent. (2025)
2025
-
[23]
In: AAAI (2023)
Liu, R., Li, C., Cao, H., Zheng, Y., Zeng, M., Cheng, X.: Emef: Ensemble multi- exposure image fusion. In: AAAI (2023)
2023
-
[24]
In: IEEE Conf
Liu, Z., Lin, W., Li, X., Rao, Q., Jiang, T., Han, M., Fan, H., Sun, J., Liu, S.: Adnet: Attention-guided deformable convolutional network for high dynamic range imaging. In: IEEE Conf. Comput. Vis. Pattern Recog. (2021)
2021
-
[25]
Liu, Z., Wang, Y., Zeng, B., Liu, S.: Ghost-free hdr imaging with context-aware vision transformer. In: Eur. Conf. Comput. Vis. (2022)
2022
-
[26]
IEEE Transactions on Image Processing (2017)
Ma, K., Li, H., Yong, H., Wang, Z., Meng, D., Zhang, L.: Robust multi-exposure image fusion: A structural patch decomposition approach. IEEE Transactions on Image Processing (2017)
2017
-
[27]
In: Pacific Graphics (2007)
Mertens, T., Kautz, J., Van Reeth, F.: Exposure fusion. In: Pacific Graphics (2007)
2007
-
[28]
IEEE Transactions on Image Processing (2012)
Mittal, A., Moorthy, A.K., Bovik, A.C.: No-reference image quality assessment in the spatial domain. IEEE Transactions on Image Processing (2012)
2012
-
[29]
IEEE Signal Processing Letters (2012)
Mittal, A., Soundararajan, R., Bovik, A.C.: Making a completely blind image qual- ity analyzer. IEEE Signal Processing Letters (2012)
2012
-
[30]
Prabhakar, K.R., Srikar, V.S., Babu, R.V.: Deepfuse: A deep unsupervised ap- proach for exposure fusion with extreme exposure image pairs. In: Int. Conf. Com- put. Vis. (2017)
2017
-
[31]
In: Seminal Graphics Papers: Pushing the Boundaries, Volume 2, pp
Reinhard, E., Stark, M., Shirley, P., Ferwerda, J.: Photographic tone reproduction for digital images. In: Seminal Graphics Papers: Pushing the Boundaries, Volume 2, pp. 661–670. ACM (2023)
2023
-
[33]
Tel, S., Wu, Z., Zhang, Y., Heyrman, B., Demonceaux, C., Timofte, R., Ginhac, D.: Alignment-free hdr deghosting with semantics consistent transformer. In: Int. Conf. Comput. Vis. (2023)
2023
-
[34]
In: IJCAI (2022)
Wang, H., Ye, M., Zhu, X., Li, S., Zhu, C., Li, X.: Kunet: Imaging knowledge- inspired single hdr image reconstruction. In: IJCAI (2022)
2022
-
[35]
In: CVPR (2023)
Wang, J., Chan, K.C., Loy, C.C.: Clip-iqa: No-reference image quality assessment with clip. In: CVPR (2023)
2023
-
[36]
IEEE Transactions on Image Process- ing (2004) DOME-HDR 17
Wang, Z., Bovik, A.C., Sheikh, H.R., Simoncelli, E.P.: Image quality assessment: From error visibility to structural similarity. IEEE Transactions on Image Process- ing (2004) DOME-HDR 17
2004
-
[37]
In: AAAI (2024)
Wu, G., Fu, H., Liu, J., Ma, L., Fan, X., Liu, R.: Hybrid-supervised dual-search: Leveraging automatic learning for loss-free multi-exposure image fusion. In: AAAI (2024)
2024
-
[38]
Wu, S., Xu, J., Tai, Y.W., Tang, C.K.: Deep high dynamic range imaging with large foreground motions. In: Eur. Conf. Comput. Vis. (2018)
2018
-
[39]
IEEE Transactions on Pattern Analysis and Machine Intelligence (2020)
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 (2020)
2020
-
[40]
IEEE Transactions on Image Processing (2020)
Xu, H., Ma, J., Zhang, X.P.: Mef-gan: Multi-exposure image fusion via generative adversarial networks. IEEE Transactions on Image Processing (2020)
2020
-
[41]
In: IEEE Conf
Yan, Q., Gong, D., Shi, Q., Hengel, A.v.d., Shen, C., Reid, I., Zhang, Y.: Attention- guided network for ghost-free high dynamic range imaging. In: IEEE Conf. Com- put. Vis. Pattern Recog. (2019)
2019
-
[42]
TCSVT (2023)
Yan, Q., Hu, T., Sun, Y., Tang, H., Zhu, Y., Dong, W., Van Gool, L., Zhang, Y.: Towards high-quality hdr deghosting with conditional diffusion models. TCSVT (2023)
2023
-
[43]
TIP (2020)
Yan, Q., Zhang, L., Liu, Y., Zhu, Y., Sun, J., Shi, Q., Zhang, Y.: Deep hdr imaging via a nonlocal network. TIP (2020)
2020
-
[44]
In: IEEE Conf
Yang, S., Ding, K., Zhang, W., Ma, K.: Maniqa: Multi-dimension attention network for no-reference image quality assessment. In: IEEE Conf. Comput. Vis. Pattern Recog. (2022)
2022
-
[45]
In: ACM Int
Ye, Q., Xiao, J., Lam, K.M., Okatani, T.: Progressive and selective fusion network for high dynamic range imaging. In: ACM Int. Conf. Multimedia (2021)
2021
-
[46]
In: CVPR (2018)
Zhang, R., Isola, P., Efros, A.A., Shechtman, E., Wang, O.: The unreasonable effectiveness of deep features as a perceptual metric. In: CVPR (2018)
2018
-
[47]
TIP 21(4), 2318–2323 (2011)
Zhang, W., Cham, W.K.: Gradient-directed multi-exposure composition. TIP 21(4), 2318–2323 (2011)
2011
-
[48]
In: IEEE Conf
Zhu, P., Sun, Y., Cao, B., Hu, Q.: Task-customized mixture of adapters for general image fusion. In: IEEE Conf. Comput. Vis. Pattern Recog. (2024)
2024
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.