REVIEW 3 major objections 5 minor 56 references
DarkDiff: Advancing Low-Light Raw Enhancement by Retasking Diffusion Models for Camera ISP
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read DarkDiff retasks a pretrained diffusion model as the camera ISP and reports the best perceptual quality on three low-light raw benchmarks.
desk verdict Well-built retasking of Stable Diffusion for low-light ISP, but perceptual-SOTA claim rests on LPIPS alone and needs human validation. 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 argument is carried by three components. Region-based cross-attention divides the noisy latent into non-overlapping patches and computes attention within each region, so the pretrained model can borrow local structure from the noisy input without hallucinating global content. A residual VAE adds skip-like connections from encoder blocks to decoder blocks so the conditioning image's content survives the latent bottleneck. A one-step decoder reconstruction loss, derived from DDPM's posterior mean estimate, supervises the output in sRGB pixel space to suppress color shift. The data pipeline itself is also load-bearing: converting Bayer raw to brightened linear RGB before the network closes the domain gap with the pretrained sRGB model.
What would settle it
A paired human preference experiment on SID, ELD, and LRD outputs comparing DarkDiff against ExposureDiffusion and LRD would settle the claim; if raters prefer the smoother higher-PSNR baselines more often than not, the perceptual-superiority claim fails. A cheaper check is to recompute rankings with a second perceptual metric, such as DISTS or a no-reference sharpness and color metric, and see whether DarkDiff still leads.
Extended reading notes
Core claim
DarkDiff's central claim is that a pretrained latent diffusion model can be repurposed as a learned camera ISP for extreme low-light raw images, and that the correct recipe is to keep classical ISP steps (white balance, demosaicing, digital gain) outside the network, feed the model linear RGB, and condition it with region-based cross-attention instead of global cross-attention or concatenation. The paper reports that this setup beats state-of-the-art baselines in LPIPS on all three test subsets—SID, ELD, and LRD—while producing sharper textures, better colors, and fewer hallucinations than ExposureDiffusion, LRD, and simple Stable Diffusion conditioning baselines. The authors argue that lower PSNR and SSIM for DarkDiff are expected because those metrics reward smoothing on ill-posed restoration tasks, and they point to a perception-distortion tradeoff rather than treating reconstruction fidelity as the objective.
Load-bearing premise
The strongest claim depends on LPIPS correctly ranking human perceptual quality in the extreme-low-light regime, because DarkDiff has lower PSNR and SSIM than several baselines yet is declared best purely on LPIPS.
Editorial extensions
If this is right
- If DarkDiff's claim holds, diffusion-based ISP becomes a viable alternative to regression ISP for extreme low light, with the pretrained model supplying texture and detail that pixel-error training washes out.
- The method's success on LRD, a sensor unseen in training, suggests the retasking approach generalizes across camera sensors better than from-scratch diffusion.
- Because DarkDiff uses classifier-free guidance, perceptual quality becomes a tunable operating point; increasing guidance trades smoothing for generated detail, so practitioners can dial quality per use case.
- The best-LPIPS results come at the cost of lower PSNR and SSIM, so DarkDiff is positioned for perceptual use such as display and editing rather than for applications where pixel fidelity is the contract.
Reading between the lines
- The paper does not include a human study; a natural extension would be a forced-choice perceptual experiment on the three test sets to verify that the LPIPS ordering matches what people prefer in extreme low light.
- Because the reported gains are largest on the darkest, most texture-heavy regions, the method could be stress-tested on non-English text and fine repeating patterns, which the paper itself flags as a limitation.
- If LPIPS is later shown to reward fabricated texture, the architecture's value may shift from 'more faithful' to 'more generative'; a second perceptual metric or calibration on this domain would settle which.
- The per-dataset guidance weights (2.0, 2.0, 2.5) are a potential source of hidden tuning; reporting LPIPS across a sweep of guidance values would show how much of the advantage comes from choosing that operating point.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes DarkDiff, a framework that retasks a pre-trained Stable Diffusion model for extreme low-light raw image enhancement. The input Bayer raw data is converted to linear RGB through an ISP preprocessing pipeline, then encoded by a fine-tuned residual VAE; a region-based cross-attention module conditions the denoising U-Net on local structure, and a decoder-based reconstruction loss reduces color shift. The method is evaluated on the SID, ELD, and LRD datasets, where it reports the lowest LPIPS among the compared methods, while its PSNR and SSIM are below several baselines. The authors claim state-of-the-art perceptual quality based on these LPIPS results.
Significance. If the perceptual-quality claim is accepted, DarkDiff is a meaningful demonstration that large pre-trained text-to-image diffusion models can be adapted to raw low-light ISP tasks, and the region-based cross-attention and residual VAE are transferable design elements. The ablations in Tables 4-6 provide internal support for each component, and the paper is honest about limitations in Sec. A3. However, the central claim is currently supported only by LPIPS, with no human study or second perceptual metric, and the closest prior diffusion-based ISP method, LDM-ISP [50], is absent from the comparisons. These gaps make the SOTA claim conditional rather than fully established.
major comments (3)
- [Sec. 5, Tables 1-3, Fig. 9] The paper's central claim of state-of-the-art perceptual quality rests entirely on the LPIPS metric. DarkDiff is below several baselines in PSNR and SSIM on all three datasets (e.g., SID: PSNR 26.78 vs 27.74 for ExposureDiffusion; SSIM 0.644 vs 0.679), so the LPIPS advantage is the only quantitative evidence for the headline claim. LPIPS is a learned deep-feature distance that may reward plausible hallucinated texture over faithful rendering in extreme low-light conditions, where the model must invent content in heavily corrupted regions. Fig. 9 is anecdotal and not a substitute for systematic validation. Please add a human preference study or at least a second perceptual metric (e.g., DISTS or FID), and report confidence intervals, before the claim of perceptual superiority can be considered supported.
- [Sec. 2, Tables 1-3] The related work identifies LDM-ISP [50] as the closest prior diffusion-based ISP method, but this method is not included in any quantitative or qualitative comparison. Since the abstract claims state-of-the-art performance against diffusion-based approaches, omitting the most directly comparable prior method is a significant gap. Please add LDM-ISP to the baseline tables and qualitative figures, or explain concretely why a fair comparison is not possible.
- [Sec. A2, inference] The classifier-free guidance weights are reported as 2.0 for SID and LRD and 2.5 for ELD, but the paper does not describe how these values were selected. If they were tuned on the test sets, the reported LPIPS numbers are optimized operating points and the comparison to baselines, which likely use fixed hyperparameters from their original papers, would be unfair. Please state the selection procedure (e.g., a validation split) and include a sensitivity analysis of the results with respect to the guidance weight.
minor comments (5)
- [Table 4] The checkmarks in the ablation table are visually ambiguous because each row appears as '✓ ✓' with no explicit indication of which component is removed. Since the text says the first row replaces region-based cross-attention with concatenation, please use explicit ✓/× symbols under each column label so that the reader can see which components are ablated in each row.
- [Table 1] The SSIM value for LED is listed as '0.5200', which appears to have an extra digit; it should likely be 0.520.
- [Sec. 4.5, Eq. (10)] The sentence following Eq. (10) states 'where ϵ is the guidance weight,' but the equation uses ω as the guidance weight; this should be corrected to avoid confusion with the noise variable in Eq. (1).
- [Sec. A2, inference] The sentence 'The guidance weights is set to 2.0 for the SID [5] and LRD datasets [5], and 2.5 for ELD datasets [49], respectively' has a subject-verb agreement error and should be rephrased as 'The guidance weights are set to ...'.
- [Sec. 5, datasets] The paper states that the same ISP process (rawpy) is used for final evaluation of all methods and ground truth, but it does not specify the exact rawpy settings (e.g., gamma, color correction, white balance parameters). Please provide these details to ensure the comparison is reproducible and fair.
Circularity Check
No circularity found: DarkDiff’s LPIPS results are independent held-out measurements on external benchmarks, not by-construction consequences of fitted parameters.
full rationale
DarkDiff is an empirical pipeline: noisy linear RGB images are encoded, denoised by a fine-tuned Stable Diffusion U-Net with region-based cross-attention, and decoded to sRGB. The claimed predictions (LPIPS numbers in Tables 1-3) are evaluated on held-out test splits of SID, ELD, and LRD, with all baselines processed through the same rawpy ISP pipeline for fairness. No equation in the paper defines the reported LPIPS in terms of fitted constants or training losses; the stage-1 VAE uses the perceptual loss of [56] as one training term, and the guidance weights (2.0/2.0/2.5) are inference-time operating points, but neither is equivalent to the test-set LPIPS values by construction. The only self-citation (SID [5] by co-author Chen Chen) appears as dataset and baseline, not as a load-bearing justification for the central claim. The concern that LPIPS may not fully capture human perceptual preference, or that guidance weights might have been tuned on the test set, is an empirical validity risk rather than a circularity, and would not constitute circularity even if confirmed.
Assumptions & free parameters
free parameters (3)
- guidance weight omega (classifier-free) =
2.0 (SID, LRD), 2.5 (ELD)
- decoder-loss weight lambda =
not reported
- region size and token grouping for region-based cross-attention =
not reported
assumptions (5)
- domain assumption Brightened linear-RGB preprocessing (black-level subtract, digital gain, white balance, simple demosaic) is sufficient to bridge the raw-to-sRGB domain gap so that Stable Diffusion's prior transfers.
- domain assumption LPIPS is a faithful proxy for human perceptual quality in extreme-low-light generation.
- domain assumption Generating plausible but possibly fabricated detail in extremely dark regions is the correct objective for enhancement.
- standard math The DDPM one-step denoising approximation z0_hat = (zt - sqrt(1 - alpha_bar_t) * eps_hat) / sqrt(alpha_bar_t) is valid for the pixel-space loss.
- domain assumption After fine-tuning on 280 paired SID images, the pre-trained Stable Diffusion U-Net retains enough generative prior to outperform training from scratch.
Cite this review
Pith. "Pith review of DarkDiff: Advancing Low-Light Raw Enhancement by Retasking Diffusion Models for Camera ISP." pith.science (2026). https://pith.science/paper/DKDXMDHB
@misc{pith2026250523743,
author = {Pith},
title = {Pith review of: DarkDiff: Advancing Low-Light Raw Enhancement by Retasking Diffusion Models for Camera ISP},
year = {2026},
howpublished = {\url{https://pith.science/paper/DKDXMDHB}},
note = {Machine review of arXiv:2505.23743}
}
read the original abstract
High-quality photography in extreme low-light conditions is challenging but impactful for digital cameras. With advanced computing hardware, traditional camera image signal processor (ISP) algorithms are gradually being replaced by efficient deep networks that enhance noisy raw images more intelligently. However, existing regression-based models often minimize pixel errors and result in oversmoothing of low-light photos or deep shadows. Recent work has attempted to address this limitation by training a diffusion model from scratch, yet those models still struggle to recover sharp image details and accurate colors. We introduce a novel framework to enhance low-light raw images by retasking pre-trained generative diffusion models with the camera ISP. Extensive experiments demonstrate that our method outperforms the state-of-the-art in perceptual quality across three challenging low-light raw image benchmarks.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[50]
Qiang Wen, Yazhou Xing, Zhefan Rao, and Qifeng Chen. LDM-ISP: Enhancing neural isp for low light with latent diffusion models.arXiv preprint arXiv:2312.01027, 2023. 3
arXiv 2023
-
[1]
Noise flow: Noise modeling with conditional normalizing flows
Abdelrahman Abdelhamed, Marcus A Brubaker, and Michael S Brown. Noise flow: Noise modeling with conditional normalizing flows. InProc. ICCV, 2019. 2
work page 2019
-
[2]
The perception-distortion tradeoff
Yochai Blau and Tomer Michaeli. The perception-distortion tradeoff. InProc. CVPR, 2018. 7, 8
work page 2018
-
[3]
Unpro- cessing images for learned raw denoising
Tim Brooks, Ben Mildenhall, Tianfan Xue, Jiawen Chen, Dillon Sharlet, and Jonathan T Barron. Unpro- cessing images for learned raw denoising. InProc. CVPR, 2019. 2
work page 2019
-
[4]
Instructpix2pix: Learning to follow image editing instructions
Tim Brooks, Aleksander Holynski, and Alexei A Efros. Instructpix2pix: Learning to follow image editing instructions. InProc. CVPR, 2023. 8, 14
work page 2023
-
[5]
Chen Chen, Qifeng Chen, Jia Xu, and Vladlen Koltun. Learning to see in the dark. InProc. CVPR, 2018. 1, 2, 3, 5, 6, 7, 8, 9, 14, 15, 16, 17
work page 2018
-
[6]
CrossViT: Cross-attention multi-scale vision transformer for image classification
Chun-Fu Richard Chen, Quanfu Fan, and Rameswar Panda. CrossViT: Cross-attention multi-scale vision transformer for image classification. InProc. CVPR, 2021. 3
work page 2021
-
[7]
Training-free layout control with cross-attention guidance
Minghao Chen, Iro Laina, and Andrea Vedaldi. Training-free layout control with cross-attention guidance. InProc. WACV, 2024. 3
work page 2024
Show all 56 references
-
[8]
DiffEdit: Diffusion-based semantic image editing with mask guidance
Guillaume Couairon, Jakob Verbeek, Holger Schwenk, and Matthieu Cord. DiffEdit: Diffusion-based semantic image editing with mask guidance. InProc. ICLR, 2023. 7
2023
-
[9]
PPformer: Using pixel-wise and patch-wise cross-attention for low-light image enhancement.Computer Vision and Image Understanding, 241:103930, 2024
Jiachen Dang, Yong Zhong, and Xiaolin Qin. PPformer: Using pixel-wise and patch-wise cross-attention for low-light image enhancement.Computer Vision and Image Understanding, 241:103930, 2024. 3
2024
-
[10]
Taming transformers for high-resolution image synthesis
Patrick Esser, Robin Rombach, and Bjorn Ommer. Taming transformers for high-resolution image synthesis. InProc. CVPR, 2021. 6
2021
-
[11]
Generative diffusion prior for unified image restoration and enhancement
Ben Fei, Zhaoyang Lyu, Liang Pan, Junzhe Zhang, Weidong Yang, Tianyue Luo, Bo Zhang, and Bo Dai. Generative diffusion prior for unified image restoration and enhancement. InProc. CVPR, 2023. 3
2023
-
[12]
Implicit diffusion models for continuous super-resolution
Sicheng Gao, Xuhui Liu, Bohan Zeng, Sheng Xu, Yanjing Li, Xiaoyan Luo, Jianzhuang Liu, Xiantong Zhen, and Baochang Zhang. Implicit diffusion models for continuous super-resolution. InProc. CVPR,
-
[13]
Pipal: a large-scale image quality assessment dataset for perceptual image restoration
Jinjin Gu, Haoming Cai, Haoyu Chen, Xiaoxing Ye, Jimmy Ren, and Chao Dong. Pipal: a large-scale image quality assessment dataset for perceptual image restoration. InProc. ECCV, 2020. 7, 8
2020
-
[14]
Ren, Radu Timofte, Yuan Gong, Shanshan Lao, and et al Shi, Shuwei
Jinjin Gu, Haoming Cai, Chao Dong, Jimmy S. Ren, Radu Timofte, Yuan Gong, Shanshan Lao, and et al Shi, Shuwei. NTIRE 2022 challenge on perceptual image quality assessment. InProc. CVPR Workshops,
2022
-
[15]
Low-light image enhancement via breaking down the darkness.IJCV, 2023
Xiaojie Guo and Qiming Hu. Low-light image enhancement via breaking down the darkness.IJCV, 2023. 2
2023
-
[16]
Lime: Low-light image enhancement via illumination map estimation
Xiaojie Guo, Yu Li, and Haibin Ling. Lime: Low-light image enhancement via illumination map estimation. IEEE TIP, 2016. 2
2016
-
[17]
Burst photography for high dynamic range and low-light imaging on mobile cameras.ACM TOG, 2016
Samuel W Hasinoff, Dillon Sharlet, Ryan Geiss, Andrew Adams, Jonathan T Barron, Florian Kainz, Jiawen Chen, and Marc Levoy. Burst photography for high dynamic range and low-light imaging on mobile cameras.ACM TOG, 2016. 1
2016
-
[18]
Reti-Diff: Illumination degradation image restoration with retinex-based latent diffusion model.arXiv preprint arXiv:2311.11638, 2023
Chunming He, Chengyu Fang, Yulun Zhang, Tian Ye, Kai Li, Longxiang Tang, Zhenhua Guo, Xiu Li, and Sina Farsiu. Reti-Diff: Illumination degradation image restoration with retinex-based latent diffusion model.arXiv preprint arXiv:2311.11638, 2023. 3
2023 arXiv
-
[19]
Diffusion models in low-level vision: A survey.arXiv preprint arXiv:2406.11138,
Chunming He, Yuqi Shen, Chengyu Fang, Fengyang Xiao, Longxiang Tang, Yulun Zhang, Wangmeng Zuo, Zhenhua Guo, and Xiu Li. Diffusion models in low-level vision: A survey.arXiv preprint arXiv:2406.11138,
-
[20]
Prompt-to- prompt image editing with cross-attention control
Amir Hertz, Ron Mokady, Jay Tenenbaum, Kfir Aberman, Yael Pritch, and Daniel Cohen-or. Prompt-to- prompt image editing with cross-attention control. InProc. ICLR, 2023. 3
2023
-
[21]
Classifier-free diffusion guidance.arXiv preprint arXiv:2207.12598, 2022
Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance.arXiv preprint arXiv:2207.12598, 2022. 7
2022 arXiv
-
[22]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. 2020. 3, 6 10
2020
-
[23]
Global structure-aware diffusion process for low-light image enhancement
Jinhui Hou, Zhiyu Zhu, Junhui Hou, Hui Liu, Huanqiang Zeng, and Hui Yuan. Global structure-aware diffusion process for low-light image enhancement. InProc. CVPR, 2024. 3
2024
-
[24]
Low-light image enhancement with wavelet-based diffusion models.ACM TOG, 2023
Hai Jiang, Ao Luo, Haoqiang Fan, Songchen Han, and Shuaicheng Liu. Low-light image enhancement with wavelet-based diffusion models.ACM TOG, 2023
2023
-
[25]
Lightendiffusion: Unsupervised low-light image enhancement with latent-retinex diffusion models
Hai Jiang, Ao Luo, Xiaohong Liu, Songchen Han, and Shuaicheng Liu. Lightendiffusion: Unsupervised low-light image enhancement with latent-retinex diffusion models. InProc. ECCV, 2024. 3
2024
-
[26]
Dnf: Decouple and feedback network for seeing in the dark
Xin Jin, Linghao Han, Zhen Li, Zhi Chai, Chunle Guo, and Chongyi Li. Dnf: Decouple and feedback network for seeing in the dark. InProc. CVPR, 2023. 3
2023
-
[27]
Lighting every darkness in two pairs: A calibration-free pipeline for raw denoising
Xin Jin, Jia-Wen Xiao, Ling-Hao Han, Chunle Guo, Ruixun Zhang, Xialei Liu, and Chongyi Li. Lighting every darkness in two pairs: A calibration-free pipeline for raw denoising. InProc. ICCV, 2023. 2, 7, 15, 16, 17
2023
-
[28]
Analyzing and improving the image quality of stylegan
Tero Karras, Samuli Laine, Miika Aittala, Janne Hellsten, Jaakko Lehtinen, and Timo Aila. Analyzing and improving the image quality of stylegan. InProc. CVPR, 2020. 7
2020
-
[29]
Denoising diffusion restoration models
Bahjat Kawar, Michael Elad, Stefano Ermon, and Jiaming Song. Denoising diffusion restoration models. InProc. NeurIPS, 2022. 3
2022
-
[30]
Imagic: Text-based real image editing with diffusion models
Bahjat Kawar, Shiran Zada, Oran Lang, Omer Tov, Huiwen Chang, Tali Dekel, Inbar Mosseri, and Michal Irani. Imagic: Text-based real image editing with diffusion models. InProc. CVPR, 2023. 7
2023
-
[31]
Adam: A method for stochastic optimization.arXiv preprint arXiv:1412.6980, 2014
Diederik P Kingma. Adam: A method for stochastic optimization.arXiv preprint arXiv:1412.6980, 2014. 13, 14
2014 arXiv
-
[32]
xFormers: A modular and hackable transformer modelling library
Benjamin Lefaudeux, Francisco Massa, Diana Liskovich, Wenhan Xiong, Vittorio Caggiano, Sean Naren, Min Xu, Jieru Hu, Marta Tintore, Susan Zhang, Patrick Labatut, Daniel Haziza, Luca Wehrstedt, Jeremy Reizenstein, and Grigory Sizov. xFormers: A modular and hackable transformer ...
2022
-
[33]
Handheld mobile photography in very low light.ACM TOG,
Orly Liba, Kiran Murthy, Yun-Ta Tsai, Tim Brooks, Tianfan Xue, Nikhil Karnad, Qiurui He, Jonathan T Barron, Dillon Sharlet, Ryan Geiss, et al. Handheld mobile photography in very low light.ACM TOG,
-
[34]
DiffBIR: Towards blind image restoration with generative diffusion prior.arXiv preprint arXiv:2308.15070, 2023
Xinqi Lin, Jingwen He, Ziyan Chen, Zhaoyang Lyu, Ben Fei, Bo Dai, Wanli Ouyang, Yu Qiao, and Chao Dong. DiffBIR: Towards blind image restoration with generative diffusion prior.arXiv preprint arXiv:2308.15070, 2023. 3, 14
2023 arXiv
-
[35]
Llnet: A deep autoencoder approach to natural low-light image enhancement.Pattern Recognition, 2017
Kin Gwn Lore, Adedotun Akintayo, and Soumik Sarkar. Llnet: A deep autoencoder approach to natural low-light image enhancement.Pattern Recognition, 2017. 2
2017
-
[36]
Repaint: Inpainting using denoising diffusion probabilistic models
Andreas Lugmayr, Martin Danelljan, Andres Romero, Fisher Yu, Radu Timofte, and Luc Van Gool. Repaint: Inpainting using denoising diffusion probabilistic models. InProc. CVPR, 2022. 3
2022
-
[37]
Diffusion in the dark: A diffusion model for low-light text recognition
Cindy M Nguyen, Eric R Chan, Alexander W Bergman, and Gordon Wetzstein. Diffusion in the dark: A diffusion model for low-light text recognition. InProc. WACV, 2024. 3
2024
-
[38]
Restoring vision in adverse weather conditions with patch-based denoising diffusion models.IEEE TPAMI, 2023
Ozan Özdenizci and Robert Legenstein. Restoring vision in adverse weather conditions with patch-based denoising diffusion models.IEEE TPAMI, 2023. 3
2023
-
[39]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution image synthesis with latent diffusion models. InProc. CVPR, 2022. 2, 3, 6
2022
-
[40]
U-net: Convolutional networks for biomedical image segmentation
Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedical image segmentation. InProc. MICCAI, 2015. 3, 9
2015
-
[41]
Deep unsupervised learning using nonequilibrium thermodynamics
Jascha Sohl-Dickstein, Eric Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. InProc. ICML, 2015. 3
2015
-
[42]
Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020. 14
2010 arXiv
-
[43]
Generative modeling by estimating gradients of the data distribution
Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution. In Proc. NeurIPS, 2019. 3
2019
-
[44]
Improved techniques for training score-based generative models
Yang Song and Stefano Ermon. Improved techniques for training score-based generative models. InProc. NeurIPS, 2020. 3 11
2020
-
[45]
Zero-shot image restoration using denoising diffusion null-space model.arXiv preprint arXiv:2212.00490, 2022
Yinhuai Wang, Jiwen Yu, and Jian Zhang. Zero-shot image restoration using denoising diffusion null-space model.arXiv preprint arXiv:2212.00490, 2022. 3
2022 arXiv
-
[46]
Low-light image enhance- ment with illumination-aware gamma correction and complete image modelling network
Yinglong Wang, Zhen Liu, Jianzhuang Liu, Songcen Xu, and Shuaicheng Liu. Low-light image enhance- ment with illumination-aware gamma correction and complete image modelling network. InProc. ICCV,
-
[47]
ExposureD- iffusion: Learning to expose for low-light image enhancement
Yufei Wang, Yi Yu, Wenhan Yang, Lanqing Guo, Lap-Pui Chau, Alex C Kot, and Bihan Wen. ExposureD- iffusion: Learning to expose for low-light image enhancement. InProc. ICCV, 2023. 1, 2, 3, 8, 15, 16, 17
2023
-
[48]
Restoreformer: High-quality blind face restoration from undegraded key-value pairs
Zhouxia Wang, Jiawei Zhang, Runjian Chen, Wenping Wang, and Ping Luo. Restoreformer: High-quality blind face restoration from undegraded key-value pairs. InProc. CVPR, 2022. 3
2022
-
[49]
A physics-based noise formation model for extreme low-light raw denoising
Kaixuan Wei, Ying Fu, Jiaolong Yang, and Hua Huang. A physics-based noise formation model for extreme low-light raw denoising. InProc. CVPR, 2020. 2, 3, 6, 7, 8, 14, 15, 16, 17
2020
-
[51]
Deblurring via stochastic refinement
Jay Whang, Mauricio Delbracio, Hossein Talebi, Chitwan Saharia, Alexandros G Dimakis, and Peyman Milanfar. Deblurring via stochastic refinement. InProc. CVPR, 2022. 3
2022
-
[52]
Low-light image enhancement via structure modeling and guidance
Xiaogang Xu, Ruixing Wang, and Jiangbo Lu. Low-light image enhancement via structure modeling and guidance. InProc. CVPR, 2023. 2
2023
-
[53]
Diff-Retinex: Rethinking low-light image enhancement with a generative diffusion model
Xunpeng Yi, Han Xu, Hao Zhang, Linfeng Tang, and Jiayi Ma. Diff-Retinex: Rethinking low-light image enhancement with a generative diffusion model. InProc. ICCV, 2023. 2, 3
2023
-
[54]
Towards general low-light raw noise synthesis and modeling
Feng Zhang, Bin Xu, Zhiqiang Li, Xinran Liu, Qingbo Lu, Changxin Gao, and Nong Sang. Towards general low-light raw noise synthesis and modeling. InProc. ICCV, 2023. 2, 3, 6, 7, 8, 9, 14, 15, 16, 17
2023
-
[55]
Adding conditional control to text-to-image diffusion models
Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion models. InProc. ICCV, 2023. 8, 14
2023
-
[56]
The unreasonable effectiveness of deep features as a perceptual metric
Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. InProc. CVPR, 2018. 2, 6, 7 12 Appendix The appendix is organized as follows: • In Sec. A1, we provide additional qualitative r...
2018
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.