Next Article in Journal
Auguring Fake Face Images Using Dual Input Convolution Neural Network
Next Article in Special Issue
Intraoperative Gamma Cameras: A Review of Development in the Last Decade and Future Outlook
Previous Article in Journal
A Survey on Deep Learning in COVID-19 Diagnosis
Previous Article in Special Issue
Prognostic Value of Bone Marrow Uptake Using 18F-FDG PET/CT Scans in Solid Neoplasms
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Attenuation Correction Using Template PET Registration for Brain PET: A Proof-of-Concept Study

1
Positrigo AG, 8005 Zurich, Switzerland
2
Department of Nuclear Medicine, University Hospital Zurich, 8091 Zurich, Switzerland
3
Institute for Regenerative Medicine, University of Zurich, 8006 Zurich, Switzerland
4
PMOD Technologies LLC, 8117 Faellanden, Switzerland
5
Department of Statistics, School of Mathematics, University of Leeds, Leeds LS2 9JT, UK
6
Department of Nuclear Medicine and Molecular Imaging, University Medical Center Groningen, University of Groningen, 9713 GZ Groningen, The Netherlands
7
National Physical Laboratory, Teddington TW11 0LW, UK
8
Institute of Nuclear Medicine, University College London, London NW1 2BU, UK
9
Centre for Medical Image Computing, UCL, Gower Street, London WC1E 6BT, UK
10
Algorithms Software Consulting Ltd., London SW15 5HX, UK
*
Author to whom correspondence should be addressed.
J. Imaging 2023, 9(1), 2; https://doi.org/10.3390/jimaging9010002
Submission received: 7 October 2022 / Revised: 13 December 2022 / Accepted: 19 December 2022 / Published: 21 December 2022

Abstract

:
NeuroLF is a dedicated brain PET system with an octagonal prism shape housed in a scanner head that can be positioned around a patient’s head. Because it does not have MR or CT capabilities, attenuation correction based on an estimation of the attenuation map is a crucial feature. In this article, we demonstrate this method on [18F]FDG PET brain scans performed with a low-resolution proof of concept prototype of NeuroLF called BPET. We perform an affine registration of a template PET scan to the uncorrected emission image, and then apply the resulting transform to the corresponding template attenuation map. Using a whole-body PET/CT system as reference, we quantitively show that this method yields comparable image quality (0.893 average correlation to reference scan) to using the reference µ-map as obtained from the CT scan of the imaged patient (0.908 average correlation). We conclude from this initial study that attenuation correction using template registration instead of a patient CT delivers similar results and is an option for patients undergoing brain PET.

1. Introduction

Image reconstruction in PET typically requires many correction steps to produce a quantitative image from the measured coincidence pairs. These include hardware-specific corrections such as detector efficiency and geometric normalization, but also random coincidence correction, scatter correction and attenuation correction. On PET/CT systems, the attenuation correction is routinely done by converting CT images to attenuation maps (µ-maps) corresponding to the relevant energy window around 511 keV. PET/MR and PET-only systems need to obtain the µ-maps through other means. The most common approaches [1,2] are to perform transmission scans [3], segmentation methods, atlas-/template-based methods [4,5] and, more recently, methods working directly on uncorrected PET data, such as simultaneous reconstruction of emission and attenuation [6] and deep-learning [2].
NeuroLF is an ultracompact dedicated brain PET system designed to provide comparable image quality to existing full-body PET systems with around 25 cm axial length. It consists of a patient positioning system and a scanning unit to position the scanner head around the patient’s head. The system will make functional brain imaging more affordable for diseases such as dementia, epilepsy, encephalitis, brain cancer and Parkinson. In NeuroLF it would be very attractive to import CT- or MR-based attenuation maps, but generally the attenuation map will have to be computed based on the uncorrected reconstruction of the PET emission data. Of the above-mentioned options, the atlas- or template-based one was considered the most appropriate at this stage, since simultaneous reconstruction techniques such as MLAA [6,7] and deep-learning approaches are technically more complex, and sometimes require TOF which NeuroLF will not initially have. Additionally, atlas- and template-based methods were shown to produce very good results [4,5], especially when using templates instead of atlases. AI approaches will certainly be interesting for NeuroLF in future, since they have already shown very promising results [2] and are improving rapidly due to the active research field.
All methods compared in article [4] used the MR image for atlas or template registration, which has the benefit that they are independent of the radiotracer used for the PET. NeuroLF does not usually have MR data for a scanned patient (only if they have been acquired elsewhere and imported), which means that the template registration should be performed from PET to PET. This article is investigating the feasibility and stability of using a template-based approach for PET-only attenuation correction. We test the proposed method on real patient data acquired with a prototype system (BPET) and different PET/CT template [18F]FDG datasets. We show that the proposed method is stable, works with a variety of templates, and that the resulting image quality is equivalent to using CT-based attenuation correction.

2. Materials and Methods

2.1. Materials

2.1.1. PET Scanner

