Pith. sign in

REVIEW 4 major objections 3 minor 47 references

Plug-and-Play with 2.5D Artifact Reduction Prior for Fast and Accurate Industrial Computed Tomography Reconstruction

T0 review · 4 major / 3 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read Upgrading the artifact-reduction prior from 2D to 2.5D improves sparse-view cone-beam XCT reconstruction, preserves fine pore structure, and suppresses beam hardening directly during reconstruction.

desk verdict A fair, honest 2.5D-versus-2D A/B in PnP XCT reconstruction; the only real weakness is that accuracy is measured against reconstructed references when known CAD ground truth exists. read the letter →

arxiv 2506.14719 v1 pith:CA2DBR2T submitted 2025-06-17 eess.IV cs.CV

classification eess.IVcs.CV
keywords X-raycomputedtomographyplug-and-playreconstructionartifactreductionprior2.5DCNNbeamhardeningsparse-viewCTdefectdetectionsuper-resolution
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

Industrial cone-beam X-ray computed tomography needs many projections to produce high-quality 3D reconstructions, making scans slow and expensive. This paper argues that placing a 2.5D artifact-reduction CNN inside a plug-and-play reconstruction framework recovers near-reference quality from sparse, noisy, beam-hardened scans: the network sees five adjacent slices at once, using inter-slice context to clean the center slice while staying as cheap as a 2D model. The authors show that this 2.5D prior outperforms the 2D prior it extends, preserving fine pore shape and boosting defect-detection recall and precision, and that it removes beam-hardening artifacts inside the reconstruction so no separate artifact-correction preprocessing is needed. They also demonstrate that a prior trained only on synthetic scans reconstructs experimental aluminum-cerium parts well, which matters because deep-learned CT models typically fail on out-of-distribution data.

What carries the argument

The load-bearing mechanism is the alternating-minimization PnP loop with a quadratic-penalty variable split: a data-fidelity step (conjugate gradient on the cone-beam forward model) alternates with a regularization step in which the proximal operator is replaced by a 2.5D artifact-reduction UNet. The 2.5D network takes five adjacent slices as input channels and is trained with an L1 residual loss to output the cleaned center slice, giving it volumetric context at 2D memory cost; an adaptive grid search on center-slice quality sets the penalty parameter β each iteration. This combination lets the reconstruction suppress noise, cupping and streak artifacts from beam hardening, and view-sparsity artifacts while preserving pore boundaries.

What would settle it

Recompute the experimental comparison using a reference obtained from a materially denser acquisition (for example, thousands of views at high signal) or a known ground-truth phantom, and test whether the 2.5D PnP advantage in recall and precision over 2D PnP survives; if it shrinks or reverses, the reported gains were partly matching reference artifacts instead of true pore structure.

Watch

Extended reading notes

Core claim

The paper claims that upgrading the artifact-reduction prior in a plug-and-play (PnP) reconstruction scheme from 2D to 2.5D yields a clear improvement in sparse-view cone-beam XCT. In the PnP loop, the regularization sub-problem is solved by a CNN trained to map low-quality FDK inputs (few views, Poisson-like noise, beam hardening) to dense-view artifact-free targets; the 2.5D version feeds a stack of five neighboring slices and predicts the residual for the center slice. The authors report lower NRMSE and higher SSIM on synthetic in-distribution and most out-of-distribution tests, higher recall and precision for 75–125 µm flaws, and visible recovery of pores that 2D PnP distorts or misses. On experimental 145-view scans, the 2.5D model trained entirely on synthetic data matches or beats the 2D prior on task-specific defect detection and achieves the highest SNR and CNR, at essentially the same runtime (about 48 minutes per 1356×1356×1264 volume on four GPUs) as 2D PnP and far below MBIR.

Load-bearing premise

The results assume that the reference reconstructions used for training and evaluation — a dense-view fast analytic reconstruction with a single-energy beam on synthetic data, and a slower iterative reconstruction on experimental data — faithfully represent the true object rather than carrying their own residual artifacts.

Editorial extensions

