Pith. sign in

REVIEW 4 major objections 5 minor 5 cited by

The paper establishes the first non-asymptotic convergence guarantee for a diffusion-based posterior score estimator, with Wasserstein-2 error bounds that cover multi-modal posteriors.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-03 17:48 UTC pith:GD7DSRBI

load-bearing objection Conditional theory is real and worth reading, but the implemented inner-chain initialization makes the key divergence infinite, so the theorem does not apply to the algorithm as run. the 4 major comments →

arxiv 2512.08022 v2 pith:GD7DSRBI submitted 2025-12-08 stat.ML cs.LGcs.NAmath.NAmath.PRmath.STstat.TH

Provable Diffusion Posterior Sampling for Bayesian Inversion

classification stat.ML cs.LGcs.NAmath.NAmath.PRmath.STstat.TH MSC 62F1565C0560J60
keywords Bayesian inverse problemsdiffusion posterior samplingplug-and-play priorsposterior score estimationLangevin dynamicsWasserstein-2 convergencemulti-modal posteriorsuncertainty quantification
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper proposes a way to sample from Bayesian posteriors that combines a data-driven diffusion prior with a Monte Carlo estimate of the posterior score. Its central claim is that, unlike the heuristic likelihood approximations used by previous diffusion-based solvers, this score estimator is provably convergent: the authors prove non-asymptotic error bounds in 2-Wasserstein distance, and the guarantees cover multi-modal posterior distributions, not just log-concave ones. The proof shows that the relevant posterior denoising density becomes log-concave at small diffusion times while the terminal posterior obeys a log-Sobolev inequality at large times, and that these two regimes overlap under a mild product condition. The final bound has rate ε^{1/2} log(1/ε) after balancing early stopping against score-estimation error, and it makes explicit how prior-score error and the problem's condition number enter. A sympathetic reader would care because this turns a heuristic class of algorithms into one with quantified guarantees and concrete hyperparameter guidance.

Core claim

The paper's central claim is Theorem 5.9: under six assumptions — semi-log-concavity and sub-Gaussian tails of the posterior, polynomial growth of the prior score, a bounded posterior score at the origin, small L2 prior score-matching error, and Lipschitz continuity of the estimated drift — the proposed sampler, warm-started by Langevin sampling of the terminal posterior and driven by a Monte Carlo score estimate, satisfies an expected squared 2-Wasserstein error bound of order ε^{1/2} log(1/ε) when the early-stopping time is set to √ε and the hyperparameters follow the paper's prescriptions. The score estimate itself is constructed by running Langevin dynamics against the posterior denoisin

What carries the argument

The load-bearing object is the posterior denoising density p_t(x0|x,y) ∝ π0(x0) exp(-||x - μ_t x0||²/(2σ_t²) - ℓ_y(x0)), called the restricted Gaussian oracle. Tweedie's formula converts the posterior score into a conditional expectation of this density, and Lemma 4.6 shows that for small t the density is log-concave even when the posterior is multi-modal, so Langevin dynamics can sample it efficiently. A second mechanism is the terminal posterior q_T(·|y): Lemma 4.12 shows that for sufficiently large T it satisfies a log-Sobolev inequality, which makes the warm-start Langevin chain converge. Theorem 4.16 guarantees that the small-time and large-time windows overlap when 2αV_SG² ≤ 1, and Lem

Load-bearing premise

The central bound depends on Assumptions 5 and 6: the learned prior score must be close in L2 to the true prior score and the estimated drift must be Lipschitz, yet the experiments use a fixed smoothing level in a pretrained denoiser and a pretrained nonlinear network for which neither ε_prior nor G is estimated, so if those constants are unfavorable the proof does not apply to the executed algorithm.

What would settle it

Run the algorithm on a synthetic Gaussian-mixture posterior whose prior score is known analytically, with deliberately poor prior scores or with T outside the predicted window; if the observed Wasserstein-2 error does not follow the O(ε^{1/2} log(1/ε)) scaling as ε, the particle count m, and the Langevin horizon S are increased per Corollary 5.6, the claimed rate is falsified. Alternatively, estimate ε_prior and G for the smoothed denoiser and blur network used in the paper; no such estimates are reported, and without them Theorem 5.9 is not connected to the numerical results.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • Semi-log-concave and sub-Gaussian multi-modal posteriors can be sampled with a diffusion-based algorithm whose expected squared 2-Wasserstein error is O(ε^{1/2} log(1/ε)), a regime classical Langevin guarantees do not cover.
  • The total error separates into early-stopping, score-estimation, and warm-start terms; the score term diverges as σ_{T0}→0, so the early stop is a theoretical necessity, not a practical convenience.
  • Prior score-matching error ε_prior enters the posterior bound multiplied by the condition number κ_y and an exponential in the Langevin horizon S, so score quality and problem ill-posedness jointly control performance.
  • The method is plug-and-play: the learned prior score is measurement-independent, and the same module can be paired with arbitrary differentiable likelihoods, including nonlinear forward operators; the numerical experiments support this across several deblurring tasks.
  • The terminal diffusion time must lie in a finite window; the ablation shows best performance for T between about 0.05 and 1.0 and degradation outside it, matching the predicted trade-off.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: the theorem is conditional on ε_prior and G; if one supplied certified bounds for a given pretrained denoiser and forward model, the method would become a certificate for that executed algorithm, but the paper does not provide such certification for its own implementations.
  • Editorial inference: because the inner score estimate only needs the gradient of the negative log-likelihood, replacing ∇ℓ_y with a stochastic or zeroth-order oracle could extend the method to derivative-free Bayesian inversion, at the cost of a fourth error term in Lemma 5.4.
  • Editorial inference: the ε^{1/2} rate comes from balancing early stopping against the score singularity near zero; using a higher-order reverse-SDE integrator or a learned initial condition at T0 could shift that balance and produce faster rates, a testable modification of the main bound.
  • Editorial inference: the condition 2αV_SG² ≤ 1 implies the method works when the posterior's curvature and tail spread do not conflict; very flat or heavy-tailed multi-modal priors may push the two convergence windows apart, and the observable signature would be a sharp performance cliff as T is varied.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes PDPS, a plug-and-play diffusion-based posterior sampler. It runs an OU forward process from the target posterior, then simulates the reverse SDE with an early-stopping time; the posterior score is estimated by Monte Carlo averaging of Langevin trajectories targeting the restricted Gaussian oracle p_t(·|x,y), using a learned prior score; the terminal distribution is sampled by a separate Langevin warm-start. The main theoretical result, Theorem 5.9, gives E[W_2^2(q0(·|y), M(μ_{T0}^{-1})♯q̂^R_{T-T0}(·|y))] ≤ C' ε^{1/2} log(1/ε) under Assumptions 1–6 and hyperparameter choices in Corollary 5.6 and Lemma 5.8. Experiments on Gaussian/motion/nonlinear deblurring with the FFHQ dataset report strong PSNR/SSIM and uncertainty maps.