Since NeuroLF is still in development, this work on the attenuation correction is performed on data obtained from a proof-of-concept prototype system called BPET (Figure 1), which has a lower spatial and temporal resolution.
BPET has an octagonal prism shape, with each of the eight modules housing 30 (axially) by 24 (transaxially) LYSO crystals with 10 mm length and face dimensions of 4.1 mm × 4.1 mm. These are coupled to silicon photo-multiplier (SiPM) arrays that read-out events using light-sharing, where 3 × 3 SiPMs are interpreting the signal from 6 × 6 crystals to assign measured events to the correct crystal using a light-sharing algorithm. BPET has an axial length of 128 mm and a module to module flat-to-flat diameter of 254 mm [8].

2.1.2. Collected Data

The data used in this article were collected during the first clinical trial of BPET, where eight [18F]FDG patients first had their clinically prescribed scan with a whole-body PET/CT system (which constitutes the reference PET in this article) and were subsequently scanned with BPET. Four BPET patient scans were taken with light sharing disabled and were excluded from the analysis, the other four will be referred to as patients P1, P2, P3 and P4 from now on and are the BPET datasets used in this study. The reference PET and CT pairs of the four excluded patients were instead used as independent template data (named T1, T2, T3 and T4 henceforth). The reference PET images were computed by the PET/CT system (Discovery MI, 6-ring configuration, GE Healthcare, Waukesha, WI, USA) from a 5 min acquisition and included attenuation and scatter correction based on the CT. The acquisition time for BPET was always 15 min, with activity differing for the imaged patients. All data acquisitions were performed at University Hospital Zürich, with ethical approval by KEK Zürich. The clinicaltrials.gov (accessed on 10 December 2022) identifier is NCT04511546 [9].

2.2. Methods

2.2.1. Image Reconstruction

Images were reconstructed using the open-source Software for Tomographic Image Reconstruction (STIR) [10], through its Python interface. We used the new scanner geometry modelling feature of STIR called “BlocksOnCylindrical” which was recently developed to reconstruct data obtained by non-cylindrical PET scanners [11,12]. The data were corrected for random events (single rate method [13]), were normalized for geometry (obtained from a scan of a homogeneous cylindrical phantom) and detector efficiencies (computed from singles), and attenuation and scatter correction were performed using the attenuation maps obtained with the method described in this article. The scatter correction was based on the single scatter simulation functionality in STIR, and was scaled up by the average fraction of total scatter events over single scatter events observed in Monte-Carlo simulations in GATE (GEANT4 Application to Tomographic Emission) [14] for the BPET geometry and cylindrical, water-filled phantoms of various diameters around 20 cm (this factor was 1.1).

2.2.2. Attenuation Map Computation

The attenuation map (µ-map) computation consisted of three steps: template preparation, PET-to-PET registration, µ-map deformation (Figure 2). All volumetric image registrations and deformations were performed with the open-source software Nifty-Reg [15,16], which uses a coarse-to-fine block matching to perform rigid and affine registrations. Alternative methods for registration were not investigated yet, but could be of interest [17,18,19].
Template preparation only needed to be performed once, and then the templates could be reused for all PET reconstructions. First, the PET and CT scans of the same patient were brought to the same image dimensions using the rigid registration option of the reg_aladin executable in Nifty-Reg. Subsequently, the CT scan was translated to a µ-map with the STIR class HUToMuImageProcessor which uses bi-linear scaling [20]. The intercepts and slopes used for the bi-linear scaling were 0.096 cm−1 and 9.6 × 10−5 cm−1/HU for intensities below 50 Hounsfield Units (HU), and 0.092 cm−1 and 5.11 × 10−5 above. Finally, the µ-map was blurred with an isotropic 4.5 mm Gaussian 3D kernel to adapt its resolution to the resolution of BPET [21]. For the results in Section 3.1, the reference CT and PET pair for the first of the independently scanned patients was used as the template (T1). To evaluate the stability of the presented attenuation correction method, reference CT and PET pairs of the other three independent FDG datasets were also tested as template data (T2, T3 and T4) in Section 3.2.
During reconstructions, the template data then needed to be adjusted to the patient’s head geometry. Theoretically, this could have been performed in one step by registering the template µ-map directly to the initial BPET reconstruction (without attenuation and scatter correction). However, we found the data in the scalp region of the BPET images was insufficient to provide Nifty-Reg with enough structural information to compute an accurate registration. Therefore, the template [18F]FDG-PET image (with attenuation correction) was registered to the initial BPET image first (PET-to-PET), using the affine reg_aladin implementation. The difference that the template PET image was attenuation and scatter corrected, while the BPET image was not, did not noticeably impact the registration because these corrections change intensity levels within the image, but not the location of higher-level structural features such as brain lobes, scalp, and sinuses, which have the strongest impact on the registration algorithm.
Finally, the template µ-map was deformed by applying the affine transformation obtained in the PET-to-PET registration using the reg_resample executable in Nifty-Reg. This deformation automatically resamples the template µ-map to the coordinate space and dimensions of the BPET reconstructions, which makes it straight-forward to use in the STIR reconstruction pipeline. The PET-to-PET registration and the µ-map deformation generally took around 10 to 20 s, depending on the dimensions of the PET image and the template PET and CT data.
For comparison, we also reconstructed images with the µ-map computed from the CT of the same patients that were scanned with BPET. These were prepared as described in the paragraphs above, with the only difference that all registrations were performed rigidly.

2.2.3. Image Quality Metrics

