Pith. sign in

REVIEW 3 major objections 6 minor 137 references

End-to-end Triple-domain PET Enhancement: A Hybrid Denoising-and-reconstruction Framework for Reconstructing Standard-dose PET Images from Low-dose PET Sinograms

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

Pith's one-line read The paper claims that TriPLET, a hybrid denoising-and-reconstruction framework operating on sinograms, wavelet frequency maps, and images, reconstructs standard-dose PET images from low-dose PET sinograms with higher similarity and…

desk verdict Solid incremental extension of the authors' TriDoRNet with a clear, honest statement of its main limitation: all sinograms are synthesized from reconstructed images, so the raw-data claim is untested. read the letter →

arxiv 2412.03617 v1 pith:RXUM56WH submitted 2024-12-04 eess.IV cs.CV

classification eess.IVcs.CV
keywords low-dosePETstandard-dosereconstructionsinogramdenoisingtriple-domainframeworkdiscretewavelettransformTransformergenerativeadversarialnetworkRadon
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

TriPLET is an end-to-end framework for converting low-dose PET sinograms into standard-dose PET images. The paper's thesis is that this conversion is best done as a hybrid denoising-and-reconstruction process that works in three coupled domains: a denoising network cleans the LPET sinogram in the projection domain before any reconstruction happens; a wavelet-domain reconstruction network then builds the image with explicit frequency sub-band supervision; and an adversarial network judges the result in the image domain. The authors argue that a significant part of the LPET-to-SPET gap lives in projection-domain noise, so removing noise before reconstruction matches the physics of PET and stops noise from being amplified later. On their chest-abdomen dataset they report the highest similarity and signal-to-noise ratio against six comparison methods, with PSNR of 25.932 ± 0.671 dB, SSIM of 0.992 ± 0.004, and rRMSE of 0.296 ± 0.213 on the internal test set, and top results on an external dataset. If the claim holds, the practical consequence is that patients could receive one-tenth of the usual radiotracer dose while reconstructed images stay close to standard-dose quality.

What carries the argument

The machinery is the triple-domain pipeline itself, coupled end to end: DenNet turns an LPET sinogram into a denoised sinogram via residual CNN and windowed-transformer blocks; RecNet receives the denoised sinogram, passes it through an inverse Radon transform, and reconstructs the image in the wavelet domain using discrete wavelet and inverse wavelet transforms in place of pooling and upsampling; AdvNet evaluates the predicted SPET image against the real one in the image domain. The Radon transform and its inverse provide a lossless bridge between sinogram and image, and the discrete wavelet transform provides a lossless decomposition into eight sub-band frequency maps, so high-frequency details can be supervised separately. Three losses are aligned to the domains: projection-domain MSE ($\mathcal{L}_P$), focal frequency loss over wavelet sub-bands ($\mathcal{L}_F$), and image-domain MSE plus paired adversarial loss ($\mathcal{L}_I$), combined with GradNorm. The design choice the whole argument rests on is that noise in low-dose PET is most visible in the sinogram and best removed there, before reconstruction.

What would settle it

Train TriPLET on true list-mode low-dose raw sinograms paired with standard-dose reconstructions from a clinical scanner, then test on held-out raw data and compare PSNR, SSIM, and rRMSE with the reported 25.932 dB, 0.992, and 0.296; a substantial drop would show that the simulated-sinogram assumption, not the triple-domain design, drove the reported gains.

Watch

Extended reading notes

Core claim

The central discovery this paper advances is that a three-network cascade—DenNet, RecNet, and AdvNet—can reconstruct SPET images from LPET sinograms at the state of the art when each network is matched to the domain where its effect is strongest. DenNet uses alternating CNN and windowed-transformer blocks with residual learning to suppress sinogram noise; RecNet replaces the usual pooling and upsampling of a 3D U-Net with discrete wavelet and inverse wavelet transforms, decomposing the image into eight sub-band frequency maps and reconstructing it from them; AdvNet discriminates real from predicted image pairs, conditioning on the LPET image. The authors show by ablations that each added component—wavelet reconstruction, sinogram denoising, frequency loss, and adversarial evaluation—improves PSNR, SSIM, or rRMSE, and that the complete framework beats all six comparison methods with p < 0.05.

Load-bearing premise

The load-bearing premise is that sinogram patches obtained by applying the inverse Radon transform to reconstructed PET image patches faithfully represent real low-dose PET raw sinograms; the authors explicitly acknowledge in Section 4.1 that their indirectly obtained sinograms may differ from real raw data, so the projection-domain gain could shrink on clinical raw data.

Editorial extensions

If this is right

  • If TriPLET holds, clinical low-dose PET protocols could reduce injected radiotracer activity to one-tenth of the standard dose while images remain quantitatively close to standard-dose reconstructions.
  • Denoising the sinogram before reconstruction should suppress projection-noise amplification, so the hybrid ordering should matter most at very low doses where raw-data noise dominates.
  • Wavelet-domain supervision should preserve high-frequency boundaries and small structures better than pure image-domain GANs, reducing over-smoothing and edge blur.
  • The end-to-end design means a trained network produces a reconstructed SPET image in a single forward pass, without iterative OSEM-style reconstruction at inference time.
  • External validation on a different scanner suggests the benefit transfers across PET scanners, though with a measurable performance drop.

Reading between the lines

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

  • An implication the paper leaves implicit is that the simulated-sinogram-to-real-raw-data gap could be small enough that the same architecture would train directly on list-mode raw data, potentially extending to dynamic or total-body PET where noise statistics change across frames.
  • Because the sinogram patches are generated through the inverse Radon transform, the same three-domain recipe could transfer to other tomographic modalities whose raw data are sinogram-like, such as SPECT.
  • A direct testable extension is to train TriPLET on real raw sinograms paired with standard-dose reconstructions and compare against the reported 25.932 dB PSNR; the authors acknowledge performance may vary without quantifying how much.
  • The reported gains over the earlier TriDoRNet are small, so a reader should treat the transformer-based denoiser and adversarial network as refinements whose marginal value is measured mainly by the ablation study rather than by large leaps in absolute metrics.
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 / 6 minor

Summary. This paper proposes TriPLET, an end-to-end framework for reconstructing standard-dose PET (SPET) images from low-dose PET (LPET) sinograms. The method couples three subnetworks: a CNN-Transformer denoising network operating on sinograms, a wavelet-transform-based reconstruction network, and a paired adversarial network in the image domain, with losses in the projection, wavelet, and image domains. The authors evaluate TriPLET on 70 paired chest-abdomen uEXPLORER scans (converted to sinogram patches via inverse Radon transforms of reconstructed images) and on an external Ultra Low Dose PET challenge dataset, reporting the highest PSNR/SSIM and lowest rRMSE among six baselines, including their own prior TriDoRNet. The paper includes an ablation study of each component and acknowledges that the sinograms are not real raw data.

Significance. If the projection-domain results transfer to real raw sinograms, the hybrid denoising-and-reconstruction design is a sensible way to reduce noise propagation in low-dose PET, and the triple-domain supervision is a useful methodological contribution. The paper is transparent about its main limitation, ships a clear ablation chain, uses five-fold cross-validation, and provides an external dataset evaluation. However, the central quantitative claim is only as strong as the fidelity of the synthetic sinograms; the reported gain over TriDoRNet is small (PSNR +0.04 dB, SSIM +0.001, rRMSE -0.029), and the external validation reuses the same synthetic-sinogram pipeline, so it does not independently confirm that the projection-domain denoising generalizes to real raw data.

