Recognition: 3 theorem links
· Lean TheoremDiffusion Posterior Sampling for General Noisy Inverse Problems
Pith reviewed 2026-05-13 00:50 UTC · model grok-4.3
The pith
Diffusion models solve general noisy nonlinear inverse problems by blending diffusion sampling with manifold-constrained gradients to approximate posterior sampling.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that the posterior distribution over solutions to a noisy inverse problem can be sampled by combining the unconditional diffusion sampling process with a manifold-constrained gradient term. Because the scheme omits a strict measurement-consistency projection, the generative path remains desirable even when measurements are corrupted by noise. The resulting algorithm accepts arbitrary noise statistics and applies directly to both linear and nonlinear forward operators.
What carries the argument
Blended diffusion sampling with manifold-constrained gradient, which approximates posterior sampling without enforcing strict measurement consistency at each step.
Load-bearing premise
The blended approximation remains accurate and stable for arbitrary noisy nonlinear inverse problems and does not introduce systematic artifacts or bias.
What would settle it
Running the method on a controlled noisy phase-retrieval task with known ground truth and Poisson noise, then checking whether the average reconstruction error exceeds that of a strict-projection baseline or exhibits visible structural bias.
read the original abstract
Diffusion models have been recently studied as powerful generative inverse problem solvers, owing to their high quality reconstructions and the ease of combining existing iterative solvers. However, most works focus on solving simple linear inverse problems in noiseless settings, which significantly under-represents the complexity of real-world problems. In this work, we extend diffusion solvers to efficiently handle general noisy (non)linear inverse problems via approximation of the posterior sampling. Interestingly, the resulting posterior sampling scheme is a blended version of diffusion sampling with the manifold constrained gradient without a strict measurement consistency projection step, yielding a more desirable generative path in noisy settings compared to the previous studies. Our method demonstrates that diffusion models can incorporate various measurement noise statistics such as Gaussian and Poisson, and also efficiently handle noisy nonlinear inverse problems such as Fourier phase retrieval and non-uniform deblurring. Code available at https://github.com/DPS2022/diffusion-posterior-sampling
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper claims to extend diffusion models to solve general noisy (non)linear inverse problems by approximating posterior sampling as a blend of the diffusion reverse process and a manifold-constrained gradient on the measurement loss, without a strict consistency projection. This is said to yield better generative paths in noisy settings and is demonstrated on tasks involving Gaussian/Poisson noise and nonlinear problems like phase retrieval and non-uniform deblurring.
Significance. If the central approximation holds with sufficient accuracy and stability, this work would be significant as it broadens the applicability of diffusion-based solvers beyond noiseless linear inverse problems to more realistic scenarios, potentially offering a versatile tool for various noise models and nonlinear forward operators. The provision of open-source code enhances reproducibility and impact.
major comments (2)
- [§3] §3: The blended update rule for posterior sampling is introduced without a detailed derivation or error bounds for the approximation to the true posterior p(x|y). Given that the method relies on a first-order or local approximation of the measurement likelihood, this is load-bearing for claims of generality to strongly nonlinear problems such as phase retrieval, where the approximation may not hold without bias or instability.
- [§4] §4: Empirical demonstrations on nonlinear tasks are presented, but without quantitative measures of how close the generated samples are to the true posterior (e.g., via posterior predictive checks or comparison to MCMC baselines), it is difficult to verify the absence of systematic artifacts in noisy nonlinear settings.
minor comments (1)
- [Abstract] The abstract and introduction could more explicitly define 'manifold constrained gradient' and its relation to the diffusion process for clarity.
Simulated Author's Rebuttal
We thank the referee for the constructive and insightful comments, which have helped clarify the presentation of our approximation and empirical validation. We provide point-by-point responses to the major comments below, along with the revisions we will incorporate.
read point-by-point responses
-
Referee: [§3] §3: The blended update rule for posterior sampling is introduced without a detailed derivation or error bounds for the approximation to the true posterior p(x|y). Given that the method relies on a first-order or local approximation of the measurement likelihood, this is load-bearing for claims of generality to strongly nonlinear problems such as phase retrieval, where the approximation may not hold without bias or instability.
Authors: We appreciate the referee's focus on the theoretical grounding. Section 3 derives the update by approximating the posterior score as the sum of the diffusion-model score and the gradient of the log-likelihood, with the latter projected onto the learned data manifold to prevent off-manifold drift; this yields the blended reverse process without an explicit consistency projection. The approximation is first-order in the measurement gradient and local around the current iterate. While deriving rigorous, non-vacuous error bounds for arbitrary nonlinear operators remains an open theoretical challenge (and is not claimed in the manuscript), we will revise §3 to include a more explicit step-by-step derivation from the posterior score, a clearer statement of the manifold assumption, and a new paragraph discussing the approximation's scope and potential bias for strongly nonlinear problems such as phase retrieval. These additions will make the load-bearing assumptions transparent without overstating theoretical guarantees. revision: partial
-
Referee: [§4] §4: Empirical demonstrations on nonlinear tasks are presented, but without quantitative measures of how close the generated samples are to the true posterior (e.g., via posterior predictive checks or comparison to MCMC baselines), it is difficult to verify the absence of systematic artifacts in noisy nonlinear settings.
Authors: We agree that direct quantitative proximity to the true posterior would be the strongest validation. For the high-dimensional image domains considered, however, MCMC sampling from the exact posterior is computationally prohibitive. Our current evaluation therefore relies on standard task metrics (PSNR, SSIM, LPIPS) and visual comparisons against strong baselines, which already demonstrate consistent gains on Gaussian/Poisson noise and nonlinear operators. To address the referee's concern, we will add in the revision: (i) posterior-predictive checks on a low-dimensional synthetic nonlinear problem where MCMC is tractable, and (ii) a short analysis of measurement consistency and sample diversity on the real tasks. These additions will provide indirect but quantitative evidence regarding systematic artifacts while preserving the practical focus of the work. revision: yes
Circularity Check
No significant circularity; blended posterior sampling derived from external diffusion and optimization principles
full rationale
The paper derives its posterior sampling scheme by combining the diffusion reverse process with a manifold-constrained gradient on the measurement loss, explicitly omitting strict consistency projection to better suit noisy nonlinear settings. This blending is justified through analysis of the approximate posterior under general noise models (Gaussian, Poisson) and forward operators (phase retrieval, deblurring), without reducing the final update rule to a fitted parameter renamed as prediction or to a self-cited uniqueness result. Prior diffusion literature is cited for the base sampler, but the central approximation and its stability claims rest on first-principles gradient steps and empirical validation rather than tautological redefinition of inputs. No load-bearing step collapses by construction to the paper's own fitted values or prior self-citations.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Diffusion models trained on clean data can be adapted to approximate the posterior over solutions to noisy inverse problems.
Lean theorems connected to this paper
-
IndisputableMonolith.Foundation.DAlembert.Inevitabilitybilinear_family_forced unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
the resulting posterior sampling scheme is a blended version of diffusion sampling with the manifold constrained gradient without a strict measurement consistency projection step
-
IndisputableMonolith.Foundation.LedgerForcingconservation_from_balance unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
we extend diffusion solvers to efficiently handle general noisy (non)linear inverse problems via approximation of the posterior sampling
-
IndisputableMonolith.Foundation.Cost.FunctionalEquationwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
diffusion models can incorporate various measurement noise statistics such as Gaussian and Poisson
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Forward citations
Cited by 32 Pith papers
-
PolarVSR: A Unified Framework and Benchmark for Continuous Space-Time Polarization Video Reconstruction
PolarVSR is the first unified architecture for continuous space-time polarization video reconstruction from DoFP captures, using polarization-aware implicit neural representations, a flow-guided variation loss, and a ...
-
Diffusion-Based Posterior Sampling: A Feynman-Kac Analysis of Bias and Stability
Diffusion posterior samplers produce biased outputs that can be expressed as an Ornstein-Uhlenbeck path expectation via a surrogate Gaussian path and Feynman-Kac representation, with STSL flattening the spatially vary...
-
A Priori Sampling of Transition States with Guided Diffusion
ASTRA reframes transition-state search as guided diffusion inference that samples the isodensity surface between metastable basins and converges to first-order saddles via score differences and physical forces.
-
Proximal-Based Generative Modeling for Bayesian Inverse Problems
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.
-
Amortized Guidance for Image Inpainting with Pretrained Diffusion Models
AID amortizes guidance for diffusion inpainting by training a reusable module via an auxiliary Gaussian formulation and continuous-time actor-critic algorithm, improving quality-speed trade-off with under 1% overhead.
-
$h$-control: Training-Free Camera Control via Block-Conditional Gibbs Refinement
h-control introduces block-conditional pseudo-Gibbs refinement for training-free camera control in flow-matching video generators, achieving superior FVD scores on RealEstate10K and DAVIS benchmarks.
-
Discrete Langevin-Inspired Posterior Sampling
ΔLPS is a gradient-guided discrete posterior sampler for inverse problems that works with masked or uniform discrete diffusion priors and outperforms prior discrete methods on image restoration tasks.
-
Active Learning for Communication Structure Optimization in LLM-Based Multi-Agent Systems
An ensemble-based information-theoretic active learning method with ensemble Kalman inversion selects valuable tasks to optimize communication structures in LLM multi-agent systems under constrained budgets.
-
FluxFlow: Conservative Flow-Matching for Astronomical Image Super-Resolution
FluxFlow is a conservative pixel-space flow-matching framework for astronomical super-resolution that incorporates real atmospheric uncertainty and a training-free Wiener correction, outperforming baselines on a new 1...
-
Tempered Guided Diffusion
Tempered Guided Diffusion uses annealed SMC to produce consistent particle approximations to the posterior for training-free conditional diffusion sampling, outperforming independent guided trajectories in experiments.
-
Cast3: Translating numerical weather prediction principles into data-driven forecasting
Cast3 translates NWP principles into a data-driven model using cubed-sphere grids, super-ensembles, and generative nudging to achieve state-of-the-art ensemble predictions that outperform baselines.
-
Hydra-DP3: Frequency-Aware Right-Sizing of 3D Diffusion Policies for Visuomotor Control
Frequency analysis of smooth robot actions bounds denoising error to low-frequency modes, enabling a sub-1% parameter 3D diffusion policy with two-step inference that reaches SOTA on manipulation benchmarks.
-
How to Guide Your Flow: Few-Step Alignment via Flow Map Reward Guidance
FMRG is a training-free, single-trajectory guidance method for flow models derived from optimal control that achieves strong reward alignment with only 3 NFEs.
-
Conflated Inverse Modeling to Generate Diverse and Temperature-Change Inducing Urban Vegetation Patterns
A diffusion generative inverse model conditioned on temperature targets produces diverse, physically plausible urban vegetation patterns that achieve specified regional temperature shifts.
-
VASR: Variance-Aware Systematic Resampling for Reward-Guided Diffusion
FVD applies Fleming-Viot population dynamics to diffusion model sampling at inference time to reduce diversity collapse while improving reward alignment and FID scores.
-
dFlowGRPO: Rate-Aware Policy Optimization for Discrete Flow Models
dFlowGRPO is a new rate-aware RL method for discrete flow models that outperforms prior GRPO approaches on image generation and matches continuous flow models while supporting broad probability paths.
-
Active Learning for Communication Structure Optimization in LLM-Based Multi-Agent Systems
An ensemble-based information-theoretic active learning method using ensemble Kalman inversion selects valuable tasks to optimize communication structures in LLM multi-agent systems more reliably than random sampling ...
-
Conditional Diffusion Under Linear Constraints: Langevin Mixing and Information-Theoretic Guarantees
Error in approximating the tangent conditional score by the unconditional score in diffusion models is bounded by dimension-free conditional mutual information, with a projected-Langevin method outperforming baselines...
-
Hydra-DP3: Frequency-Aware Right-Sizing of 3D Diffusion Policies for Visuomotor Control
Hydra-DP3 achieves SOTA visuomotor performance with under 1% of prior 3D diffusion policy parameters by using frequency analysis to justify a lightweight decoder and two-step DDIM inference.
-
Hydra-DP3: Frequency-Aware Right-Sizing of 3D Diffusion Policies for Visuomotor Control
Hydra-DP3 is a lightweight 3D diffusion policy that uses frequency analysis of smooth action trajectories to enable two-step DDIM inference and achieves state-of-the-art results with under 1% of prior parameters.
-
Distill-Belief: Closed-Loop Inverse Source Localization and Characterization in Physical Fields
Distill-Belief distills Bayesian information-gain signals from a particle-filter teacher into a compact student policy for fast closed-loop source localization and parameter estimation while avoiding reward hacking.
-
Multimodal Diffusion to Mutually Enhance Polarized Light and Low Resolution EBSD Data
A multimodal diffusion model trained on synthetic data enhances low-resolution EBSD and corrupted polarized light data, achieving near full-resolution performance with only 25% EBSD data.
-
Uncertainty-Aware Spatiotemporal Super-Resolution Data Assimilation with Diffusion Models
DiffSRDA uses denoising diffusion models to perform uncertainty-aware spatiotemporal super-resolution data assimilation, achieving EnKF-like quality from low-resolution forecasts on an ocean jet testbed.
-
Optimizing Diffusion Priors in Image Reconstruction from a Single Observation
Combining diffusion priors as a product-of-experts and optimizing exponents via Bayesian evidence maximization enables prior tuning from one observation in inverse imaging problems.
-
EGLOCE: Training-Free Energy-Guided Latent Optimization for Concept Erasure
EGLOCE erases target concepts in diffusion models at inference time by optimizing latents with dual energy guidance that repels unwanted concepts while retaining prompt alignment.
-
VASR: Variance-Aware Systematic Resampling for Reward-Guided Diffusion
VASR separates continuation and residual variance in reward-guided diffusion SMC, using optimal mass allocation and systematic resampling to achieve up to 26% better FID scores and faster runtimes than prior SMC and M...
-
Di-BiLPS: Denoising induced Bidirectional Latent-PDE-Solver under Sparse Observations
Di-BiLPS combines a variational autoencoder, latent diffusion, and contrastive learning to achieve state-of-the-art accuracy on PDE problems with as little as 3% observations while supporting zero-shot super-resolutio...
-
FluxFlow: Conservative Flow-Matching for Astronomical Image Super-Resolution
FluxFlow uses conservative pixel-space flow-matching with uncertainty weights and Wiener test-time correction to outperform baselines on photometric and scientific accuracy for ground-to-space super-resolution, valida...
-
Exploring Time Conditioning in Diffusion Generative Models from Disjoint Noisy Data Manifolds
Aligning the DDIM forward diffusion process with flow-matching manifold evolution enables high-quality generation without time conditioning, and class-conditional synthesis is possible with an unconditional denoiser b...
-
Free Lunch for Unified Multimodal Models: Enhancing Generation via Reflective Rectification with Inherent Understanding
UniRect-CoT is a training-free rectification chain-of-thought framework that treats diffusion denoising as visual reasoning and uses the model's inherent understanding to align and correct intermediate generation results.
-
Removing Motion Artifact in MRI by Using a Perceptual Loss Driven Deep Learning Framework
PERCEPT-Net uses motion perceptual loss in a residual U-Net with attention and multi-scale modules to remove MRI motion artifacts more effectively than prior methods on clinical data.
-
Plug-and-Play Consistency Models for MIMO Channel Estimation
Plug-and-play consistency models recover angular-domain MIMO channels from pilot observations in a small number of iterations.
Reference graph
Works this paper leans on
-
[1]
Generative Modeling by Estimating Gradients of the Data Distribution , volume =
Song, Yang and Ermon, Stefano , booktitle =. Generative Modeling by Estimating Gradients of the Data Distribution , volume =
-
[2]
Score-Based Generative Modeling through Stochastic Differential Equations , booktitle =
Yang Song and Jascha Sohl. Score-Based Generative Modeling through Stochastic Differential Equations , booktitle =
-
[3]
Phase retrieval algorithms: a comparison , author=. Applied optics , volume=. 1982 , publisher=
work page 1982
-
[4]
Reconstruction of an object from the modulus of its Fourier transform , author=. Optics letters , volume=. 1978 , publisher=
work page 1978
-
[5]
Uncertainty Proceedings 1994 , pages=
Laplace's method approximations for probabilistic inference in belief networks with continuous variables , author=. Uncertainty Proceedings 1994 , pages=. 1994 , publisher=
work page 1994
-
[6]
Saddlepoint approximations with applications , author=. 2007 , publisher=
work page 2007
-
[7]
Lu, Cheng and Zhou, Yuhao and Bao, Fan and Chen, Jianfei and Li, Chongxuan and Zhu, Jun , journal=
-
[8]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
The perception-distortion tradeoff , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[9]
Advances in Neural Information Processing Systems , editor=
Estimating High Order Gradients of the Data Distribution by Denoising , author=. Advances in Neural Information Processing Systems , editor=. 2021 , url=
work page 2021
-
[10]
International Conference on Learning Representations , year=
Pseudo Numerical Methods for Diffusion Models on Manifolds , author=. International Conference on Learning Representations , year=
-
[11]
Journal of applied crystallography , volume=
Oversampling smoothness: an effective algorithm for phase retrieval of noisy diffraction intensities , author=. Journal of applied crystallography , volume=. 2013 , publisher=
work page 2013
-
[12]
Denoising Diffusion Probabilistic Models , volume =
Ho, Jonathan and Jain, Ajay and Abbeel, Pieter , booktitle =. Denoising Diffusion Probabilistic Models , volume =
-
[13]
Prafulla Dhariwal and Alexander Quinn Nichol , booktitle=. Diffusion Models Beat
-
[14]
Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , year =
Choi, Jooyoung and Kim, Sungwon and Jeong, Yonghyun and Gwon, Youngjune and Yoon, Sungroh , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , year =
-
[15]
Meng, Chenlin and Song, Yang and Song, Jiaming and Wu, Jiajun and Zhu, Jun-Yan and Ermon, Stefano , journal=
-
[16]
Improved Techniques for Training Score-Based Generative Models , volume =
Song, Yang and Ermon, Stefano , booktitle =. Improved Techniques for Training Score-Based Generative Models , volume =
-
[17]
Advances in Neural Information Processing Systems , volume=
Maximum likelihood training of score-based diffusion models , author=. Advances in Neural Information Processing Systems , volume=
-
[18]
International conference on machine learning , pages=
Wasserstein generative adversarial networks , author=. International conference on machine learning , pages=. 2017 , organization=
work page 2017
-
[19]
9th International Conference on Learning Representations,
Jiaming Song and Chenlin Meng and Stefano Ermon , title =. 9th International Conference on Learning Representations,
-
[20]
International Conference on Machine Learning , pages=
Deep unsupervised learning using nonequilibrium thermodynamics , author=. International Conference on Machine Learning , pages=. 2015 , organization=
work page 2015
-
[21]
arXiv preprint arXiv:2109.03812 , year=
fastMRI+: Clinical Pathology Annotations for Knee and Brain Fully Sampled Multi-Coil MRI Data , author=. arXiv preprint arXiv:2109.03812 , year=
-
[22]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Photo-realistic single image super-resolution using a generative adversarial network , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[23]
IEEE Transactions on Computational Imaging , volume=
Unpaired deep learning for accelerated MRI using optimal transport driven cycleGAN , author=. IEEE Transactions on Computational Imaging , volume=. 2020 , publisher=
work page 2020
-
[24]
Gotta Go Fast When Generating Data with Score-Based Models , author=. arXiv preprint arXiv:2105.14080 , year=
-
[25]
Chung, Hyungjin and Sim, Byeongsu and Ye, Jong Chul , booktitle=
- [26]
-
[27]
Jalal, Ajil and Arvinte, Marius and Daras, Giannis and Price, Eric and Dimakis, Alexandros G and Tamir, Jon , booktitle =
-
[29]
Journal of mathematical psychology , volume=
Bayesian model selection and model averaging , author=. Journal of mathematical psychology , volume=. 2000 , publisher=
work page 2000
-
[30]
Advances in Neural Information Processing Systems , volume=
SNIPS: Solving noisy inverse problems stochastically , author=. Advances in Neural Information Processing Systems , volume=
-
[31]
Convex analysis and monotone operator theory in Hilbert spaces , author=. 2011 , publisher=
work page 2011
-
[32]
Applied stochastic differential equations , author=. 2019 , publisher=
work page 2019
-
[33]
Uncertainty estimation in medical image denoising with bayesian deep image prior , author=. Uncertainty for Safe Utilization of Machine Learning in Medical Imaging, and Graphs in Biomedical Image Analysis , pages=. 2020 , publisher=
work page 2020
-
[34]
International Conference on Learning Representations , year=
Score-Based Generative Modeling with Critically-Damped Langevin Diffusion , author=. International Conference on Learning Representations , year=
-
[35]
Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops , month =
Ohayon, Guy and Adrai, Theo and Vaksman, Gregory and Elad, Michael and Milanfar, Peyman , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops , month =. 2021 , pages =
work page 2021
-
[36]
Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops , month =
Kawar, Bahjat and Vaksman, Gregory and Elad, Michael , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops , month =. 2021 , pages =
work page 2021
-
[37]
International Conference on Learning Representations , year=
Solving Inverse Problems in Medical Imaging with Score-Based Generative Models , author=. International Conference on Learning Representations , year=
-
[38]
Stochastic Processes and their Applications , volume=
Reverse-time diffusion equation models , author=. Stochastic Processes and their Applications , volume=. 1982 , publisher=
work page 1982
-
[39]
Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=
Resolution-robust Large Mask Inpainting with Fourier Convolutions , author=. Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=
-
[40]
Lugmayr, Andreas and Danelljan, Martin and Romero, Andres and Yu, Fisher and Timofte, Radu and Van Gool, Luc , journal=
-
[41]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Free-form image inpainting with gated convolution , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[42]
IEEE Transactions on Visualization and Computer Graphics , year=
Aggregated contextual transformations for high-resolution image inpainting , author=. IEEE Transactions on Visualization and Computer Graphics , year=
-
[43]
European Conference on Computer Vision , pages=
Rethinking image inpainting via a mutual encoder-decoder with feature equalizations , author=. European Conference on Computer Vision , pages=. 2020 , organization=
work page 2020
-
[44]
Proceedings of the 29th ACM International Conference on Multimedia , pages=
Diverse image inpainting with bidirectional and autoregressive transformers , author=. Proceedings of the 29th ACM International Conference on Multimedia , pages=
-
[45]
Peng, Jialun and Liu, Dong and Xu, Songcen and Li, Houqiang , booktitle=
-
[46]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
High-fidelity pluralistic image completion with transformers , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
- [47]
-
[48]
ICLR Workshop on Deep Generative Models for Highly Structured Data , year=
Denoising Diffusion Restoration Models , author=. ICLR Workshop on Deep Generative Models for Highly Structured Data , year=
-
[49]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Generative image inpainting with contextual attention , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[50]
Palette: Image-to-image diffusion models
Palette: Image-to-image diffusion models , author=. arXiv preprint arXiv:2111.05826 , year=
-
[51]
GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models
Glide: Towards photorealistic image generation and editing with text-guided diffusion models , author=. arXiv preprint arXiv:2112.10741 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[52]
Hierarchical Text-Conditional Image Generation with CLIP Latents
Hierarchical Text-Conditional Image Generation with CLIP Latents , author=. arXiv preprint arXiv:2204.06125 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[53]
Kingma and Max Welling , title =
Diederik P. Kingma and Max Welling , title =. 2nd International Conference on Learning Representations,
-
[54]
Variational diffusion models , author=. arXiv preprint arXiv:2107.00630 , year=
-
[55]
A deep convolutional neural network using directional wavelets for low-dose X-ray CT reconstruction , author=. Medical physics , volume=. 2017 , publisher=
work page 2017
-
[56]
Stochastic Solutions for Linear Inverse Problems using the Prior Implicit in a Denoiser , volume =
Kadkhodaie, Zahra and Simoncelli, Eero , booktitle =. Stochastic Solutions for Linear Inverse Problems using the Prior Implicit in a Denoiser , volume =
-
[57]
Journal of theoretical Biology , volume=
Algebraic reconstruction techniques (ART) for three-dimensional electron microscopy and X-ray photography , author=. Journal of theoretical Biology , volume=. 1970 , publisher=
work page 1970
-
[58]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
A style-based generator architecture for generative adversarial networks , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[59]
2009 IEEE conference on computer vision and pattern recognition , pages=
Imagenet: A large-scale hierarchical image database , author=. 2009 IEEE conference on computer vision and pattern recognition , pages=. 2009 , organization=
work page 2009
-
[60]
2018 IEEE 13th Image, Video, and Multidimensional Signal Processing Workshop (IVMSP) , pages=
Deep learning-based sinogram completion for low-dose CT , author=. 2018 IEEE 13th Image, Video, and Multidimensional Signal Processing Workshop (IVMSP) , pages=. 2018 , organization=
work page 2018
-
[61]
Springer handbook of medical technology , pages=
Computed tomography , author=. Springer handbook of medical technology , pages=. 2011 , publisher=
work page 2011
-
[62]
arXiv preprint arXiv:2012.04743 , year=
2-step sparse-view ct reconstruction with a domain-specific perceptual network , author=. arXiv preprint arXiv:2012.04743 , year=
-
[63]
SIAM journal on imaging sciences , volume=
A fast iterative shrinkage-thresholding algorithm for linear inverse problems , author=. SIAM journal on imaging sciences , volume=. 2009 , publisher=
work page 2009
-
[64]
Thilo Balke and Fernando Davis and Cristina Garcia-Cardona and Michael McCann and Luke Pfister and Brendt Wohlberg , title =
-
[65]
Advances in neural information processing systems , volume=
Fast image deconvolution using hyper-Laplacian priors , author=. Advances in neural information processing systems , volume=
-
[66]
IEEE transactions on image processing , volume=
Beyond a gaussian denoiser: Residual learning of deep cnn for image denoising , author=. IEEE transactions on image processing , volume=. 2017 , publisher=
work page 2017
-
[67]
GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium , volume =
Heusel, Martin and Ramsauer, Hubert and Unterthiner, Thomas and Nessler, Bernhard and Hochreiter, Sepp , booktitle =. GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium , volume =
-
[68]
Demystifying mmd gans , author=. arXiv preprint arXiv:1801.01401 , year=
work page internal anchor Pith review arXiv
-
[69]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
The unreasonable effectiveness of deep features as a perceptual metric , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[70]
On projection algorithms for solving convex feasibility problems , author=. SIAM review , volume=. 1996 , publisher=
work page 1996
-
[71]
Note on the generalized inverse of a matrix product , author=. Siam Review , volume=. 1966 , publisher=
work page 1966
-
[72]
Video Diffusion Models , author=. arXiv preprint arXiv:2204.03458 , year=
work page internal anchor Pith review arXiv
-
[73]
Progressive Growing of GANs for Improved Quality, Stability, and Variation
Progressive growing of gans for improved quality, stability, and variation , author=. arXiv preprint arXiv:1710.10196 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[74]
The lung image database consortium (LIDC) and image database resource initiative (IDRI): a completed reference database of lung nodules on CT scans , author=. Medical physics , volume=. 2011 , publisher=
work page 2011
-
[75]
dkazanc/ToMoBAR , author=
-
[76]
CCPi-Regularisation toolkit for computed tomographic image reconstruction with proximal splitting algorithms , author=. SoftwareX , volume=. 2019 , publisher=
work page 2019
-
[77]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Image-to-image translation with conditional adversarial networks , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[78]
Proceedings of the IEEE international conference on computer vision , pages=
Unpaired image-to-image translation using cycle-consistent adversarial networks , author=. Proceedings of the IEEE international conference on computer vision , pages=
-
[79]
3rd International Conference on Learning Representations,
Simonyan, Karen and Zisserman, Andrew , title =. 3rd International Conference on Learning Representations,
-
[80]
Advances in neural information processing systems , volume=
Neural discrete representation learning , author=. Advances in neural information processing systems , volume=
-
[81]
Foundations and Trends in optimization , volume=
Proximal algorithms , author=. Foundations and Trends in optimization , volume=. 2014 , publisher=
work page 2014
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.