Pith. sign in

REVIEW 3 major objections 5 minor 2 cited by

Likelihood-Scheduled Score-Based Generative Modeling for Fully 3D PET Image Reconstruction

T0 review · 3 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read A likelihood schedule from MLEM guides a pretrained diffusion prior, making fully 3D PET reconstruction practical with a single critical hyperparameter.

desk verdict A practical, well-tested diffusion-PET method whose 'posterior sampling' framing is heuristic; the 2D evidence is solid, the real-3D claim needs qualification. read the letter →

arxiv 2412.04339 v2 pith:S6GWADHW submitted 2024-12-05 physics.med-ph cs.CVcs.LG

classification physics.med-phcs.CVcs.LG PACS 87.57.nj
keywords score-basedgenerativemodelingPETimagereconstructionlikelihoodschedulingMLEMDDIMsamplingfully3Dsliceconsistencylow-count
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

The paper proposes a way to inject a pre-trained score-based generative model—an image prior learned from high-quality scans—into PET reconstruction while keeping only one critical tuning knob. Instead of balancing prior and data terms with several regularization weights, it first runs MLEM to record a 'likelihood schedule' of Poisson log-likelihood values, then guides the reverse diffusion process to match that schedule at every denoising step. On simulated low-count [18F]DPA-714 data, the method matches or improves the NRMSE and SSIM of the previous state-of-the-art SGM method while using far fewer likelihood updates and less tuning. It also extends to real fully 3D PET data for the first time, using three perpendicular pre-trained 2D SGMs to remove the slice-inconsistency artifacts of single-plane SGM reconstruction.

What carries the argument

The mechanism is the likelihood schedule: a sequence of scalar Poisson log-likelihood values obtained by running MLEM and interpolating its per-iteration likelihoods across the diffusion time steps. At each reverse-diffusion step, the algorithm takes one Tweedie denoising step, the estimate of the clean image from the noisy iterate, then performs gradient ascent on the Poisson log-likelihood until the estimate reaches the scheduled value, and finally re-adds noise via the DDIM update. The schedule replaces the multiple regularization hyperparameters of earlier methods: the MLEM iteration count sets the balance between prior and data, leaving only the number of diffusion steps and a step-size parameter that controls schedule accuracy rather than prior-likelihood balance.

What would settle it

Insert a known lesion into a phantom, reconstruct from low-count sinograms at a fixed likelihood schedule, and compare lesion contrast in the sampled images with lesion contrast in the MLEM images used to set the schedule; if the sampled images fit the likelihood but systematically lose or displace the lesion while MLEM recovers it, the scalar-likelihood conditioning is insufficient.

Watch

Extended reading notes

Core claim

The central claim is that a PET reconstruction can be sampled from a learned image distribution conditioned on a chosen level of data consistency, rather than on a tuned balance of regularization weights. The authors define the target as 'sample $x$ such that $x$ is drawn from the learned distribution and $L(x|m)=c$', with $c$ fixed by a clinically relevant MLEM iterate, and they solve it by following a precomputed Poisson log-likelihood schedule during DDIM-style reverse diffusion. They report that this likelihood-scheduled method matches or improves on PET-DDS, the prior SGM-based PET method, in NRMSE and SSIM, while cutting reconstruction time and lowering the critical hyperparameter count from four to one, the MLEM iteration count. They further report the first SGM-based reconstruction of real fully 3D PET data, using perpendicular pre-trained 2D SGMs whose score estimates are averaged so that no axial regularization prior is needed and slice inconsistency is eliminated.

Load-bearing premise

The method assumes that forcing each reconstruction to have the same scalar data-fit value as an MLEM image, without enforcing point-by-point agreement with the measured sinogram, is enough to keep the reconstruction faithful—and that the MLEM likelihood value is a sensible target.

Editorial extensions