Significance. The conditional theory is genuinely useful: Lemma 5.4 gives a clean three-way error decomposition; Lemma 5.5 separates Monte Carlo error, Langevin convergence, and prior score-matching error; Lemma 4.12 and Lemma 5.8 provide an LSI-based warm-start analysis. If the stated theorem applied to the implemented algorithm, it would be the first non-asymptotic W_2 guarantee for a diffusion-based posterior score estimator in multimodal settings. The paper also ships a public repository and explicitly lists assumptions, which is commendable. However, the gap between the theorem and the executed algorithm is large and load-bearing: the implemented inner and outer chains are initialized at N(0,I), the nonlinear experiments use T values far outside the proven interval, and no discretization or score-estimation constants are controlled. These issues prevent the paper from currently substantiating its central 'provable' claim.

major comments (4)
  1. [§5.3, Lemma 5.5 / Cor. 5.6; Appendix B.2.2] The theorem is stated for a finite η_y, but the implemented inner Langevin is initialized at N(0,I) for every t and x. For t=T0=0.05, Lemma 4.6 makes p_t(·|x,y) strongly log-concave with constant at least μ_t²/σ_t²−α ≈ 9.5−α; under T0<T<¯t the allowed α is <~9.5, and for α<8.5 the density decays faster than exp(−‖x‖²/2). Then χ²(N(0,I)∥p_t)=∫φ²/p_t−1 diverges, so η_y=∞ and the S, ε_prior choices in Corollary 5.6 are undefined. Theorem 5.9 therefore does not bound the algorithm actually run. The same issue can make ζ_y in Lemma 5.8 infinite.
  2. [§6.1, B.4, Table 6] The quantitative nonlinear-deblur experiments use T=20.0, and the case studies use T=3.5–9.0. Theorem 4.16 and Remark 4.7 require T < 0.5 log(1+α⁻¹), which is <0.35 even for α=1 and becomes smaller for larger α. For the multimodal Gaussian-mixture and Gaussian-convolution priors discussed in Examples 4.4–4.5, α is at least of order 1/σ_min², so T=20 cannot satisfy the bound. The nonlinear experiments are thus outside the theoretical regime, and the claim that they corroborate Theorem 5.9 is not supported.
  3. [§5, Appendices B.2.2–B.2.4] The theory is continuous-time, while the experiments use Euler-Maruyama discretizations with adaptive/fixed step sizes, a burn-in factor ρ=0.5, and a final deterministic denoising step at σ′_d=0.03. None of these discretization, burn-in, or post-processing effects appear in Theorem 5.9. As a result, the non-asymptotic bound cannot be invoked for the numerical sampler whose output is actually evaluated.
  4. [Assumptions 5–6; §6.2] The experimental prior score is a fixed EDM denoiser at σ_d=0.09. Assumption 5 requires an L²(π0) error bound ε_prior and Assumption 6 requires a uniform Lipschitz constant G for ŝ_prior−∇ℓ_y; neither is estimated or certified for the pretrained network. The theoretical results are therefore conditional on unverified constants, while Sections 1.1 and 6 present the method as 'provable' without a clear caveat that these assumptions are not checked for the deployed estimator.
minor comments (5)
  1. [§5.5, Theorem 5.9] The theorem says 'the hyperparameter selections follow Corollary 5.5', but the referenced result is Corollary 5.6.
  2. [§5.3, Corollary 5.6] The text says 'the terminal time S of Langevin dynamics'; S is the simulation horizon, not a time index in the diffusion. This is confusing notation.
  3. [Appendix G.2] The proof heading says 'Proof of Lemma 5.4' but the section proves Lemma 5.8; the introductory sentence in Appendix G has the same mislabel.
  4. [Appendix H.4] The proof heading says 'Proof of Lemma H.1' but the statement proved is Lemma H.4. This makes cross-referencing difficult.
  5. [Table 5] The notation table lists ε_post twice (once as 'The error of the warm-start' and once as 'The terminal posterior score estimation error'), which is inconsistent with Lemma 5.8.

Circularity Check

1 steps flagged

No load-bearing circularity: the convergence theorem is conditional on stated assumptions and is not fitted to the numerical experiments.