To assess the quality of the reconstructed BPET images, we compared them to the reference PET scans obtained with the full-body PET/CT system prior to the BPET data acquisition. This was done by comparing the relative voxel intensities in a collection of 67 volumes of interest (VOIs) defined on the AAL Merged Atlas [22,23]. For this, we exported the PET (“SPM5 derived PET template”) and VOI atlas (“AAL Merged Atlas”) images (Figure 3) from PMOD (PMOD Technologies, Zürich, Switzerland), and registered the BPET and the reference PET image to the PMOD PET atlas using the affine implementation of reg_aladin. Then, the PMOD VOI atlas was used to index the VOIs in the BPET and reference PET images to compute the average intensity within each VOI and divide it by the average intensity in the union of all VOIs. The reference PET images were smoothed with an isotropic 4.7 mm Gaussian 3D kernel (pre-registration), to approximately match the resolution of BPET which is between 4 mm and 9 mm, depending on the axial location [8]. The BPET images were filtered with a median filter with a kernel size of 5 × 5 × 5, to reduce salt and pepper noise observed in unfiltered reconstructions.
The resulting 67 relative VOI intensities were then plotted against each other for BPET and reference PET, and a linear regression was computed on the point cloud. A perfect fit would result in a slope of 1 and an intercept of 0.
For the Bland–Altman analysis, the difference in relative VOI intensity (BPET minus reference PET) was divided by their mid-point (labelled “mean VOI activity” on the x-axis). The mean value of this scaled difference was computed and was plotted as a green bar (for a perfect fit it would be 0), and 1.96 times the standard deviation (SD) were plotted either side in orange to show the range within which 95% of the data lie (the closer the lines, the better the fit). This plot is useful to evaluate the variability in the VOI activity accuracy, as well as visualizing whether low or high activity regions are systematically over- or underestimated. Finally, the Pearson correlation coefficient was computed across all relative VOI intensities.

3. Results

In the first section, the first template dataset T1 was used for all reconstructions and compared to the patient-specific attenuation map. In the second section, the differences between templates T1–4 are analysed.

3.1. Comparison of Patient-Specific Attenuation Map vs. Generic Template Attenuation Map

The images reconstructed with the attenuation correction obtained from the patient-specific CT reference scan had an average linear regression slope of 1.01 and an intercept of −0.015 for the VOI comparison, with the reference scans obtained with a clinical GE scanner (Figure 4). The largest mismatch with the reference images was observed for patient P3 with a slope of 1.07 and an intercept of −0.07. The average correlation of the relative VOI values was 0.908.
The images reconstructed with the estimated attenuation correction obtained by performing an affine registration of the independent template PET/CT dataset T1 had an average linear regression slope of 0.99 and an intercept of 0.00 for the VOI comparison with the reference scans (Figure 5). The average correlation of the relative VOI values was 0.902.
For all four patients, the reference image, the reconstructed BPET image with the patient-specific µ-map, and the reconstructed BPET image with the µ-map computed from the independent T1 template dataset are shown in Figure 6, Figure 7, Figure 8 and Figure 9. In these figures, the reference images are not smoothed. The BPET images are smoothed by a median filter with kernel size 3 × 3 × 3 to reduce the salt and pepper noise.

3.2. Requirements for Template Attenuation Map

For the results in the previous section, the reference CT and PET pair for the first of the independently scanned patients was used as the template (T1). We now compare these to the results with templates T2, T3 and T4. T2 gave similarly good results than T1, while the other two templates gave good results for two patients and worse results for the other two (Table 1). In the following paragraphs we will study these instances with worse image quality metrics in detail to understand the implications on the choice of template, but we would like to note that the images obtained in these cases are still comparable to the ones with the patient-specific µ-map (Figure 10).
The cause for some of these outliers was likely the coverage of the template PET/CT dataset: some reference scans were performed with the head tilted backwards, resulting in a partial loss of the inferior occipital part of the head. When registering these templates to the BPET reconstructions, the resulting attenuation map contains blank areas and is therefore inaccurate (Figure 11). This can be easily remedied by using a template CT with sufficient coverage.
When looking at the correlation coefficient instead of the linear regression, patient P1 always looks worse than the others, irrespective of the template dataset used (Table 2). This is therefore not explained by the attenuation correction, but hints to another issue, most likely data quality due to the cropping of parts of the cerebellum and a temporal lobe (Figure 12). The only instance where the choice of template had a significant impact on the correlation coefficient was the combination of patient P3 and template T2. To investigate this instance where the correlation was lower, the VOIs were colored according to the intensity difference between reference PET and BPET (Figure 13). There are two regions in the lower front of the brain (left and right gyrus rectus) that experience the largest deviations by a margin. These regions also experience the largest deviations when other templates are used (Figure 14), but the relative difference to other areas is smaller. In this frontal region of the brain, the T2 template had more pronounced paranasal sinuses compared to the other templates (Figure 11), which could explain the larger deviations. Nonetheless, the reconstructed images do not differ noticeably from the ones obtained with another template (Figure 10).

4. Discussion