major comments (3)
  1. [Section 4.1, Fig. 4] The LPET sinograms used for training and testing are obtained by applying the inverse Radon transform to reconstructed image patches, not by acquiring raw list-mode or sinogram data. As the authors explicitly note, "sinograms indirectly obtained from reconstructed PET images may indeed differ from the real PET raw data." Reconstructed OSEM images already incorporate attenuation/scatter/random corrections, TOF modeling, and iterative regularization, so their inverse Radon transforms do not reproduce the Poisson counting statistics, detector-response correlation, or truncation characteristics of true low-dose raw sinograms. Because the projection-domain denoising loss L_P is the mechanism that distinguishes TriPLET from image-domain-only methods, the reported improvements in Table 3 over TriDoRNet may not transfer. The external validation in Section 5.1 also uses the same inverse-Radon conversion, so it does not close this gap. The central claim therefore needs either validation on real raw sinogram data or a more realistic forward simulation (e.g., re-projection with Poisson noise) to be convincing.
  2. [Section 4.4, "Quantitative Comparison"] The claim that TriPLET is "significantly better" than all baselines with p < 0.05 is not adequately documented. It is unclear whether the paired t-test was computed on the five fold-level means, per-subject metrics, or per-patch metrics; no p-values, test statistics, or degrees of freedom are reported. Since the gain over TriDoRNet is small relative to the reported standard deviations (Table 3: 25.932 ± 0.671 vs 25.892 ± 0.784 for PSNR), the significance claim is load-bearing and must be supported with exact details of the test procedure.
  3. [Section 4.1, Fig. 4] The statement that "the sinogram and image can be losslessly converted ... hence this method of obtaining sinogram patches does not introduce additional errors" is misleading for patch-based data. Applying the inverse Radon transform to a zero-padded 96×96×96 image patch produces the global sinogram of that patch (with zero attenuation outside the patch), not a local patch of the true scanner sinogram; the two are not equivalent because the integration paths and detector geometry differ. This affects both the denoising network's input distribution and the projection-domain loss. The authors should clarify the relationship to the full-field sinogram or extract patches directly in the sinogram domain for a true correspondence.
minor comments (6)
  1. [Section 4.1] The phrase "normalized to [0, 1] using Z-score normalization" is contradictory because Z-score normalization does not bound values to [0, 1]; please describe the actual preprocessing (e.g., Z-score followed by min-max scaling).
  2. [Section 4.1] The description "filter each PET image's values (i.e., only retaining values within the 5% to 95% range)" is actually a clipping or truncation operation, not a filter; the terminology should be corrected for clarity.
  3. [Section 3.1] The number of CNN and Transformer blocks is stated inconsistently: the text first describes seven blocks with {1st, 3rd, 5th, 7th} as CNN and {2nd, 4th, 6th} as Transformer (four CNN, three Transformer), then says "an alternating combination of 3 CNN blocks and 3 Transformer blocks." Please reconcile these counts.
  4. [Figure 5 caption] The caption refers to "Table 1" when describing the methods shown, but the ablation results are presented in Table 2; this cross-reference should be corrected.
  5. [Section 4.2, Eq. (5)] The notation for rRMSE uses a symbol in the denominator that is described only in words as "the all-voxel-averaged value of the ground-truth image." Define the symbol explicitly and confirm whether the same ground-truth maximum is used for PSNR in Eq. (6).
  6. [Section 5.1] The external validation describes 40 pairs but gives no details about whether the same value clipping, normalization, and patch-extraction protocol were applied to the external data; a brief description would help assess the fairness of the cross-dataset comparison.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the method is supervised by real SPET targets, and the synthetic-sinogram caveat is an external-validity limitation rather than a circular step.

full rationale

The paper's derivation chain is self-contained rather than circular. The paired LPET/SPET targets are real reconstructed images from a uEXPLORER scanner, and all three losses (L_P, L_F, and L_I) are supervised by the real SPET ground truth; no fitted parameter is renamed as a prediction. The main caveat is explicitly stated in Section 4.1: 'we did not collect PET raw data (i.e., sinograms). The sinograms indirectly obtained from reconstructed PET images may indeed differ from the real PET raw data.' This is a genuine external-validity limitation, because the sinogram patches are produced by a Radon transform of image patches rather than acquired raw counts, but it is not circular: the transform is a fixed invertible preprocessing, and the network still learns a nontrivial LPET-to-SPET mapping that is evaluated against real SPET images. The comparison includes the authors' own TriDoRNet as a baseline, but TriDoRNet is fully described in the present paper and the comparison is empirical, not a citation used to justify the central claim. No uniqueness theorem, ansatz, or known result is smuggled in via self-citation. The claimed statistical significance (p<0.05) would benefit from per-fold reporting, but that is a reporting issue, not circularity.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

The paper introduces no new physical entities or new mathematical axioms. The free parameters are standard architectural hyperparameters. The main assumptions are the losslessness of Radon conversion on discretized patches, the noise-dominance assumption for the LPET-to-SPET difference, and the transferability of the denoising-first decomposition across scanners.

free parameters (4)
  • alpha (focal frequency loss scaling) = 1
    Set by hand in Section 3.4; affects the weighting of hard-to-reconstruct frequency elements.
  • patch size and number of patches per subject = 96x96x96, 40 patches per subject
    Chosen to fit GPU memory and increase training samples; affects what the network learns but not a parameter of the final model per se.
  • window size in W-MSA = 4x4x4
    Chosen by hand in Section 3.1; affects the receptive field of the transformer blocks.
  • learning rates for the three training stages = 0.001, 0.001, 0.0001
    Hand-set hyperparameters; no sensitivity analysis is provided.
assumptions (4)
  • standard math Radon transform and inverse Radon transform are lossless conversions between image domain and sinogram domain.
    Invoked in Section 4.1 to justify generating sinogram patches from reconstructed image patches. Holds for ideal continuous data but not exactly for discretized, truncated, or attenuated PET data.
  • domain assumption The paired low-dose and standard-dose images differ mainly by sinogram noise level, so denoising the sinogram before reconstruction is the right decomposition.
    Stated in the introduction and Section 3.1. If the difference also involves systematic biases, motion, or reconstruction differences, the denoising-first decomposition may be suboptimal.
  • domain assumption Discrete wavelet transform decompositions can be treated as concatenated channels for the CNN blocks.
    Used in the RecNet design in Section 3.2. This is a design choice, not a mathematical necessity, and its benefit is demonstrated only empirically on this dataset.
  • domain assumption The external validation dataset (Ultra Low Dose PET Challenge) is sufficiently similar to the internal dataset to test generalization.
    Invoked in Section 5.1. The two datasets come from different scanners and possibly different reconstruction protocols; the paper does not report the exact preprocessing applied to the external data.

how reviews work

0 comments
Cite this review

Pith. "Pith review of End-to-end Triple-domain PET Enhancement: A Hybrid Denoising-and-reconstruction Framework for Reconstructing Standard-dose PET Images from Low-dose PET Sinograms." pith.science (2026). https://pith.science/paper/RXUM56WH