specific steps
  1. self citation load bearing [Appendix C.2 / Example 4.5]
    "The Lipschitz continuity and linear growth of the score can be found as Ding et al. (2024a, Propositions 3.2 and 3.5)."

    This is a self-citation by overlapping authors used to verify that the Gaussian-convolution example satisfies Assumptions 1 and 3. It is not load-bearing for the main theorem: Theorem 5.9 takes Assumptions 1-6 as hypotheses, and the proof of the main bound is carried out in the paper rather than imported from Ding et al. The citation only supports an illustrative example, so it does not make the predicted rate reduce to the cited result.

full rationale

The derivation chain is not circular. Lemma 4.1 is a direct conditional-Tweedie identity; Lemma 4.6 is a Hessian computation from Assumption 1; Lemma 4.12 applies an external log-Sobolev theorem (Chen et al. 2021) under Assumption 2; Lemma 5.5 is a standard three-term decomposition (Monte Carlo, Langevin convergence, prior-score error) whose proof is given in Appendix F; Lemma 5.8 and Theorem 5.9 assemble these with the error decomposition Lemma 5.4. The hyperparameters in Corollary 5.6 and Lemma 5.8 are specified as functions of the assumed quantities η_y, ζ_y, ε_prior, κ_y, α, V_SG; these are assumptions/inputs, not values fitted to the data, so the Wasserstein bound is conditional rather than forced by a fit. The paper itself flags that Assumption 5 is not instantiated by explicit score-matching bounds (Section 5.1), and the implementation uses a fixed σ_d=0.09-smoothed EDM denoiser (Appendix B.2.1) and a pretrained nonlinear operator (Appendix B.1.2), so ε_prior and G are not certified; these are validity/application gaps, not circularity. The possible divergence of η_y for the implemented N(0,I_n) initialization (Appendix B.2.2) is a separate correctness concern, not a circularity. The self-citations (Ding et al. 2024a, 2024b, 2025) are used for supporting example verification and as inspiration for a bound whose proof is included; none is invoked as a black-box premise to forbid alternatives or to define the target. No equation in the paper reduces a prediction to its own inputs by construction.

Axiom & Free-Parameter Ledger

5 free parameters · 8 axioms · 0 invented entities

The central theorem is conditional on six assumptions (1-6) plus external log-Sobolev results. The implementation introduces empirically tuned hyperparameters and a smoothed prior score estimator that are not linked to the theorem's constants. No new physical or mathematical entities are postulated.

free parameters (5)
  • Diffusion terminal time T = 0.2 (Gaussian deblur), 0.5 (motion deblur), 3.5-20 (nonlinear deblur), per Appendix B.4
    Not chosen from the theory; tuned per task/image. Nonlinear full-batch T=20 lies in the degraded regime according to the paper's own ablation (Figure 6).
  • Inner Langevin horizon (step size and iteration count) = Nin=50 (warm-start), 20 (reverse); SNR r_in=0.075
    Corollary 5.6 specifies S via ε, η_y, κ_y, but the implementation uses fixed iteration counts and adaptive step sizes; discretization error is not analyzed.
  • Monte Carlo particle count m = 20 chains with burn-in factor 0.5
    Theory requires m=Θ(T κ_y / ε²), but no target ε is reported, so m is ad hoc.
  • Prior score smoothing σ_d and final denoise σ'_d = 0.09 and 0.03
    The implemented prior score is the σ_d-smoothed EDM denoiser, not the true prior score, so Assumption 5's L2 error against π0 is not measured and includes smoothing bias.
  • Early-stopping time T0 = 0.05
    Fixed in all experiments; theory sets T0=√ε for a chosen ε, but ε is not tracked.
axioms (8)
  • domain assumption Assumption 1: -∇² log q0(·|y) + α I_d ⪰ 0 for some α > 0 (semi-log-concavity of posterior)
    Needed for Lemma 4.6 to give log-concavity of the RGO at small t; not verified for image priors/likelihoods in experiments.
  • domain assumption Assumption 2: prior has sub-Gaussian tails with constants V_SG, C_SG
    Needed for Lemma 4.10 and Lemma 4.12 to establish sub-Gaussian tails of the posterior and LSI of the terminal posterior; constants are unknown in practice.
  • domain assumption Assumption 3: prior score grows at most polynomially: ∥∇log π0(x)∥ ≤ B(1+∥x∥^r)
    Used in Lemma F.4 to control higher moments of the prior score error.
  • domain assumption Assumption 4: posterior score is bounded at the origin
    Used in Lemma G.2 to bound the terminal posterior score; stated as a consequence of C^2 but listed separately.
  • domain assumption Assumption 5: L2(π0) prior score matching error ≤ ε_prior
    Central to Lemma 5.5's prior-score error term; not established for the σ_d-smoothed EDM estimator and no ε_prior value is reported.
  • domain assumption Assumption 6: s_prior − ∇ℓ_y is G-Lipschitz
    Used in Lemma F.3 via Lemma F.2; strong regularity condition on the combined estimated prior score and likelihood gradient, not certified for the pretrained nonlinear operator.
  • standard math Chen et al. (2021, Theorem 2): dimension-free log-Sobolev inequality for Gaussian convolutions of sub-Gaussian measures
    Invoked in Lemma 4.12 to obtain LSI for the terminal posterior q_T; external theorem, not reproved.
  • standard math Bakry-Émery theorem and standard Langevin convergence under LSI / strong log-concavity
    Used for convergence of the inner and warm-start Langevin dynamics in Lemmas H.5 and H.6.

