REVIEW 2 major objections 1 minor 13 references
Latent diffusion posterior sampling uses a neural surrogate to guide PDE inverse problems without repeated full-model evaluations.
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 →
L-DPS performs approximate Bayesian inference for PDE inverse problems by combining latent diffusion priors with surrogate-guided likelihood in a lower-dimensional space, demonstrated on Darcy flow permeability inversion.
T0 review reviewed 2026-06-26 challenge →
load-bearing objection L-DPS assembles VAE latent diffusion with DPS and a surrogate to cut PDE solver calls in inversion, but the gradient fidelity claim rests on thin evidence. the 2 major comments →
Latent Diffusion Posterior Sampling with Surrogate Likelihood Guidance for PDE Inverse Problems
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
L-DPS performs diffusion posterior sampling in the latent space of a variational autoencoder, with the likelihood gradient supplied by the composition of the VAE decoder and a neural surrogate model of the forward PDE; the resulting posterior samples are obtained without repeated calls to the original numerical solver.
What carries the argument
The decoder-surrogate composition that supplies the likelihood gradient to latent diffusion posterior sampling.
Load-bearing premise
The neural surrogate must supply gradients accurate enough that the guided diffusion samples remain close to those obtained with the true PDE likelihood.
What would settle it
Replacing the surrogate with the true PDE solver inside the same sampling loop and observing that the posterior mean or covariance changes by more than sampling noise would show the surrogate guidance is not faithful.
If this is right
- L-DPS produces accurate and robust reconstructions of the unknown parameter field from sparse noisy observations.
- Inference cost drops relative to full-space diffusion posterior sampling because the expensive PDE solver is replaced by the surrogate after training.
- L-DPS outperforms amortized baselines such as conditional latent diffusion and inverse FNO in sparse and noisy observation regimes.
- The method supports mixed-prior generalization by changing the latent diffusion model while keeping the surrogate fixed.
Where Pith is reading between the lines
- The same latent-space guidance could be applied to other inverse problems whose forward maps admit cheap differentiable emulators.
- One could examine whether the latent dimension trades off reconstruction fidelity against sampling speed in a predictable way.
- Extending the surrogate to output uncertainty estimates might allow the guidance term to reflect forward-model error explicitly.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes latent diffusion posterior sampling (L-DPS) for high-dimensional PDE inverse problems. It combines a VAE to encode parameter fields into latent space, an unconditional latent diffusion model to learn the prior score, diffusion posterior sampling to incorporate likelihood guidance, and a differentiable neural surrogate so that the likelihood gradient is obtained via the decoder-surrogate composition rather than repeated full PDE solves. The method is demonstrated on an inverse Darcy-flow problem with sparse noisy pressure observations; the abstract claims that L-DPS yields accurate robust reconstructions, lowers inference cost relative to full-space DPS, outperforms amortized baselines (conditional latent diffusion, inverse FNO), and includes studies of mixed-prior generalization and sensitivity to surrogate forward-model error.
Significance. If the surrogate-gradient fidelity claim holds, the work supplies a practical route to Bayesian inversion when the prior is only available implicitly through samples and the forward map is expensive, by moving both the diffusion process and the likelihood correction into a learned latent space. The combination of VAE + latent DPS + surrogate is a concrete engineering contribution that could be reused in other PDE-constrained settings once the gradient-accuracy issue is closed.
major comments (2)
- [Abstract / likelihood-gradient paragraph] Abstract and the method section describing the likelihood term: the central claim that L-DPS produces samples from (an approximation to) the true PDE-constrained posterior rests on the assertion that the surrogate supplies gradients whose error does not materially distort the DPS score correction. The manuscript states that sensitivity to surrogate forward-model error is studied, yet supplies no quantitative bound on gradient discrepancy, no direct comparison of surrogate versus true-PDE gradients evaluated along the sampling trajectory, and no ablation that replaces the surrogate gradient with the exact one. This verification is load-bearing for the reported gains in sparse/noisy regimes.
- [Experiments / Darcy results] Experiments section (Darcy-flow results): without the controls listed above, it is impossible to determine whether the reported outperformance versus conditional latent diffusion and inverse FNO reflects faithful posterior approximation or systematic bias introduced by the surrogate. A single quantitative table or figure showing, e.g., the L2 norm of the gradient difference ||∇_θ log p(y|θ) – ∇_θ log p̂(y|θ)|| along sampled trajectories would directly address the issue.
minor comments (1)
- Notation: the manuscript would benefit from an explicit symbol (e.g., F̂) that distinguishes the neural surrogate from the true PDE operator F throughout the equations and algorithm box.
Simulated Author's Rebuttal
We thank the referee for the constructive comments highlighting the importance of validating the surrogate gradient approximation. We address each major comment below and agree that additional quantitative verification will strengthen the manuscript.
read point-by-point responses
-
Referee: [Abstract / likelihood-gradient paragraph] Abstract and the method section describing the likelihood term: the central claim that L-DPS produces samples from (an approximation to) the true PDE-constrained posterior rests on the assertion that the surrogate supplies gradients whose error does not materially distort the DPS score correction. The manuscript states that sensitivity to surrogate forward-model error is studied, yet supplies no quantitative bound on gradient discrepancy, no direct comparison of surrogate versus true-PDE gradients evaluated along the sampling trajectory, and no ablation that replaces the surrogate gradient with the exact one. This verification is load-bearing for the reported gains in sparse/noisy regimes.
Authors: We agree that a direct quantitative assessment of gradient discrepancy is important for substantiating the claims. While the manuscript reports a sensitivity study on inversion accuracy with respect to surrogate forward-model error, it does not include explicit L2-norm comparisons of surrogate versus true gradients along trajectories or an ablation with exact PDE gradients. We will add this verification in the revision: a new figure showing ||∇_θ log p(y|θ) – ∇_θ log p̂(y|θ)|| evaluated at multiple points along sampled trajectories, plus a limited ablation (on a subset of trajectories) replacing the surrogate gradient with the exact one where computationally feasible. revision: yes
-
Referee: [Experiments / Darcy results] Experiments section (Darcy-flow results): without the controls listed above, it is impossible to determine whether the reported outperformance versus conditional latent diffusion and inverse FNO reflects faithful posterior approximation or systematic bias introduced by the surrogate. A single quantitative table or figure showing, e.g., the L2 norm of the gradient difference ||∇_θ log p(y|θ) – ∇_θ log p̂(y|θ)|| along sampled trajectories would directly address the issue.
Authors: We concur that the suggested quantitative control is needed to isolate the effect of the surrogate. The existing sensitivity study addresses overall inversion accuracy but not trajectory-level gradient fidelity. We will incorporate the requested figure (L2 gradient discrepancy along trajectories) and reference it in the Darcy results section to allow readers to assess whether the reported gains are attributable to faithful posterior sampling or surrogate bias. revision: yes
Circularity Check
No significant circularity in derivation chain
full rationale
The paper constructs L-DPS as an explicit composition of VAE dimensionality reduction, unconditional latent diffusion for the prior score, DPS guidance, and a decoder-surrogate composition for the likelihood gradient. None of these steps reduce the target posterior, the reported accuracy metrics, or the cost savings to quantities defined by the method's own fitted parameters or by self-referential equations. The Darcy-flow evaluation, baseline comparisons (conditional latent diffusion, inverse FNO, KLE-MAP), mixed-prior tests, and explicit sensitivity study to surrogate error are presented as independent empirical checks rather than tautological predictions. No self-citation load-bearing steps, uniqueness theorems, or ansatz smuggling appear in the abstract or method outline.
Axiom & Free-Parameter Ledger
Cite this review
Pith. "Pith review of Latent Diffusion Posterior Sampling with Surrogate Likelihood Guidance for PDE Inverse Problems." pith.science (2026). https://pith.science/paper/C5BQKQ27
@misc{pith2026260626592,
author = {Pith},
title = {Pith review of: Latent Diffusion Posterior Sampling with Surrogate Likelihood Guidance for PDE Inverse Problems},
year = {2026},
howpublished = {\url{https://pith.science/paper/C5BQKQ27}},
note = {Machine review of arXiv:2606.26592}
}
read the original abstract
We propose latent-space diffusion posterior sampling (L-DPS), an approximate Bayesian framework for high-dimensional inverse problems governed by partial differential equations (PDEs). The method addresses three challenges in PDE-constrained inversion: implicit sample-based priors without tractable densities, high-dimensional spatially distributed parameters, and the high cost of repeated forward-model evaluations during posterior sampling. L-DPS combines a variational autoencoder, an unconditional latent diffusion model, diffusion posterior sampling, and a differentiable neural surrogate. The VAE maps the parameter field to a lower-dimensional latent space, the diffusion model learns an implicit prior score in this latent space, and DPS combines this learned prior with likelihood-based guidance. The likelihood gradient is evaluated through the decoder-surrogate composition, avoiding repeated calls to the full numerical PDE solver. We evaluate the method on an inverse Darcy flow problem with an unknown spatially distributed permeability field inferred from sparse and noisy pressure observations. L-DPS produces accurate and robust inverse solutions, reduces inference cost relative to full-space DPS, and outperforms amortized inverse baselines such as conditional latent diffusion and inverse FNO in sparse and noisy regimes. We further compare L-DPS with a KLE-MAP baseline and study mixed-prior generalization and the sensitivity of inversion accuracy to surrogate forward-model error.
Figures
Reference graph
Works this paper leans on
-
[1]
Score-based generative modeling through stochastic differential equations.ICLR, 2021
Yang Song et al. Score-based generative modeling through stochastic differential equations.ICLR, 2021
2021
-
[2]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution image synthesis with latent diffusion models. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022
2022
-
[3]
Diffusion posterior sampling for general noisy inverse problems.ICLR, 2023
Hyungjin Chung et al. Diffusion posterior sampling for general noisy inverse problems.ICLR, 2023
2023
-
[4]
Zhao Feng, Bicheng Yan, Luanxiao Zhao, Xianda Shen, Renyu Zhao, Wenhao Wang, and Fengshou Zhang. Surgin: Surrogate-guided generative inversion for subsurface multiphase flow with quantified uncertainty.arXiv preprint arXiv:2509.13189, 2025
-
[5]
Denoising diffusion probabilistic models.NeurIPS, 2020
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models.NeurIPS, 2020
2020
-
[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
work page internal anchor Pith review Pith/arXiv arXiv 2022
-
[7]
Denoising diffusion restoration models.Advances in neural information processing systems, 35:23593–23606, 2022
Bahjat Kawar, Michael Elad, Stefano Ermon, and Jiaming Song. Denoising diffusion restoration models.Advances in neural information processing systems, 35:23593–23606, 2022
2022
-
[8]
Taming transformers for high-resolution image synthesis
Patrick Esser, Robin Rombach, and Bjorn Ommer. Taming transformers for high-resolution image synthesis. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 12873–12883, 2021
2021
-
[9]
Zero-shot text-to-image generation
Aditya Ramesh, Mikhail Pavlov, Gabriel Goh, Scott Gray, Chelsea V oss, Alec Radford, Mark Chen, and Ilya Sutskever. Zero-shot text-to-image generation. InInternational conference on machine learning, pages 8821–8831. Pmlr, 2021
2021
-
[10]
Yifei Zong and Alexandre M Tartakovsky. Vae-dnn: Energy-efficient trainable-by-parts surrogate model for parametric partial differential equations.arXiv preprint arXiv:2508.03839, 2025
-
[11]
Denoising Diffusion Implicit Models
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020
work page internal anchor Pith review Pith/arXiv arXiv 2010
-
[12]
Jacobian-Aware Posterior Sampling for Inverse Problems
Liav Hen, Tom Tirer, Raja Giryes, and Shady Abu-Hussein. Robust posterior diffusion-based sampling via adaptive guidance scale.arXiv preprint arXiv:2511.18471, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[13]
Diffusion state-guided projected gradient for inverse problems
Rayhan Zirvi, Bahareh Tolooshams, et al. Diffusion state-guided projected gradient for inverse problems. In International Conference on Learning Representations, volume 2025, pages 31217–31242, 2025. 25 APREPRINT- JUNE26, 2026 A Hyperparameters Table 6 lists the hyperparameters of the V AE, Table 7 those of the latent UNet diffusion prior, and Table 8 tho...
2025
This paper was first reviewed by grok-4.3 on June 26, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.