@misc{pith2026241203617,
  author       = {Pith},
  title        = {Pith review of: End-to-end Triple-domain PET Enhancement: A Hybrid Denoising-and-reconstruction Framework for Reconstructing Standard-dose PET Images from Low-dose PET Sinograms},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/RXUM56WH}},
  note         = {Machine review of arXiv:2412.03617}
}
read the original abstract

As a sensitive functional imaging technique, positron emission tomography (PET) plays a critical role in early disease diagnosis. However, obtaining a high-quality PET image requires injecting a sufficient dose (standard dose) of radionuclides into the body, which inevitably poses radiation hazards to patients. To mitigate radiation hazards, the reconstruction of standard-dose PET (SPET) from low-dose PET (LPET) is desired. According to imaging theory, PET reconstruction process involves multiple domains (e.g., projection domain and image domain), and a significant portion of the difference between SPET and LPET arises from variations in the noise levels introduced during the sampling of raw data as sinograms. In light of these two facts, we propose an end-to-end TriPle-domain LPET EnhancemenT (TriPLET) framework, by leveraging the advantages of a hybrid denoising-and-reconstruction process and a triple-domain representation (i.e., sinograms, frequency spectrum maps, and images) to reconstruct SPET images from LPET sinograms. Specifically, TriPLET consists of three sequentially coupled components including 1) a Transformer-assisted denoising network that denoises the inputted LPET sinograms in the projection domain, 2) a discrete-wavelet-transform-based reconstruction network that further reconstructs SPET from LPET in the wavelet domain, and 3) a pair-based adversarial network that evaluates the reconstructed SPET images in the image domain. Extensive experiments on the real PET dataset demonstrate that our proposed TriPLET can reconstruct SPET images with the highest similarity and signal-to-noise ratio to real data, compared with state-of-the-art methods.

Figures

Figures reproduced from arXiv: 2412.03617 by the authors.