If this is right

  • Sparse-view industrial scans could be cut to 73–145 views and still yield defect-detection-quality volumes, with beam hardening handled inside reconstruction rather than as a preprocessing step.
  • Large-volume reconstruction time and memory drop by an order of magnitude versus MBIR (about 48 minutes and 35 GB on four GPUs, compared with about 6 hours and 300 GB), making high-quality XCT feasible for routine inspection.
  • A synthetic-only training recipe transfers to experimental parts, so new materials and geometries may not require experimental ground-truth training data.
  • Out-of-distribution noise levels (up to four times the training noise) degrade gracefully, while extreme view sparsity (73 views) still exposes a sensitivity and false-positive trade-off.

Reading between the lines

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

  • Because the 2.5D prior leverages inter-slice consistency, the same architecture could plausibly suppress other volumetric artifacts, such as metal streaks or limited-angle artifacts, if training targets expose them.
  • The recall and precision gains on 75–125 µm flaws suggest that PnP with 2.5D priors could lower missed-defect rates in nondestructive evaluation, but the false-positive increase under high noise and extreme sparsity implies production use would need a confidence or size filter.
  • A natural testable extension is to vary the input stack depth (3, 5, or 7 slices) and measure the trade-off between context and compute; the paper fixes it at five without an ablation.
  • If the synthetic-to-experimental transfer holds broadly, a shared artifact-reduction prior could be trained once on CAD-derived phantoms and deployed across many industrial XCT systems, avoiding per-scanner retraining.
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

4 major / 3 minor

Summary. The paper proposes a plug-and-play (PnP) reconstruction method for sparse-view cone-beam XCT in which the proximal/regularization step is a 2.5D UNet that takes five adjacent slices and denoises/artifact-corrects the center slice. The method is compared with a 2D-prior PnP counterpart on synthetic aluminum AM phantoms (in-distribution and out-of-distribution noise/view counts) and on an experimental Al-Ce part scanned with 145 views, using a 580-view MBIR reconstruction as reference. The authors report improved NRMSE/SSIM and defect recall/precision for 2.5D PnP in most conditions, plus suppression of beam-hardening cupping, at roughly equal runtime and memory to 2D PnP, and much lower cost than MBIR.

Significance. If the reported gains hold against true object ground truth, the paper makes a modest but useful contribution: it validates a low-cost architectural change to a practical PnP framework, demonstrates that a synthetic-trained 2.5D prior transfers to experimental data, and shows that the extra computational burden over 2D PnP is negligible. The fixed Otsu-based defect-detection evaluation and the explicit runtime/memory comparison are strengths. The central limitation is that all quantitative comparisons are made against reconstructed references rather than known object truth; because the synthetic phantoms are CAD-generated, this is addressable and should be addressed before publication.

major comments (4)
  1. [§3.3, Table 1; §4.1; Figs. 6, 9, 12] The synthetic evaluation uses a dense 2132-view mono-energetic FDK reconstruction as both the training target and the evaluation reference (Table 1). Since the CAD phantoms are known, true ground-truth volumes exist and should be used for NRMSE/SSIM and for recall/precision with known pore labels. As written, the reported gains of 2.5D PnP over 2D PnP may partly reflect better matching of the particular FDK reference's residual artifacts (cone-beam or cupping profile) rather than higher fidelity to the true object. The Conclusion's statement that pores "more closely match the ground truth" is therefore stronger than the evidence supports.
  2. [§4, Table 2] All metrics in Table 2 are computed from a single reconstructed volume per condition; no noise realizations, bootstrap intervals, or significance tests are reported. The text in §4.1 says 2.5D PnP "consistently achieves significantly higher recall and precision," but the OOD-view rows contradict this (e.g., 73 views, noise 0.5: recall 0.879 for 2D PnP vs 0.306 for 2.5D PnP; precision 0.658 vs 0.306). The claims need to be qualified to the conditions where they hold, and error bars or repeated trials are needed before calling the differences significant.
  3. [§5, Table 3] For the experimental demonstration, the reference is an MBIR reconstruction of a 580-view scan; all experimental image-quality and defect-detection metrics are relative to that reconstruction, which carries its own regularization bias. Moreover, Table 3 shows 2D PnP slightly outperforms 2.5D PnP on NRMSE and SSIM (0.148 vs 0.152; 0.991 vs 0.990), so the experimental advantage of 2.5D PnP rests entirely on recall/precision computed against an Otsu segmentation of the MBIR reference. The manuscript should acknowledge this reference-dependence more explicitly and ideally validate the experimental pipeline on a phantom with known defect locations.
  4. [Abstract; §4.1, Fig. 4] The abstract claims that the 2.5D prior "eliminates the need for artifact correction pre-processing." The only evidence is the line profile in Fig. 4 compared with a mono-energetic dense FDK reference. No quantitative beam-hardening metric (e.g., cupping index) is provided, and no comparison against a standard BH-correction preprocessing pipeline is shown. The claim should either be supported by such a comparison or narrowed to "suppresses beam-hardening-like cupping relative to this reference."