If this is right

  • Clinicians can set the main hyperparameter, the MLEM iteration count, to a vendor-recommended clinical value, bringing diffusion priors into reconstruction at a familiar operating point.
  • Because samples are drawn at the same data-consistency level as MLEM, the spread among sampled reconstructions provides uncertainty information for a fixed clinical likelihood.
  • Averaging scores from three perpendicular pre-trained 2D SGMs removes axial slice inconsistency without the blurring effect of an axial regularization prior.
  • Dynamic likelihood steps reduce compute: fewer gradient updates are spent early and late in diffusion, with reported 2D reconstruction time of 13 seconds versus 35 seconds for the prior SGM method.
  • The likelihood-scheduling idea transfers to other imaging modalities that combine model-based iterative steps with pre-trained SGMs, as the paper itself notes.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A consequence the authors do not develop is that scalar-likelihood conditioning is weaker than full sinogram consistency; if the equal-likelihood manifold contains anatomically wrong images, samples at the MLEM likelihood value could be confidently wrong, and lesion-insertion phantoms across a range of MLEM iteration counts would test this.
  • The scheduling concept generalizes beyond likelihood: the same mechanism could schedule other scalar clinical objectives, such as a region-of-interest uptake constraint, without adding hyperparameters.
  • The paper notes that hyperparameter tuning could be removed entirely by using bootstrap estimates of the optimal MLEM iteration, which would make the method fully automatic given a pretrained SGM.
  • Because the score prior is fixed and the schedule is recomputed from the measured data, the approach may transfer across scanners with different forward models, a testable extension the paper does not explicitly run.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. This manuscript proposes a likelihood-scheduled score-based generative modeling method for PET image reconstruction. The method first runs MLEM on the measured sinogram to produce a scalar Poisson log-likelihood schedule, then interleaves DDIM-style reverse diffusion steps with gradient ascent on Tweedie's estimate so that the reconstructed image's PLL matches the schedule value at each generative step. The authors compare the method with PET-DDS, OSEM, MAP-EM, and two FBSEM-net variants on simulated 2D [18F]DPA-714 data, reporting NRMSE, SSIM, and reconstruction times, and they demonstrate 3D reconstruction on real [18F]DPA-714 data using three perpendicular pre-trained 2D SGMs. The central practical claims are that the method matches or improves on PET-DDS's NRMSE/SSIM while reducing reconstruction time and the number of critical hyperparameters, and that it gives the first SGM-based fully 3D PET reconstruction from real data.

Significance. If the practical claims hold, this is a valuable contribution to unsupervised SGM-based PET reconstruction: it replaces several per-step likelihood hyperparameters with a single MLEM-iteration knob, makes 3D reconstruction tractable, and removes the axial slice-inconsistency artifacts of prior 3D approaches. The strengths of the paper include a real 3D data demonstration, perpendicular score averaging across sagittal, coronal, and transverse slices, robustness studies over the number of generative steps and the gradient step size, lesion recovery experiments, bias-variance and likelihood-variance assessments, and the use of a public forward projector. The main 2D comparison against PET-DDS in Table I and Fig. 4 is credible and supports parity or mild improvement. However, the paper's theoretical framing as posterior sampling conditioned on a likelihood value is not established: the algorithm enforces only a scalar Poisson log-likelihood, which is degenerate and does not by itself condition on the full measured sinogram.

major comments (3)
  1. [Section IV-A/IV-B, Eq. (9)] The problem formulation in Eq. (9), "Sample x such that x~D and L(x|m)=c", is asserted rather than derived as a posterior sampling scheme, yet the Introduction and Discussion claim that the method "provides samples from the posterior distribution of image reconstruction conditioned on both a likelihood value and noisy measured data." The algorithm enforces only the scalar PLL, and Section IV-A itself notes that the PLL is degenerate, so a whole manifold of images with different per-detector residuals share the same likelihood value. No argument connects the gradient-ascent trajectory on Tweedie's estimate to p(x|m, L=c) or p(x|m). The empirical gains in Table I show practical utility but do not validate the mechanism. Please either provide a formal derivation of the posterior-sampling claim or restate the contribution as constrained sampling from the learned prior at a prescribed scalar likelihood value.
  2. [Section VI-H.2, Fig. 14] The MLEM-derived target likelihood c is not guaranteed to be reachable by the SGM's image manifold. Fig. 14 shows that for N_MLEM > 36 the coefficient of variation of the proposed method exceeds that of MLEM, and the text attributes this to the absence of images with such high likelihood on the SGM's manifold. This is an acknowledged failure mode of the central tuning parameter N_MLEM. The paper should characterize the admissible range of N_MLEM or propose a reachability criterion; otherwise the claim that N_MLEM is a single intuitive knob that can be set to a clinically standard MLEM iteration count is incomplete.
  3. [Section V-F, Table I, Figs. 4 and 10] The "reduced hyperparameter tuning burden" claim is supported structurally by the reduction to N_MLEM and N_gen and by the robustness to N_gen and delta shown in Figs. 5 and 6, but the quantitative comparisons still select N_MLEM by a validation sweep to minimize NRMSE, just as the PET-DDS hyperparameters are swept. Since N_MLEM controls the prior-likelihood balance, and the paper does not validate setting it a priori to the clinically used number of MLEM iterations, the tuning-burden advantage is weaker than stated. A fixed-N_MLEM experiment, for example using N_MLEM equal to the vendor-recommended OSEM iteration count, would materially strengthen the claim.