Figure 1
Figure 1. Representation of PET data in three domains: (a) projection domain, (b) image domain, and (c) wavelet domain, with the SPET and LPET shown on the left and right of each subfigure, respectively. Radon transform and discrete wavelet transform can convert PET data between images and sinograms, and also between images and frequency spectrum maps, respectively. After applying discrete wavelet transform, a 3D PET image ca… view at source ↗
Figure 2
Figure 2. Our proposed TriPLET involves three domains, i.e., the projection, wavelet, and image domains. PET data have different representations in each domain, such as the LPET sinogram 𝑆𝐿𝑜𝑤 and the denoised sinogram 𝑆𝐷𝑒𝑛 in the projection domain, the denoised frequency spectrum map 𝐹𝐷𝑒𝑛 and the predicted SPET map 𝐹̂ 𝑆𝑡𝑑 in the wavelet domain, and the LPET image 𝐼𝐿𝑜𝑤, the predicted SPET image 𝐼̂ 𝑆𝑡𝑑 , and the actual SPET ima… view at source ↗
Figure 3
Figure 3. Architectural detail of the Transformer block in the DenNet (denoising network). (such as max-pooling). Specifically, ℝ includes an encoder and a decoder. First, the denoised image is passed through the encoder to generate 4096 sub-band frequency spectrum maps. Then, these frequency spectrum maps are utilized as the input of the decoder to reconstruct the SPET image 𝐼̂ 𝑆𝑡𝑑. In the encoder, WT, instead of the pooling… view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Process of extracting image patches and sinogram patches from the whole PET image [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Visual comparison of SPET images produced using five different combinations of loss functions and network components shown in [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]
Figure 6
Figure 6. Figure 6: Visual comparison of SPET images generated by six different methods. The arrangement from left to right includes the LPET images, results obtained from five alternative comparison methods (2nd to 6th columns), our TriPLET (7th column), and the GT (SPET image). Addition…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

137 extracted references · 73 canonical work pages

  1. [1]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in ":" * " " * FUNCTION f...

  2. [2]

    , author Alessio, A

    author Abouhawwash, M. , author Alessio, A. , year 2022 . title Evolutionary optimization of multiple machine-learned objectives for PET image reconstruction . journal IEEE Transactions on Radiation and Plasma Medical Sciences volume 7 , pages 273--283

  3. [3]

    , author Sarkar, S

    author Amirrashedi, M. , author Sarkar, S. , author Ghadiri, H. , author Ghafarian, P. , author Ay, M. , year 2021 . title Standard-dose PET reconstruction from low-dose preclinical images using an adopted all convolutional U-N et . journal Biomedical Applications in Molecular, Structural, and Functional Imaging volume 11600 , pages 834--848

  4. [4]

    , author Zhang, P

    author An, L. , author Zhang, P. , author Adeli, E. , author Wang, Y. , author Ma, G. , author Shi, F. , author Lalush, D.S. , author Lin, W. , author Shen, D. , year 2016 . title Multi-level canonical correlation analysis for standard-dose PET image estimation . journal IEEE Transactions on Image Processing volume 25 , pages 3303--3315

  5. [5]

    , author Zaidi, H

    author Arabi, H. , author Zaidi, H. , year 2018 . title Improvement of image quality in PET using post-reconstruction hybrid spatial-frequency domain filtering . journal Physics in Medicine & Biology volume 63 , pages 215010

  6. [6]

    , author Weber, W.A

    author Avril, N.E. , author Weber, W.A. , year 2005 . title Monitoring response to treatment in patients utilizing PET . journal Radiologic Clinics volume 43 , pages 189--204

  7. [7]

    , author Kiros, J.R

    author Ba, J.L. , author Kiros, J.R. , author Hinton, G.E. , year 2016 . title Layer normalization . journal arXiv preprint arXiv:1607.06450

  8. [8]

    , author Maisey, M.N

    author Bailey, D.L. , author Maisey, M.N. , author Townsend, D.W. , author Valk, P.E. , year 2006 . title Positron E mission T omography : B asic sciences . journal Journal of Neuroradiology volume 33 , pages 265--265

Show all 137 references
  1. [9]

    , author Queiroz, M.A

    author Barbosa, F. , author Queiroz, M.A. , author Nunes, R.F. , author Costa, L.B. , author Zaniboni, E.C. , author Marin, J.G. , author Cerri, G.G. , author Buchpiguel, C.A. , year 2020 . title Nonprostatic diseases on PSMA PET imaging: a spectrum of benign and malignant fin...

  2. [10]

    , author Krishnappa, H

    author Bhavana, V. , author Krishnappa, H. , year 2015 . title Multi-modality medical image fusion using discrete wavelet transform . journal Procedia Computer Science volume 70 , pages 625--631

  3. [11]

    , year 2001

    author Breiman, L. , year 2001 . title Random forests . journal Machine Learning volume 45 , pages 5--32

  4. [12]

    , author Vrscay, E

    author Brunet, D. , author Vrscay, E. , author Wang, Z. , year 2011 . title On the mathematical properties of the structural similarity index . journal IEEE Transactions on Image Processing volume 21 , pages 1488--1499

  5. [13]

    , author Coll, B

    author Buades, A. , author Coll, B. , author Morel, J. , year 2005 . title A non-local algorithm for image denoising . journal 2005 IEEE computer society conference on Computer Vision and Pattern Recognition volume 2 , pages 60--65

  6. [14]

    , author Heusner, T.A

    author Buchbender, C. , author Heusner, T.A. , author Lauenstein, T.C. , author Bockisch, A. , author Antoch, G. , year 2012 . title Oncologic PET/MRI , part 1: tumors of the brain, head and neck, chest, abdomen, and pelvis. journal Journal of Nuclear Medicine volume 53 , page...

  7. [15]

    , author Dasari, P

    author Byrd, D. , author Dasari, P. , author Jansen, F. , author Kinahan, P. , year 2023 . title Impact of subsets and iterations on PET image quality in TOF-OSEM reconstruction , pages 1--1

  8. [16]

    , author Massa, F

    author Carion, N. , author Massa, F. , author Synnaeve, G. , author Usunier, N. , author Kirillov, A. , author Zagoruyko, S. , year 2020 . title End-to-end object detection with transformers . journal European Conference on Computer Vision , pages 213--229

  9. [17]

    , author Meikle, S

    author Chan, C. , author Meikle, S. , author Fulton, R. , author Tian, G. , author Cai, W. , author Feng, D. , year 2009 . title A non-local post-filtering algorithm for PET incorporating anatomical knowledge . journal 2009 IEEE Nuclear Science Symposium Conference Record , pa...

  10. [18]

    , year 2007 a

    author Chen, W. , year 2007 a. title Clinical applications of PET in brain tumors . journal Journal of Nuclear Medicine volume 48 , pages 1468--1481

  11. [19]

    , year 2007 b

    author Chen, W. , year 2007 b. title Clinical applications of PET in brain tumors . journal Journal of Nuclear Medicine volume 48 , pages 1468--1481

  12. [20]

    , author Badrinarayanan, V

    author Chen, Z. , author Badrinarayanan, V. , author Lee, C. , author Rabinovich, A. , year 2018 . title Gradnorm: Gradient normalization for adaptive loss balancing in deep multitask networks . journal International Conference on Machine Learning , pages 794--803

  13. [21]

    , author Chun, S.Y

    author Cho, S. , author Chun, S.Y. , author Reese, T. , author Fakhri, G. , author Zhu, X. , author Ouyang, J. , author Catana, C. , author Guerin, B. , year 2010 . title Compensation for nonrigid motion using B -spline image registration in simultaneous MR-PET . journal Inter...

  14. [22]

    , author Abdulkadir, A

    author C i c ek, \"O . , author Abdulkadir, A. , author Lienkamp, S. , author Brox, T. , author Ronneberger, O. , year 2016 . title 3 D U-N et: L earning dense volumetric segmentation from sparse annotation . journal International Conference on Medical Image Computing and Comp...

  15. [23]

    , author Gong, K

    author Cui, J. , author Gong, K. , author Guo, N. , author Wu, C. , author Meng, X. , author Kim, K. , author Zheng, K. , author Wu, Z. , author Fu, L. , author Xu, B. , et al., year 2019 . title P ET image denoising using unsupervised deep learning . journal European journal ...

  16. [24]

    , author Foi, A

    author Dabov, K. , author Foi, A. , author Katkovnik, V. , author Egiazarian, K. , year 2006 . title Image denoising with block-matching and 3 D filtering volume 6064 , pages 354--365

  17. [25]

    , author Brendel, M

    author Daerr, S. , author Brendel, M. , author Zach, C. , author Mille, E. , author Rominger, A. , year 2016 . title Evaluation of early-phase [18 F ]-florbetaben PET acquisition in clinical routine cases . journal Neuroimage Clinical volume 14

  18. [26]

    , year 1990

    author Daubechies, I. , year 1990 . title The wavelet transform, time-frequency localization and signal analysis . journal IEEE transactions on information theory volume 36 , pages 961--1005

  19. [27]

    , year 2009

    author Daubechies, I. , year 2009 . title The wavelet transform, time-frequency localization and signal analysis

  20. [28]

    , author Hinault, P

    author Decazes, P. , author Hinault, P. , author Veresezan, O. , author Thureau, S. , author Gouel, P. , author Vera, P. , year 2021 . title Trimodality PET/CT/MRI and radiotherapy: A mini-review . journal Frontiers in Oncology volume 10 , pages 3392

  21. [29]

    , author Colomer, A

    author Diaz-Pinto, A. , author Colomer, A. , author Morales, S. , author Xu, Y. , author Frangi, A. , year 2019 . title Retinal image synthesis and semi-supervised learning for glaucoma assessment . journal IEEE Transactions on Medical Imaging volume 38 , pages 2211--2218

  22. [30]

    , author Pan, L

    author Dimitrakopoulou-Strauss, A. , author Pan, L. , author Sachpekidis, C. , year 2021 . title Kinetic modeling and parametric imaging with dynamic PET for oncological applications: G eneral considerations, current clinical applications, and future perspectives . journal Eur...

  23. [31]

    , author Leahy, R

    author Dutta, J. , author Leahy, R. , author Li, Q. , year 2013 . title Non-local means denoising of dynamic PET images . journal PloS One volume 8 , pages e81390

  24. [32]

    Samadi, M

    author E. Samadi, M. , author Kiefer, S. , author Fritsch, S.J. , author Bickenbach, J. , author Schuppert, A. , year 2022 . title A training strategy for hybrid models to break the curse of dimensionality . journal Plos One volume 17 , pages e0274569

  25. [33]

    , year 2002

    author Fahey, F. , year 2002 . title Data acquisition in PET imaging . journal Journal of Nuclear Medicine Technology volume 30 , pages 39--49

  26. [34]

    , author Qin, P

    author Feng, E. , author Qin, P. , author Chai, R. , author Zeng, J. , author Wang, Q. , author Meng, Y. , author Wang, P. , year 2022 . title M RI generated from CT for acute ischemic stroke combining radiomics and generative adversarial networks . journal IEEE Journal of Bio...

  27. [35]

    , author Liu, H

    author Feng, Q. , author Liu, H. , year 2020 . title Rethinking PET image reconstruction: U ltra-low-dose, sinogram and deep learning . journal International Conference on Medical Image Computing and Computer-Assisted Intervention , pages 783--792

  28. [36]

    , year 2010

    author Fortunato, S. , year 2010 . title Community detection in graphs . journal Phys. Rep.-Rev. Sec. Phys. Lett. volume 486 , pages 75--174

  29. [37]

    , author Tan, Z

    author Geng, P. , author Tan, Z. , author Wang, Y. , author Jia, W. , author Zhang, Y. , author Yan, H. , year 2024 . title STCNet : Alternating CNN and improved transformer network for COVID -19 CT image segmentation . journal Biomedical Signal Processing and Control volume 9...

  30. [38]

    , author Ruthotto, L

    author Gigengack, F. , author Ruthotto, L. , author Burger, M. , author Wolters, C.H. , author Jiang, X. , author Schafers, K.P. , year 2012 . title Motion correction in dual gated cardiac PET using mass-preserving image registration. journal IEEE Transactions on Medical Imagi...

  31. [39]

    , author Pouget-Abadie, J

    author Goodfellow, I. , author Pouget-Abadie, J. , author Mirza, M. , author Xu, B. , author Warde-Farley, D. , author Ozair, S. , author Courville, A. , author Bengio, Y. , year 2014 . title Generative adversarial nets . journal Advances in Neural Information Processing Syste...

  32. [40]

    , author Yang, T

    author Gu, J. , author Yang, T. , author Ye, J. , author Yang, D. , year 2021 . title Cycle GAN denoising of extreme low-dose cardiac CT using wavelet-assisted noise disentanglement . journal Medical Image Analysis volume 74 , pages 102209

  33. [41]

    a ggstr \

    author H \"a ggstr \"o m, I. , author Schmidtlein, C. , author Campanella, G. , author Fuchs, T. , year 2019 . title Deep PET : A deep encoder--decoder network for directly solving the PET image reconstruction inverse problem . journal Medical Image Analysis volume 54 , pages 253--262

  34. [42]

    , author Michel, C

    author Hamill, J. , author Michel, C. , author Kinahan, P. , year 2003 . title Fast PET EM reconstruction from linograms . journal IEEE Transactions on Nuclear Science volume 50 , pages 1630--1635

  35. [43]

    , year 2018

    author H \"a ndel, P. , year 2018 . title Understanding normalized mean squared error in power amplifier linearization . journal IEEE Microwave and Wireless Components Letters volume 28 , pages 1047--1049

  36. [44]

    , author Langner, J

    author Hofheinz, F. , author Langner, J. , author Beuthien-Baumann, B. , author Oehme, L. , author Steinbach, J. , author Kotzerke, J. , author Hoff, J. , year 2011 . title Suitability of bilateral filtering for edge-preserving noise reduction in PET . journal EJNMMI Research ...

  37. [45]

    , author Lin, L

    author Hong, Q. , author Lin, L. , author Li, Z. , author Li, Q. , author Yao, J. , author Wu, Q. , author Liu, K. , author Tian, J. , year 2023 . title A distance transformation deep forest framework with hybrid-feature fusion for CRX image classification . journal IEEE Trans...

  38. [46]

    , author Zhang, Y

    author Hu, C. , author Zhang, Y. , author Zhang, W. , author Liao, P. , author Wang, G. , year 2017 . title Low-dose CT via convolutional neural network . journal Biomedical Optics Express volume 8 , pages 679

  39. [47]

    , author Yu, W

    author Hu, S. , author Yu, W. , author Chen, Z. , author Wang, S. , year 2020 . title Medical image reconstruction using generative adversarial network for alzheimer disease assessment with class-imbalance problem . journal 2020 IEEE 6th International Conference on Computer an...

  40. [48]

    , author Guan, L

    author Huang, J. , author Guan, L. , author Chen, Y. , author Zhu, S. , author Chen, L. , author Yu, J. , year 2022 . title A deep learning scheme for transient stability assessment in power system with a hierarchical dynamic graph pooling method . journal International Journa...

  41. [49]

    , author Rifqi, M

    author Hullermeier, E. , author Rifqi, M. , year 2009 . title A fuzzy variant of the rand index for comparing clustering structures , in: booktitle in Proc. IFSA/EUSFLAT Conf. , pp. pages 1294--1298

  42. [50]

    , author Szegedy, C

    author Ioffe, S. , author Szegedy, C. , year 2015 . title Batch normalization: A ccelerating deep network training by reducing internal covariate shift . journal International Conference on Machine Learning , pages 448--456

  43. [51]

    , author Zhu, J

    author Isola, P. , author Zhu, J. , author Zhou, T. , author Efros, A. , year 2017 . title Image-to-image translation with conditional adversarial networks . journal Proceedings of the IEEE conference on computer vision and pattern recognition , pages 1125--1134

  44. [52]

    , author Wu, G

    author Jia, H. , author Wu, G. , author Wang, Q. , author Shen, D. , year 2010 . title A BSORB : Atlas building by self-organized registration and bundling . journal NeuroImage volume 51 , pages 1057--1070

  45. [53]

    , author Yap, P

    author Jia, H. , author Yap, P. , author Shen, D. , year 2012 . title Iterative multi-atlas-based multi-image segmentation with tree-based registration . journal NeuroImage volume 59 , pages 422--430

  46. [54]

    , author Pan, Y

    author Jiang, C. , author Pan, Y. , author Cui, Z. , author Shen, D. , year 2022 . title Reconstruction of standard-dose PET from low-dose PET via dual-frequency supervision and global aggregation module . journal 2022 IEEE 19th International Symposium on Biomedical Imaging (I...

  47. [55]

    , author Pan, Y

    author Jiang, C. , author Pan, Y. , author Shen, D. , year 2023 . title Tridornet: Reconstruction of standard-dose PET from low-dose PET in triple (projection, image, and frequency) domains , pages 1--5

  48. [56]

    , author Dai, B

    author Jiang, L. , author Dai, B. , author Wu, W. , author Loy, C.C. , year 2021 . title Focal frequency loss for image reconstruction and synthesis . journal Proceedings of the IEEE/CVF International Conference on Computer Vision , pages 13919--13929

  49. [57]

    , author Ledig, C

    author Kamnitsas, K. , author Ledig, C. , author Newcombe, V. , author Simpson, J.P. , author Kane, A.D. , author Menon, D.K. , author Rueckert, D. , author Glocker, B. , year 2016 . title Efficient multi-scale 3 D CNN with fully connected CRF for accurate brain lesion segment...

  50. [58]

    , author Hossain, K

    author Kamran, S. , author Hossain, K. , author Tavakkoli, A. , author Zuckerbrod, S. , author Baker, S. , year 2021 . title Vt GAN : Semi-supervised retinal image synthesis and disease prediction using vision transformers . journal Proceedings of the IEEE/CVF International Co...

  51. [59]

    , author Gao, Y

    author Kang, J. , author Gao, Y. , author Shi, F. , author Lalush, D.S. , author Lin, W. , author Shen, D. , year 2015 . title Prediction of standard-dose brain PET image by using MRI and low-dose brain [18 F ] FDG PET images . journal Medical Physics volume 42 , pages 5301--5309

  52. [60]

    , year 2004

    author Katsevich, A. , year 2004 . title An improved exact filtered backprojection algorithm for spiral computed tomography . journal Advances in Applied Mathematics volume 32 , pages 681--697

  53. [61]

    , author Brown, C.J

    author Kawahara, J. , author Brown, C.J. , author Miller, S.P. , author Booth, B.G. , author Hamarneh, G. , year 2017 . title Brain NetCNN : C onvolutional neural networks for brain networks; towards predicting neurodevelopment . journal NeuroImage volume 146 , pages 1038--1049

  54. [62]

    , author Wu, D

    author Kim, K. , author Wu, D. , author Gong, K. , author Dutta, J. , author Kim, J. , author Son, Y. , author Kim, H. , author F., E. , author Li, Q. , year 2018 . title Penalized PET reconstruction using deep learning prior and local linear fitting . journal IEEE Transaction...

  55. [63]

    , author Urban, G

    author Kleesiek, J. , author Urban, G. , author Hubert, A. , author Schwarz, D. , author Maier-Hein, K. , author Bendszus, M. , author Biller, A. , year 2016 . title Deep MRI brain extraction: A 3 D convolutional neural network for skull stripping . journal NeuroImage volume 1...

  56. [64]

    , author You, J

    author Korhonen, J. , author You, J. , year 2012 . title Peak signal-to-noise ratio revisited: I s simple beautiful? journal 2012 Fourth International Workshop on Quality of Multimedia Experience , pages 37--38

  57. [65]

    , author Kim, M

    author Kreisl, W.C. , author Kim, M. , author Coughlin, J.M. , author Henter, I.D. , author Owen, D.R. , author Innis, R.B. , year 2020 . title P ET imaging of neuroinflammation in neurological disorders . journal The Lancet Neurology volume 19 , pages 940--950

  58. [66]

    , author Munkberg, J

    author Lehtinen, J. , author Munkberg, J. , author Hasselgren, J. , author Laine, S. , author Karras, T. , author Aittala, M. , author Aila, T. , year 2018 . title Noise2 N oise: Learning image restoration without clean data . journal arXiv preprint arXiv:1803.04189

  59. [67]

    , author Dong, X

    author Lei, Y. , author Dong, X. , author Wang, T. , author Higgins, K. , author Yang, X. , year 2020 . title Estimating standard-dose PET from low-dose PET with deep learning . journal Image Processing volume 113 , pages 73--82

  60. [68]

    , author Cui, J

    author Li, Y. , author Cui, J. , author Chen, J. , author Zeng, G. , author Wollenweber, S. , author Jansen, F. , author Jang, S. , author Kim, K. , author Gong, K. , author Li, Q. , year 2022 . title A noise-level-aware framework for PET image denoising . journal arXiv prepri...

  61. [69]

    , author Zhang, K

    author Li, Y. , author Zhang, K. , author Shi, W. , author Miao, Y. , author Jiang, Z. , year 2021 . title A novel medical image denoising method based on conditional generative adversarial network . journal Computational and Mathematical Methods in Medicine volume 2021 , pages 1--11

  62. [70]

    , author Huang, J

    author Li, Z. , author Huang, J. , author Yu, L. , author Chi, Y. , author Jin, M. , year 2019 . title Low-dose CT image denoising using cycle-consistent adversarial networks . journal 2019 IEEE Nuclear Science Symposium and Medical Imaging Conference (NSS/MIC) , pages 1--3

  63. [71]

    , author Yang, X

    author Liang, J. , author Yang, X. , author Huang, Y. , author Li, H. , author He, S. , author Hu, X. , author Chen, Z. , author Xue, W. , author Cheng, J. , author Ni, D. , year 2022 . title Sketch guided and progressive growing GAN for realistic and editable ultrasound image...

  64. [72]

    , author Wiener, M

    author Liaw, A. , author Wiener, M. , year 2002 . title Classification and regression by randomforest . journal R News volume 2 , pages 18--22

  65. [73]

    , author Zhang, H

    author Liu, P. , author Zhang, H. , author Zhang, K. , author Lin, L. , author Zuo, W. , year 2018 . title Multi-level wavelet- CNN for image restoration . journal Proceedings of the IEEE conference on computer vision and pattern recognition workshops , pages 773--782

  66. [74]

    , author Lin, Y

    author Liu, Z. , author Lin, Y. , author Cao, Y. , author Hu, H. , author Wei, Y. , author Zhang, Z. , author Lin, S. , author Guo, B. , year 2021 . title Swin transformer: Hierarchical vision transformer using shifted windows . journal Proceedings of the IEEE/CVF Internationa...

  67. [75]

    , author Onofrey, J

    author Lu, W. , author Onofrey, J. , author Lu, Y. , author Shi, L. , author Ma, T. , author Liu, Y. , author Liu, C. , year 2019 . title An investigation of quantitative accuracy for deep learning based denoising in oncological PET . journal Physics in Medicine & Biology volu...

  68. [76]

    , author Li, Z

    author Lu, Z. , author Li, Z. , author Wang, J. , author Shen, D. , year 2021 . title Two-stage self-supervised cycle-consistency network for reconstruction of thin-slice MR images . journal arXiv preprint arXiv:2106.15395

  69. [77]

    , author Wang, Y

    author Luo, Y. , author Wang, Y. , author Zu, C. , author Zhan, B. , author Wu, X. , author Zhou, J. , author Shen, D. , author Zhou, L. , year 2021 . title 3 D transformer- GAN for high-quality PET reconstruction . journal International Conference on Medical Image Computing a...

  70. [78]

    , author Zhou, L

    author Luo, Y. , author Zhou, L. , author Zhan, B. , author Fei, Y. , author Zhou, J. , author Wang, Y. , author Shen, D. , year 2022 . title Adaptive rectification based adversarial network with spectrum constraint for high-quality PET image synthesis . journal Medical Image ...

  71. [79]

    , author Wang, J

    author Maurer, L. , author Wang, J. , year 2005 . title Positron E mission T omography: applications in drug discovery and drug development. journal Current Topics in Medicinal Chemistry volume 5 , pages 1053--1075

  72. [80]

    , author Reader, A

    author Mehranian, A. , author Reader, A. , year 2020 . title Model-based deep learning PET image reconstruction using forward--backward splitting expectation--maximization . journal IEEE Transactions on Radiation and Plasma Medical Sciences volume 5 , pages 54--64

  73. [81]

    , author Cervenka, S

    author Meyer, J.H. , author Cervenka, S. , author Kim, M. , author Kreisl, W.C. , author Henter, I.D. , author Innis, R.B. , year 2020 . title Neuroinflammation in psychiatric disorders: PET imaging and promising new targets . journal The Lancet Psychiatry

  74. [82]

    , author Saripan, M

    author Mokri, S. , author Saripan, M. , author R., A. , author Nordin, A. , author Hashim, S. , author Marhaban, M. , year 2016 . title PET image reconstruction incorporating 3 D mean-median sinogram filtering . journal IEEE Transactions on Nuclear Science volume 63 , pages 157--169

  75. [83]

    , author Tsui, W.H

    author Mosconi, L. , author Tsui, W.H. , author Herholz, K. , author Pupi, A. , author Drzezga, A. , author Lucignani, G. , author Reiman, E.M. , author Holthoff, V. , author Kalbe, E. , author Sorbi, S. , year 2008 . title Multicenter standardized 18 F-FDG PET diagnosis of mi...

  76. [84]

    , year 2013

    author Newman, M.E.J. , year 2013 . title Network data . howpublished http://www-personal.umich.edu/ mejn/netdata/

  77. [85]

    , author Bai, L

    author Nguyen, H. , author Bai, L. , year 2010 . title Cosine similarity metric learning for face verification . journal Asian Conference on Computer Vision , pages 709--720

  78. [86]

    , author Lee, S

    author Nguyen, V. , author Lee, S. , year 2013 . title Incorporating anatomical side information into PET reconstruction using nonlocal regularization . journal IEEE Transactions on Image Processing volume 22 , pages 3961--3973

  79. [87]

    , author Qi, J

    author Nichols, T. , author Qi, J. , author Asma, E. , author Leahy, R. , year 2002 . title Spatiotemporal reconstruction of list-mode pet data . journal IEEE Transactions on Medical Imaging volume 21 , pages 396--404

  80. [88]

    , author Sullivan, J.M

    author Olesen, O.V. , author Sullivan, J.M. , author Mulnix, T. , author Paulsen, R.R. , author Hojgaard, L. , author Roed, B. , author Carson, R.E. , author Morris, E.D. , author Larsen, R. , year 2013 . title List-mode PET motion correction using markerless head tracking: P ...

  81. [89]

    , author Hashimoto, F

    author Onishi, Y. , author Hashimoto, F. , author Ote, K. , author Ohba, H. , author Ota, R. , author Yoshikawa, E. , author Ouchi, Y. , year 2021 . title Anatomical-guided attention enhances unsupervised PET image denoising performance . journal Medical Image Analysis volume ...

  82. [90]

    , author Hashimoto, F

    author Ote, K. , author Hashimoto, F. , author Kakimoto, A. , author Isobe, T. , author Inubushi, T. , author Ota, R. , author Tokui, A. , author Saito, A. , author Moriya, T. , author Omura, T. , year 2020 . title Kinetics-induced block matching and 5- D transform domain filt...

  83. [91]

    , author Hanzouli, H

    author P., L. , author Hanzouli, H. , author Hatt, M. , author R., L. , author Visvikis, D. , year 2013 . title Denoising of PET images by combining wavelets and curvelets for improved preservation of resolution and quantitation . journal Medical Image Analysis volume 17 , pag...

  84. [92]

    , author Liu, M

    author Pan, Y. , author Liu, M. , author Lian, C. , author Xia, Y. , author Shen, D. , year 2020 . title Spatially-constrained fisher representation for brain disease identification with incomplete multi-modal neuroimages . journal IEEE Transactions on Medical Imaging volume 3...

  85. [93]

    , author Liu, M

    author Pan, Y. , author Liu, M. , author Xia, Y. , author Shen, D. , year 2021 . title Disease-image-specific learning for diagnosis-oriented neuroimage synthesis with incomplete multi-modality data . journal IEEE Transactions on Pattern Analysis and Machine Intelligence volum...

  86. [94]

    , author Liu, M

    author Park, T. , author Liu, M. , author Wang, T. , author Zhu, J. , year 2019 . title Semantic image synthesis with spatially-adaptive normalization . journal Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 2337--2346

  87. [95]

    , author Hayat, M

    author Peiris, H. , author Hayat, M. , author Chen, Z. , author Egan, G. , author Harandi, M. , year 2022 . title A robust volumetric transformer for accurate 3 D tumor segmentation . journal International Conference on Medical Image Computing and Computer-Assisted Interventio...

  88. [96]

    , author Fischer, P

    author Ronneberger, O. , author Fischer, P. , author Brox, T. , year 2015 . title U-net: C onvolutional networks for biomedical image segmentation . journal International Conference on Medical image computing and computer-assisted intervention , pages 234--241

  89. [97]

    , author Thakar, A

    author Sakthivel, P. , author Thakar, A. , author Prashanth, A. , author Angamuthu, M. , author Sharma, S.C. , author Kumar, R. , year 2020 . title Clinical applications of 68 ga-psma PET/CT on residual disease assessment of juvenile nasopharyngeal angiofibroma ( JNA ) . journ...

  90. [98]

    , author Yan, J

    author Schaefferkoetter, J. , author Yan, J. , author Ortega, C. , author Sertic, A. , author Lechtman, E. , author Eshet, Y. , author Metser, U. , author Veit-Haibach, P. , year 2020 . title Convolutional neural networks for improving image quality with noisy pet data . journ...

  91. [99]

    , year 2003

    author Shukla, P.D. , year 2003 . title Complex wavelet transforms and their applications . journal A Dissertation Submitted of Signal Processing Division, Department of Electronic and Electrical Engineering University of Strathclyde Scotland United Kingdom

  92. [100]

    , year 2002

    author Slovis , author Thomas, L. , year 2002 . title The ALARA concept in pediatric CT : myth or reality? journal Radiology volume 223 , pages 5--6

  93. [101]

    , author Yang, F

    author Song, T. , author Yang, F. , author Dutta, J. , year 2021 . title Noise2 V oid: unsupervised denoising of PET images . journal Physics in Medicine & Biology volume 66 , pages 214002

  94. [102]

    , author Lebel, R.M

    author Souza, R. , author Lebel, R.M. , author Frayne, R. , year 2019 . title A hybrid, dual domain, cascade of convolutional neural networks for magnetic resonance image reconstruction . journal International Conference on Medical Imaging with Deep Learning , pages 437--446

  95. [103]

    , author Berg, E

    author Spencer, B. , author Berg, E. , author Schmall, J. , author Omidvari, N. , author Leung, E. , author Abdelhafez, Y.G. , author Tang, S. , author Deng, Z. , author Dong, Y. , author Lv, Y. , year 2021 . title Performance evaluation of the u EXPLORER total-body PET/CT sca...

  96. [104]

    , author Aksan, E

    author Spurr, A. , author Aksan, E. , author Hilliges, O. , year 2017 . title Guiding info GAN with semi-supervision . journal Joint European Conference on Machine Learning and Knowledge Discovery in Databases , pages 119--134

  97. [105]

    , author Wang, J

    author Sun, L. , author Wang, J. , author Huang, Y. , author Ding, X. , author Greenspan, H. , author Paisley, J. , year 2020 . title An adversarial learning approach to medical image synthesis for lesion detection . journal IEEE Journal of Biomedical and Health Informatics vo...

  98. [106]

    , author Rahmim, A

    author Tang, J. , author Rahmim, A. , year 2014 . title Anatomy assisted PET image reconstruction incorporating multi-resolution joint entropy . journal Physics in Medicine & Biology volume 60 , pages 31

  99. [107]

    , year 1996

    author Toft, P. , year 1996 . title The radon transform . journal Theory and Implementation (Ph. D. Dissertation)(Copenhagen: Technical University of Denmark)

  100. [108]

    , author Vedaldi, A

    author Ulyanov, D. , author Vedaldi, A. , author Lempitsky, V. , year 2016 . title Instance normalization: T he missing ingredient for fast stylization . journal arXiv preprint arXiv:1607.08022

  101. [109]

    , author Ota, J

    author Umehara, K. , author Ota, J. , author Ishida, T. , year 2017 . title Super-resolution imaging of mammograms based on the super-resolution convolutional neural network . journal Open Journal of Medical Imaging volume 07 , pages 180--195

  102. [110]

    , author Ma, G

    author Wang, Y. , author Ma, G. , author An, L. , author Shi, F. , author Zhang, P. , author Wu, X. , author Zhou, J. , author Shen, D. , year 2016 . title Semi-supervised tripled dictionary learning for standard-dose PET image prediction using low-dose PET and multimodal MRI ...

  103. [111]

    , author Yu, B

    author Wang, Y. , author Yu, B. , author Wang, L. , author Zu, C. , author Lalush, D.S. , author Lin, W. , author Wu, X. , author Zhou, J. , author Shen, D. , author Zhou, L. , year 2018 . title 3 D conditional generative adversarial networks for high-quality PET image estimat...

  104. [112]

    , author Zhang, P

    author Wang, Y. , author Zhang, P. , author An, L. , author Ma, G. , author Kang, J. , author Shi, F. , author Wu, X. , author Zhou, J. , author Lalush, D.S. , author Lin, W. , year 2015 . title Predicting standard-dose PET image from low-dose PET and multimodal MR images usin...

  105. [113]

    , author Zhou, L

    author Wang, Y. , author Zhou, L. , author Yu, B. , author Wang, L. , author Zu, C. , author Lalush, D.S. , author Lin, W. , author Wu, X. , author Zhou, J. , author Shen, D. , year 2019 . title 3 D auto-context-based locality adaptive multi-modality GAN s for PET synthesis . ...

  106. [114]

    , author Bovik, A

    author Wang, Z. , author Bovik, A. , author Sheikh, H. , author Simoncelli, E. , year 2004 . title Image quality assessment: from error visibility to structural similarity . journal IEEE Transactions on Image Processing volume 13 , pages 600--612

  107. [115]

    , author Meyer, M

    author Wasserthal, J. , author Meyer, M. , author Breit, H. , author Cyriac, J. , author Yang, S. , author Segeroth, M. , year 2022 . title Totalsegmentator: robust segmentation of 104 anatomical structures in CT images . journal arXiv preprint arXiv:2208.05868

  108. [116]

    , author Blake, A

    author Williams, O. , author Blake, A. , author Cipolla, R. , year 2005 . title Sparse B ayesian learning for efficient visual tracking . journal IEEE Transactions on Pattern Analysis and Machine Intelligence volume 27 , pages 1292--1304

  109. [117]

    , author Matsuura, K

    author Willmott, C. , author Matsuura, K. , year 2005 . title Advantages of the mean absolute error ( MAE ) over the root mean square error ( RMSE ) in assessing average model performance . journal Climate Research volume 30 , pages 79--82

  110. [118]

    , author Jia, H

    author Wu, G. , author Jia, H. , author Wang, Q. , author Shen, D. , year 2011 . title Sharp M ean: groupwise registration guided by sharp mean image and tree-based registration . journal NeuroImage volume 56 , pages 1968--1981

  111. [119]

    , author Hu, D

    author Wu, W. , author Hu, D. , author Niu, C. , author Yu, H. , author Vardhanabhuti, V. , author Wang, G. , year 2021 . title D RONE : Dual-domain residual-based optimization network for sparse-view CT reconstruction . journal IEEE Transactions on Medical Imaging

  112. [120]

    , author He, K

    author Wu, Y. , author He, K. , year 2018 . title Group normalization . journal Proceedings of the European Conference on Computer Vsion (ECCV) , pages 3--19

  113. [121]

    , author Qiao, Y

    author Xiang, L. , author Qiao, Y. , author Nie, D. , author An, L. , author Lin, W. , author Wang, Q. , author Shen, D. , year 2017 . title Deep auto-context convolutional neural networks for standard-dose PET image estimation from low-dose PET/MRI . journal Neurocomputing vo...

  114. [122]

    , author Wang, L

    author Xiang, L. , author Wang, L. , author Gong, E. , author Zaharchuk, G. , author Zhang, T. , year 2020 . title Noise-aware standard-dose PET reconstruction using general and adaptive robust loss . journal International Workshop on Machine Learning in Medical Imaging , page...

  115. [123]

    , author Yu, L

    author Xiao, J. , author Yu, L. , author Xing, L. , author Yuille, A. , author Zhou, Y. , year 2021 . title Dual N orm- UN et: I ncorporating global and local statistics for robust medical image segmentation . journal arXiv preprint arXiv:2103.15858

  116. [124]

    , author Gong, E

    author Xu, J. , author Gong, E. , author Pauly, J. , author Zaharchuk, G. , year 2017 . title 200x low-dose PET reconstruction using deep learning . journal arXiv preprint arXiv:1712.04119

  117. [125]

    , author Si, L

    author Xuan, K. , author Si, L. , author Zhang, L. , author Xue, Z. , author Wang, Q. , year 2020 . title Reduce slice spacing of MR images by super-resolution learned without ground-truth . journal arXiv preprint arXiv:2003.12627

  118. [126]

    , author Lim, J

    author Yan, J. , author Lim, J. , author Townsend, D. , year 2015 . title M RI -guided brain PET image filtering and partial volume correction . journal Physics in Medicine & Biology volume 60 , pages 961

  119. [127]

    , author He, X

    author Yang, D. , author He, X. , author Zhang, R. , year 2023 . title Alternating attention T ransformer for single image deraining . journal Digital Signal Processing , pages 104144

  120. [128]

    , author Sun, J

    author Yang, H. , author Sun, J. , author Carass, A. , author Zhao, C. , author Lee, J. , author Prince, J. , author Xu, Z. , year 2020 . title Unsupervised MR -to- CT synthesis using structure-constrained cycle GAN . journal IEEE Transactions on Medical Imaging volume 39 , pa...

  121. [129]

    , author Walia, E

    author Yi, X. , author Walia, E. , author Babyn, P. , year 2019 . title Generative adversarial network in medical imaging: A review . journal Medical image analysis volume 58 , pages 101552

  122. [130]

    , author Kang, S

    author Yie, S. , author Kang, S. , author Hwang, D. , author Lee, J. , year 2020 . title Self-supervised PET denoising . journal Nuclear Medicine and Molecular Imaging volume 54 , pages 299--304

  123. [131]

    , author Dar, S

    author Yurt, M. , author Dar, S. , author Erdem, A. , author Erdem, E. , author Oguz, K. , author C ukur, T. , year 2021 . title must GAN : multi-stream generative adversarial networks for MR image synthesis . journal Medical Image Analysis volume 70 , pages 101--144

  124. [132]

    , author Gao, K

    author Zeng, L.L. , author Gao, K. , author Hu, D. , author Feng, Z. , author Hou, C. , author Rong, P. , author Wang, W. , year 2023 . title S S-TBN : a semi-supervised tri-branch network for COVID-19 screening and lesion segmentation . journal IEEE Transactions on Pattern An...

  125. [133]

    , author Zuo, W

    author Zhang, K. , author Zuo, W. , author Chen, Y. , author Meng, D. , author Zhang, L. , year 2017 . title Beyond a gaussian denoiser: Residual learning of deep CNN for image denoising . journal IEEE Transactions on Image Processing volume 26 , pages 3142--3155

  126. [134]

    , author Xie, Z

    author Zhang, X. , author Xie, Z. , author Berg, E. , author Judenhofer, M.S. , author Liu, W. , author Xu, T. , author Ding, Y. , author Lv, Y. , author Dong, Y. , author Deng, Z. , year 2020 . title Total-body dynamic reconstruction and parametric imaging on the u EXPLORER ....

  127. [135]

    , author Chen, X

    author Zhou, B. , author Chen, X. , author Zhou, S. , author Duncan, J. , author Liu, C. , year 2022 . title Du DoDR - Net : Dual-domain data consistent recurrent network for simultaneous sparse view and metal artifact reduction in computed tomography . journal Medical Image A...

  128. [136]

    , author Schaefferkoetter, J

    author Zhou, L. , author Schaefferkoetter, J. , author Tham, I. , author Huang, G. , author Yan, J. , year 2020 . title Supervised learning with C ycle GAN for low-dose FDG PET image denoising . journal Medical Image Analysis volume 65 , pages 101770

  129. [137]

    , author Park, T

    author Zhu, J.Y. , author Park, T. , author Isola, P. , author Efros, A.A. , year 2017 . title Unpaired image-to-image translation using cycle-consistent adversarial networks . journal Proceedings of the IEEE International Conference on Computer Vision , pages 2223--2232

Pith tools

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