We have presented the use of template PET/CT image pairs for computing an attenuation map during PET image reconstruction. The template PET was registered to the uncorrected image reconstruction of a dedicated brain PET-only scanner, and the same deformation was applied to the template CT to obtain the µ-map. We showed good quality reconstructions for four different patients, and using four different independent template PET/CT pairs, indicating that this technique works reliably for [18F]FDG brain PET scans. A couple of specific combinations of patient and template data resulted in a slightly worse linear regression fit or lower correlation coefficient, but the resulting images only looked marginally inferior. To reduce the likelihood of such outliers, the template dataset with the best scores across the total test data can be chosen—since good scores across all test patients can indicate a more general geometry that fits well with most head geometries.
The data used in this paper were obtained from the proof-of-concept prototype BPET. Based on clinical results and clinician’s feedback for BPET, NeuroLF was designed with a larger axial field-of-view, smaller light-sharing group, smaller crystals for higher spatial resolution, an updated readout ASIC, more SiPM readout area for improved light sampling and therefore improved timing resolution, and overall usability improvements. Each of the eight NeuroLF modules will house 48 (axially) by 32 (transaxially) LYSO crystals of configurable length 10 mm, 15 mm or 20 mm, and face dimensions of 3.19 mm × 3.19 mm. These are coupled to SiPM arrays that read-out events using light-sharing, where four SiPMs are used to identify events in a 4 by 4 grid of crystals. NeuroLF will also have a larger field of view with an axial length of 163 mm and module to module flat-to-flat diameter of 268 mm. We are planning to collect more FDG data with NeuroLF, to repeat this analysis on a larger sample size and with better image quality compared to BPET.
Obviously, brain PET scans are not limited to [18F]FDG. We intend on repeating this analysis with other radiopharmaceuticals, in particular for [18F]-based Aß-tracers, [18F]-based tau-tracers, [18F]FET, or [11C]MET. Initial results with affine registration of PET images of these tracers look promising.
Nifty-Reg also supports a non-linear deformable registration [24], which was tested initially as part of the work presented here. However, this was more time-consuming and produced less reliable results as the more constrained affine registration used here. Furthermore, the good results obtained with the affine registration of four different template datasets indicate that the attenuation map used in brain PET does not need to be extremely accurate, as long as it contains all relevant tissues in the approximate locations. However, we have observed ±10% intensity variations in reconstructions using different templates. These only affect quantification accuracy, but we are working on methods to mitigate this effect.
While the results presented in this article suggest that a single template is sufficient, there is a potential risk of failure for uncommon input data (e.g., [25]). As with any computational attenuation correction method, it is very difficult to make these methods account for all such eventualities, hence it is good practice to compare attenuation corrected reconstructions with unusual activity distributions to reconstructions without attenuation correction. Methods of detecting unusual data automatically will be investigated in the future. Furthermore, it may be worthwhile to compute the quality of registration, to spot potential outliers or to select the best among a group of available templates. This could even be extended to computing local quality measures and fusing multiple templates [26], at the cost of computation time. Alternatively, consistency conditions could be used to select the best template [27].

Author Contributions

Conceptualization, M.J., E.M., M.L.A., J.F.; methodology, M.J.; software, M.J., E.M., K.T., D.D., V.D., C.T.; validation, M.J.; formal analysis, M.J.; investigation, M.J.; resources, M.L.A., J.F., V.T., M.H. (Marlena Hofbauer), M.H. (Martin Hüllner), P.A.K., A.B., G.W.; data curation, M.J.; writing—original draft preparation, M.J.; writing—review and editing, J.F., M.L.A., E.M., M.H. (Martin Hüllner), K.T., C.T., D.D., P.A.K.; visualization, M.J.; supervision, M.L.A., J.F.; project administration, M.J.; funding acquisition, J.F., M.L.A. All authors have read and agreed to the published version of the manuscript.

Funding

This work was performed by Positrigo and was supported by Markus Rauh/ETH Zurich Foundation Pioneer Fellowship PIO-07 16-2, Innosuisse Grant 27785.1 PFLS-LS, Stephan Schmidheiny and Viktoria Schmidheiny and the ETH Zurich Foundation 2018-HE-311, European Union’s Horizon 2020 research and innovation program: 855292 and European Union’s Horizon 2020 research and innovation program: 953844.

Institutional Review Board Statement