minor comments (3)
  1. [§3.1 and Algorithm 1] Eq. (6) defines the network as predicting a residual (input minus target), but Algorithm 1 writes z_k ← D_θ(x_{k-1}) as if D_θ outputs the denoised center slice directly. Please clarify whether D_θ outputs the residual or the cleaned slice, and make Algorithm 1 consistent with Eq. (6).
  2. [Figure 1 caption] The caption calls the reference a "dense-view FDK reconstruction that does not contain beam hardening artifacts"; this is accurate for the synthetic setup, but the term "reference" should not be equated with ground truth elsewhere in the text (e.g., §4.1's wording about matching the reference).
  3. [Table 2] Please report the number of defects/flaws in the reference segmentation used for recall and precision, and state how many voxels or pores contribute to the reported values; without this, the precision values for large pores are difficult to interpret.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the 2.5D-vs-2D comparison is an empirical architecture study with independent external references.

full rationale

The central claim is an empirical comparison of two artifact-reduction priors inside the same plug-and-play framework, not a derivation from fitted constants. The training loss in Eq. (6) maps sparse-view FDK inputs to dense-view FDK references, and the same reference distribution is used for evaluation; this is standard supervised learning rather than circular reasoning, because the 2D and 2.5D priors are trained and evaluated under identical protocols on held-out scans. The paper inherits the PnP formulation, beta-selection rule, and hyperparameters from the authors' prior work [23], but that self-citation is not load-bearing for the novel claim: both compared methods share those components, so the reported 2.5D advantage is not forced by the inherited machinery. The beam-hardening suppression behavior is by construction of the paired training data (BH present in input, absent in reference), but reporting it as an empirical result is not a circular derivation. Concerns that dense-FDK or MBIR references are not true ground truth are validity limitations, not circularity, and the paper's own acknowledgment that it struggles on OOD view sparsity further indicates the results are not tautological.

Assumptions & free parameters 1 free parameters · 5 assumptions · 0 invented entities

The method introduces no new physical entities or conserved quantities. Its novelty is architectural. The main assumptions are standard XCT modeling choices plus the suitability of dense-view FDK and MBIR reconstructions as evaluation references. The only data-dependent tuning is the beta grid search, which is shared across methods.

free parameters (1)
  • Regularization parameter beta candidates = {2^{1-i}} for i=0,...,14
    Selected per iteration via grid search on the reconstruction quality of a few center slices (inherited from [23]). This is data-dependent tuning that influences the final reconstruction, though it is applied identically to both 2D and 2.5D PnP.
assumptions (5)
  • domain assumption Cone-beam X-ray projection is modeled by a linear operator A, so the forward model y = Ax holds.
    Standard model in XCT reconstruction, used in Section 2 and in the simulation pipeline.
  • domain assumption Photon noise is approximately Gaussian with variance proportional to signal intensity (Eq. 7).
    Used to generate all synthetic training and test data; if this approximation is poor, the learned prior is trained on unrealistic noise.
  • domain assumption A dense-view (2132-view), mono-energetic FDK reconstruction is a sufficient training target for artifact and noise reduction.
    The CNN is trained to map sparse, noisy, beam-hardened FDK to this reference. If the reference contains FDK artifacts, the prior learns to reproduce them.
  • domain assumption The PnP iteration converges or behaves well with the trained CNN prior, even though the network does not satisfy the standard nonexpansiveness or averaged-operator conditions.
    The paper cites PnP convergence theory in Section 2 but does not verify these conditions for the trained UNet; in practice the method uses only 3 iterations with adaptive beta.
  • ad hoc to paper Five adjacent slices provide sufficient inter-slice context for artifact reduction; more slices or full 3D context would not meaningfully change the result.
    The paper selects 5 slices based on prior 2.5D CT work, but does not ablate the number of slices or compare with a 3D prior.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Plug-and-Play with 2.5D Artifact Reduction Prior for Fast and Accurate Industrial Computed Tomography Reconstruction." pith.science (2026). https://pith.science/paper/CA2DBR2T

@misc{pith2026250614719,
  author       = {Pith},
  title        = {Pith review of: Plug-and-Play with 2.5D Artifact Reduction Prior for Fast and Accurate Industrial Computed Tomography Reconstruction},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/CA2DBR2T}},
  note         = {Machine review of arXiv:2506.14719}
}
read the original abstract

