REVIEW 4 major objections 5 minor 43 references
Plug-and-Play Posterior Sampling for Blind Inverse Problems
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Blind-PnPDM claims that blind inverse problems—where both the target image and the measurement operator are unknown—can be solved by posterior sampling that alternates between two Gaussian denoising steps, each driven by a pre-trained…
desk verdict Clean empirical extension to blind PnP sampling, but the posterior-sampling claim doesn't survive a close read of the split-Gibbs target. 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 mechanism is an alternating split-Gibbs sampler with two pre-trained diffusion-model priors. In the image conditional, an auxiliary variable $z$ is sampled from a Gaussian distribution combining the data-fidelity term $\|y-A(\theta)z\|_2^2/2$ with the coupling $\|x^{(k)}-z\|^2/(2\rho_x^2)$, and then the prior step samples $x\sim\exp(-g(x)-\|x-z\|^2/(2\rho_x^2))$ by running one reverse pass of an Elucidated Diffusion Model (EDM) from the noise level $\sigma(t^*)=\rho_x$ down to zero. The operator conditional uses the same construction with a second diffusion model $D_\beta$ and its own auxiliary variable $v$ and coupling strength $\rho_\theta$. Annealing schedules that decrease $\rho_x$ and $\rho_\theta$ over the $K$ iterations are included to accelerate mixing and reduce the chance of getting stuck, and the two diffusion priors are the only learned components.
What would settle it
Run Blind-PnPDM many times on the same blurred input with different random seeds and initializations and examine the spread of the reconstructed images and kernels. If all runs collapse to nearly the same point instead of producing a distribution of plausible image/kernel pairs consistent with the observation, the alternating chain is not sampling the joint posterior and the posterior-sampling interpretation fails.
Extended reading notes
Core claim
The central claim is that the joint posterior $p(x,\theta\mid y)$ for the unknown image $x$ and unknown operator parameters $\theta$ can be sampled by alternating two conditional Gibbs steps, each split into a likelihood step and a diffusion prior step. Auxiliary variables $z$ and $v$ are coupled to $x$ and $\theta$ through quadratic penalties, making the likelihood steps Gaussian sampling problems in the measurement model and the prior steps exactly the task of denoising $z$ and $v$. Blind-PnPDM implements each prior step as a single reverse pass of a pre-trained EDM diffusion model initialized at the noise level corresponding to the coupling strength, which is the PnPDM recipe transplanted to the blind setting. The experimental claim is that on blind deblurring this alternating denoising scheme beats existing blind-deblurring baselines—including diffusion-based blind solvers—on PSNR, SSIM, and LPIPS, with reconstructed kernels that are more consistent with the ground truth.
Load-bearing premise
The load-bearing premise is that one reverse pass of a pre-trained diffusion model faithfully samples the denoising posterior for both the image and the blur kernel, so the alternating chain converges to the joint posterior; this is assumed, not proved or diagnosed, in the blind setting.
Editorial extensions
If this is right
- On blind image deblurring with Gaussian and motion kernels, Blind-PnPDM reports higher PSNR and SSIM and lower LPIPS than Pan-DCP, DeblurGANv2, BlindDPS, and GibbsDDRM.
- The framework needs no per-problem calibration or retraining: the same two pre-trained diffusion priors are inserted through the denoising steps, and only the likelihood model changes with the forward operator.
- Because the operator prior lives over the parameter vector $\theta$, the same alternating sampler extends to other blind inverse problems with low-dimensional operator parameterizations, such as blind super-resolution or parallel MRI.
- Treating recovery as sampling rather than optimization means repeated runs with different randomness can in principle produce a spread of plausible image/kernel pairs, giving a form of uncertainty information about the solution.
- The kernel estimates produced by the method are visually closer to the ground-truth kernels than those of the diffusion-based baselines, not just the images.
Reading between the lines
- A test the paper does not run: compare Blind-PnPDM against an oracle that uses the true kernel distribution as the prior. Matching the oracle would confirm the gains come from the sampling scheme; a gap would point at the kernel diffusion prior's approximation error.
- The same two-prior alternating construction could be pointed at deconvolution microscopy or blind inpainting by swapping only the likelihood step's measurement model, since the prior steps are agnostic to the forward operator.
- If the joint posterior is really being sampled, the framework offers calibrated uncertainty over blur kernels, which would be useful for downstream tasks like motion estimation or optical aberration correction; this uncertainty interpretation is implicit but unquantified in the paper.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Blind-PnPDM, an alternating plug-and-play posterior sampling method for blind inverse problems in which both the image and the measurement operator are unknown. Two diffusion models are used as priors, one for the image and one for the forward-model parameters, within a Split Gibbs Sampler (SGS) framework. Each conditional update is further decomposed into a likelihood step and a prior step, with the prior steps implemented as EDM reverse passes. The method is validated on blind image deblurring with Gaussian and motion kernels, reporting quantitative gains over Pan-DCP, DeblurGANv2, BlindDPS, and GibbsDDRM in PSNR, SSIM, and LPIPS. The central claim is that Algorithm 1 samples from the joint posterior p(x, theta | y) of Eq. (5).
Significance. Blind inverse problems are an important and under-served area for PnP sampling methods, and the idea of using two diffusion priors in an alternating denoising scheme is timely and potentially useful. The reported quantitative improvements over strong diffusion-based baselines (GibbsDDRM, BlindDPS) are encouraging, and the paper addresses a real gap in the PnP literature. However, the manuscript's central theoretical claim—that Algorithm 1 samples from the joint posterior—is not supported by the equations as written, and the empirical evaluation lacks error bars, multiple runs, and code. These issues are load-bearing for the paper's main claims, although the method may well be salvageable as an approximate/heuristic sampling scheme with additional analysis and diagnostics.
major comments (4)
- [Section 2.2, Eqs. (6)-(9), Algorithm 1] The paper claims that Algorithm 1 samples from the joint posterior p(x, theta | y) of Eq. (5), but this does not follow from the equations. The x-block is a split-Gibbs block with augmented target pi(x,z | theta) proportional to exp(-f(z; theta, y) - g(x) - ||x - z||^2/(2 rho_x^2)); integrating out z gives a stationary marginal for x proportional to exp(-g(x)) times the Gaussian-smoothed likelihood integral exp(-f(z; theta, y)) N(x; z, rho_x^2 I) dz, which is not the exp(-f(x; theta, y) - g(x)) stated in Eq. (6). The theta-block in Eq. (9) has the same structure. The annealing schedules in Section 3 stop at rho_x = 0.1 and rho_theta = 0.05, so the smoothing bias is not removed, and no bias bound or diagnostic is provided. The empirical results may remain valid as a heuristic, but the posterior-sampling claim does not follow from the presented equations.
- [Section 2.2, LikelihoodStep_theta] The displayed update for v^(k) is dimensionally inconsistent: v is in R^b, but the quadratic term uses A(theta^(k)) v. In the blind deblurring model A(theta) x = theta * x, so A(theta^(k)) v is not defined when v is a kernel parameter. If the intended expression is A(v) x^(k+1), then the printed equation ignores the current image x^(k+1) and contradicts the conditional target in Eq. (7). This must be corrected because it directly affects the reproducibility of Algorithm 1 and the meaning of the theta-block.
- [Section 2.1, PriorStepx and PriorStep_theta] The implementation of Eq. (8) and Eq. (9) by a single EDM reverse pass from t* with sigma(t*) = rho is inherited from PnPDM, but no argument is given in this paper that such a pass samples the conditional density exp(-g(x) - ||x - z||^2/(2 rho_x^2)) or the analogous kernel density in the blind setting. The original PnPDM justification is not automatically transferred here because both priors are now conditioned on auxiliary variables from different modalities, and the paper provides no empirical diagnostic (e.g., conditional sample quality or chain mixing) to support the approximation. This is load-bearing: if the prior steps are not accurate, the chain is not even targeting the augmented distributions described by Eqs. (8)-(9).
- [Section 3, Table 1] The quantitative comparison is based on a single run with no error bars, no multiple seeds, and no ablation of the coupling schedules rho_x and rho_theta. For a sampling method, single-sample metrics are particularly sensitive to randomness in the diffusion reverse passes; without such information, the reported margins (e.g., PSNR 27.42 vs 25.94 for motion blur) cannot be distinguished from sampling noise. Please report mean and standard deviation over multiple seeds and include an ablation of the annealing schedule, or at least a sensitivity analysis for rho_x and rho_theta.
minor comments (5)
- [Section 2.1, Eqs. (6) and (7)] Equations (6) and (7) use '=' to equate a distribution with an unnormalized density; the right-hand sides are proportional to the conditional posteriors. Please use 'proportional to' notation consistently throughout.
- [Section 3] The text refers to the baseline 'DeblurGAN' while Table 1 lists 'DeblurGANv2'; please align the names in the text, table, and reference list.
- [Figures 1 and 2] Figures 1 and 2 are referenced but not included in the manuscript; the captions mention squares at the top displaying estimated kernels, but the qualitative claims cannot be evaluated without the figures.
- [Section 4, Conclusion] The claim that Blind-PnPDM is 'the first PnP sampling method for blind inverse problems' is strong given references [28] and [30], which relate to block-coordinate PnP for blind inverse problems and split-Gibbs sampling with deep priors; please soften or clarify the novelty claim.
- [Section 3, kernel diffusion model training] The kernel diffusion model is described only as trained for '5M steps with a small U-Net'; the architecture, optimizer, learning rate, and training schedule are not specified, which limits reproducibility.
Circularity Check
No circular derivation: the method is an application of SGS/PnPDM to blind inverse problems, and the kernel train/test overlap is a benchmark weakness rather than a construction-level circular step.
full rationale
The paper's derivation chain is not circular. The joint posterior in Eq. (5) is defined independently, and the Gibbs conditionals in Eqs. (6)-(7) are standard decompositions. The likelihood/prior splitting in Eqs. (8)-(9) follows the Split Gibbs Sampler framework and PnPDM, which are cited external works rather than self-citations. The claim that a single EDM reverse pass from t* approximates the Gaussian-smoothed prior step is inherited from PnPDM; this is an assumption or approximation, not a reduction of the target to the algorithm's inputs. The skeptic's concern that the SGS stationary distribution is a rho-smoothed posterior rather than Eq. (5) is a substantive soundness issue, but it is not circularity: the paper does not define the posterior in terms of the algorithm's output, nor does it fit a parameter and then relabel that fit as a prediction. The only self-supporting element is the evaluation: the kernel diffusion model is trained on 100k blur kernels generated following [39] and tested on kernels generated following [39]. This is a benchmark weakness that biases blind-generalization claims, but it does not make any derived quantity equivalent to its input by construction. No load-bearing self-citation, uniqueness theorem imported from the authors, or ansatz smuggled through self-citation appears in the paper.
Assumptions & free parameters
free parameters (3)
- Image coupling schedule rho_x =
max(0.9^k * 0.3, 0.1)
- Kernel coupling schedule rho_theta =
max(0.9^k * 0.1, 0.05)
- Number of iterations K =
30
assumptions (4)
- ad hoc to paper A single EDM reverse pass from t* samples or approximates the conditional prior exp(-g(x) - ||x-z||^2 / (2 rho_x^2)) in Eq. (8).
- domain assumption The alternating Gibbs chain with the specified annealing schedules converges to the joint posterior within K=30 iterations.
- domain assumption The kernel diffusion prior D_beta trained on synthetic kernels represents the test kernels.
- domain assumption The image diffusion prior D_alpha approximates the true image prior at the relevant noise levels.
Cite this review
Pith. "Pith review of Plug-and-Play Posterior Sampling for Blind Inverse Problems." pith.science (2026). https://pith.science/paper/AN5PMHOA
@misc{pith2026250522923,
author = {Pith},
title = {Pith review of: Plug-and-Play Posterior Sampling for Blind Inverse Problems},
year = {2026},
howpublished = {\url{https://pith.science/paper/AN5PMHOA}},
note = {Machine review of arXiv:2505.22923}
}
read the original abstract
We introduce Blind Plug-and-Play Diffusion Models (Blind-PnPDM) as a novel framework for solving blind inverse problems where both the target image and the measurement operator are unknown. Unlike conventional methods that rely on explicit priors or separate parameter estimation, our approach performs posterior sampling by recasting the problem into an alternating Gaussian denoising scheme. We leverage two diffusion models as learned priors: one to capture the distribution of the target image and another to characterize the parameters of the measurement operator. This PnP integration of diffusion models ensures flexibility and ease of adaptation. Our experiments on blind image deblurring show that Blind-PnPDM outperforms state-of-the-art methods in terms of both quantitative metrics and visual fidelity. Our results highlight the effectiveness of treating blind inverse problems as a sequence of denoising subproblems while harnessing the expressive power of diffusion-based priors.
Figures
Reference graph
Works this paper leans on
-
[1]
Convolutional neural networks for inverse problems in imaging: A review,
M. T. McCann, K. H. Jin, and M. Unser, “Convolutional neural networks for inverse problems in imaging: A review,” IEEE Signal Process. Mag. , vol. 34, no. 6, pp. 85–95, 2017
work page 2017
-
[2]
Using deep neural networks for inverse problems in imaging: Beyond analytical methods,
A. Lucas, M. Iliadis, R. Molina, and A. K. Katsaggelos, “Using deep neural networks for inverse problems in imaging: Beyond analytical methods,” IEEE Signal Process. Mag. , vol. 35, no. 1, pp. 20–36, Jan. 2018
work page 2018
-
[3]
Deep learning techniques for inverse problems in imaging,
G. Ongie, A. Jalal, C. A. Metzler, R. G. Baraniuk, A. G. Dimakis, and R. Willett, “Deep learning techniques for inverse problems in imaging,” IEEE J. Sel. Areas Inf. Theory , vol. 1, no. 1, pp. 39–56, May 2020
work page 2020
-
[4]
Plug-and-play priors for model based reconstruction,
S. V. Venkatakrishnan, C. A. Bouman, and B. Wohlberg, “Plug-and-play priors for model based reconstruction,” in Proc. IEEE Global Conf. Signal Process. and Inf. Process. , Austin, TX, USA, Dec. 3-5, 2013, pp. 945–948
work page 2013
-
[5]
Plug-and-play priors for bright field electron tomography and sparse interpolation,
S. Sreehari, S. V. Venkatakrishnan, B. Wohlberg, G. T. Buzzard, L. F. Drummy, J. P. Simmons, and C. A. Bouman, “Plug-and-play priors for bright field electron tomography and sparse interpolation,” IEEE Trans. Comput. Imaging , vol. 2, no. 4, pp. 408–423, Dec. 2016
work page 2016
-
[6]
prDeep: Robust phase retrieval with a flexible deep network,
C. Metzler, P. Schniter, A. Veeraraghavan, and R. Baraniuk, “prDeep: Robust phase retrieval with a flexible deep network,” in Proc. Int. Conf. Mach. Learn. , Stockholmsm¨ assan, Stockholm Sweden, Jul. 10–15 2018, pp. 3501–3510
work page 2018
-
[7]
Learning deep CNN denoiser prior for image restoration,
K. Zhang, W. Zuo, S. Gu, and L. Zhang, “Learning deep CNN denoiser prior for image restoration,” in Proc. IEEE Conf. Comput. Vis. Pattern Recognit. , Honolulu, USA, July 21-26, 2017, pp. 3929–3938
work page 2017
-
[8]
Learning proximal operators: Using denoising networks for regularizing inverse imaging problems,
T. Meinhardt, M. Moeller, C. Hazirbas, and D. Cremers, “Learning proximal operators: Using denoising networks for regularizing inverse imaging problems,” in Proc. IEEE Int. Conf. Comp. Vis. , Venice, Italy, Oct. 22-29, 2017, pp. 1799–1808
work page 2017
Show all 43 references
-
[9]
Denoising prior driven deep neural network for image restoration,
W. Dong, P. Wang, W. Yin, G. Shi, F. Wu, and X. Lu, “Denoising prior driven deep neural network for image restoration,” IEEE Trans. Pattern Anal. Mach. Intell. , vol. 41, no. 10, pp. 2305–2318, Oct 2019
2019
-
[10]
Deep plug-and-play super-resolution for arbitrary blur kernels,
K. Zhang, W. Zuo, and L. Zhang, “Deep plug-and-play super-resolution for arbitrary blur kernels,” in Proc. IEEE Conf. Comput. Vis. Pattern Recognit. , Long Beach, CA, USA, June 16-20, 2019, pp. 1671–1681
2019
-
[11]
Tuning-free plug-and-play proximal algorithm for inverse imaging problems,
K. Wei, A. Aviles-Rivero, J. Liang, Y. Fu, C.-B. Sch¨ onlieb, and H. Huang, “Tuning-free plug-and-play proximal algorithm for inverse imaging problems,” in Proc. Int. Conf. Mach. Learn. , 2020
2020
-
[12]
Plug-and-play image restoration with deep denoiser prior,
K. Zhang, Y. Li, W. Zuo, L. Zhang, L. Van Gool, and R. Timofte, “Plug-and-play image restoration with deep denoiser prior,” IEEE Trans. Patt. Anal. and Machine Intell. , 2022
2022
-
[13]
Recovery of continuous 3D refractive index maps from discrete intensity-only measurements using neural fields,
R. Liu, Y. Sun, J. Zhu, L. Tian, and U. S. Kamilov, “Recovery of continuous 3D refractive index maps from discrete intensity-only measurements using neural fields,” Nat. Mach. Intell. , vol. 4, pp. 781–791, Sep. 2022. 6
2022
-
[14]
Plug-and- play methods for magnetic resonance imaging: Using denoisers for image recovery,
R. Ahmad, C. A. Bouman, G. T. Buzzard, S. Chan, S. Liu, E. T. Reehorst, and P. Schniter, “Plug-and- play methods for magnetic resonance imaging: Using denoisers for image recovery,” IEEE Signal Process. Mag., vol. 37, no. 1, pp. 105–116, 2020
2020
-
[15]
Plug-and-play methods for integrating physical and learned models in computational imaging,
U. S. Kamilov, C. A. Bouman, G. T. Buzzard, and B. Wohlberg, “Plug-and-play methods for integrating physical and learned models in computational imaging,” IEEE Signal Process. Mag. , vol. 40, no. 1, pp. 85–97, Jan. 2023
2023
-
[16]
Plug-and-play ADMM for image restoration: Fixed-point convergence and applications,
S. H. Chan, X. Wang, and O. A. Elgendy, “Plug-and-play ADMM for image restoration: Fixed-point convergence and applications,” IEEE Trans. Comp. Imag. , vol. 3, no. 1, pp. 84–98, Mar. 2017
2017
-
[17]
The little engine that could: Regularization by denoising (RED),
Y. Romano, M. Elad, and P. Milanfar, “The little engine that could: Regularization by denoising (RED),” SIAM J. Imaging Sci. , vol. 10, no. 4, pp. 1804–1844, 2017
2017
-
[18]
Plug-and-play unplugged: Optimization free reconstruction using consensus equilibrium,
G. T. Buzzard, S. H. Chan, S. Sreehari, and C. A. Bouman, “Plug-and-play unplugged: Optimization free reconstruction using consensus equilibrium,” SIAM J. Imaging Sci. , vol. 11, no. 3, pp. 2001–2020, Sep. 2018
2001
-
[19]
Regularization by denoising: Clarifications and new interpretations,
E. T. Reehorst and P. Schniter, “Regularization by denoising: Clarifications and new interpretations,” IEEE Trans. Comput. Imag. , vol. 5, no. 1, pp. 52–67, Mar. 2019
2019
-
[20]
An online plug-and-play algorithm for regularized image reconstruction,
Y. Sun, B. Wohlberg, and U. S. Kamilov, “An online plug-and-play algorithm for regularized image reconstruction,” IEEE Trans. Comput. Imag. , vol. 5, no. 3, pp. 395–408, Sep. 2019
2019
-
[21]
Block coordinate regularization by denoising,
Y. Sun, J. Liu, and U. S. Kamilov, “Block coordinate regularization by denoising,” in Proc. Adv. Neural Inf. Process. Syst., Vancouver, BC, Canada, Dec. 2019, pp. 382–392
2019
-
[22]
Plug-and-play methods provably converge with properly trained denoisers,
E. K. Ryu, J. Liu, S. Wang, X. Chen, Z. Wang, and W. Yin, “Plug-and-play methods provably converge with properly trained denoisers,” in Proc. Int. Conf. Mach. Learn. , vol. 97, Long Beach, CA, USA, Jun. 09–15 2019, pp. 5546–5557
2019
-
[23]
Provable convergence of plug-and-play priors with mmse denoisers,
X. Xu, Y. Sun, J. Liu, B. Wohlberg, and U. S. Kamilov, “Provable convergence of plug-and-play priors with mmse denoisers,” IEEE Signal Process. Lett. , vol. 27, pp. 1280–1284, 2020
2020
-
[24]
Recovery analysis for plug-and-play priors using the restricted eigenvalue condition,
J. Liu, S. Asif, B. Wohlberg, and U. S. Kamilov, “Recovery analysis for plug-and-play priors using the restricted eigenvalue condition,” in Proc. Adv. Neural Inf. Process. Syst. , December 6-14, 2021, pp. 5921–5933
2021
-
[25]
Stochastic solutions for linear inverse problems using the prior implicit in a denoiser,
Z. Kadkhodaie and E. P. Simoncelli, “Stochastic solutions for linear inverse problems using the prior implicit in a denoiser,” in Proc. Adv. Neural Inf. Process. Syst. , December 6-14, 2021, pp. 13 242–13 254
2021
-
[26]
Gradient step denoiser for convergent plug-and-play,
S. Hurault, A. Leclaire, and N. Papadakis, “Gradient step denoiser for convergent plug-and-play,” in Proc. Int. Conf. Learn. Represent. , 2022
2022
-
[27]
Proximal denoiser for convergent plug-and-play optimization with nonconvex regularization,
——, “Proximal denoiser for convergent plug-and-play optimization with nonconvex regularization,” in Proc. Int. Conf. Mach. Learn. , 2022, pp. 9483–9505
2022
-
[28]
Block coordinate plug-and-play methods for blind inverse problems,
W. Gan, Y. Hu, J. Liu, H. An, U. Kamilov et al. , “Block coordinate plug-and-play methods for blind inverse problems,” Proc. Adv. Neural Inf. Process. Syst. , 2023
2023
-
[29]
Bayesian imaging using plug & play priors: When Langevin meets Tweedie,
R. Laumont, V. De Bortoli, A. Almansa, J. Delon, A. Durmus, and M. Pereyra, “Bayesian imaging using plug & play priors: When Langevin meets Tweedie,” SIAM J. Imaging Sci. , vol. 15, no. 2, pp. 701–737, 2022
2022
-
[30]
Plug-and-play split gibbs sampler: Embedding deep generative priors in bayesian inference,
F. Coeurdoux, N. Dobigeon, and P. Chainais, “Plug-and-play split gibbs sampler: Embedding deep generative priors in bayesian inference,” IEEE Trans. Image Process., vol. 33, pp. 3496–3507, 2024. 7
2024
-
[31]
Principled probabilistic imaging using diffusion models as plug-and-play priors,
Z. Wu, Y. Sun, Y. Chen, B. Zhang, Y. Yue, and K. Bouman, “Principled probabilistic imaging using diffusion models as plug-and-play priors,” in Proc. Adv. Neural Inf. Process. Syst. , 2024
2024
-
[32]
Campisi and K
P. Campisi and K. Egiazarian, Blind image deconvolution: theory and applications . CRC press, 2017
2017
-
[33]
Optimization methods for magnetic resonance image reconstruction,
J. A. Fessler, “Optimization methods for magnetic resonance image reconstruction,” IEEE Signal Process. Mag., vol. 1, no. 37, pp. 33–40, Jan. 2020
2020
-
[34]
Provably robust score-based diffusion posterior sampling for plug-and-play image reconstruction,
X. Xu and Y. Chi, “Provably robust score-based diffusion posterior sampling for plug-and-play image reconstruction,” in Proc. Adv. Neural Inf. Process. Syst. , 2024
2024
-
[35]
Split-and-augmented gibbs sampler—application to large-scale inference problems,
M. Vono, N. Dobigeon, and P. Chainais, “Split-and-augmented gibbs sampler—application to large-scale inference problems,” IEEE Trans. on Signal Process. , vol. 67, no. 6, pp. 1648–1661, 2019
2019
-
[36]
Elucidating the design space of diffusion-based generative models,
T. Karras, M. Aittala, T. Aila, and S. Laine, “Elucidating the design space of diffusion-based generative models,” Proc. Adv. Neural Inf. Process. Syst. , 2022
2022
-
[37]
A style-based generator architecture for generative adversarial networks,
T. Karras, S. Laine, and T. Aila, “A style-based generator architecture for generative adversarial networks,” in Proc. IEEE Conf. Comput. Vis. Pattern Recognit. , 2019
2019
-
[38]
Come-closer-diffuse-faster: Accelerating conditional diffusion models for inverse problems through stochastic contraction,
H. Chung, B. Sim, and J. C. Ye, “Come-closer-diffuse-faster: Accelerating conditional diffusion models for inverse problems through stochastic contraction,” in Proc. IEEE Conf. Comput. Vis. Pattern Recognit. , 2022
2022
-
[39]
Parallel diffusion models of operator and image for blind inverse problems,
H. Chung, J. Kim, S. Kim, and J. C. Ye, “Parallel diffusion models of operator and image for blind inverse problems,” in Proc. IEEE Conf. Comput. Vis. Pattern Recognit. , 2023
2023
-
[40]
Diffusion models beat gans on image synthesis,
P. Dhariwal and A. Nichol, “Diffusion models beat gans on image synthesis,” Proc. Adv. Neural Inf. Process. Syst., 2021
2021
-
[41]
Deblurring images via dark channel prior,
J. Pan, D. Sun, H. Pfister, and M. Yang, “Deblurring images via dark channel prior,” IEEE Trans. Pattern Anal. Mach. Intell. , vol. 40, no. 10, pp. 2315–2328, 2017
2017
-
[42]
Deblurgan-v2: Deblurring (orders-of-magnitude) faster and better,
O. Kupyn, T. Martyniuk, J. Wu, and Z. Wang, “Deblurgan-v2: Deblurring (orders-of-magnitude) faster and better,” in Proc. IEEE Int. Conf. Comput. Vis. , 2019, pp. 8878–8887
2019
-
[43]
Gibbsddrm: A partially collapsed gibbs sampler for solving blind inverse problems with denoising diffusion restoration,
N. Murata, K. Saito, C.-H. Lai, Y. Takida, T. Uesaka, Y. Mitsufuji, and S. Ermon, “Gibbsddrm: A partially collapsed gibbs sampler for solving blind inverse problems with denoising diffusion restoration,” in Proc. Int. Conf. Mach. Learn. , 2023. 8
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.