minor comments (5)
  1. [Section IV-A, Eq. (9)] The notation "x ~ D" is informal; please define D explicitly as the learned image distribution and clarify the relationship between D and the SGM's marginal densities p_t(x_t).
  2. [Fig. 12 caption vs. Section V-D] The caption reports 2.7×10^5 counts while Section V-D states an average of 3.14×10^5 counts per reconstructed slice; please reconcile these numbers or explain the difference.
  3. [Fig. 13 caption] The caption states that all columns except "Clinical" match the PLL corresponding to 21 iterations of MLEM, but PET-DDS does not use a likelihood schedule; please specify how PET-DDS was made to match this PLL value.
  4. [Section VI-H.2] For the real 3D data there is no ground truth; the text refers to a "ground truth" when selecting a white-matter region, but this should be called a full-count clinical reference image to avoid ambiguity.
  5. [Section VII] The phrase "first methodology to investigate possible reconstructions for a fixed likelihood" should be qualified as "to our knowledge" and should specify "at a fixed scalar likelihood," in light of the degeneracy discussion in Section IV-A.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the MLEM-derived likelihood target is an input to the algorithm, not a prediction extracted from it, and the paper's quality claims are validated by independent metrics.

full rationale

The derivation chain in Sec. IV defines a target likelihood c = L(x_MLEM|m) and then runs gradient ascent on Tweedie's estimate until that target is exceeded. The resulting statement that the final PLL is within one gradient step of the MLEM PLL is true by construction, but the paper does not use that match as evidence for any empirical claim; it is the algorithm's specification. The central results (Table I, Figs. 4, 10, 11, and the 3D timing table) are evaluated with independent metrics (NRMSE, SSIM, lesion CRC, coefficient of variation, wall-clock time) against ground-truth or held-out data, so those claims are not forced by the MLEM-derived schedule. The posterior-sampling interpretation in Secs. IV-A and VII is asserted rather than derived, but that is an unproven modeling assumption and a correctness risk, not a circular reduction. The paper's self-citations ([9], [14]) appear only in background statements and are not load-bearing; no uniqueness theorem or ansatz is imported from the authors' own prior work to forbid alternatives. No fitted parameter is renamed as a prediction, and no known result is merely re-labeled. Therefore the circularity score is 0.

Assumptions & free parameters 6 free parameters · 8 assumptions · 0 invented entities

The method introduces no new physical entities. It relies on several standard mathematical tools and several domain assumptions that are stated or implicit in the reconstruction formulation. The most consequential assumptions are that the scalar PLL constraint is a sufficient data consistency objective and that the MLEM-derived schedule defines a clinically useful target.

free parameters (6)
  • N_MLEM = 9-18 in sweeps; 21 in 3D
    Number of MLEM iterations used to build the likelihood schedule. It controls the target likelihood c and hence the prior-likelihood balance, and was tuned on validation to minimize NRMSE.
  • N_gen = 100 (2D), 25 (3D)
    Number of generative diffusion steps. It trades speed against accuracy and is chosen by the authors, not derived.
  • delta = 0.2 (2D), 1.0 (3D)
    Gradient ascent step size. The paper shows robustness up to 2.0 in 2D and up to 4.0 in 3D, but the value still must be set and controls the accuracy of schedule matching.
  • eta = 0.1
    DDIM stochasticity, a fixed hyperparameter inherited from DDIM sampling.
  • beta(t) = 0.1 + 19.9t
    Variance-preserving noise schedule for the forward SDE. Fixed and not tuned, but a modeling choice.
  • SGM training epochs = 100
    Number of training epochs for each score network, selected by 5-fold cross-validation on the transverse training datasets.
assumptions (8)
  • standard math PET emission data follows a Poisson likelihood model, Eq. (2)
    The reconstruction objective assumes measured prompts follow independent Poisson statistics with mean Ax+b.
  • domain assumption The forward model A is known exactly, Eq. (10)
    The method requires an accurate system matrix including PSF, attenuation, normalization, and axial compression; any mismatch biases the likelihood schedule and gradient ascent.
  • domain assumption The score network s_theta approximates the true score, Eq. (5) and Eq. (8)
    DSM training assumes the network is a good surrogate for the true score, and the reconstruction uses this surrogate in place of the prior.
  • standard math Tweedie's formula gives E[x0|xt], Eq. (6)
    Used to denoise and to apply gradient ascent in pixel space.
  • standard math The DDIM update rule, Eq. (7), is a valid sampling scheme
    Assumed for the reverse diffusion process.
  • ad hoc to paper The MLEM likelihood schedule is a clinically meaningful target, Section IV-A
    The choice c = L(x_MLEM|m) is a heuristic aligned with clinical practice, not derived from the posterior.
  • ad hoc to paper A scalar PLL constraint suffices for data consistency, Section IV-B
    The method enforces only the likelihood value, ignoring the rest of the sinogram residual; this is an unproven assumption.
  • ad hoc to paper Averaging scores from three perpendicular 2D SGMs approximates the 3D score, Section IV-C
    The paper adapts Lee et al.'s perpendicular SGM idea but averages scores rather than alternating; no proof is given that this equals a valid 3D prior.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Likelihood-Scheduled Score-Based Generative Modeling for Fully 3D PET Image Reconstruction." pith.science (2026). https://pith.science/paper/S6GWADHW

@misc{pith2026241204339,
  author       = {Pith},
  title        = {Pith review of: Likelihood-Scheduled Score-Based Generative Modeling for Fully 3D PET Image Reconstruction},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/S6GWADHW}},
  note         = {Machine review of arXiv:2412.04339}
}
abstract

Medical image reconstruction with pre-trained score-based generative models (SGMs) has advantages over other existing state-of-the-art deep-learned reconstruction methods, including improved resilience to different scanner setups and advanced image distribution modeling. SGM-based reconstruction has recently been applied to simulated positron emission tomography (PET) datasets, showing improved contrast recovery for out-of-distribution lesions relative to the state-of-the-art. However, existing methods for SGM-based reconstruction from PET data suffer from slow reconstruction, burdensome hyperparameter tuning and slice inconsistency effects (in 3D). In this work, we propose a practical methodology for fully 3D reconstruction that accelerates reconstruction and reduces the number of critical hyperparameters by matching the likelihood of an SGM's reverse diffusion process to a current iterate of the maximum-likelihood expectation maximization algorithm. Using the example of low-count reconstruction from simulated [$^{18}$F]DPA-714 datasets, we show our methodology can match or improve on the NRMSE and SSIM of existing state-of-the-art SGM-based PET reconstruction while reducing reconstruction time and the need for hyperparameter tuning. We evaluate our methodology against state-of-the-art supervised and conventional reconstruction algorithms. Finally, we demonstrate a first-ever implementation of SGM-based reconstruction for real 3D PET data, specifically [$^{18}$F]DPA-714 data, where we integrate perpendicular pre-trained SGMs to eliminate slice inconsistency issues.

Figures

Figures reproduced from arXiv: 2412.04339 by the authors.

Figure 6
Figure 6. Reconstruction quality (SSIM) and number of like￾lihood updates for our method and PET-DDS using optimal hyperparameters chosen for 100 generative timesteps at alter￾nate step sizes δ, as evaluated on 10 2D slices. 200 on both our method and PET-DDS, with the effect on reconstructions shown in [PITH_FULL_IMAGE:figures/full_fig_p009_6.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

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

  1. Joint Reconstruction of the Activity and the Attenuation in PET by Diffusion Posterior Sampling: a Feasibility Study

    physics.med-ph 2024-12 conditional novelty 6.0 of 10

    Diffusion posterior sampling jointly reconstructs activity and attenuation in PET, outperforming MLAA on 2D XCAT phantoms even without time-of-flight information.

  2. Artificial Intelligence-Guided PET Image Reconstruction and Multi-Tracer Imaging: Novel Methods, Challenges, And Opportunities

    physics.med-ph 2025-08 conditional novelty 2.0 of 10

    AI-based PET reconstruction and resolution enhancement methods are surveyed for long axial field of view scanners and multiplexed multi-tracer imaging, with key challenges identified.

Reference graph

Works this paper leans on

38 extracted references · 37 canonical work pages · cited by 2 Pith papers

  1. [14]

    Generative-Model-Based Fully 3D PET Image Recon- struction by Conditional Diffusion Sampling,

    G. Webber, Y . Mizuno, O. D. Howes, A. Hammers, A. P. King, and A. J. Reader, “Generative-Model-Based Fully 3D PET Image Recon- struction by Conditional Diffusion Sampling,” in2024 IEEE Nuclear Science Symposium (NSS), Medical Imaging Conference (MIC) and Room Temperature Semiconductor Detector Conference (RTSD), pp. 1– 2, Oct. 2024. ISSN: 2577-0829

  2. [1]

    D. L. Bailey, ed.,Positron emission tomography: basic sciences. New York: Springer, 2005

  3. [2]

    Standards for PET image acquisition and quantitative data analysis,

    R. Boellaard, “Standards for PET image acquisition and quantitative data analysis,”J Nucl Med, vol. 50 Suppl 1, pp. 11S–20S, May 2009. 12 TMI - AUTHOR ACCEPTED MANUSCRIPT

  4. [3]

    AI for PET image reconstruction,

    A. J. Reader and B. Pan, “AI for PET image reconstruction,”British Journal of Radiology, vol. 96, p. 20230292, Oct. 2023

  5. [4]

    Deep Learning for PET Image Reconstruction,

    A. J. Reader, G. Corda, A. Mehranian, C. d. Costa-Luis, S. Ellis, and J. A. Schnabel, “Deep Learning for PET Image Reconstruction,”IEEE Transactions on Radiation and Plasma Medical Sciences, vol. 5, pp. 1– 25, Jan. 2021

  6. [5]

    Model-Based Deep Learning PET Image Reconstruction Using Forward-Backward Splitting Expectation- Maximization,

    A. Mehranian and A. J. Reader, “Model-Based Deep Learning PET Image Reconstruction Using Forward-Backward Splitting Expectation- Maximization,”IEEE Trans Radiat Plasma Med Sci, vol. 5, pp. 54–64, June 2020

  7. [6]

    Learned Primal Dual Reconstruction for PET,

    A. Guazzo and M. Colarieti-Tosti, “Learned Primal Dual Reconstruction for PET,”J Imaging, vol. 7, p. 248, Nov. 2021

  8. [7]

    Image reconstruction by domain-transform manifold learning,

    B. Zhu, J. Z. Liu, S. F. Cauley, B. R. Rosen, and M. S. Rosen, “Image reconstruction by domain-transform manifold learning,”Nature, vol. 555, pp. 487–492, Mar. 2018. Publisher: Nature Publishing Group

Show all 38 references
  1. [8]

    DeepPET: A deep encoder–decoder network for directly solving the PET image reconstruction inverse problem,

    I. H ¨aggstr¨om, C. R. Schmidtlein, G. Campanella, and T. J. Fuchs, “DeepPET: A deep encoder–decoder network for directly solving the PET image reconstruction inverse problem,”Medical Image Analysis, vol. 54, pp. 253–262, May 2019

  2. [9]

    Diffusion Models for Medical Image Reconstruction,

    G. Webber and A. J. Reader, “Diffusion Models for Medical Image Reconstruction,”BJR|Artificial Intelligence, p. ubae013, Aug. 2024

  3. [10]

    Score-based diffusion models for accelerated MRI,

    H. Chung and J. C. Ye, “Score-based diffusion models for accelerated MRI,”Medical Image Analysis, vol. 80, p. 102479, Aug. 2022

  4. [11]

    Solving 3D Inverse Problems Using Pre-Trained 2D Diffusion Models,

    H. Chung, D. Ryu, M. T. Mccann, M. L. Klasky, and J. C. Ye, “Solving 3D Inverse Problems Using Pre-Trained 2D Diffusion Models,” in2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), (Vancouver, BC, Canada), pp. 22542–22551, IEEE, June 2023

  5. [12]

    Score-Based Generative Models for PET Image Reconstruction,

    I. R. Singhet al., “Score-Based Generative Models for PET Image Reconstruction,”Melba, vol. 2, pp. 547–585, Jan. 2024

  6. [13]

    Unsupervised low-dose PET image reconstruction based on pre-trained denoising diffusion probabilistic prior,

    R. Huet al., “Unsupervised low-dose PET image reconstruction based on pre-trained denoising diffusion probabilistic prior,”Journal of Nu- clear Medicine, vol. 65, pp. 241109–241109, June 2024

  7. [15]

    Fast and Reliable Score-Based Generative Model for Parallel MRI,

    R. Hou, F. Li, and T. Zeng, “Fast and Reliable Score-Based Generative Model for Parallel MRI,”IEEE Trans. Neural Netw. Learning Syst., pp. 1–14, 2024

  8. [16]

    Improving 3D Imaging with Pre-Trained Perpendicular 2D Diffusion Models,

    S. Lee, H. Chung, M. Park, J. Park, W. Ryu, and J. Ye, “Improving 3D Imaging with Pre-Trained Perpendicular 2D Diffusion Models,” in2023 IEEE/CVF International Conference on Computer Vision (ICCV), (Los Alamitos, CA, USA), pp. 10676–10686, IEEE Computer Society, Oct. 2023

  9. [17]

    Maximum Likelihood Reconstruction for Emission Tomography,

    L. A. Shepp and Y . Vardi, “Maximum Likelihood Reconstruction for Emission Tomography,”IEEE Transactions on Medical Imaging, vol. 1, pp. 113–122, Oct. 1982

  10. [18]

    A Maximum a Posteriori Probabil- ity Expectation Maximization Algorithm for Image Reconstruction in Emission Tomography,

    E. Levitan and G. T. Herman, “A Maximum a Posteriori Probabil- ity Expectation Maximization Algorithm for Image Reconstruction in Emission Tomography,”IEEE Transactions on Medical Imaging, vol. 6, pp. 185–192, Sept. 1987

  11. [19]

    Accelerated image reconstruction using ordered subsets of projection data,

    H. M. Hudson and R. S. Larkin, “Accelerated image reconstruction using ordered subsets of projection data,”IEEE Trans Med Imaging, vol. 13, no. 4, pp. 601–609, 1994

  12. [20]

    Fast EM-like methods for maximum

    A. De Pierro and M. Yamagishi, “Fast EM-like methods for maximum ”a posteriori” estimates in emission tomography,”IEEE Transactions on Medical Imaging, vol. 20, pp. 280–288, Apr. 2001

  13. [21]

    Generative Modeling by Estimating Gradients of the Data Distribution,

    Y . Song and S. Ermon, “Generative Modeling by Estimating Gradients of the Data Distribution,” inAdvances in Neural Information Processing Systems, vol. 32, Curran Associates, Inc., 2019

  14. [22]

    Deep unsupervised learning using nonequilibrium thermodynamics,

    J. Sohl-Dickstein, E. A. Weiss, N. Maheswaranathan, and S. Ganguli, “Deep unsupervised learning using nonequilibrium thermodynamics,” inProceedings of the 32nd International Conference on International Conference on Machine Learning - Volume 37, ICML’15, (Lille, France), pp. 2...

  15. [23]

    Denoising Diffusion Probabilis- tic Models,

    J. Ho, A. Jain, and P. Abbeel, “Denoising Diffusion Probabilis- tic Models,” inAdvances in Neural Information Processing Systems (H. Larochelle, M. Ranzato, R. Hadsell, M. F. Balcan, and H. Lin, eds.), vol. 33, pp. 6840–6851, Curran Associates, Inc., 2020

  16. [24]

    Score-Based Generative Modeling through Stochastic Differential Equations,

    Y . Song, J. Sohl-Dickstein, D. P. Kingma, A. Kumar, S. Ermon, and B. Poole, “Score-Based Generative Modeling through Stochastic Differential Equations,” Oct. 2020

  17. [25]

    Reverse-time diffusion equation models,

    B. D. Anderson, “Reverse-time diffusion equation models,”Stochastic Processes and their Applications, vol. 12, pp. 313–326, May 1982

  18. [26]

    A Connection Between Score Matching and Denoising Autoencoders,

    P. Vincent, “A Connection Between Score Matching and Denoising Autoencoders,”Neural Computation, vol. 23, pp. 1661–1674, July 2011

  19. [27]

    Tweedie’s Formula and Selection Bias,

    B. Efron, “Tweedie’s Formula and Selection Bias,”Journal of the American Statistical Association, vol. 106, no. 496, pp. 1602–1614, 2011

  20. [28]

    Decomposed Diffusion Sampler for Accelerating Large-Scale Inverse Problems,

    H. Chung, S. Lee, and J. C. Ye, “Decomposed Diffusion Sampler for Accelerating Large-Scale Inverse Problems,” Oct. 2023

  21. [29]

    Denoising Diffusion Models for Plug-and-Play Image Restoration,

    Y . Zhuet al., “Denoising Diffusion Models for Plug-and-Play Image Restoration,” in2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), pp. 1219–1229, June 2023. ISSN: 2160-7516

  22. [30]

    Joint diffusion: mutual consistency-driven diffusion model for PET-MRI co-reconstruction,

    T. Xieet al., “Joint diffusion: mutual consistency-driven diffusion model for PET-MRI co-reconstruction,”Phys Med Biol, vol. 69, July 2024

  23. [31]

    Penalized Likelihood PET Image Reconstruction using Patch-based Edge-preserving Regularization,

    G. Wang and J. Qi, “Penalized Likelihood PET Image Reconstruction using Patch-based Edge-preserving Regularization,”IEEE Trans Med Imaging, vol. 31, pp. 2194–2204, Dec. 2012

  24. [32]

    On the relation between the ISRA and the EM algorithm for positron emission tomography,

    A. R. De Pierro, “On the relation between the ISRA and the EM algorithm for positron emission tomography,”IEEE Trans Med Imaging, vol. 12, no. 2, pp. 328–333, 1993

  25. [33]

    PARALLELPROJ—an open-source framework for fast calculation of projections in tomography,

    G. Schramm and K. Thielemans, “PARALLELPROJ—an open-source framework for fast calculation of projections in tomography,”Front. Nucl. Med., vol. 3, Jan. 2024. Publisher: Frontiers

  26. [34]

    Assessment of the impact of modeling axial compression on PET image reconstruction,

    M. A. Belzunce and A. J. Reader, “Assessment of the impact of modeling axial compression on PET image reconstruction,”Med Phys, vol. 44, pp. 5172–5186, Oct. 2017

  27. [35]

    Dissection of neuroinflammation in schizophrenia,

    F. Muratib, Y . Mizuno, I. C. Figueiredo, O. Howes, and T. R. Marques, “Dissection of neuroinflammation in schizophrenia,”BJPsych Open, vol. 7, pp. S274–S275, June 2021

  28. [36]

    Bootstrap-Optimised Regularised Image Re- construction for Emission Tomography,

    A. J. Reader and S. Ellis, “Bootstrap-Optimised Regularised Image Re- construction for Emission Tomography,”IEEE Transactions on Medical Imaging, vol. 39, pp. 2163–2175, June 2020

  29. [37]

    Steerable Conditional Diffusion for Out-of- Distribution Adaptation in Medical Image Reconstruction,

    R. Barbano, A. Denker, H. Chung, T. H. Roh, S. Arridge, P. Maass, B. Jin, and J. C. Ye, “Steerable Conditional Diffusion for Out-of- Distribution Adaptation in Medical Image Reconstruction,”IEEE Trans- actions on Medical Imaging, pp. 1–1, 2025

  30. [38]

    Patch-Based Diffusion Models Beat Whole-Image Models for Mismatched Distribution Inverse Problems,

    J. Hu, B. Song, J. A. Fessler, and L. Shen, “Patch-Based Diffusion Models Beat Whole-Image Models for Mismatched Distribution Inverse Problems,” Oct. 2024. arXiv:2410.11730 [cs]

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.