The ExploreBPET study was conducted in accordance with the Declaration of Helsinki, and approved by the Ethics Committee of the canton of Zürich (BASEC no. 2020-02020 approved on 17 September 2020.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

Contact authors for dataset or code.

Acknowledgments

V. Dao is currently funded by an EPSRC (Engineering and Physical Sciences Research Council) Industrial CASE PhD Scholarship co-funded by Positrigo and was previously funded by EPSRC Impact Acceleration Account (IAA) grant (EP/R511717/1). M. Hüllner was supported by grants from GE Healthcare, grant from the CRPP AI Oncological Imaging Network of the University of Zurich and fund by the Alfred and Annemarie von Sick legacy for translational and clinical cardiac and oncological research. Software used in this project is part-maintained by the Computational Collaborative Project in Synergistic Reconstruction for Biomedical Imaging, CCP SyneRBI, UK EPSRC grant EP/T026693/1. The authors would also like to thank the reviewers for their helpful and constructive feedback that improved the paper considerably.

Conflicts of Interest

M. Jehl, E. Mikhailova, M.L. Ahnen and J. Fischer work for Positrigo. K. Thielemans and C. Tsoumpas are on the advisory board of Positrigo, A. Buck is on the board of directors of Positrigo and V. Dao is co-sponsored by Positrigo.

References

  1. Wagenknecht, G.; Kaiser, H.-J.; Mottaghy, F.M.; Herzog, H. MRI for Attenuation Correction in PET: Methods and Challenges. Magn. Reson. Mater. Phys. Biol. Med. 2013, 26, 99–113. [Google Scholar] [CrossRef] [Green Version]
  2. Lee, J.S. A Review of Deep-Learning-Based Approaches for Attenuation Correction in Positron Emission Tomography. IEEE Trans. Radiat. Plasma Med. Sci. 2021, 5, 160–184. [Google Scholar] [CrossRef]
  3. Bailey, D.L. Transmission Scanning in Emission Tomography. Eur. J. Nucl. Med. Mol. Imaging 1998, 25, 774–787. [Google Scholar] [CrossRef] [PubMed]
  4. Ladefoged, C.N.; Law, I.; Anazodo, U.; St. Lawrence, K.; Izquierdo-Garcia, D.; Catana, C.; Burgos, N.; Cardoso, M.J.; Ourselin, S.; Hutton, B.; et al. A Multi-Centre Evaluation of Eleven Clinically Feasible Brain PET/MRI Attenuation Correction Techniques Using a Large Cohort of Patients. NeuroImage 2017, 147, 346–359. [Google Scholar] [CrossRef] [Green Version]
  5. Sekine, T.; Buck, A.; Delso, G.; ter Voert, E.E.G.W.; Huellner, M.; Veit-Haibach, P.; Warnock, G. Evaluation of Atlas-Based Attenuation Correction for Integrated PET/MR in Human Brain: Application of a Head Atlas and Comparison to True CT-Based Attenuation Correction. J. Nucl. Med. 2016, 57, 215–220. [Google Scholar] [CrossRef] [Green Version]
  6. Rezaei, A.; Defrise, M.; Nuyts, J. ML-Reconstruction for TOF-PET With Simultaneous Estimation of the Attenuation Factors. IEEE Trans. Med. Imaging 2014, 33, 1563–1572. [Google Scholar] [CrossRef]
  7. Benoit, D.; Ladefoged, C.N.; Rezaei, A.; Keller, S.H.; Andersen, F.L.; Højgaard, L.; Hansen, A.E.; Holm, S.; Nuyts, J. Optimized MLAA for Quantitative Non-TOF PET/MR of the Brain. Phys. Med. Biol. 2016, 61, 8854–8874. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  8. Ahnen, M.L.; Fischer, J.; Kuegler, N.; Mikhaylova, E.; Becker, R.; Lustermann, W.; Soerensen, J.; Buck, A.; Weber, B.; Sabri, O.; et al. Performance of the Ultra-Compact Fully Integrated Brain PET System BPET. In Proceedings of the 2020 IEEE Nuclear Science Symposium and Medical Imaging Conference (NSS/MIC), Boston, MA, USA, 31 October–7 November 2020; IEEE: Piscataway, NJ, USA, 2020; pp. 1–4. [Google Scholar]
  9. Positrigo AG Exploratory Study Using a New Head-Only PET Scanner (ExploreBPET). Available online: https://clinicaltrials.gov/ct2/show/NCT04511546 (accessed on 10 December 2022).
  10. Thielemans, K.; Tsoumpas, C.; Mustafovic, S.; Beisel, T.; Aguiar, P.; Dikaios, N.; Jacobson, M.W. STIR: Software for Tomographic Image Reconstruction Release 2. Phys. Med. Biol. 2012, 57, 867–883. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  11. Dao, V.; Mikhaylova, E.; Ahnen, M.L.; Fischer, J.; Thielemans, K.; Tsoumpas, C. Evaluation of STIR Library Adapted for PET Scanners with Non-Cylindrical Geometry. J. Imaging 2022, 8, 172. [Google Scholar] [CrossRef]
  12. Khateri, P.; Fischer, J.; Lustermann, W.; Tsoumpas, C.; Dissertori, G. Implementation of Cylindrical PET Scanners with Block Detector Geometry in STIR. EJNMMI Phys. 2019, 6, 15. [Google Scholar] [CrossRef]
  13. Stearns, C.W.; McDaniel, D.L.; Kohlmyer, S.G.; Arul, P.R.; Geiser, B.P.; Shanmugam, V. Random Coincidence Estimation from Single Event Rates on the Discovery ST PET/CT Scanner. In Proceedings of the 2003 IEEE Nuclear Science Symposium. Conference Record (IEEE Cat. No.03CH37515), Portland, OR, USA, 19–25 October 2003; IEEE: Piscataway, NJ, USA, 2003; pp. 3067–3069. [Google Scholar]
  14. Jan, S.; Santin, G.; Strul, D.; Staelens, S.; Assié, K.; Autret, D.; Avner, S.; Barbier, R.; Bardiès, M.; Bloomfield, P.M.; et al. GATE: A Simulation Toolkit for PET and SPECT. Phys. Med. Biol. 2004, 49, 4543–4561. [Google Scholar] [CrossRef] [PubMed]
  15. Modat, M.; Cash, D.M.; Daga, P.; Winston, G.P.; Duncan, J.S.; Ourselin, S. Global Image Registration Using a Symmetric Block-Matching Approach. J. Med. Imaging 2014, 1, 024003. [Google Scholar] [CrossRef] [Green Version]
  16. Ourselin, S.; Roche, A.; Subsol, G.; Pennec, X.; Ayache, N. Reconstructing a 3D Structure from Serial Histological Sections. Image Vis. Comput. 2001, 19, 25–31. [Google Scholar] [CrossRef]
  17. Wang, T.; Lei, Y.; Fu, Y.; Curran, W.J.; Liu, T.; Nye, J.A.; Yang, X. Machine Learning in Quantitative PET: A Review of Attenuation Correction and Low-Count Image Reconstruction Methods. Phys. Med. 2020, 76, 294–306. [Google Scholar] [CrossRef] [PubMed]
  18. Rundo, L.; Tangherloni, A.; Militello, C.; Gilardi, M.C.; Mauri, G. Multimodal Medical Image Registration Using Particle Swarm Optimization: A Review. In Proceedings of the 2016 IEEE Symposium Series on Computational Intelligence (SSCI), Athens, Greece, 6–9 December 2016; IEEE: Piscataway, NJ, USA, 2016; pp. 1–8. [Google Scholar]
  19. Lowekamp, B.; Gabehart; Blezek, D.; Ibanez, L.; McCormick, M.; Chen, D.; Mueller, D.; Cole, D.; Johnson, H.; Marstal, K.; et al. Simpleelastix: Simpleelastix V0.9.0 2015. Available online: https://zenodo.org/record/19049#.Y6FdcX1BxZU (accessed on 10 December 2022).
  20. Kinahan, P.E.; Townsend, D.W.; Beyer, T.; Sashin, D. Attenuation Correction for a Combined 3D PET/CT Scanner. Med. Phys. 1998, 25, 2046–2053. [Google Scholar] [CrossRef] [PubMed]
  21. Leek, F.; Robinson, A.P.; Moss, R.M.; Wilson, F.J.; Hutton, B.F.; Thielemans, K. Air Fraction Correction Optimisation in PET Imaging of Lung Disease. In Proceedings of the 2020 IEEE Nuclear Science Symposium and Medical Imaging Conference (NSS/MIC), Boston, MA, USA, 31 October–7 November 2020; IEEE: Piscataway, NJ, USA, 2020; pp. 1–4. [Google Scholar]
  22. Tzourio-Mazoyer, N.; Landeau, B.; Papathanassiou, D.; Crivello, F.; Etard, O.; Delcroix, N.; Mazoyer, B.; Joliot, M. Automated Anatomical Labeling of Activations in SPM Using a Macroscopic Anatomical Parcellation of the MNI MRI Single-Subject Brain. NeuroImage 2002, 15, 273–289. [Google Scholar] [CrossRef]
  23. Collins, D.L.; Zijdenbos, A.P.; Kollokian, V.; Sled, J.G.; Kabani, N.J.; Holmes, C.J.; Evans, A.C. Design and Construction of a Realistic Digital Brain Phantom. IEEE Trans. Med. Imaging 1998, 17, 463–468. [Google Scholar] [CrossRef]
  24. Modat, M.; Ridgway, G.R.; Taylor, Z.A.; Lehmann, M.; Barnes, J.; Hawkes, D.J.; Fox, N.C.; Ourselin, S. Fast Free-Form Deformation Using Graphics Processing Units. Comput. Methods Programs Biomed. 2010, 98, 278–284. [Google Scholar] [CrossRef] [Green Version]
  25. Von Borczyskowski, D.; Schulte, U.; Brenner, W.; Clausen, M.; Buchert, R. Occurrence of an Artifact in Brain 18F-FDG PET with Calculated Attenuation Correction. J. Nucl. Med. Technol. 2006, 34, 232. [Google Scholar]
  26. Burgos, N.; Cardoso, M.J.; Thielemans, K.; Modat, M.; Pedemonte, S.; Dickson, J.; Barnes, A.; Ahmed, R.; Mahoney, C.J.; Schott, J.M.; et al. Attenuation Correction Synthesis for Hybrid PET-MR Scanners: Application to Brain Studies. IEEE Trans. Med. Imaging 2014, 33, 2332–2341. [Google Scholar] [CrossRef]
  27. Alessio, A.M.; Kinahan, P.E.; Champley, K.M. Attenuation-Emission Alignment in Cardiac PET/CT Based on Consistency Conditions: Attenuation-Emission Alignment in Cardiac PET/CT. Med. Phys. 2010, 37, 1191–1200. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Picture of BPET with three medical technologists practicing its use during the site initiation visit.
Figure 1. Picture of BPET with three medical technologists practicing its use during the site initiation visit.
Jimaging 09 00002 g001
Figure 2. Diagram of the reconstruction workflow, where the template PET and uncorrected BPET image are registered, and the equivalently deformed µ-map is used for attenuation (and scatter) correction. The initial reconstruction is the BPET emission image that was reconstructed without attenuation and scatter correction. The template dataset is a set of PET image and CT-generated µ-map from the reference PET/CT scanner. The affine registration is the template PET after being registered to the initial reconstruction, and the resulting µ-map was obtained by applying the same transformation to the template µ-map. This µ-map was then used to perform the attenuation and scatter correction to obtain the final reconstruction.
Figure 2. Diagram of the reconstruction workflow, where the template PET and uncorrected BPET image are registered, and the equivalently deformed µ-map is used for attenuation (and scatter) correction. The initial reconstruction is the BPET emission image that was reconstructed without attenuation and scatter correction. The template dataset is a set of PET image and CT-generated µ-map from the reference PET/CT scanner. The affine registration is the template PET after being registered to the initial reconstruction, and the resulting µ-map was obtained by applying the same transformation to the template µ-map. This µ-map was then used to perform the attenuation and scatter correction to obtain the final reconstruction.
Jimaging 09 00002 g002
Figure 3. The volumes of interest (VOIs) used for the image quality analysis, as defined in the AAL Merged Atlas in PMOD. Colors indicate discrete VOI numbering from 1 to 71 (with four indices not present).
Figure 3. The volumes of interest (VOIs) used for the image quality analysis, as defined in the AAL Merged Atlas in PMOD. Colors indicate discrete VOI numbering from 1 to 71 (with four indices not present).
Jimaging 09 00002 g003
Figure 4. The VOI comparison of reconstructions using the patient-specific reference CT scan for the attenuation correction. Shown left are the linear regression plots. Shown in the right column are Bland–Altman plots indicating the 1.96 SD bars (orange) at either side of the mean intensity ratio (green).
Figure 4. The VOI comparison of reconstructions using the patient-specific reference CT scan for the attenuation correction. Shown left are the linear regression plots. Shown in the right column are Bland–Altman plots indicating the 1.96 SD bars (orange) at either side of the mean intensity ratio (green).
Jimaging 09 00002 g004
Figure 5. The VOI comparison of reconstructions using the independent template µ-map T1 for the attenuation correction with reconstructions from the reference PET/CT system. In the left column are the linear regression plots. Shown in the right column are Bland–Altman plots indicating the 1.96 SD bars (orange) at either side of the mean intensity ratio (green).
Figure 5. The VOI comparison of reconstructions using the independent template µ-map T1 for the attenuation correction with reconstructions from the reference PET/CT system. In the left column are the linear regression plots. Shown in the right column are Bland–Altman plots indicating the 1.96 SD bars (orange) at either side of the mean intensity ratio (green).
Jimaging 09 00002 g005
Figure 6. Slices through the reconstructed images for patient P1. Top row is the reference PET scan, middle row the BPET reconstruction using the patient-specific µ-map (from CT of patient P1), bottom row the BPET reconstruction using an independent template µ-map fitted with the method presented in this article.
Figure 6. Slices through the reconstructed images for patient P1. Top row is the reference PET scan, middle row the BPET reconstruction using the patient-specific µ-map (from CT of patient P1), bottom row the BPET reconstruction using an independent template µ-map fitted with the method presented in this article.
Jimaging 09 00002 g006
Figure 7. Slices through the reconstructed images for patient P2. Top row is the reference PET scan, middle row the BPET reconstruction using the patient-specific µ-map (from CT of patient P2), bottom row the BPET reconstruction using an independent template µ-map fitted with the method presented in this article.
Figure 7. Slices through the reconstructed images for patient P2. Top row is the reference PET scan, middle row the BPET reconstruction using the patient-specific µ-map (from CT of patient P2), bottom row the BPET reconstruction using an independent template µ-map fitted with the method presented in this article.
Jimaging 09 00002 g007
Figure 8. Slices through the reconstructed images for patient P3. Top row is the reference PET scan, middle row the BPET reconstruction using the patient-specific µ-map (from CT of patient P3), bottom row the BPET reconstruction using an independent template µ-map fitted with the method presented in this article.
Figure 8. Slices through the reconstructed images for patient P3. Top row is the reference PET scan, middle row the BPET reconstruction using the patient-specific µ-map (from CT of patient P3), bottom row the BPET reconstruction using an independent template µ-map fitted with the method presented in this article.
Jimaging 09 00002 g008
Figure 9. Slices through the reconstructed images for patient P4. Top row is the reference PET scan, middle row the BPET reconstruction using the patient-specific µ-map (from CT of patient P4), bottom row the BPET reconstruction using an independent template µ-map fitted with the method presented in this article.
Figure 9. Slices through the reconstructed images for patient P4. Top row is the reference PET scan, middle row the BPET reconstruction using the patient-specific µ-map (from CT of patient P4), bottom row the BPET reconstruction using an independent template µ-map fitted with the method presented in this article.
Jimaging 09 00002 g009
Figure 10. Slices through the reconstructed image for patient P3 with template T2. When compared to the reconstructions in Figure 8, it becomes evident that the slightly lower correlation coefficient 0.8 does not indicate a lower image quality.
Figure 10. Slices through the reconstructed image for patient P3 with template T2. When compared to the reconstructions in Figure 8, it becomes evident that the slightly lower correlation coefficient 0.8 does not indicate a lower image quality.
Jimaging 09 00002 g010
Figure 11. The attenuation maps obtained for patient P3 with the four templates. It is clearly visible that a part of the neck is not covered by the reference PET/CT scan of template T3 (and to a lesser degree also of template T1), and therefore results in a gap in the attenuation map.
Figure 11. The attenuation maps obtained for patient P3 with the four templates. It is clearly visible that a part of the neck is not covered by the reference PET/CT scan of template T3 (and to a lesser degree also of template T1), and therefore results in a gap in the attenuation map.
Jimaging 09 00002 g011
Figure 12. This figure shows the relative VOI deviations for patient P1 with the patient-specific attenuation map in the first row. The middle row shows the smoothed reference PET and the last row the median-filtered BPET reconstruction. Most regions with the largest errors (left cerebellar hemisphere and left fusiform gyrus) were near the area that was outside the BPET field of view due to inaccurate positioning of the patient.
Figure 12. This figure shows the relative VOI deviations for patient P1 with the patient-specific attenuation map in the first row. The middle row shows the smoothed reference PET and the last row the median-filtered BPET reconstruction. Most regions with the largest errors (left cerebellar hemisphere and left fusiform gyrus) were near the area that was outside the BPET field of view due to inaccurate positioning of the patient.
Jimaging 09 00002 g012
Figure 13. This figure shows the relative VOI deviations when using template T2 for patient P3. By far the highest absolute difference between the BPET image and the reference PET is observed in the lower anterior of the brain (left and right gyrus rectus) (a). These two VOIs with the highest deviations can be seen on the linear regression plot (b) on the lower right.
Figure 13. This figure shows the relative VOI deviations when using template T2 for patient P3. By far the highest absolute difference between the BPET image and the reference PET is observed in the lower anterior of the brain (left and right gyrus rectus) (a). These two VOIs with the highest deviations can be seen on the linear regression plot (b) on the lower right.
Jimaging 09 00002 g013
Figure 14. This figure shows the relative VOI deviations when using template T4 for patient P3. As in Figure 13, the left and right gyrus rectus VOIs experienced the largest deviations (a). However, these two VOIs with the highest deviations are less pronounced than in Figure 13, as also noticeable on the linear regression plot (b).
Figure 14. This figure shows the relative VOI deviations when using template T4 for patient P3. As in Figure 13, the left and right gyrus rectus VOIs experienced the largest deviations (a). However, these two VOIs with the highest deviations are less pronounced than in Figure 13, as also noticeable on the linear regression plot (b).
Jimaging 09 00002 g014
Table 1. Summary of linear regression results for comparison of BPET reconstructions with reference PET. The linear regression is given as a line equation with slope × x + intercept. The “correct µ” column shows the results with the µ-map obtained from the CT of the patient that was imaged.
Table 1. Summary of linear regression results for comparison of BPET reconstructions with reference PET. The linear regression is given as a line equation with slope × x + intercept. The “correct µ” column shows the results with the µ-map obtained from the CT of the patient that was imaged.
Patient IDCorrect µT1T2T3T4
P10.97x + 0.020.93x + 0.051.00x − 0.010.98x + 0.010.97x + 0.01
P21.02x − 0.021.05x − 0.050.94x + 0.061.11x − 0.10 11.13x − 0.13
P31.07x − 0.071.04x − 0.040.95x + 0.041.23x − 0.22 11.11x − 0.11
P40.98x + 0.010.94x + 0.040.96x + 0.030.96x + 0.030.98x + 0.01
1 Accuracy likely impacted by incomplete head coverage of template PET-CT dataset.
Table 2. Pearson correlation coefficients between BPET reconstructions and reference PET. The “correct µ” column shows the results with the µ-map obtained from the CT of the patient that was imaged.
Table 2. Pearson correlation coefficients between BPET reconstructions and reference PET. The “correct µ” column shows the results with the µ-map obtained from the CT of the patient that was imaged.
Patient IDCorrect µT1T2T3T4
P10.8510.8550.8810.8300.834
P20.9320.9360.9180.9120.928
P30.9160.9040.8030.8850.919
P40.9340.9130.9190.9240.925
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Jehl, M.; Mikhaylova, E.; Treyer, V.; Hofbauer, M.; Hüllner, M.; Kaufmann, P.A.; Buck, A.; Warnock, G.; Dao, V.; Tsoumpas, C.; et al. Attenuation Correction Using Template PET Registration for Brain PET: A Proof-of-Concept Study. J. Imaging 2023, 9, 2. https://doi.org/10.3390/jimaging9010002

AMA Style

Jehl M, Mikhaylova E, Treyer V, Hofbauer M, Hüllner M, Kaufmann PA, Buck A, Warnock G, Dao V, Tsoumpas C, et al. Attenuation Correction Using Template PET Registration for Brain PET: A Proof-of-Concept Study. Journal of Imaging. 2023; 9(1):2. https://doi.org/10.3390/jimaging9010002

Chicago/Turabian Style

Jehl, Markus, Ekaterina Mikhaylova, Valerie Treyer, Marlena Hofbauer, Martin Hüllner, Philipp A. Kaufmann, Alfred Buck, Geoff Warnock, Viet Dao, Charalampos Tsoumpas, and et al. 2023. "Attenuation Correction Using Template PET Registration for Brain PET: A Proof-of-Concept Study" Journal of Imaging 9, no. 1: 2. https://doi.org/10.3390/jimaging9010002

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop