Pith. sign in

REVIEW 3 major objections 5 minor 28 references

Fast PET Reconstruction with Variance Reduction and Prior-Aware Preconditioning

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

Pith's one-line read Regularized PET reconstruction can be made both fast and stable by folding the prior's curvature into the preconditioner.

desk verdict Useful heuristic and a clear account of the PETRIC win, but the key comparative claim rests on single-run inverse-crime curves and needs more evidence. read the letter →

arxiv 2506.04976 v1 pith:DGEYXKBB submitted 2025-06-05 physics.med-ph math.OC

classification physics.med-phmath.OC
keywords PETreconstructionrelativedifferencepriorstochasticvariancereducedgradientpreconditioningharmonicmeanorderedsubsetsPETRICchallengeinverse-crimesimulation
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 asks which algorithmic choices make PET reconstruction with a smooth regularizing prior fast and stable, and answers by testing stochastic gradient methods under a battery of design choices in fast simulations. Its central finding is that the preconditioner—the per-voxel scaling of each update—must absorb the curvature of the prior, not just the data-fidelity term. The authors build a harmonic-mean preconditioner that combines the classic MLEM scaling with the inverse diagonal Hessian of the relative difference prior, and find that this single change lets the algorithm run at a unit initial stepsize across count levels and regularization strengths, where the classic MLEM preconditioner diverges or stalls. The SVRG-based algorithms built on this design formed the basis of the winning contribution to the 2024 PETRIC reconstruction challenge, so the insight has been tested on real brain PET data, not only on simulations.

What carries the argument

The central object is the harmonic-mean preconditioner: a diagonal matrix $D(x)$ obtained from the harmonic mean $h(a,b)=2/(1/a+1/b)$ of the MLEM preconditioner $D_{\mathrm{MLEM}}(x)=\mathrm{diag}\big((x+\delta)/(A^\top 1)\big)$ and the inverse diagonal Hessian of the relative difference prior $D_{\beta S}(x)=\mathrm{diag}(1/\mathrm{diag}(H_{\beta S}(x)))$, with a strength parameter $\alpha$ controlling how much prior curvature enters. It is cheap: only the diagonal of the Hessian of the RDP is needed, and the paper finds it need only be updated in the first three to six epochs. The mechanism by which it carries the argument is that it approximates the inverse Hessian of the full smooth objective, thereby stabilizing unit stepsizes across different counts and regularization strengths, while the MLEM-only preconditioner underestimates curvature when the prior is strong. The other ingredients—SVRG's variance reduction and a moderate number of subsets ($n\approx 27$)—matter, but the paper identifies the preconditioner as the element that made the other choices robust.

What would settle it

A decisive check is to run the submitted SVRG algorithm on a PETRIC test dataset such as Vision600 Hoffman with the harmonic-mean preconditioner replaced by the classic MLEM preconditioner, tuning the initial stepsize and decay schedule to whatever values are best; if the MLEM-preconditioned run reaches all PETRIC convergence thresholds (whole-object NRMSE below $10^{-2}$ and the VOI error thresholds) in equal or less wall time than the harmonic-mean version, the paper's central claim that prior-aware preconditioning is the decisive factor would be contradicted.

Watch

Extended reading notes

Core claim

The paper's central claim is that the decisive design choice for fast, stable RDP-regularized PET reconstruction is a preconditioner that includes information about the regularizer. Concretely, it uses the (scaled) harmonic mean of the standard MLEM preconditioner and the inverse diagonal Hessian of the relative difference prior, $$D(x)=\left(D_{\mathrm{MLEM}}^{-1}(x)+\$\alpha$\,D_{\$\beta$ S}^{-1}(x)\right)^{-1},$$ so that regions where the prior contributes large curvature receive proportionally smaller updates. The paper reports that with this preconditioner, SVRG converges reliably at $\tau^{(0)}=1$ with mild decay in every count and regularization regime it tested, whereas the MLEM-only preconditioner diverges or converges extremely slowly under strong regularization ($\tilde{\beta}=16$). It further claims that SVRG slightly outperforms SAGA, that both clearly outperform plain SGD, and that about 27 subsets give the fastest wall-time convergence; these choices, embedded in three submitted algorithms, consistently reached the PETRIC convergence thresholds on real test datasets. The conclusion is that variance reduction plus a prior-aware preconditioner removes the need for per-dataset stepsize tuning.

Load-bearing premise

The load-bearing premise is that the inverse-crime simulations of Section 3.1, in which the same simulated scanner and projector are used to generate the data and to reconstruct it, are faithful enough to real PET acquisitions that the algorithm rankings and the best settings found there—SVRG over SGD, about 27 subsets, the harmonic-mean preconditioner, and the stepsize schedule—also hold on the clinical PETRIC datasets. If real scanner geometry, noise correlations, or resolution effects shift the ordering, the derived design choices may not transfer.

Editorial extensions

If this is right

  • If the claim is right, RDP-regularized PET reconstruction can be run at a unit initial stepsize with only mild decay, without scanner-specific or count-specific stepsize tuning.
  • SVRG (or SAGA) with roughly 25–30 subsets will beat plain SGD in wall-time to practical convergence across clinically relevant count and regularization regimes.
  • The harmonic-mean preconditioner is the component that makes these speed-ups reliable: removing it reintroduces divergence or very slow convergence under strong regularization.
  • The three submitted algorithms reach the PETRIC convergence thresholds on all test datasets, with whole-object NRMSE being the last metric to converge, meaning practical runtime is bounded by that metric.
  • Fast inverse-crime simulations are a sufficient development loop: design choices found there transferred directly to real scanner data in the challenge.

Reading between the lines

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

  • Editorial inference: the harmonic-mean construction is generic — any smooth regularizer with a cheap diagonal Hessian (total generalized variation, anatomical priors, learned regularizers) could be folded into the same preconditioner, potentially extending the result beyond RDP.
  • Editorial inference: because the preconditioner uses only the diagonal Hessian and the MLEM scaling, the recipe should transfer to other Poisson inverse problems where MLEM-type scaling is standard, such as single-photon emission CT or list-mode PET.
  • Editorial inference: a conservative reading of the paper's evidence is that updating the preconditioner only in the first few epochs is sufficient in inverse-crime settings; on very low-count or non-ToF real data, more frequent updates could in principle help, which is a testable extension the paper did not explore.
Share X Bluesky LinkedIn Reddit HN

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 paper reports the winning contribution of the MaGeZ team to the 2024 PET Rapid Image Reconstruction Challenge (PETRIC). The authors study stochastic subset-based optimization methods (SGD, SAGA, SVRG) for RDP-regularized PET reconstruction, with emphasis on a diagonal preconditioner combining the classical MLEM preconditioner and the inverse diagonal Hessian of the RDP via a scaled harmonic mean (Eq. 9). Through fast inverse-crime simulations, they conclude that this prior-aware preconditioner is essential for stable convergence at initial stepsize tau^(0) approximately 1, that SVRG is slightly preferable to SAGA, and that n approximately 27 subsets is near-optimal. These insights are translated into three submitted algorithms (ALG1-3), all using SVRG with the harmonic preconditioner, which are validated on real PETRIC datasets and achieve the fastest convergence overall.

Significance. The paper is a strong empirical contribution: it documents a reproducible winning challenge entry, provides extensive ablation experiments, and proposes a simple, computationally cheap preconditioning heuristic that addresses a real practical problem (stepsize tuning under strong regularization). The availability of code and data is a notable strength. However, the headline claim—that the harmonic preconditioner is crucial—rests on single-run comparisons in simulations and is never ablated on the real PETRIC data, so the evidence is not yet fully commensurate with the strength of the claim.

major comments (3)
  1. [§3.2, Fig. 2; §3.3] The claim that the MLEM preconditioner 'diverges or converges extremely slowly' at beta-tilde = 16 and that the harmonic-mean preconditioner is 'essential' is based on a single run per configuration, as stated in the Fig. 2 caption. Figure 4 provides five-seed stability only for the harmonic preconditioner, not for the MLEM comparison that the claim depends on. Please provide repeated runs (e.g., five seeds) for the MLEM preconditioner at least in the critical beta-tilde = 16, tau^(0) = 1 cases, with shaded ranges or error bars, so that the central comparative claim is statistically supported.
  2. [§2.3, Eq. (9)] The scaling parameter alpha in the harmonic-mean preconditioner and the stabilization constant delta in D_MLEM are never specified for the experiments. Because the behavior of the harmonic preconditioner depends critically on alpha, and the comparison to the MLEM preconditioner depends on delta, the reader cannot determine whether the comparison is tuned fairly or reproduce the results. Please report the values used for alpha, delta, and the RDP parameters gamma and epsilon.
  3. [§4.1, Figs. 7-8] The PETRIC validation uses only the three submitted algorithms, all of which employ the harmonic preconditioner. The assertion that this preconditioner is 'essential' is never tested on the actual target domain: an ablation replacing the harmonic preconditioner with the MLEM preconditioner on at least one real dataset is needed to confirm the design choice in the setting where it matters.
minor comments (5)
  1. [§1.1] 'nonnegativity constrains' should be 'nonnegativity constraints'.
  2. [§2.3, Eq. (9)] The expression 'D(x) = 1/2 h(D_MLEM, alpha^{-1}D_betaS)' is a nonstandard use of the harmonic mean; consider defining the scaled harmonic mean directly to avoid confusion with the conventional harmonic mean.
  3. [Appendix A.2, Algorithm 1] The condition 'k mod (omega n) = 0' uses the iteration index k, while Table 1 refers to 'preconditioner update epochs'; please clarify whether update_pc_iters contains iteration indices or epoch numbers and align the notation with the text.
  4. [§2.4] The cofactor order is introduced as a novel sampling rule, but Figure 5 shows it yields negligible differences; the paper should state explicitly whether it is retained only for its marginal benefit or for ALG3's robustness.
  5. [§4.1, Figs. 7-8] The vertical lines indicating convergence times are hard to distinguish across algorithms; a table of wall-clock convergence times per dataset and run would improve readability.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the central design conclusions are empirical comparisons against external benchmarks, and the harmonic preconditioner is a Newton-type approximation rather than a restatement of the results.

full rationale

This is an empirical algorithm paper, not a derivation chain whose conclusions are encoded in its inputs. The three load-bearing design conclusions—(i) SVRG/SAGA over SGD, (ii) n≈27 subsets, (iii) the harmonic-mean preconditioner of Eq. (9) enabling τ(0)≈1—come from controlled simulations in Section 3 with NRMSE measured against independently computed L-BFGS-B references, followed by evaluation on the external PETRIC test datasets in Section 4. Equation (9) is derived as a Newton-type diagonal preconditioner: when D_MLEM and α^{-1}D_βS are exact inverse-Hessian diagonals of the data and prior terms, D=(D_MLEM^{-1}+αD_βS^{-1})^{-1} is the inverse of the sum Hessian, so the construction is not defined in terms of the conclusion it supports. The PETRIC leaderboard citation [28] is co-authored by one of the present authors, but it is an externally governed, publicly falsifiable benchmark rather than an imported uniqueness theorem, and the paper also displays its own test-data convergence curves. Remaining concerns—inverse-crime simulation (same projector for generation and reconstruction), single-run curves in Fig. 2, and undisclosed α in Eq. (9)—affect external validity and statistical robustness, not circularity. No fitted parameter is renamed as a prediction and no load-bearing claim reduces to a self-citation.

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

The paper rests on standard convex optimization theory plus several domain assumptions about simulation realism and the validity of the NRMSE threshold. Two parameters used in the preconditioner, alpha and delta, are never given values, which is the most concrete gap in the ledger. No new physical entities are introduced.

