REVIEW 3 major objections 6 minor 46 references
Enhancing Diffusion Posterior Sampling for Inverse Problems by Integrating Crafted Measurements
T0 review · 3 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Replacing the clean measurement with a crafted noisy one reduces diffusion-based restoration error.
desk verdict A useful empirical improvement over DPS that overclaims its theoretical grounding; the crafted-measurement trick is real, but Eq. 10 doesn't support the less-bias claim. 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 mechanism is the crafted measurement trajectory $\{y_t\}_{t=T}^{0}$: a second reverse-diffusion process run on the degraded measurement $y$ using the same pretrained score model, so that $y_t$ carries the same noise level and frequency content as the image trajectory $x_t$. At each timestep Tweedie's formula gives its mean estimate $\hat{y}_0 = E[y_0|y_t]$, and the derivation moves the outer expectation over $p(y_0|y_t)$ inside the log-likelihood and collapses it to the single point $p(\hat{y}_0|\hat{x}_0)$. This yields the approximate posterior gradient of Eq. 12, whose crafted term is weighted against the standard DPS term by $\mu$; the identity of the two diffusion schedules is what makes the guidance adaptively low-frequency early and high-frequency late.
What would settle it
Compute the gradient in Eq. 10 by Monte Carlo: draw $y_0^{(i)}$ from $p(y_0|y_t)$ and compare the average gradient with the single-point gradient $\nabla \log p(\hat{y}_0|\hat{x}_0)$ on fixed $(x_t, y_t)$ pairs during early timesteps of Gaussian deblurring. If the two disagree substantially while DPS-CM still outperforms DPS, the crafted trajectory, not the single-point collapse, is the source of the gain; if they agree, the collapse is harmless but the advertised less-biased posterior has yet to be demonstrated.
Extended reading notes
Core claim
The central claim is that posterior-sampling error in diffusion-based restoration is reduced by replacing the clean measurement $y$ with a crafted noisy measurement $y_t$ in the likelihood estimate. The authors observe that DPS's likelihood gradient $\nabla_{x_t} \log p(y|\hat{x}_0)$ brings high-frequency information into the early stages, whereas a forward-process noisy measurement matches the early frequency content but carries random noise that corrupts late details. DPS-CM generates $y_t$ by denoising the measurement with another reverse trajectory conditioned on $y$, so the measurement trajectory follows the same low-to-high frequency schedule as the image trajectory. The posterior estimate then substitutes the Tweedie mean $\hat{y}_0 = E[y_0|y_t]$ for $y$, yielding $\nabla_{x_t} \log p(x_t|y_t) \approx s_\theta(x_t,t) - \zeta_t \nabla_{x_t} \|\hat{y}_0 - A(\hat{x}_0)\|^2$, and the method blends this with the original DPS term through a mixing weight $\mu$. Experiments on FFHQ and ImageNet report the best or second-best results across Gaussian and motion deblurring, 4x super-resolution, random and box inpainting, nonlinear deblurring, and Poisson-noise tasks.
Load-bearing premise
The method assumes that averaging over all plausible clean measurements can be replaced by the single most likely one, its denoised mean, without changing which direction the restoration is pushed; the paper gives no error bound for that replacement.
Editorial extensions
If this is right
- Early-stage posterior-sampling error, measured by $\epsilon$-prediction error and intermediate reconstruction MSE, is smaller for DPS-CM than for DPS.
- Restoration quality improves on Gaussian and motion deblurring, 4x super-resolution, random and box inpainting, nonlinear deblurring, and Poisson-noise degradation on both FFHQ and ImageNet.
- Ablation with $\mu$ shows the crafted term and the original DPS term are complementary: $\mu = 0.5$ outperforms either pure version, and pure crafted guidance at $\mu = 1$ still beats DPS at $\mu = 0$.
- The crafted measurement dominates Monte-Carlo augmented posterior estimates on perceptual metrics (LPIPS, FID) and is roughly 50 percent faster than FPS-SMC.
- DPS-CM nearly doubles DPS's runtime, but an accelerated variant that disables crafted guidance after $t=400$ keeps most of the gain with over 20 percent faster sampling.
Reading between the lines
- The single-point collapse of $E_{y_0\sim p(y_0|y_t)}[p(y_0|\hat{x}_0)]$ to $p(\hat{y}_0|\hat{x}_0)$ is an unproven step; replacing $\hat{y}_0$ with a Monte Carlo estimate over $p(y_0|y_t)$ would directly test how much of the gain depends on that collapse rather than on the crafted schedule.
- Because the method reuses the image score model for the measurement trajectory, it should transfer to any inverse problem whose measurement lies on a manifold the pretrained model can denoise; for far modalities such as phase retrieval the paper itself notes a small measurement-modality diffusion model would be needed.
- The frequency-matching rationale implies the benefit should scale with how aggressively the early schedule suppresses high frequencies; sharp-mask inpainting, where the paper's gains are largest, is consistent with that prediction and could be used to probe the mechanism on new operators.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes DPS-CM, an unsupervised diffusion posterior sampling method for noisy inverse problems. DPS-CM adds a second reverse diffusion trajectory that 'crafts' a sequence of noisy measurements y_t by denoising the observed measurement y with the same pretrained score model and DPS-style reconstruction guidance. The restoration trajectory x_t is then updated with a weighted combination of the standard DPS consistency gradient for y and a crafted-measurement consistency gradient for ŷ0 = E[y0|y_t]. Experiments on FFHQ and ImageNet cover Gaussian and motion deblurring, 4x super-resolution, random and box inpainting, nonlinear deblurring, and Poisson noise; Tables 1-5 report consistent improvements over DPS and most baselines. The paper claims that this integration introduces a less biased posterior estimate and avoids premature high-frequency signal injection during early sampling.
Significance. If the empirical findings hold, DPS-CM is a simple and practically useful plug-in improvement to DPS that requires no retraining and works across several forward operators and noise types. The strengths of the paper include its clearly specified algorithm, released code, tabulated hyperparameters, broad experimental scope, and comparisons with recent posterior-sampling methods such as FPS-SMC and LGD-MC. The paper's explanatory claim that crafted measurements yield a less biased posterior is not established by the derivation in Section 3.2, which contains two unjustified algebraic steps; the contribution should be reframed as an empirically strong heuristic unless the derivation is repaired.
major comments (3)
- [Section 3.2, Eq. (9)] The factorization of ∇_x log p(x_t|y_t) drops the prior density of y0. In the second line, p(x_t|y0) must be expanded as p(y0|x_t)p(x_t)/p(y0). The integral therefore equals p(x_t) E_{y0∼p(y0|y_t)}[p(y0|x_t)/p(y0)], so the gradient of log p(x_t|y_t) contains E[p(y0|x_t)/p(y0)], not E[p(y0|x_t)] as written. The omitted 1/p(y0) depends on y0 and cannot be absorbed as a constant, because it appears inside the expectation. This invalidates the stated identity and, with it, the derivation of Eq. (12) as the gradient of the crafted-measurement posterior.
- [Section 3.2, Eq. (10) and Algorithm 1, line 10] The point-estimate swap E_{y0∼p(y0|y_t)}[p(y0|ŷ0? x̂0)] ≈ p(ŷ0|x̂0) ignores the nonzero variance of y0|y_t. For the Gaussian measurement model with noise variance σ²I and the VP-SDE forward posterior variance (1−ᾱ_t)I, the exact expectation is N(ŷ0; A x̂0, (σ² + 1 − ᾱ_t)I), whose log-gradient carries the time-varying coefficient (σ² + 1 − ᾱ_t)^{-1}. Equation (12) instead uses a constant ζ_t, which cannot reproduce this time-varying factor; early in sampling 1−ᾱ_t ≈ 1, so the discrepancy is large. The advertised 'less-biased posterior estimate' is therefore unsupported unless the swap is justified by an error bound, the exact expectation is used, or Eq. (12) is explicitly stated to be a heuristic guidance term.
- [Section 3.2, Step 1, and Appendix D] The crafted measurement trajectory is generated with the same pretrained image-domain score model s_θ, and the derivation treats y_t as a forward-noised sample from the measurement distribution. This is an additional modeling assumption, stated informally as x and y lying on close manifolds, but it is not validated experimentally. Appendix D concedes that the construction fails for phase retrieval, which limits the claimed generality of the method. The authors should state this restriction in the main text or provide a concrete criterion or an ablation with a measurement-domain score model to show where the same-model construction is reliable.
minor comments (6)
- [Appendix A, Algorithm 2, line 10] The parentheses in the gradient term for the Poisson case are mismatched; the expression should close the gradient and the ∥·∥_Λ norm consistently.
- [Table 8 and Appendix D] There are small typos: 'DiffDIR' should be 'DiffPIR' in Table 8, and 'crated measurements' in Appendix D should be 'crafted measurements'.
- [Figure 1] The caption should define how the 32 Hz low/high frequency cutoff is chosen and state explicitly which curve corresponds to DPS, DPS_y_t, and DPS-CM, since the text refers to colors that may not be distinguishable in print.
- [Tables 1-5] The reported metrics are averages over 100 images without error bars or significance tests; some improvements are small (e.g., FFHQ 4× super-resolution PSNR 27.81 vs. DPS 27.55 in Table 1), so confidence intervals would strengthen the empirical claims.
- [Section 3.2 and Algorithm 1] The notation y_t for crafted measurements and y_t for forward-sampled noisy measurements is easy to confuse; using distinct symbols such as y_t^craft and y_t^fwd throughout would improve readability.
- [Section 4.2] The sentence claiming 'overall best performance over four metrics' should be qualified, because in Table 1 PSLD has a higher PSNR than DPS-CM on FFHQ Gaussian deblurring (28.45 vs. 27.45), even though DPS-CM is better on the other metrics.
Circularity Check
No significant circularity: the crafted-measurement construction is self-referential in the sense that it reuses the same pretrained score model, but the reported restoration improvements are evaluated against external data and do not reduce to fitted or self-cited quantities.
full rationale
The central derivation chain is heuristic but not circular. DPS-CM generates a crafted measurement trajectory y_t using the same pretrained score model s_theta that later serves as the restoration prior, and Eq. 10 replaces E_{y0~p(y0|y_t)}[p(y0|x_hat0)] with the point value p(y_hat0|x_hat0). This point-estimate swap is a mathematically uncontrolled approximation, and the resulting update in Eq. 12 may not be the gradient of the claimed log-marginal likelihood; however, that is a correctness or robustness concern rather than circularity, because the approximation is not equivalent to any assumed conclusion by construction. The paper does not fit a parameter to a target quantity and then rename that fit as a prediction, and it does not invoke a uniqueness theorem or load-bearing self-citation. The same-score-model reuse makes the construction self-referential, and the authors themselves note in Appendix D that the approach may fail when the measurement modality differs substantially from the target modality, but the headline results are benchmarked against external measurements and baseline methods using the same prior, so the empirical claims are not forced by the inputs. The lack of concentration or error bounds for the expectation-to-point swap weakens the theoretical rationale for 'less-biased posterior estimation,' but no equation in the paper reduces to its own input, and no prediction is equivalent to a fitted quantity. Accordingly, no circular step meeting the required evidentiary standard is present.
Assumptions & free parameters
free parameters (3)
- ζt (x-trajectory step size) =
1.4 to 3.1 for Gaussian noise; 0.4 to 0.5 for Poisson noise
- ωt (y-trajectory step size) =
6.0 to 19.0 for Gaussian noise; 3.0 to 6.0 for Poisson noise
- µ (integration weight) =
0.285, 0.5, or 0.7 depending on task and dataset
assumptions (3)
- domain assumption Pre-trained score model sθ accurately approximates the true score of the target image distribution.
- ad hoc to paper The same score model sθ trained on images is a valid generative prior for the measurement y.
- ad hoc to paper The expectation over p(y0|y_t) can be collapsed to its mean inside the likelihood: E[p(y0|x̂0)] ≈ p(E[y0|y_t]|x̂0).
Cite this review
Pith. "Pith review of Enhancing Diffusion Posterior Sampling for Inverse Problems by Integrating Crafted Measurements." pith.science (2026). https://pith.science/paper/PQMSMRGA
@misc{pith2026241109850,
author = {Pith},
title = {Pith review of: Enhancing Diffusion Posterior Sampling for Inverse Problems by Integrating Crafted Measurements},
year = {2026},
howpublished = {\url{https://pith.science/paper/PQMSMRGA}},
note = {Machine review of arXiv:2411.09850}
}
read the original abstract
Diffusion models have emerged as a powerful foundation model for visual generations. With an appropriate sampling process, it can effectively serve as a generative prior for solving general inverse problems. Current posterior sampling-based methods take the measurement (i.e., degraded image sample) into the posterior sampling to infer the distribution of the target data (i.e., clean image sample). However, in this manner, we show that high-frequency information can be prematurely introduced during the early stages, which could induce larger posterior estimate errors during restoration sampling. To address this observation, we first reveal that forming the log-posterior gradient with the noisy measurement ( i.e., noisy measurement from a diffusion forward process) instead of the clean one can benefit the early posterior sampling. Consequently, we propose a novel diffusion posterior sampling method DPS-CM, which incorporates a Crafted Measurement (i.e., noisy measurement crafted by a reverse denoising process, rather than constructed from the diffusion forward process) to form the posterior estimate. This integration aims to mitigate the misalignment with the diffusion prior caused by cumulative posterior estimate errors. Experimental results demonstrate that our approach significantly improves the overall capacity to solve general and noisy inverse problems, such as Gaussian deblurring, super-resolution, inpainting, nonlinear deblurring, and tasks with Poisson noise, relative to existing approaches. Code is available at: https://github.com/sjz5202/DPS-CM.
Figures
Figures from the paper (15 more)
Reference graph
Works this paper leans on
-
[1]
Segdiff: Image segmentation with diffusion probabilistic models
Tomer Amit, Tal Shaharbany, Eliya Nachmani, and Lior Wolf. Segdiff: Image segmentation with diffusion probabilistic models. arXiv preprint arXiv:2112.00390, 2021
arXiv 2021
-
[2]
Structured denoising diffusion models in discrete state-spaces
Jacob Austin, Daniel D Johnson, Jonathan Ho, Daniel Tarlow, and Rianne Van Den Berg. Structured denoising diffusion models in discrete state-spaces. Advances in Neural Information Processing Systems, 34: 0 17981--17993, 2021
2021
-
[3]
Label-efficient semantic segmentation with diffusion models
Dmitry Baranchuk, Ivan Rubachev, Andrey Voynov, Valentin Khrulkov, and Artem Babenko. Label-efficient semantic segmentation with diffusion models. arXiv preprint arXiv:2112.03126, 2021
arXiv 2021
-
[4]
Denoising pretraining for semantic segmentation
Emmanuel Asiedu Brempong, Simon Kornblith, Ting Chen, Niki Parmar, Matthias Minderer, and Mohammad Norouzi. Denoising pretraining for semantic segmentation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 4175--4186, 2022
work page 2022
-
[5]
SUD$^2$: Supervision by Denoising Diffusion Models for Image Reconstruction
Matthew A. Chan, Sean I. Young, and Christopher A. Metzler. Sud ^2 : Supervision by denoising diffusion models for image reconstruction, 2023. URL https://arxiv.org/abs/2303.09642
work page Pith review arXiv 2023
-
[6]
Diffusion posterior sampling for general noisy inverse problems
Hyungjin Chung, Jeongsol Kim, Michael T Mccann, Marc L Klasky, and Jong Chul Ye. Diffusion posterior sampling for general noisy inverse problems. arXiv preprint arXiv:2209.14687, 2022 a
arXiv 2022
-
[7]
Improving diffusion models for inverse problems using manifold constraints
Hyungjin Chung, Byeongsu Sim, Dohoon Ryu, and Jong Chul Ye. Improving diffusion models for inverse problems using manifold constraints. Advances in Neural Information Processing Systems, 35: 0 25683--25696, 2022 b
2022
-
[8]
Imagenet: A large-scale hierarchical image database
Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In 2009 IEEE conference on computer vision and pattern recognition, pp.\ 248--255. Ieee, 2009
2009
Show all 46 references
-
[9]
Diffusion models beat gans on image synthesis
Prafulla Dhariwal and Alexander Nichol. Diffusion models beat gans on image synthesis. Advances in neural information processing systems, 34: 0 8780--8794, 2021
2021
-
[10]
Generating images with perceptual similarity metrics based on deep networks
Alexey Dosovitskiy and Thomas Brox. Generating images with perceptual similarity metrics based on deep networks. Advances in neural information processing systems, 29, 2016
2016
-
[11]
Diffusion posterior sampling for linear inverse problem solving: A filtering perspective
Zehao Dou and Yang Song. Diffusion posterior sampling for linear inverse problem solving: A filtering perspective. In The Twelfth International Conference on Learning Representations, 2023
2023
-
[12]
Series evaluation of tweedie exponential dispersion model densities
Peter K Dunn and Gordon K Smyth. Series evaluation of tweedie exponential dispersion model densities. Statistics and Computing, 15: 0 267--280, 2005
2005
-
[13]
Tweedie’s formula and selection bias
Bradley Efron. Tweedie’s formula and selection bias. Journal of the American Statistical Association, 106 0 (496): 0 1602--1614, 2011
2011
-
[14]
Gans trained by a two time-scale update rule converge to a local nash equilibrium
Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilibrium. Advances in neural information processing systems, 30, 2017
2017
-
[15]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. Advances in neural information processing systems, 33: 0 6840--6851, 2020
2020
-
[16]
Argmax flows and multinomial diffusion: Learning categorical distributions
Emiel Hoogeboom, Didrik Nielsen, Priyank Jaini, Patrick Forr \'e , and Max Welling. Argmax flows and multinomial diffusion: Learning categorical distributions. Advances in Neural Information Processing Systems, 34: 0 12454--12465, 2021
2021
-
[17]
Equivariant diffusion for molecule generation in 3d
Emiel Hoogeboom, V ctor Garcia Satorras, Cl \'e ment Vignac, and Max Welling. Equivariant diffusion for molecule generation in 3d. In International conference on machine learning, pp.\ 8867--8887. PMLR, 2022
2022
-
[18]
Torsional diffusion for molecular conformer generation
Bowen Jing, Gabriele Corso, Jeffrey Chang, Regina Barzilay, and Tommi Jaakkola. Torsional diffusion for molecular conformer generation. Advances in Neural Information Processing Systems, 35: 0 24240--24253, 2022
2022
-
[19]
A style-based generator architecture for generative adversarial networks
Tero Karras, Samuli Laine, and Timo Aila. A style-based generator architecture for generative adversarial networks. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 4401--4410, 2019
2019
-
[20]
Denoising diffusion restoration models
Bahjat Kawar, Michael Elad, Stefano Ermon, and Jiaming Song. Denoising diffusion restoration models. Advances in Neural Information Processing Systems, 35: 0 23593--23606, 2022
2022
-
[21]
Leviborodenko/motionblur: Generate authentic motion blur kernels (point spread functions) and apply them to images
LeviBorodenko. Leviborodenko/motionblur: Generate authentic motion blur kernels (point spread functions) and apply them to images. fast and simple., 2019. URL https://github.com/LeviBorodenko/motionblur
2019
-
[22]
Diffusion-lm improves controllable text generation
Xiang Li, John Thickstun, Ishaan Gulrajani, Percy S Liang, and Tatsunori B Hashimoto. Diffusion-lm improves controllable text generation. Advances in Neural Information Processing Systems, 35: 0 4328--4343, 2022
2022
-
[23]
o lund, and Thomas B Sch \
Ziwei Luo, Fredrik K Gustafsson, Zheng Zhao, Jens Sj \"o lund, and Thomas B Sch \"o n. Refusion: Enabling large-size realistic image restoration with latent-space diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 1680-...
2023
-
[24]
A variational perspective on solving inverse problems with diffusion models
Morteza Mardani, Jiaming Song, Jan Kautz, and Arash Vahdat. A variational perspective on solving inverse problems with diffusion models. arXiv preprint arXiv:2305.04391, 2023
2023 arXiv
-
[25]
Improving diffusion models for inverse problems using optimal posterior covariance
Xinyu Peng, Ziyang Zheng, Wenrui Dai, Nuoqian Xiao, Chenglin Li, Junni Zou, and Hongkai Xiong. Improving diffusion models for inverse problems using optimal posterior covariance. arXiv preprint arXiv:2402.02149, 2024
2024 arXiv
-
[26]
Grad-tts: A diffusion probabilistic model for text-to-speech
Vadim Popov, Ivan Vovk, Vladimir Gogoryan, Tasnima Sadekova, and Mikhail Kudinov. Grad-tts: A diffusion probabilistic model for text-to-speech. In International Conference on Machine Learning, pp.\ 8599--8608. PMLR, 2021
2021
-
[27]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj \"o rn Ommer. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 10684--10695, 2022
2022
-
[28]
Solving linear inverse problems provably via posterior sampling with latent diffusion models
Litu Rout, Negin Raoof, Giannis Daras, Constantine Caramanis, Alex Dimakis, and Sanjay Shakkottai. Solving linear inverse problems provably via posterior sampling with latent diffusion models. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[29]
Image super-resolution via iterative refinement
Chitwan Saharia, Jonathan Ho, William Chan, Tim Salimans, David J Fleet, and Mohammad Norouzi. Image super-resolution via iterative refinement. IEEE transactions on pattern analysis and machine intelligence, 45 0 (4): 0 4713--4726, 2022
2022
-
[30]
Make-a-video: Text-to-video generation without text-video data
Uriel Singer, Adam Polyak, Thomas Hayes, Xi Yin, Jie An, Songyang Zhang, Qiyuan Hu, Harry Yang, Oron Ashual, Oran Gafni, et al. Make-a-video: Text-to-video generation without text-video data. arXiv preprint arXiv:2209.14792, 2022
2022 arXiv
-
[31]
Solving inverse problems with latent diffusion models via hard data consistency
Bowen Song, Soo Min Kwon, Zecheng Zhang, Xinyu Hu, Qing Qu, and Liyue Shen. Solving inverse problems with latent diffusion models via hard data consistency. arXiv preprint arXiv:2307.08123, 2023 a
2023 arXiv
-
[32]
Pseudoinverse-guided diffusion models for inverse problems
Jiaming Song, Arash Vahdat, Morteza Mardani, and Jan Kautz. Pseudoinverse-guided diffusion models for inverse problems. In International Conference on Learning Representations, 2022
2022
-
[33]
Loss-guided diffusion models for plug-and-play controllable generation
Jiaming Song, Qinsheng Zhang, Hongxu Yin, Morteza Mardani, Ming-Yu Liu, Jan Kautz, Yongxin Chen, and Arash Vahdat. Loss-guided diffusion models for plug-and-play controllable generation. In International Conference on Machine Learning, pp.\ 32483--32498. PMLR, 2023 b
2023
-
[34]
Generative modeling by estimating gradients of the data distribution
Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution. Advances in neural information processing systems, 32, 2019
2019
-
[35]
Score-based generative modeling through stochastic differential equations
Yang Song, Jascha Sohl-Dickstein, Diederik P Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. Score-based generative modeling through stochastic differential equations. arXiv preprint arXiv:2011.13456, 2020
2011 arXiv
-
[36]
Explore image deblurring via encoded blur kernel space
Phong Tran, Anh Tuan Tran, Quynh Phung, and Minh Hoai. Explore image deblurring via encoded blur kernel space. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 11956--11965, 2021
2021
-
[37]
Zero-shot image restoration using denoising diffusion null-space model
Yinhuai Wang, Jiwen Yu, and Jian Zhang. Zero-shot image restoration using denoising diffusion null-space model. arXiv preprint arXiv:2212.00490, 2022
2022 arXiv
-
[38]
Deblurring via stochastic refinement
Jay Whang, Mauricio Delbracio, Hossein Talebi, Chitwan Saharia, Alexandros G Dimakis, and Peyman Milanfar. Deblurring via stochastic refinement. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 16293--16303, 2022
2022
-
[39]
Tune-a-video: One-shot tuning of image diffusion models for text-to-video generation
Jay Zhangjie Wu, Yixiao Ge, Xintao Wang, Stan Weixian Lei, Yuchao Gu, Yufei Shi, Wynne Hsu, Ying Shan, Xiaohu Qie, and Mike Zheng Shou. Tune-a-video: One-shot tuning of image diffusion models for text-to-video generation. In Proceedings of the IEEE/CVF International Conference...
2023
-
[40]
Diffsound: Discrete diffusion model for text-to-sound generation
Dongchao Yang, Jianwei Yu, Helin Wang, Wen Wang, Chao Weng, Yuexian Zou, and Dong Yu. Diffsound: Discrete diffusion model for text-to-sound generation. IEEE/ACM Transactions on Audio, Speech, and Language Processing, 2023 a
2023
-
[41]
Diffusion probabilistic model made slim
Xingyi Yang, Daquan Zhou, Jiashi Feng, and Xinchao Wang. Diffusion probabilistic model made slim. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 22552--22562, 2023 b
2023
-
[42]
Denoising diffusion models for plug-and-play image restoration
Yuanzhi Zhu, Kai Zhang, Jingyun Liang, Jiezhang Cao, Bihan Wen, Radu Timofte, and Luc Van Gool. Denoising diffusion models for plug-and-play image restoration. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 1219--1229, 2023
2023
-
[43]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
-
[44]
@esa (Ref
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...
-
[45]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...
-
[46]
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.