Cone-beam X-ray computed tomography (XCT) is an essential imaging technique for generating 3D reconstructions of internal structures, with applications ranging from medical to industrial imaging. Producing high-quality reconstructions typically requires many X-ray measurements; this process can be slow and expensive, especially for dense materials. Recent work incorporating artifact reduction priors within a plug-and-play (PnP) reconstruction framework has shown promising results in improving image quality from sparse-view XCT scans while enhancing the generalizability of deep learning-based solutions. However, this method uses a 2D convolutional neural network (CNN) for artifact reduction, which captures only slice-independent information from the 3D reconstruction, limiting performance. In this paper, we propose a PnP reconstruction method that uses a 2.5D artifact reduction CNN as the prior. This approach leverages inter-slice information from adjacent slices, capturing richer spatial context while remaining computationally efficient. We show that this 2.5D prior not only improves the quality of reconstructions but also enables the model to directly suppress commonly occurring XCT artifacts (such as beam hardening), eliminating the need for artifact correction pre-processing. Experiments on both experimental and synthetic cone-beam XCT data demonstrate that the proposed method better preserves fine structural details, such as pore size and shape, leading to more accurate defect detection compared to 2D priors. In particular, we demonstrate strong performance on experimental XCT data using a 2.5D artifact reduction prior trained entirely on simulated scans, highlighting the proposed method's ability to generalize across domains.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

47 extracted references · 42 canonical work pages

  1. [1]

    International Journal of Advanced Information Technology 4(1), 21 (2014)

    Azhari, E.-E.M., Hatta, M.M.M., Htike, Z.Z., Win, S.L.: Tumor detection in med- ical imaging: a survey. International Journal of Advanced Information Technology 4(1), 21 (2014)

  2. [2]

    In: Proceedings of the 17th International Conference of the European Society for Precision Engineering and Nanotechnology, pp

    Zanini, F., Carmignato, S., Savio, E.,et al.: Assembly analysis of titanium den- tal implants using X-ray computed tomography. In: Proceedings of the 17th International Conference of the European Society for Precision Engineering and Nanotechnology, pp. 489–490 (2017). euspen

  3. [3]

    Materials & Design194, 108842 (2020)

    Rupal, B.S., Anwer, N., Secanell, M., Qureshi, A.J.: Geometric tolerance and manufacturing assemblability estimation of metal additive manufacturing (AM) processes. Materials & Design194, 108842 (2020)

  4. [4]

    Journal of Nondestructive Evaluation39, 1–17 (2020)

    Khosravani, M.R., Reinicke, T.: On the use of x-ray computed tomography in assessment of 3d-printed components. Journal of Nondestructive Evaluation39, 1–17 (2020)

  5. [5]

    Materials & Design190, 108553 (2020)

    Naresh, K., Khan, K., Umer, R., Cantwell, W.J.: The use of x-ray computed tomography for design and process modeling of aerospace composites: A review. Materials & Design190, 108553 (2020)

  6. [6]

    Medical image analysis97, 103226 (2024)

    Liu, J., Zhang, Y., Wang, K., Yavuz, M.C., Chen, X., Yuan, Y., Li, H., Yang, Y., Yuille, A., Tang, Y.,et al.: Universal and extensible language-vision models for organ segmentation and tumor detection from abdominal computed tomography. Medical image analysis97, 103226 (2024)

  7. [7]

    JOSA A1(6), 612–619 (1984)

    Feldkamp, L.A., Davis, L.C., Kress, J.W.: Practical cone-beam algorithm. JOSA A1(6), 612–619 (1984)

  8. [8]

    IEEE Transactions on image processing2(3), 296–310 (1993)

    Bouman, C., Sauer, K.: A generalized gaussian image model for edge-preserving 15 map estimation. IEEE Transactions on image processing2(3), 296–310 (1993)