free parameters (7)
  • alpha (scaling in harmonic-mean preconditioner) = not reported
    Appears in Eq. (9) as an unspecified positive scalar; no value given anywhere, so the preconditioner is underspecified.
  • delta (regularization in MLEM preconditioner) = not reported
    Small constant in DMLEM to keep diagonal entries nonzero; no value given.
  • initial stepsize tau^(0) = 0.3, 1.0, 1.5 (grid)
    Tuned per method and regularization; optimal value depends on beta tilde.
  • stepsize decay eta = 0.02
    Chosen for gentle decay in the main experiments; part of the vanishing stepsize schedule.
  • number of subsets n = 8, 27, 54, 108
    n=27 selected as the best tradeoff; PETRIC submissions use a divisor closest to 25 or 24.2.
  • preconditioner update epochs = [1,2,3] for ALG1; [1,2,4,6] for ALG2/3
    Tuned based on simulations; updating beyond 3 epochs gives no observed performance gain.
  • regularization strength beta tilde = 1, 4, 16
    Scaled by Eq. (10); hand-selected to cover low, medium, and high regularization regimes.
assumptions (6)
  • standard math KL divergence is separable in the estimated data and can be split into subset functions as in Eq. (2)
    This is a mathematical identity used throughout; no issue.
  • standard math SAGA and SVRG converge for Lipschitz-smooth objectives with constant stepsizes
    Relies on known convergence theory from references [21,22]; used as background.
  • ad hoc to paper The harmonic mean of DMLEM and alpha^-1 D_betaS approximates the inverse Hessian of the combined smooth objective
    Stated in Section 2.3 as a heuristic justification; no proof or quantitative validation is provided for this approximation.
  • domain assumption The inverse-crime simulation with a simulated cylindrical scanner is representative of real PET acquisitions
    Section 3 uses fast inverse-crime simulations to select algorithm components; if the simulations are too optimistic, conclusions may not transfer.
  • domain assumption NRMSE relative to a 500-iteration L-BFGS-B reconstruction is a valid convergence measure and the 0.01 threshold matches clinical image quality
    Section 3.1; used to rank algorithms, and the threshold is inherited from the PETRIC challenge.
  • domain assumption Walltime on a single NVIDIA RTX A4500 GPU is a representative measure of clinical reconstruction speed
    All timing comparisons use one GPU type; relative rankings may differ on other hardware.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Fast PET Reconstruction with Variance Reduction and Prior-Aware Preconditioning." pith.science (2026). https://pith.science/paper/DGEYXKBB

@misc{pith2026250604976,
  author       = {Pith},
  title        = {Pith review of: Fast PET Reconstruction with Variance Reduction and Prior-Aware Preconditioning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/DGEYXKBB}},
  note         = {Machine review of arXiv:2506.04976}
}
read the original abstract

We investigate subset-based optimization methods for positron emission tomography (PET) image reconstruction incorporating a regularizing prior. PET reconstruction methods that use a prior, such as the relative difference prior (RDP), are of particular relevance, as they are widely used in clinical practice and have been shown to outperform conventional early-stopped and post-smoothed ordered subsets expectation maximization (OSEM). Our study evaluates these methods on both simulated data and real brain PET scans from the 2024 PET Rapid Image Reconstruction Challenge (PETRIC), where the main objective was to achieve RDP-regularized reconstructions as fast as possible, making it an ideal benchmark. Our key finding is that incorporating the effect of the prior into the preconditioner is crucial for ensuring fast and stable convergence. In extensive simulation experiments, we compare several stochastic algorithms -- including Stochastic Gradient Descent (SGD), Stochastic Averaged Gradient Amelior\'e (SAGA), and Stochastic Variance Reduced Gradient (SVRG) -- under various algorithmic design choices and evaluate their performance for varying count levels and regularization strengths. The results show that SVRG and SAGA outperformed SGD, with SVRG demonstrating a slight overall advantage. The insights gained from these simulations directly contributed to the design of our submitted algorithms, which formed the basis of the winning contribution to the PETRIC 2024 challenge.

Figures

Figures reproduced from arXiv: 2506.04976 by the authors.