pith-pipeline@v1.3.0-alltime-deepseek · 58820 in / 16057 out tokens · 153161 ms · 2026-08-03T17:48:28.384766+00:00 · methodology

0 comments
read the original abstract

We propose a novel diffusion-based posterior sampling method within a plug-and-play framework. Our approach constructs a probability transport from an easy-to-sample distribution to the target posterior via a diffusion process. To initialize the sampler efficiently, we introduce a warm-start strategy for the particles. The posterior score is then approximated using a Monte Carlo estimator in which samples are generated via Langevin dynamics, avoiding the heuristic approximations prevalent in prior work. The score function driving the Langevin dynamics is learned from data, enabling the model to capture rich structural features of the underlying prior. We also establish non-asymptotic error bounds in Wasserstein-2 distance guaranteeing convergence of the proposed method even for complex, multimodal posterior distributions. We corroborate our theoretical findings with numerical experiments demonstrating the effectiveness of the method across a variety of inverse problems.

Figures

Figures reproduced from arXiv: 2512.08022 by Chenguang Duan, Cheng Yuan, Jerry Zhijian Yang, Jinyuan Chang, Ruoxuan Li, Yuling Jiao.

Figure 1
Figure 1. Figure 1: An illustrative schematic of the duality of convergence. Here, [PITH_FULL_IMAGE:figures/full_fig_p016_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Result of motion deblurring task (face 1-2). Comparison of naive input, TV, DPS, [PITH_FULL_IMAGE:figures/full_fig_p026_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Gaussian deblurring examples (face 3-4). Comparison of naive input, TV, DPS, [PITH_FULL_IMAGE:figures/full_fig_p027_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Nonlinear deblurring examples (face 5-6). Comparison of naive input, TV, DPS, [PITH_FULL_IMAGE:figures/full_fig_p028_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Cross-dataset deblurring results on AFHQ animal faces (‘cat 1’, ‘lion’, ‘dog’, ‘cat [PITH_FULL_IMAGE:figures/full_fig_p029_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Ablation study on the terminal time T for the Gaussian deblurring task on two representative images, face 3 (left) and face 4 (right). The plots illustrate the final reconstruc￾tion PSNR and SSIM as a function of T. The results demonstrate a clear performance peak for T in an intermediate range (e.g., approximately 0.05 to 1.0), validating the theoretical trade-off between ensuring convergence of the warm-… view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 5 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Tracing the Oracle: Improving Diffusion Timestep Scheduling for 3D CT Reconstruction

    cs.LG 2026-06 unverdicted novelty 7.0

    TrO extracts an optimized few-step timestep schedule for conditional diffusion in 3D CT reconstruction by globally minimizing cumulative truncation error against dense numerical oracle trajectories via dynamic programming.

  2. Image Restoration via Diffusion Models with Dynamic Resolution

    cs.CV 2026-05 conditional novelty 7.0

    Dynamic resolution priors enable faster diffusion-based image restoration by operating in lower-dimensional subspaces, with adapted methods outperforming prior DM approaches on most tasks.

  3. Proximal-Based Generative Modeling for Bayesian Inverse Problems

    math.OC 2026-05 unverdicted novelty 7.0

    PGM replaces the intractable likelihood score in diffusion models with a closed-form Moreau score computed via proximal operators, enabling non-asymptotic sampling for inverse problems trained only on prior data.

  4. Proximal-Based Generative Modeling for Bayesian Inverse Problems

    math.OC 2026-05 unverdicted novelty 7.0

    PGM framework links diffusion to proximal regularization for closed-form Moreau-score sampling in Bayesian inverse problems, learned only from prior samples.

  5. Beyond Expected Information Gain: Stable Bayesian Optimal Experimental Design with Integral Probability Metrics and Plug-and-Play Extensions

    stat.ML 2026-04 unverdicted novelty 7.0

    An IPM-based framework for Bayesian optimal experimental design is proposed that replaces KL-based expected information gain with Wasserstein, MMD, and energy distances, delivering stronger stability guarantees and pl...

Reference graph

Works this paper leans on

150 extracted references · 23 linked inside Pith · cited by 4 Pith papers

  1. [1]

    Inverse problem sampling in latent space using sequential monte carlo, 2025

    Idan Achituve, Hai Victor Habi, Amir Rosenfeld, Arnon Netzer, Idit Diamant, and Ethan Fetaya. Inverse problem sampling in latent space using sequential monte carlo, 2025. arXiv:2502.05908

  2. [2]

    Albergo, Nicholas M

    Michael S. Albergo, Nicholas M. Boffi, and Eric Vanden-Eijnden. Stochastic interpolants: A unifying framework for flows and diffusions, 2025. arXiv:2303.08797

  3. [3]

    Building normalizing flows with stochastic interpolants

    Michael Samuel Albergo and Eric Vanden-Eijnden. Building normalizing flows with stochastic interpolants. In The Eleventh International Conference on Learning Representations, 2023

  4. [4]

    Reverse-time diffusion equation models

    Brian DO Anderson. Reverse-time diffusion equation models. Stochastic Processes and their Applications, 12 0 (3): 0 313--326, 1982

  5. [5]

    Uncertainty estimation for computed tomography with a linearised deep image prior

    Javier Antoran, Riccardo Barbano, Johannes Leuschner, Jos \'e Miguel Hern \'a ndez-Lobato, and Bangti Jin. Uncertainty estimation for computed tomography with a linearised deep image prior. Transactions on Machine Learning Research, 2023. ISSN 2835-8856

  6. [6]

    Wasserstein generative adversarial networks

    Martin Arjovsky, Soumith Chintala, and L \'e on Bottou. Wasserstein generative adversarial networks. In Proceedings of the 34th International Conference on Machine Learning, volume 70 of Proceedings of Machine Learning Research, pages 214--223. PMLR, 06--11 Aug 2017

  7. [7]

    Machine learning for inverse problems and data assimilation, 2025

    Eviatar Bach, Ricardo Baptista, Daniel Sanz-Alonso, and Andrew Stuart. Machine learning for inverse problems and data assimilation, 2025. arXiv:2410.10523

  8. [8]

    Variationally correct neural residual regression for parametric pdes: on the viability of controlled accuracy

    Markus Bachmayr, Wolfgang Dahmen, and Mathias Oster. Variationally correct neural residual regression for parametric pdes: on the viability of controlled accuracy. IMA Journal of Numerical Analysis, page draf073, 10 2025

  9. [9]

    Diffusions hypercontractives

    Dominique Bakry and Michael \'E mery. Diffusions hypercontractives. In S \'e minaire de Probabilit \'e s XIX 1983/84 , pages 177--206. Springer Berlin Heidelberg, 1985

  10. [10]

    Analysis and Geometry of Markov Diffusion Operators, volume 348 of Grundlehren der mathematischen Wissenschaften (GL)

    Dominique Bakry, Ivan Gentil, and Michel Ledoux. Analysis and Geometry of Markov Diffusion Operators, volume 348 of Grundlehren der mathematischen Wissenschaften (GL). Springer Cham, first edition, 2014

  11. [11]

    Universal guidance for diffusion models

    Arpit Bansal, Hong-Min Chu, Avi Schwarzschild, Roni Sengupta, Micah Goldblum, Jonas Geiping, and Tom Goldstein. Universal guidance for diffusion models. In The Twelfth International Conference on Learning Representations, 2024

  12. [12]

    A score-based filter for nonlinear data assimilation

    Feng Bao, Zezhong Zhang, and Guannan Zhang. A score-based filter for nonlinear data assimilation. Journal of Computational Physics, 514: 0 113207, 2024

  13. [13]

    On Deep Learning as a Remedy for the Curse of Dimensionality in Nonparametric Regression

    Benedikt Bauer and Michael Kohler. On Deep Learning as a Remedy for the Curse of Dimensionality in Nonparametric Regression . The Annals of Statistics, 47 0 (4): 0 2261--2285, 2019

  14. [14]

    Modern regularization methods for inverse problems

    Martin Benning and Martin Burger. Modern regularization methods for inverse problems. Acta Numerica, 27: 0 1--111, 2018

  15. [15]

    Convergence of deterministic and stochastic diffusion-model samplers: A simple analysis in wasserstein distance, 2025

    Eliot Beyler and Francis Bach. Convergence of deterministic and stochastic diffusion-model samplers: A simple analysis in wasserstein distance, 2025. arXiv:2508.03210

  16. [16]

    Bayesian inversion for nonlinear imaging models using deep generative priors

    Pakshal Bohra, Thanh-an Pham, Jonathan Dong, and Michael Unser. Bayesian inversion for nonlinear imaging models using deep generative priors. IEEE Transactions on Computational Imaging, 8: 0 1237--1249, 2022

  17. [17]

    Provable posterior sampling with denoising oracles via tilted transport

    Joan Bruna and Jiequn Han. Provable posterior sampling with denoising oracles via tilted transport. In Advances in Neural Information Processing Systems, volume 37, pages 82863--82894. Curran Associates, Inc., 2024

  18. [18]

    Nf-ula: Normalizing flow-based unadjusted langevin algorithm for imaging inverse problems

    Ziruo Cai, Junqi Tang, Subhadip Mukherjee, Jinglai Li, Carola-Bibiane Sch \"o nlieb, and Xiaoqun Zhang. Nf-ula: Normalizing flow-based unadjusted langevin algorithm for imaging inverse problems. SIAM Journal on Imaging Sciences, 17 0 (2): 0 820--860, 2024

  19. [19]

    Monte carlo guided denoising diffusion models for bayesian linear inverse problems

    Gabriel Cardoso, Yazid Janati el idrissi, Sylvain Le Corff, and Eric Moulines. Monte carlo guided denoising diffusion models for bayesian linear inverse problems. In The Twelfth International Conference on Learning Representations, 2024

  20. [20]

    Deep conditional distribution learning via conditional F \"ollmer flow, 2024

    Jinyuan Chang, Zhao Ding, Yuling Jiao, Ruoxuan Li, and Jerry Zhijian Yang. Deep conditional distribution learning via conditional F \"ollmer flow, 2024. arXiv:2402.01460

  21. [21]

    Neural sampling from boltzmann densities: Fisher-rao curves in the wasserstein geometry

    Jannis Chemseddine, Christian Wald, Richard Duong, and Gabriele Steidl. Neural sampling from boltzmann densities: Fisher-rao curves in the wasserstein geometry. In The Thirteenth International Conference on Learning Representations, 2025

  22. [22]

    Solving inverse problems via diffusion-based priors: An approximation-free ensemble sampling approach, 2025

    Haoxuan Chen, Yinuo Ren, Martin Renqiang Min, Lexing Ying, and Zachary Izzo. Solving inverse problems via diffusion-based priors: An approximation-free ensemble sampling approach, 2025. arXiv:2506.03979

  23. [23]

    Dimension-free log- S obolev inequalities for mixture distributions

    Hong-Bin Chen, Sinho Chewi, and Jonathan Niles-Weed. Dimension-free log- S obolev inequalities for mixture distributions. Journal of Functional Analysis, 281 0 (11): 0 109236, 2021. ISSN 0022-1236

  24. [24]

    Improved analysis of score-based generative modeling: U ser-friendly bounds under minimal smoothness assumptions

    Hongrui Chen, Holden Lee, and Jianfeng Lu. Improved analysis of score-based generative modeling: U ser-friendly bounds under minimal smoothness assumptions. In Proceedings of the 40th International Conference on Machine Learning, volume 202 of Proceedings of Machine Learning Research, pages 4735--4763. PMLR, 23--29 Jul 2023 a

  25. [25]

    Distribution approximation and statistical estimation guarantees of generative adversarial networks, 2022

    Minshuo Chen, Wenjing Liao, Hongyuan Zha, and Tuo Zhao. Distribution approximation and statistical estimation guarantees of generative adversarial networks, 2022. arXiv:2002.03938

  26. [26]

    The probability flow ode is provably fast

    Sitan Chen, Sinho Chewi, Holden Lee, Yuanzhi Li, Jianfeng Lu, and Adil Salim. The probability flow ode is provably fast. In Advances in Neural Information Processing Systems, volume 36, pages 68552--68575. Curran Associates, Inc., 2023 b

  27. [27]

    Sampling is as easy as learning the score: theory for diffusion models with minimal data assumptions

    Sitan Chen, Sinho Chewi, Jerry Li, Yuanzhi Li, Adil Salim, and Anru Zhang. Sampling is as easy as learning the score: theory for diffusion models with minimal data assumptions. In The Eleventh International Conference on Learning Representations, 2023 c

  28. [28]

    Diffusive G ibbs sampling

    Wenlin Chen, Mingtian Zhang, Brooks Paige, Jos\' e Miguel Hern\' a ndez-Lobato, and David Barber. Diffusive G ibbs sampling. In Ruslan Salakhutdinov, Zico Kolter, Katherine Heller, Adrian Weller, Nuria Oliver, Jonathan Scarlett, and Felix Berkenkamp, editors, Proceedings of the 41st International Conference on Machine Learning, volume 235 of Proceedings o...

  29. [29]

    Efficient, multimodal, and derivative-free bayesian inference with fisher-rao gradient flows

    Yifan Chen, Daniel Zhengyu Huang, Jiaoyang Huang, Sebastian Reich, and Andrew M Stuart. Efficient, multimodal, and derivative-free bayesian inference with fisher-rao gradient flows. Inverse Problems, 40 0 (12): 0 125001, oct 2024 b

  30. [30]

    Erdogdu, Mufan Li, Ruoqi Shen, and Matthew S

    Sinho Chewi, Murat A. Erdogdu, Mufan Li, Ruoqi Shen, and Matthew S. Zhang. Analysis of L angevin M onte C arlo from P oincar \'e to log- S obolev. Foundations of Computational Mathematics, 2024

  31. [31]

    What does guidance do? a fine-grained analysis in a simple setting

    Muthu Chidambaram, Khashayar Gatmiry, Sitan Chen, Holden Lee, and Jianfeng Lu. What does guidance do? a fine-grained analysis in a simple setting. Advances in Neural Information Processing Systems, 37: 0 84968--85005, 2024

  32. [32]

    Stargan v2: Diverse image synthesis for multiple domains

    Yunjey Choi, Youngjung Uh, Jaejun Yoo, and Jung-Woo Ha. Stargan v2: Diverse image synthesis for multiple domains. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 8188--8197, 2020

  33. [33]

    Split gibbs discrete diffusion posterior sampling, 2025

    Wenda Chu, Zihui Wu, Yifan Chen, Yang Song, and Yisong Yue. Split gibbs discrete diffusion posterior sampling, 2025. arXiv:2503.01161

  34. [34]

    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 a

  35. [35]

    Come-closer-diffuse-faster: Accelerating conditional diffusion models for inverse problems through stochastic contraction

    Hyungjin Chung, Byeongsu Sim, and Jong Chul Ye. Come-closer-diffuse-faster: Accelerating conditional diffusion models for inverse problems through stochastic contraction. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 12413--12422, 2022 b

  36. [36]

    Diffusion posterior sampling for general noisy inverse problems

    Hyungjin Chung, Jeongsol Kim, Michael Thompson Mccann, Marc Louis Klasky, and Jong Chul Ye. Diffusion posterior sampling for general noisy inverse problems. In The Eleventh International Conference on Learning Representations, 2023

  37. [37]

    Cfg++: Manifold-constrained classifier free guidance for diffusion models, 2024

    Hyungjin Chung, Jeongsol Kim, Geon Yeong Park, Hyelin Nam, and Jong Chul Ye. Cfg++: Manifold-constrained classifier free guidance for diffusion models, 2024. arXiv:2406.08070

  38. [38]

    Plug-and-play split gibbs sampler: Embedding deep generative priors in bayesian inference

    Florentin Coeurdoux, Nicolas Dobigeon, and Pierre Chainais. Plug-and-play split gibbs sampler: Embedding deep generative priors in bayesian inference. IEEE Transactions on Image Processing, 33: 0 3496--3507, 2024

  39. [39]

    S. L. Cotter, M. Dashti, and A. M. Stuart. Approximation of bayesian inverse problems for pdes. SIAM Journal on Numerical Analysis, 48 0 (1): 0 322--345, 2010

  40. [40]

    Theoretical guarantees for approximate sampling from smooth and log-concave densities

    Arnak S Dalalyan. Theoretical guarantees for approximate sampling from smooth and log-concave densities. Journal of the Royal Statistical Society Series B: Statistical Methodology, 79 0 (3): 0 651--676, 2017

  41. [41]

    Patel, Deep Ray, Erik A

    Agnimitra Dasgupta, Dhruv V. Patel, Deep Ray, Erik A. Johnson, and Assad A. Oberai. A dimension-reduced variational approach for solving physics-based inverse problems using generative adversarial network priors and normalizing flows. Computer Methods in Applied Mechanics and Engineering, 420: 0 116682, 2024

  42. [42]

    Masoumeh Dashti and Andrew M. Stuart. The bayesian approach to inverse problems. In Handbook of Uncertainty Quantification, pages 311--428, 2017

  43. [43]

    Diffusion models beat GAN s on image synthesis

    Prafulla Dhariwal and Alexander Quinn Nichol. Diffusion models beat GAN s on image synthesis. In A. Beygelzimer, Y. Dauphin, P. Liang, and J. Wortman Vaughan, editors, Advances in Neural Information Processing Systems, 2021

  44. [44]

    Sampling via f \"o llmer flow, 2023

    Zhao Ding, Yuling Jiao, Xiliang Lu, Zhijian Yang, and Cheng Yuan. Sampling via f \"o llmer flow, 2023. arXiv:2311.03660

  45. [45]

    Characteristic learning for provable one step generation, 2024 a

    Zhao Ding, Chenguang Duan, Yuling Jiao, Ruoxuan Li, Jerry Zhijian Yang, and Pingwen Zhang. Characteristic learning for provable one step generation, 2024 a . arXiv:2405.05512

  46. [46]

    Nonlinear assimilation via score-based sequential L angevin sampling, 2024 b

    Zhao Ding, Chenguang Duan, Yuling Jiao, Jerry Zhijian Yang, Cheng Yuan, and Pingwen Zhang. Nonlinear assimilation via score-based sequential L angevin sampling, 2024 b . arXiv:2411.13443

  47. [47]

    Semi-supervised deep sobolev regression: E stimation and variable selection by ReQU neural network

    Zhao Ding, Chenguang Duan, Yuling Jiao, and Jerry Zhijian Yang. Semi-supervised deep sobolev regression: E stimation and variable selection by ReQU neural network. IEEE Transactions on Information Theory, 71 0 (4): 0 2955--2981, 2025

  48. [48]

    Jing Dong and Xin T. Tong. Spectral gap of replica exchange langevin diffusion on mixture distributions. Stochastic Processes and their Applications, 151: 0 451--489, 2022

  49. [49]

    Statistics and Information Theory

    John Duchi. Statistics and Information Theory. Lecture notes, 2025. URL https://stanford.edu/class/ee377/lecture-notes.pdf

  50. [50]

    Friz, and Gabriele Steidl

    Richard Duong, Jannis Chemseddine, Peter K. Friz, and Gabriele Steidl. Telegrapher's generative model via kac flows, 2025. arXiv:2506.20641

  51. [51]

    A proximal markov chain monte carlo method for bayesian inference in imaging inverse problems: When langevin meets moreau

    Alain Durmus, \' E ric Moulines, and Marcelo Pereyra. A proximal markov chain monte carlo method for bayesian inference in imaging inverse problems: When langevin meets moreau. SIAM Review, 64 0 (4): 0 991--1028, 2022

  52. [52]

    Lawrence C. Evans. Partial Differential Equations , volume 19 of Graduate Studies in Mathematics. American Mathematical Society (AMS), second edition, 2010

  53. [53]

    Rafael Flock, Shuigen Liu, Yiqiu Dong, and Xin T. Tong. Local mala-within-gibbs for bayesian image deblurring with total variation prior. SIAM Journal on Scientific Computing, 47 0 (4): 0 A2127--A2153, 2025

  54. [54]

    Unveil conditional diffusion models with classifier-free guidance: A sharp statistical theory, 2024

    Hengyu Fu, Zhuoran Yang, Mengdi Wang, and Minshuo Chen. Unveil conditional diffusion models with classifier-free guidance: A sharp statistical theory, 2024. arXiv:2403.11968

  55. [55]

    Learn to guide your diffusion model, 2025

    Alexandre Galashov, Ashwini Pokle, Arnaud Doucet, Arthur Gretton, Mauricio Delbracio, and Valentin De Bortoli. Learn to guide your diffusion model, 2025. arXiv:2510.00815

  56. [56]

    Markov Chain Monte Carlo: Stochastic Simulation for Bayesian Inference

    Dani Gamerman and Hedibert Freita Lopes. Markov Chain Monte Carlo: Stochastic Simulation for Bayesian Inference. CRC Texts in Statistical Science. Chapman & Hall, second edition, 2006

  57. [57]

    Generative adversarial nets

    Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in Neural Information Processing Systems, volume 27. Curran Associates, Inc., 2014

  58. [58]

    Stochastic localization via iterative posterior sampling

    Louis Grenioux, Maxence Noble, Marylou Gabri\' e , and Alain Oliviero Durmus. Stochastic localization via iterative posterior sampling. In Proceedings of the 41st International Conference on Machine Learning, volume 235 of Proceedings of Machine Learning Research, pages 16337--16376. PMLR, 21--27 Jul 2024

  59. [59]

    Improved training of W asserstein GANs

    Ishaan Gulrajani, Faruk Ahmed, Martin Arjovsky, Vincent Dumoulin, and Aaron C Courville. Improved training of W asserstein GANs . In Advances in Neural Information Processing Systems, volume 30. Curran Associates, Inc., 2017

  60. [60]

    Proximal diffusion neural sampler, 2025 a

    Wei Guo, Jaemoo Choi, Yuchen Zhu, Molei Tao, and Yongxin Chen. Proximal diffusion neural sampler, 2025 a . arXiv:2510.03824

  61. [61]

    Provable benefit of annealed langevin monte carlo for non-log-concave sampling

    Wei Guo, Molei Tao, and Yongxin Chen. Provable benefit of annealed langevin monte carlo for non-log-concave sampling. In The Thirteenth International Conference on Learning Representations, 2025 b

  62. [62]

    Gradient guidance for diffusion models: An optimization perspective

    Yingqing Guo, Hui Yuan, Yukang Yang, Minshuo Chen, and Mengdi Wang. Gradient guidance for diffusion models: An optimization perspective. Advances in Neural Information Processing Systems, 37: 0 90736--90770, 2024

  63. [63]

    Sur les probl \`e mes aux d \'e riv \'e es partielles et leur signification physique

    Jacques Hadamard. Sur les probl \`e mes aux d \'e riv \'e es partielles et leur signification physique. Princeton university bulletin, pages 49--52, 1902

  64. [64]

    Zeroth-order sampling methods for non-log-concave distributions: Alleviating metastability by denoising diffusion

    Ye He, Kevin Rojas, and Molei Tao. Zeroth-order sampling methods for non-log-concave distributions: Alleviating metastability by denoising diffusion. In Advances in Neural Information Processing Systems, volume 37, pages 71122--71161. Curran Associates, Inc., 2024

  65. [65]

    Classifier-free diffusion guidance

    Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance. arXiv preprint arXiv:2207.12598, 2022

  66. [66]

    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

  67. [67]

    Convergence analysis of probability flow ode for score-based generative models

    Daniel Zhengyu Huang, Jiaoyang Huang, and Zhengjiang Lin. Convergence analysis of probability flow ode for score-based generative models. IEEE Transactions on Information Theory, 71 0 (6): 0 4581--4601, 2025 a

  68. [68]

    An error analysis of generative adversarial networks for learning distributions

    Jian Huang, Yuling Jiao, Zhen Li, Shiao Liu, Yang Wang, and Yunfei Yang. An error analysis of generative adversarial networks for learning distributions. Journal of Machine Learning Research, 23 0 (116): 0 1--43, 2022

  69. [69]

    o dinger-f \

    Jian Huang, Yuling Jiao, Lican Kang, Xu Liao, Jin Liu, and Yanyan Liu. Schr \"o dinger-f \"o llmer sampler. IEEE Transactions on Information Theory, 71 0 (2): 0 1283--1299, 2025 b

  70. [70]

    Reverse diffusion M onte C arlo

    Xunpeng Huang, Hanze Dong, Yifan HAO, Yian Ma, and Tong Zhang. Reverse diffusion M onte C arlo. In The Twelfth International Conference on Learning Representations, 2024 a

  71. [71]

    Faster sampling without isoperimetry via diffusion-based monte carlo

    Xunpeng Huang, Difan Zou, Hanze Dong, Yi-An Ma, and Tong Zhang. Faster sampling without isoperimetry via diffusion-based monte carlo. In Proceedings of Thirty Seventh Conference on Learning Theory, volume 247 of Proceedings of Machine Learning Research, pages 2438--2493. PMLR, 30 Jun--03 Jul 2024 b

  72. [72]

    Estimation of non-normalized statistical models by score matching

    Aapo Hyv \"a rinen. Estimation of non-normalized statistical models by score matching. Journal of Machine Learning Research, 6 0 (24): 0 695--709, 2005

  73. [73]

    Inverse Problems

    Kazufumi Ito and Bangti Jin. Inverse Problems. World Scientific, 2014

  74. [74]

    Bridging diffusion posterior sampling and monte carlo methods: a survey

    Yazid Janati, Eric Moulines, Jimmy Olsson, and Alain Oliviero-Durmus. Bridging diffusion posterior sampling and monte carlo methods: a survey. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 383 0 (2299): 0 20240331, 2025

  75. [75]

    Simulation-based inference via langevin dynamics with score matching, 2025

    Haoyu Jiang, Yuexi Wang, and Yun Yang. Simulation-based inference via langevin dynamics with score matching, 2025. arXiv:2509.03853

  76. [76]

    Towards a unified framework for guided diffusion models, 2025

    Yuchen Jiao, Yuxin Chen, and Gen Li. Towards a unified framework for guided diffusion models, 2025. arXiv:2512.04985

  77. [77]

    Deep nonparametric regression on approximate manifolds: Nonasymptotic error bounds with polynomial prefactors

    Yuling Jiao, Guohao Shen, Yuanyuan Lin, and Jian Huang. Deep nonparametric regression on approximate manifolds: Nonasymptotic error bounds with polynomial prefactors. The Annals of Statistics, 51 0 (2): 0 691 -- 716, 2023

  78. [78]

    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, pages 4401--4410, 2019

  79. [79]

    Elucidating the design space of diffusion-based generative models

    Tero Karras, Miika Aittala, Timo Aila, and Samuli Laine. Elucidating the design space of diffusion-based generative models. Advances in neural information processing systems, 35: 0 26565--26577, 2022

  80. [80]

    Solving linear-gaussian bayesian inverse problems with decoupled diffusion sequential monte carlo

    Filip Ekstr \"o m Kelvinius, Zheng Zhao, and Fredrik Lindsten. Solving linear-gaussian bayesian inverse problems with decoupled diffusion sequential monte carlo. In Forty-second International Conference on Machine Learning, 2025

Showing first 80 references.