Show all 47 references
  1. [9]

    IEEE Transactions on Nuclear Science39(4), 1144–1152 (1992) https://doi.org/10.1109/23.159774

    Sauer, K., Bouman, C.: Bayesian estimation of transmission tomograms using segmentation based optimization. IEEE Transactions on Nuclear Science39(4), 1144–1152 (1992) https://doi.org/10.1109/23.159774

  2. [10]

    Medical physics34(11), 4526–4544 (2007)

    Thibault, J.-B., Sauer, K.D., Bouman, C.A., Hsieh, J.: A three-dimensional sta- tistical approach to improved image quality for multislice helical CT. Medical physics34(11), 4526–4544 (2007)

  3. [11]

    IEEE Transactions on image processing20(1), 161–175 (2010)

    Yu, Z., Thibault, J.-B., Bouman, C.A., Sauer, K.D., Hsieh, J.: Fast model-based X-ray CT reconstruction using spatially nonhomogeneous ICD optimization. IEEE Transactions on image processing20(1), 161–175 (2010)

  4. [12]

    IEEE Signal Processing Magazine39(1), 32–43 (2021)

    Mohan, K.A., Ziabari, A.K., Bouman, C.A.: Algorithm-driven advances for scien- tific ct instruments: From model-based to deep learning-based approaches. IEEE Signal Processing Magazine39(1), 32–43 (2021)

  5. [13]

    In: 2013 IEEE Global Conference on Signal and Information Processing, pp

    Venkatakrishnan, S.V., Bouman, C.A., Wohlberg, B.: Plug-and-play priors for model based reconstruction. In: 2013 IEEE Global Conference on Signal and Information Processing, pp. 945–948 (2013). IEEE

  6. [14]

    IEEE Transactions on Computa- tional Imaging3(1), 84–98 (2016)

    Chan, S.H., Wang, X., Elgendy, O.A.: Plug-and-play ADMM for image restora- tion: Fixed-point convergence and applications. IEEE Transactions on Computa- tional Imaging3(1), 84–98 (2016)

  7. [15]

    IEEE transactions on medical imaging38(2), 371–382 (2018)

    He, J., Yang, Y., Wang, Y., Zeng, D., Bian, Z., Zhang, H., Sun, J., Xu, Z., Ma, J.: Optimizing a parameterized plug-and-play admm for iterative low-dose ct reconstruction. IEEE transactions on medical imaging38(2), 371–382 (2018)

  8. [16]

    IEEE Signal Processing Magazine40(1), 85–97 (2023)

    Kamilov, U.S., Bouman, C.A., Buzzard, G.T., Wohlberg, B.: Plug-and-play meth- ods for integrating physical and learned models in computational imaging: Theory, algorithms, and applications. IEEE Signal Processing Magazine40(1), 85–97 (2023)

  9. [17]

    In: European Conference on Computer Vision, pp

    Vo, R., Escoda, J., Vienne, C., Decenci` ere, E.: Plug-and-play learned proximal tra- jectory for 3d sparse-view x-ray computed tomography. In: European Conference on Computer Vision, pp. 221–238 (2024). Springer

  10. [18]

    In: Bildverarbeitung F¨ ur die Medizin 2017: Algorithmen-Systeme-Anwendungen

    Hammernik, K., W¨ urfl, T., Pock, T., Maier, A.: A deep learning architecture for limited-angle computed tomography reconstruction. In: Bildverarbeitung F¨ ur die Medizin 2017: Algorithmen-Systeme-Anwendungen. Proceedings des Workshops Vom 12. Bis 14. M¨ arz 2017 in Heidelberg...

  11. [19]

    Medical physics45(12), 5376–5384 (2018) 16

    Park, H.S., Lee, S.M., Kim, H.P., Seo, J.K., Chung, Y.E.: Ct sinogram-consistency learning for metal-induced beam hardening correction. Medical physics45(12), 5376–5384 (2018) 16

  12. [20]

    In: Medical Imaging 2018: Physics of Medical Imaging, vol

    Xu, S., Dang, H.: Deep residual learning enabled metal artifact reduction in ct. In: Medical Imaging 2018: Physics of Medical Imaging, vol. 10573, pp. 950–955 (2018). SPIE

  13. [21]

    IEEE Transactions on Computational Imaging6, 181–193 (2019)

    Ghani, M.U., Karl, W.C.: Fast enhanced ct metal artifact reduction using data domain deep learning. IEEE Transactions on Computational Imaging6, 181–193 (2019)

  14. [22]

    npj Computational Materials9(1), 91 (2023)

    Ziabari, A., Snow, Z., Lisovich, A., Sprayberry, M., Brackman, P., Frederick, C., Bhattad, P., Graham, S., Bingham, P.,et al.: Enabling rapid X-ray CT charac- terisation for additive manufacturing using CAD models and deep learning-based reconstruction. npj Computational Mater...

  15. [23]

    arXiv preprint arXiv:2501.13961 (2025)

    Pramanik, A., Rahman, O., Venkatakrishnan, S.V., Ziabari, A.: A fast, scal- able, and robust deep learning-based iterative reconstruction framework for accelerated industrial cone-beam x-ray computed tomography. arXiv preprint arXiv:2501.13961 (2025)

  16. [24]

    arXiv preprint arXiv:2412.04525 (2024)

    Duba-Sullivan, H., Rahman, O., Venkatakrishnan, S., Ziabari, A.: 2.5d super- resolution approaches for x-ray computed tomography-based inspection of additively manufactured parts. arXiv preprint arXiv:2412.04525 (2024)

  17. [25]

    In: 13th Conference on Industrial Computed Tomography (2024)

    Shi, J., Elkilany, O., Fischer, A., Suppes, A., Pelt, D.M., Batenburg, K.J.: LoDoInd: Introducing a benchmark low-dose industrial CT dataset and enhancing denoising with 2.5D deep learning techniques. In: 13th Conference on Industrial Computed Tomography (2024)

  18. [26]

    Computerized Medical Imaging and Graphics 99, 102088 (2022)

    Zhang, Y., Liao, Q., Ding, L., Zhang, J.: Bridging 2D and 3D segmentation networks for computation-efficient volumetric medical image segmentation: An empirical study of 2.5D solutions. Computerized Medical Imaging and Graphics 99, 102088 (2022)

  19. [27]

    IEEE Transac- tions on Computational Imaging7, 448–462 (2021)

    Majee, S., Balke, T., Kemp, C.A., Buzzard, G.T., Bouman, C.A.: Multi-slice fusion for sparse-view and limited-angle 4D CT reconstruction. IEEE Transac- tions on Computational Imaging7, 448–462 (2021)

  20. [28]

    In: Anomaly Detection and Imaging with X-Rays (ADIX), vol

    Luo, J., Eri, H., Can, A., Ramani, S., Fu, L., De Man, B.: 2.5d dictionary learning based computed tomography reconstruction. In: Anomaly Detection and Imaging with X-Rays (ADIX), vol. 9847, pp. 109–120 (2016). SPIE

  21. [29]

    In: 2018 52nd Asilomar Conference on Signals, Systems, and Computers, pp

    Ziabari, A., Ye, D.H., Srivastava, S., Sauer, K.D., Thibault, J.-B., Bouman, C.A.: 2.5D deep learning for CT image reconstruction using a multi-gpu implementa- tion. In: 2018 52nd Asilomar Conference on Signals, Systems, and Computers, pp. 2044–2049 (2018). IEEE

  22. [30]

    arXiv preprint 17 arXiv:2309.13399 (2023)

    Rahman, O., Nagare, M., Sauer, K.D., Bouman, C.A., Melnyk, R., Nett, B., Tang, J.: Mbir training for a 2.5D DL network in X-ray CT. arXiv preprint 17 arXiv:2309.13399 (2023)

  23. [31]

    In: 2022 IEEE International Conference on Image Processing (ICIP), pp

    Ziabari, A., Venkatakrishnan, S., Dubey, A., Lisovich, A., Brackman, P., Fred- erick, C., Bhattad, P., Bingham, P., Plotkowski, A., Dehoff, R.,et al.: Simurgh: A framework for cad-driven deep learning based X-Ray CT reconstruction. In: 2022 IEEE International Conference on Ima...

  24. [32]

    In: 2019 13th International Conference on Sampling Theory and Applications (SampTA), pp

    Angermann, C., Haltmeier, M., Steiger, R., Pereverzyev, S., Gizewski, E.: Projection-based 2.5 d u-net architecture for fast volumetric segmentation. In: 2019 13th International Conference on Sampling Theory and Applications (SampTA), pp. 1–5 (2019). IEEE

  25. [33]

    Computerized Medical Imaging and Graphics 99, 102088 (2022)

    Zhang, Y., Liao, Q., Ding, L., Zhang, J.: Bridging 2d and 3d segmentation networks for computation-efficient volumetric medical image segmentation: An empirical study of 2.5 d solutions. Computerized Medical Imaging and Graphics 99, 102088 (2022)

  26. [34]

    SIAM Journal on Imaging Sciences11(3), 2001–2020 (2018) https://doi.org/10.1137/17M1122451 https://doi.org/10.1137/17M1122451

    Buzzard, G.T., Chan, S.H., Sreehari, S., Bouman, C.A.: Plug-and-play unplugged: Optimization-free reconstruction using consensus equilibrium. SIAM Journal on Imaging Sciences11(3), 2001–2020 (2018) https://doi.org/10.1137/17M1122451 https://doi.org/10.1137/17M1122451

  27. [35]

    IEEE Transactions on Computational Imaging 7, 337–348 (2021)

    Nair, P., Gavaskar, R.G., Chaudhury, K.N.: Fixed-point and objective conver- gence of plug-and-play algorithms. IEEE Transactions on Computational Imaging 7, 337–348 (2021)

  28. [36]

    IEEE Journal of Selected Topics in Signal Processing14(6), 1088–1099 (2020)

    Liu, J., Sun, Y., Eldeniz, C., Gan, W., An, H., Kamilov, U.S.: Rare: Image reconstruction using deep priors learned without groundtruth. IEEE Journal of Selected Topics in Signal Processing14(6), 1088–1099 (2020)

  29. [37]

    arXiv preprint arXiv:2310.01391 (2023)

    Hu, Y., Delbracio, M., Milanfar, P., Kamilov, U.S.: A restoration network as an implicit prior. arXiv preprint arXiv:2310.01391 (2023)

  30. [38]

    In: Medical Image Computing and Computer-Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5-9, 2015, Proceedings, Part III 18, pp

    Ronneberger, O., Fischer, P., Brox, T.: U-net: Convolutional networks for biomed- ical image segmentation. In: Medical Image Computing and Computer-Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5-9, 2015, Proceedings, Part III 18, p...

  31. [39]

    In: Int Conf Learn Represent (2014)

    Kingma, D.: Adam: a method for stochastic optimization. In: Int Conf Learn Represent (2014)

  32. [40]

    Medical physics9(2), 254–257 (1982)

    Parker, D.L.: Optimal short scan convolution reconstruction for fan beam ct. Medical physics9(2), 254–257 (1982)

  33. [41]

    Journal of Mathematical Analysis and Applications80(2), 598–616 (1981) 18

    Tuy, H.: Reconstruction of a three-dimensional object from a limited range of views. Journal of Mathematical Analysis and Applications80(2), 598–616 (1981) 18

  34. [42]

    SIAM Journal on Applied Mathematics43(3), 546–552 (1983)

    Tuy, H.K.: An inversion formula for cone-beam reconstruction. SIAM Journal on Applied Mathematics43(3), 546–552 (1983)

  35. [43]

    0—a software toolkit for modeling x-ray tube spectra

    Poludniowski, G., Omar, A., Bujila, R., Andreo, P.: Spekpy v2. 0—a software toolkit for modeling x-ray tube spectra. Medical Physics48(7), 3630–3637 (2021)

  36. [44]

    Physica Medica75, 44–54 (2020)

    Bujila, R., Omar, A., Poludniowski, G.: A validation of spekpy: A software toolkit for modelling x-ray tube spectra. Physica Medica75, 44–54 (2020)

  37. [45]

    general quality assessment

    Cai, J., Chen, X., Huang, W., Mou, X.: Image quality assessment on ct recon- struction images: Task-specific vs. general quality assessment. Fully3D (2017)

  38. [46]

    Automatica11(285-296), 23–27 (1975)

    Otsu, N.,et al.: A threshold selection method from gray-level histograms. Automatica11(285-296), 23–27 (1975)

  39. [47]

    Journal of Imaging8(1), 12 (2022) 19 Fig

    Hofmann, J., Flisch, A., Zboray, R.: Principles for an implementation of a com- plete ct reconstruction tool chain for arbitrary sized data sets and its gpu optimization. Journal of Imaging8(1), 12 (2022) 19 Fig. 6Comparison of recall and precision for 2D and 2.5D PnP reconstr...

Pith tools

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