Figure 1
Figure 1. Stacked central transversal, coronal and sagittal slices of L-BFGS-B reference reconstructions of the ellipse phantom. Each column shows a different level of regularization (β˜) increasing from left to right. Top row shows results for 107 true counts, and bottom row for 108 true counts. This ensures that reconstructions with the same β˜ at different count levels show comparable reso￾lution. All stochastic reconstruc… view at source ↗
Figure 2
Figure 2. Reconstruction performance in terms of NRMSE versus walltime for SVRG, SAGA, SGD, for MLEM (dashed lines) and harmonic (solid lines) preconditioners (PC) and three initial stepsizes (τ (0)) represented by different colors, using 27 subsets, a gentle stepsize decay with η = 0.02, 100 epochs, and subset selection without replacement. Results are shown for three levels of regularization (β˜) and two count levels. Note … view at source ↗
Figure 3
Figure 3. Performance in terms of NRMSE versus walltime for SVRG and SAGA, for different number of subsets n and initial stepsizes τ (0), using the harmonic preconditioner, a gentle stepsize decay with η = 0.02, 100 epochs, and subset selection without replacement. Results are shown for three levels of regularization β˜ and two count levels. For each combination of n and τ (0), the outcome of 1 run is displayed. The thick hor… view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Same as [PITH_FULL_IMAGE:figures/full_fig_p010_4.png]
Figure 5
Figure 5. Figure 5: Same as [PITH_FULL_IMAGE:figures/full_fig_p011_5.png]
Figure 6
Figure 6. Figure 6: Same as [PITH_FULL_IMAGE:figures/full_fig_p012_6.png]
Figure 7
Figure 7. Figure 7: Performance metrics of our three submitted algorithms evaluated on 3 representative PETRIC test datasets using 3 repeated runs. The vertical lines indicate the time when the threshold of all metrics were reached. Note the logarithmic scale on the y-axis and the linear …
Figure 8
Figure 8. Figure 8: Same as [PITH_FULL_IMAGE:figures/full_fig_p015_8.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

28 extracted references · 28 canonical work pages

  1. [1]

    A concave prior penalizing relative differences for maximum-a-posteriori reconstruction in emission tomography.IEEE Transactions on nuclear science , 49(1):56–60, 2002

    Johan Nuyts, Dirk Bequé, Patrick Dupont, and Luc Mortelmans. A concave prior penalizing relative differences for maximum-a-posteriori reconstruction in emission tomography.IEEE Transactions on nuclear science , 49(1):56–60, 2002

  2. [2]

    Ehrhardt, Christoph Kolbitsch, Evgueni Ovtchinnikov, Edoardo Pasca, Kris Thielemans, and Charalampos Tsoumpas

    Casper da Costa-Luis, Matthias J. Ehrhardt, Christoph Kolbitsch, Evgueni Ovtchinnikov, Edoardo Pasca, Kris Thielemans, and Charalampos Tsoumpas. Petric: Pet rapid image re- construction challenge, 2025

  3. [3]

    Teoh, Daniel R

    Eugene J. Teoh, Daniel R. McGowan, Ruth E. Macpherson, Kevin M. Bradley, and Fergus V. Gleeson. Phantom and clinical evaluation of the bayesian penalized likelihood reconstruction algorithm q.clear on an lyso pet/ct system.Journal of Nuclear Medicine , 56(9):1447–1452, July 2015

  4. [4]

    Teoh, Daniel R

    Eugene J. Teoh, Daniel R. McGowan, Kevin M. Bradley, Elizabeth Belcher, Edward Black, and Fergus V. Gleeson. Novel penalised likelihood reconstruction of pet in the assessment of histologically verified small pulmonary nodules.European Radiology, 26(2):576–584, May 2015

  5. [5]

    Sangtae Ahn, Steven G Ross, Evren Asma, Jun Miao, Xiao Jin, Lishui Cheng, Scott D Wollenweber, and Ravindra M Manjeshwar. Quantitative comparison of osem and penalized likelihood image reconstruction using relative difference penalties for clinical pet.Physics in Medicine and Biology, 60(15):5733–5751, July 2015

  6. [6]

    Globally convergent image reconstruction for emission tomography using relaxed ordered subsets algorithms.IEEE transactions on medical imaging , 22(5):613–626, 2003

    Sangtae Ahn and Jeffrey A Fessler. Globally convergent image reconstruction for emission tomography using relaxed ordered subsets algorithms.IEEE transactions on medical imaging , 22(5):613–626, 2003

  7. [7]

    An inves- tigation of stochastic variance reduction algorithms for relative difference penalized 3d pet image reconstruction

    Robert Twyman, Simon Arridge, Zeljko Kereta, Bangti Jin, Ludovica Brusaferri, Sangtae Ahn, Charles W Stearns, Brian F Hutton, Irene A Burger, Fotis Kotasidis, et al. An inves- tigation of stochastic variance reduction algorithms for relative difference penalized 3d pet image reconstruction. IEEE Transactions on Medical Imaging , 42(1):29–41, 2022. 18

  8. [8]

    Sirf: synergistic image reconstruction framework.Computer Physics Communications, 249:107087, 2020

    Evgueni Ovtchinnikov, Richard Brown, Christoph Kolbitsch, Edoardo Pasca, Casper da Costa-Luis, Ashley G Gillman, Benjamin A Thomas, Nikos Efthimiou, Johannes Mayer, Palak Wadhwa, et al. Sirf: synergistic image reconstruction framework.Computer Physics Communications, 249:107087, 2020

Show all 28 references
  1. [9]

    Malcolm Hudson and Richard S

    H. Malcolm Hudson and Richard S. Larkin. Accelerated image reconstruction using ordered subsets of projection data.IEEE transactions on medical imaging , 13(4):601–609, 1994

  2. [10]

    Faster pet recon- struction with non-smooth priors by randomization and preconditioning.Physics in Medicine & Biology, 64(22):225019, 2019

    Matthias J Ehrhardt, Pawel Markiewicz, and Carola-Bibiane Schönlieb. Faster pet recon- struction with non-smooth priors by randomization and preconditioning.Physics in Medicine & Biology, 64(22):225019, 2019

  3. [11]

    Stochastic em methods with variance reduction for penalised pet reconstructions

    Željko Kereta, Robert Twyman, Simon Arridge, Kris Thielemans, and Bangti Jin. Stochastic em methods with variance reduction for penalised pet reconstructions. Inverse Problems, 37(11):115006, 2021

  4. [12]

    Georg Schramm and Martin Holler. Fast and memory-efficient reconstruction of sparse poisson data in listmode with non-smooth priors with application to time-of-flight pet.Physics in Medicine & Biology, 67(15):155020, 2022

  5. [13]

    A guide to stochastic optimisation for large-scale inverse problems.Inverse Problems, 2024

    Matthias Joachim Ehrhardt, Zeljko Kereta, Jingwei Liang, and Junqi Tang. A guide to stochastic optimisation for large-scale inverse problems.Inverse Problems, 2024

  6. [14]

    Stochastic optimisation framework using the core imaging library and synergistic image reconstruction framework for pet reconstruction

    Evangelos Papoutsellis, Casper da Costa-Luis, Daniel Deidda, Claire Delplancke, Margaret Duff, Gemma Fardell, Ashley Gillman, Jakob S Jørgensen, Zeljko Kereta, Evgueni Ovtchin- nikov, et al. Stochastic optimisation framework using the core imaging library and synergistic image...

  7. [15]

    Total generalized variation.SIAM Journal on Imaging Sciences , 3(3):492–526, 2010

    Kristian Bredies, Karl Kunisch, and Thomas Pock. Total generalized variation.SIAM Journal on Imaging Sciences , 3(3):492–526, 2010

  8. [16]

    Joint mr-pet reconstruction using a multi-channel image regularizer

    Florian Knoll, Martin Holler, Thomas Koesters, Ricardo Otazo, Kristian Bredies, and Daniel K Sodickson. Joint mr-pet reconstruction using a multi-channel image regularizer. IEEE transactions on medical imaging , 36(1):1–16, 2016

  9. [17]

    Pet reconstruction with an anatomical mri prior using parallel level sets.IEEE transactions on medical imaging, 35(9):2189–2199, 2016

    Matthias J Ehrhardt, Pawel Markiewicz, Maria Liljeroth, Anna Barnes, Ville Kolehmainen, John S Duncan, Luis Pizarro, David Atkinson, Brian F Hutton, Sebastien Ourselin, et al. Pet reconstruction with an anatomical mri prior using parallel level sets.IEEE transactions on medica...

  10. [18]

    Generative adversarial network based regularized image reconstruction for pet.Physics in Medicine & Biology , 65(12):125016, 2020

    Zhaoheng Xie, Reheman Baikejiang, Tiantian Li, Xuezhu Zhang, Kuang Gong, Mengxi Zhang, Wenyuan Qi, Evren Asma, and Jinyi Qi. Generative adversarial network based regularized image reconstruction for pet.Physics in Medicine & Biology , 65(12):125016, 2020

  11. [19]

    Score-based generative models for pet image recon- struction

    Imraj RD Singh, Alexander Denker, Riccardo Barbano, Željko Kereta, Bangti Jin, Kris Thiele- mans, Peter Maass, and Simon Arridge. Score-based generative models for pet image recon- struction. Machine Learning for Biomedical Imaging , 2:547–585, 2024

  12. [20]

    Benefits of using a spatially-variant penalty strength with anatomical priors in pet reconstruction.IEEE Transactions on Medical Imaging, 39(1):11–22, 2019

    Yu-Jung Tsai, Georg Schramm, Sangtae Ahn, Alexandre Bousse, Simon Arridge, Johan Nuyts, Brian F Hutton, Charles W Stearns, and Kris Thielemans. Benefits of using a spatially-variant penalty strength with anatomical priors in pet reconstruction.IEEE Transactions on Medical Imag...

  13. [21]

    Saga: A fast incremental gradient method with support for non-strongly convex composite objectives

    Aaron Defazio, Francis Bach, and Simon Lacoste-Julien. Saga: A fast incremental gradient method with support for non-strongly convex composite objectives. InAdvances in Neural Information Processing Systems, volume 2, pages 1646–1654, 2014

  14. [22]

    Accelerating stochastic gradient descent using predictive vari- ance reduction

    Rie Johnson and Tong Zhang. Accelerating stochastic gradient descent using predictive vari- ance reduction. In C J C Burges, L Bottou, M Welling, Z Ghahramani, and K Q Weinberger, editors, Advances in Neural Information Processing Systems , volume 26, 2013

  15. [23]

    Barzilai-borwein step size for stochastic gradient descent.Advances in neural information processing systems , 29, 2016

    Conghui Tan, Shiqian Ma, Yu-Hong Dai, and Yuqiu Qian. Barzilai-borwein step size for stochastic gradient descent.Advances in neural information processing systems , 29, 2016. 19

  16. [24]

    Dog is sgd’s best friend: A parameter-free dynamic step size schedule

    Maor Ivgi, Oliver Hinder, and Yair Carmon. Dog is sgd’s best friend: A parameter-free dynamic step size schedule. InInternational Conference on Machine Learning , pages 14465– 14499. PMLR, 2023

  17. [25]

    Painless stochastic gradient: Interpolation, line-search, and convergence rates

    Sharan Vaswani, Aaron Mishkin, Issam Laradji, Mark Schmidt, Gauthier Gidel, and Simon Lacoste-Julien. Painless stochastic gradient: Interpolation, line-search, and convergence rates. Advances in neural information processing systems , 32, 2019

  18. [26]

    Herman and Lorraine B

    Gabor T. Herman and Lorraine B. Meyer. Algebraic reconstruction techniques can be made computationally efficient (positron emission tomography application).IEEE Transactions on Medical Imaging, 12(3):600–609, 1993

  19. [27]

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

    Georg Schramm and Kris Thielemans. PARALLELPROJ–an open-source framework for fast calculation of projections in tomography. Frontiers in Nuclear Medicine , Volume 3 - 2023, 2024

  20. [28]

    Ehrhardt, Christoph Kolbitsch, Evgueni Ovtchinnikov, Edoardo Pasca, Kris Thielemans, and Charalampos Tsoumpas

    Casper da Costa-Luis, Matthias J. Ehrhardt, Christoph Kolbitsch, Evgueni Ovtchinnikov, Edoardo Pasca, Kris Thielemans, and Charalampos Tsoumpas. Petric: Pet rapid image re- construction challenge - leaderboard, 2025. 20

Pith tools

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