Skip to main content
  • Original research
  • Open access
  • Published:

AI-based detection of lung lesions in [18F]FDG PET-CT from lung cancer patients

Abstract

Background

[18F]-fluorodeoxyglucose (FDG) positron emission tomography with computed tomography (PET-CT) is a well-established modality in the work-up of patients with suspected or confirmed diagnosis of lung cancer. Recent research efforts have focused on extracting theragnostic and textural information from manually indicated lung lesions. Both semi-automatic and fully automatic use of artificial intelligence (AI) to localise and classify FDG-avid foci has been demonstrated. To fully harness AI’s usefulness, we have developed a method which both automatically detects abnormal lung lesions and calculates the total lesion glycolysis (TLG) on FDG PET-CT.

Methods

One hundred twelve patients (59 females and 53 males) who underwent FDG PET-CT due to suspected or for the management of known lung cancer were studied retrospectively. These patients were divided into a training group (59%; n = 66), a validation group (20.5%; n = 23) and a test group (20.5%; n = 23). A nuclear medicine physician manually segmented abnormal lung lesions with increased FDG-uptake in all PET-CT studies. The AI-based method was trained to segment the lesions based on the manual segmentations. TLG was then calculated from manual and AI-based measurements, respectively and analysed with Bland-Altman plots.

Results

The AI-tool’s performance in detecting lesions had a sensitivity of 90%. One small lesion was missed in two patients, respectively, where both had a larger lesion which was correctly detected. The positive and negative predictive values were 88% and 100%, respectively. The correlation between manual and AI TLG measurements was strong (R2 = 0.74). Bias was 42 g and 95% limits of agreement ranged from − 736 to 819 g. Agreement was particularly high in smaller lesions.

Conclusions

The AI-based method is suitable for the detection of lung lesions and automatic calculation of TLG in small- to medium-sized tumours. In a clinical setting, it will have an added value due to its capability to sort out negative examinations resulting in prioritised and focused care on patients with potentially malignant lesions.

Background

Characterisation of lung lesions has become one of the main indications for [18F]-fluorodeoxyglucose (FDG) positron emission tomography with computed tomography (PET-CT) in recent years in nuclear medicine and radiology departments [1]. Comprehensive guidelines for the management of lung nodules produced by The American College of Chest Physicians, British Thoracic Society and Fleischner Society all recommend PET-CT in nodules > 8 mm with moderate (5–65%) pre-test probability of malignancy [2,3,4]. In reality, it has been reported that clinicians use PET-CT assertively to investigate nodules with low risk (< 5%) of malignancy even though guidelines do not recommend it [5]. A study has demonstrated that a critical number of patients with lung nodules and considered low risk had positive PET-CT findings and proven malignant histological diagnosis [6].

On the opposite side in the characterisation of larger lung lesions, PET-CT has become the tool of choice diminishing risks for patients from invasive techniques [7, 8] and also providing valuable theragnostic tumour information [9] and tumour texture analysis [10].

Recently, Sim et al. suggested that AI can improve nodules detection efficacy by radiologists in chest radiographs [11]. For PET-CT studies, most of the research has been done in automatically obtained theragnostic [9] and radiomic features but always with manual tumour localisation.

Automatic lung lesion segmentation [12] has been proposed and done with success but as aforementioned the segmentations were aided by manual tumour localisation. A promising work done by Schwyzer et al. [13] was able to correctly characterise cancer or not cancer using general class activation maps but not specific lesion localisation. Furthermore, Kirienko et al. were able to correctly identify T-stage using convolutional neural network (CNN) but also using manually located known tumours in the lungs [14]. The most recent success in utilising AI fully automatically to localise and classify abnormal FDG uptakes has been demonstrated by Sibille et al. [15]. To our knowledge, the investigation of combining automatic segmentation and extraction of radiomic data from lung lesions using AI has not been done before.

Total lesion glycolysis (TLG) is an emerging imaging biomarker which is calculated by multiplying the metabolic tumour volume with SUVmean. For non-small cell lung cancer, it has been shown that TLG can be used to prognosticate progression-free survival and overall survival [16, 17] and as an early post-treatment predictor of response [18,19,20].

Our aim was to develop a completely automated method based on AI for the analysis of FDG PET-CT in patients with known or suspected lung cancer and measure the TLG compared to manual measurements.

Material and methods

The AI-based tool consists of two CNNs, the Detection CNN trained to detect lung lesions and the Organ CNN trained to segment organs. A mask of the organs segmented by the Organ CNN are used as an auxiliary input to the Detection CNN (Fig. 1).

Fig. 1
figure 1

Schematic design of the AI-based tool. There are three inputs to the Detection CNN, the PET image, the CT image and an organ mask generated by the Organ CNN. The output from the Detection CNN consists of lesion probabilities that can be thresholded to produce a lesion mask

Patients

For training and evaluating of the Detection CNN, images from a total of 112 patients were recruited retrospectively. These were patients who underwent clinically indicated FDG PET-CT due to suspected lung cancer or for the management of known lung cancer between April 2008 and December 2010. In the selection process, three patients were excluded because of centrally located tumour, likely sarcoid disease and mediastinal tumour. The patients had a mean age of 65.3 years (range 43–85) of which 59 were females and 53 males. The patient group was divided into a training group (59%; n = 66), a validation group (20.5%, n = 23) and a test group (20.5%; n = 23).

Imaging

PET-CT data were obtained using an integrated PET-CT system (Siemens Biograph 64 Truepoint). The patients were injected with 4 MBq/kg (maximum of 400 MBq) of FDG and fasted for at least 4 h prior to the injection. The accumulation time was 60 min. Images were acquired with 3 min per bed position from the base of the skull to the mid-thigh. PET images were reconstructed with a slice thickness of 3 mm and pixel spacing of 4.07 mm with an iterative ordered subset expectation maximisation 3D algorithm (four iterations, eight subsets), matrix size 168 × 168. CT-based attenuation and scatter corrections were applied. A low-dose CT scan (64-slice helical, 120 kV, 30 mAs, 512 × 512 matrix) was obtained covering the same part of the patient as the PET scan with slice thickness of 3 mm and pixel spacing of 1.37 mm. The CT was reconstructed using a filtered back projection algorithm with slice thickness and spacing matching the PET scan.

AI-model

As mentioned above, our AI model was based on two convolutional networks. The Organ CNN from [21], segments a number of different organs and inputs an organ mask marking the lungs, vertebral bones, liver, aorta and the heart to the Detection CNN. Apart from this, the Detection CNN also takes the PET and CT images as input (Fig. 1). To simplify the structure, the PET image was resampled to the CT resolution. Combining this information, the Detection CNN tries to classify each image voxel as either background or lung lesion. The Detection CNN has the network architecture from [21] except that it takes a multi-channel input consisting of the PET image, the CT image and the organ mask previously described. The structure of the CNN is shown in Fig. 2.

Fig. 2
figure 2

Structure of the networks. Due to the pooling layers the network works on four different resolutions. This allows a large receptive field at low memory cost during training. All convolutional layers use rectified linear unit activations apart from the last one using a softmax activation to produce the final output probabilities

Training the Detection CNN

The Detection CNN was trained using the training set (66 images, with 74 lesions in total) for direct parameter estimation and the validation set (23 images, with 35 lesions in total) to choose learning rate. Since exact delineation of lesions is virtually impossible, mimicking the exact boundaries of the annotations is not relevant. Thus, any voxels within 10 mm from the annotated lesions are marked as “don’t-care”. This means that when computing the loss function, there is no loss for these voxels regardless of the output label. For the remaining voxels, the standard negative log-likelihood loss was used. Naturally, this leads to a slight over-segmentation of the lesions, but as detection is the main goal here, this was considered acceptable.

The optimization was performed using the Adam method with Nesterov momentum. The learning rate was initialized at 0.0001 and reduced when the validation loss reached a plateau. Each epoch consisted of 500 batches each containing 75 patches; the patch size is smallest possible for the network, 136 × 136 × 72 pixels. After 50 epochs, the model was evaluated on the training group. Patches whose center points were classified as false positives were sampled more frequently (10% of the samples) when the training was restarted. This cycle was repeated ten times.

Postprocessing

The Detection CNN was only applied to pixels between the top of the lungs and the bottom of the lungs (determined by the Organ CNN). To reduce noise, all connected components smaller than 1 mL in volume was removed. Finally, a blacklist mask was created from the organ mask (excluding the lungs, and with a 10 mm dilation of the heart). Using a watershed transform, each voxel was associated to a local SUVmax in the PET image. If this SUVmax belonged to the mask, the voxel was excluded.

Manual segmentation

A cloud-based annotation tool (RECOMIA, https://www.recomia.org) was used. Reader A, a nuclear medicine specialist, made segmentations in the tool with minor adjustments by a radiology resident with experience in segmentations which were agreed upon. These annotations were appointed as ground truth and used in training the CNN (training and validation set) and evaluated (test set). Two additional nuclear medicine specialists, reader B and C, made separate annotations in the test set for comparison with the ground truth and AI-model, respectively. The additional annotations by reader B and C were not used for training of the CNN. Abnormal lung lesions with increased FDG-uptake in the fused PET-CT images were segmented using a built-in freehand tool.

Statistical methods

Sensitivity was calculated on a lesion level, whereas specificity was left out due to the known problem of defining meaningful true-negative samples in this kind of study. Dice index was calculated to evaluate the agreement between readers and the AI-model. TLG was calculated for every lung lesion in each of the 15 patients with the following formula: TLG = metabolic tumour volume x mean standard uptake value (SUVmean) of the lesion. A Bland-Altman analysis was used to visually assess the level of agreement between automatic and manual TLG measurements. Correlation between manual and AI-based TLG was assessed using Pearson correlation coefficient.

Results

Eight of the 23 patients in the test group showed no lung lesion. The remaining 15 patients had a total of 20 lung lesions. The AI-based tool detected 18 of these 20 lesions (90% sensitivity). One small lesion adjacent to the heart border was not detected (false negative) in a patient who also had a large lung lesion correctly detected by the AI-based tool. The other missed lesion was located in the right hilar region in a patient with a larger apical lesion in the ipsilateral lung. The two missed lesions are shown in Fig. 3. The AI-based tool detected 7 regions of false positive regions where 3 of these were in 2 true negative patients and the rest (4 segmentations) in 3 other patients.

Fig. 3
figure 3

Two patients (left and right respectively), each with a missed lung lesion (black arrow) by the AI-model. Both were less than 1 mL and therefore removed in the post-processing. The larger lesion in the left image (white arrow) was detected correctly. Segmentations are not shown

On a patient level, the positive and negative predictive values for lung lesions were 88% and 100%, respectively.

Lesion agreement, the ability to segment the same lesion regardless accuracy, is summarised in Table 1. Dice index was on average 0.75, 0.71 and 0.49 when reader A was compared with reader B, C and the AI-model, respectively (Table 2).

Table 1 Lesion agreement. Three readers independently annotated lung cancer lesions in the test images. The lesions where defined using the union of all readers’ manual annotations. The less number of readers that agree on a lesion, the more difficult it can be considered. The CNN missed 2 lesions that all readers agreed on, and marked 7 regions that no reader marked
Table 2 Dice index of lesions (reader A was appointed as ground truth)

In one case, a patient with a large lung tumour that occupied most of the right lower lung (Fig. 4) showed apparent difficulty for the AI-model to segment closely to the ground truth. The lesion was the largest one in the test sample and highly irregular in FDG-avidity due to complex necrotic areas. Detection by the AI-model of such lesions is evidently not a problem but can pose difficulties in accurate volume and SUVmean measurements.

Fig. 4
figure 4

Large lesion with complex necrosis in the right lung. a Axial CT with lung window. b Axial PET. c Fused axial PET-CT with overlaying segmentations; manual only (red), AI-only (blue) and manual + AI (yellow). d Fused axial PET-CT

Scatter plots showing the relation between manually and automatic measured TLG is shown in Fig. 5a, b. There was strong correlation (R2 = 0.74) and very strong correlation (R2 = 0.95) when the outlier was removed, respectively between the measurements. The Bland-Altman analysis is shown in Fig. 6a, b. The two methods showed good agreement for most of the tumours, lesions with mean TLG < 200 in particular. There was a considerable TLG discrepancy in the large tumour with complex necrosis mentioned before, which caused the wide limits of agreement, − 736 to 819 g. In Fig. 6b, this patient was removed from the Bland-Altman analysis which results in narrower limits of agreements, − 204 to 125 g.

Fig. 5
figure 5

a Scatter plot showing manually measured TLG plotted against measurements made by the AI-method in the test group. The largest measured data point show much greater difference between the two methods compared to the smaller measurements; analysis of this individual lesion shows different morphology and localisation adjacent to the heart which caused underestimation with the AI-method (42% of ground truth). This may indicate that the AI-method underperforms in large complex lesions that are adjacent to the heart. b Scatter plot showing manually measured TLG plotted against measurements made by the AI-method in the test group with removed outlier described in (a)

Fig. 6
figure 6

a Bland-Altman analysis of TLG differences between AI and manual methods of abnormal lung lesions in the test group. The mean was 42 g, 95% limits of agreement were − 736 g to 819 g. b Bland-Altman analysis of TLG differences between AI and manual methods of abnormal lung lesions in the test group with removed outlier described in Fig. 5a. The mean was − 39 g, 95% limits of agreement were − 204 g to 125 g

Discussion

On a lesion-based analysis, our AI-based tool was able to identify 90% of the lesions, missing just two small lesions in patients where the primary tumour was correctly detected. Therefore, the AI method did not incorrectly miss any patients with lesions (100% negative predictive value on a patient-basis) which is probably the most promising feature extracted in this study and could probably be the first main indication for this type of AI-tool. Furthermore, the missed lesions were due to the post-processing step where lesions less than 1 mL were removed, which is a limitation of the study. The volume limit was chosen based on the validation set; it removed a few small false positive detections while keeping all true positive components (for the validation set). In a clinical setting where each finding is manually considered, this threshold can be lowered. In a screening scenario, an arbitrary volume limit could be set to match one of the many guidelines regarding solitary pulmonary nodules [2,3,4]. If the purpose is to maximize sensitivity at the cost of false positives, positive predictive value and irritation of the physician, then lowering the limit or even abolishing it is preferred. An ideal AI-model would have sensitivity appropriate to clinical relevance but also limited false positives so that it becomes useful to the physician in a time-saving perspective. If considering PET-CT for screening of lung cancer as recurrently suggested [13, 22], a reliable tool with very high negative predictive values could save ample time at the corresponding imaging departments.

Specificity as a measure is difficult to assess in segmentation tasks since the definition of true negatives remains troublesome and would likely end up with very high numbers. For example, if each voxel in the lungs is defined as pathologic or not pathologic by the ground truth, then there would be disproportionally many true negative voxels compared to false positive voxels, leading to high specificity.

The lesion agreement in Table 1 show that the AI-model performs similarly with the readers, agreeing with the lesions that all readers agreed and marking additional lesions on its own similarly as reader B and C. Dice index showed, as expected, that even among readers the average score was not near-perfect (close to 1), and that the AI-model underperforms in this aspect.

A limitation in this study is the lack of external validation, e.g. examining the AI-tool’s performance on a data set from a different hospital; therefore, generalization of the tool has not been demonstrated.

Another limitation for the tool is medial lung lesions with or without concomitant high FDG-uptake in adjacent lymph node metastases or in the left ventricle of the heart (Fig. 7). Also, large lesions with complex necrotic components were difficult for the AI to segment correctly. Incorrect segmentation may result in over- or underestimation of TLG. There were five lesions with necrosis in the AI training group and in the test group there were four. It is unknown if a larger training group would have resulted in more accurate AI segmentation. These observations are in keeping with our results; the Bland-Altman analysis showed better agreement in TLG measurements for smaller lesions, which suggests that the AI-tool would perform at its best in a patient screening program, where findings of large tumours would likely be rare, or in the evaluation of indeterminate lung nodules.

Fig. 7
figure 7

Large lesion in the left lung adjacent to the heart. a Axial CT with lung window. b Axial PET. c Fused axial PET-CT with overlaying segmentations; manual only (red), AI-only (blue) and manual + AI (yellow). d Fused axial PET-CT

Several meta-analyses have demonstrated the association of TLG with overall survival, in addition to patients with non-small cell lung cancer, in patients with head and neck cancer and lymphoma [23, 24]. An introduction of TLG as a prognostic biomarker in clinical practise will add quality to reports, facilitate clinical decision and effective patient care, but must be preceded by standardisation of automatic metabolic tumour volume and SUVmean measurements as suggested by Barrington et al. [25].

The synergy between automatically localised and segmented lesions with, for example, automatically obtained biomarkers [14], radiomic features [26, 27] and even theragnostic [9] information could highly improve research in lung cancer.

Although multiple research groups are concomitantly working in AI-tools for FDG PET-CT to better understand a wide range of variables, a combined effort would undoubtedly have a vast influence in how AI could be used in a variety of cancers. One example could be the combined information obtained with AI-based tumour localisation and prognostic value of the volumetric prognostic index proposed by Zhang et al. [28].

We recognize that the small test group and the study being limited to one hospital are limitations in the current study. All FDG-avid lesions were not confirmed by biopsy, in particular lesions that were assessed as inflammatory, which is in keeping with clinical practise. Non-FDG-avid lesions were not present in our material but would certainly be missed if present in any AI-tool which is only based on PET-data. In a future study, we are planning on using AI-tools to assess lymph nodes and distant metastases outside of the thorax, there will be a larger sample size and another hospital added. The presented AI-method is naturally not ready to be introduced into clinical practice. The path to a clinical software, which is CE marked in Europe and FDA cleared in the USA, is long, but starts with feasibility studies such as this. Our AI-method is, however, available for other researchers (www.recomia.org), who are interested in giving valuable input to what eventually can become a clinically available AI-method.

Conclusions

A completely automated AI-based method can be used to detect lung lesions with high sensitivity, but probably more important in the actual scenario is the very high negative predictive value reached on a patient basis, allowing specialists to focus on just positive cases to further investigate them. In future studies, we will also apply AI-methods for the assessment of lymph nodes and distant metastases. These types of clinical decision support tools appear to have significant clinical potential and are in study by multiple research groups.

Availability of data and materials

The datasets used and/or analysed during the current study are available from the corresponding author on reasonable request.

Abbreviations

FDG:

[18F]-fluorodeoxyglucose

PET-CT:

Positron emission tomography with computed tomography

TLG:

Total lesion glycolysis

AI:

Artificial intelligence

CNN:

Convolutional neural network

References

  1. Groheux D, Quere G, Blanc E, Lemarignier C, Vercellino L, de Margerie-Mellon C, Merlet P, Querellou S. FDG PET-CT for solitary pulmonary nodule and lung cancer: literature review. Diagn Interv Imaging. 2016;97(10):1003–17. https://doi.org/10.1016/j.diii.2016.06.020.

    Article  CAS  PubMed  Google Scholar 

  2. Gould MK, Donington J, Lynch WR, Mazzone PJ, Midthun DE, Naidich DP, Wiener RS. Evaluation of individuals with pulmonary nodules: when is it lung cancer? Diagnosis and management of lung cancer, 3rd ed: American College of Chest Physicians evidence-based clinical practice guidelines. Chest. 2013;143(5 Suppl):e93S–e120S. https://doi.org/10.1378/chest.12-2351.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Callister ME, et al. British Thoracic Society guidelines for the investigation and management of pulmonary nodules. Thorax. 2015;70(Suppl 2):ii1–ii54.

    Article  PubMed  Google Scholar 

  4. MacMahon H, Naidich DP, Goo JM, Lee KS, Leung ANC, Mayo JR, Mehta AC, Ohno Y, Powell CA, Prokop M, Rubin GD, Schaefer-Prokop CM, Travis WD, van Schil PE, Bankier AA. Guidelines for management of incidental pulmonary nodules detected on CT images: from the Fleischner Society 2017. Radiology. 2017;284(1):228–43. https://doi.org/10.1148/radiol.2017161659.

    Article  PubMed  Google Scholar 

  5. Tanner NT, Porter A, Gould MK, Li XJ, Vachani A, Silvestri GA. Physician assessment of pretest probability of malignancy and adherence with guidelines for pulmonary nodule evaluation. Chest. 2017;152(2):263–70. https://doi.org/10.1016/j.chest.2017.01.018.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Evangelista L, Panunzio A, Polverosi R, Pomerri F, Rubello D. Indeterminate lung nodules in cancer patients: pretest probability of malignancy and the role of 18F-FDG PET/CT. AJR Am J Roentgenol. 2014;202(3):507–14. https://doi.org/10.2214/AJR.13.11728.

    Article  PubMed  Google Scholar 

  7. Flechsig P, Mehndiratta A, Haberkorn U, Kratochwil C, Giesel FL. PET/MRI and PET/CT in lung lesions and thoracic malignancies. Semin Nucl Med. 2015;45(4):268–81. https://doi.org/10.1053/j.semnuclmed.2015.03.004.

    Article  PubMed  Google Scholar 

  8. Sindoni A, Minutoli F, Pontoriero A, Iatì G, Baldari S, Pergolizzi S. Usefulness of four dimensional (4D) PET/CT imaging in the evaluation of thoracic lesions and in radiotherapy planning: Review of the literature. Lung Cancer. 2016;96:78–86. https://doi.org/10.1016/j.lungcan.2016.03.019.

    Article  PubMed  Google Scholar 

  9. Kirienko M, et al. FDG PET/CT as theranostic imaging in diagnosis of non-small cell lung cancer. Front Biosci (Landmark Ed). 2017;22(10):1713–23. https://doi.org/10.2741/4567.

    Article  CAS  Google Scholar 

  10. Sollini M, Cozzi L, Antunovic L, Chiti A, Kirienko M. PET Radiomics in NSCLC: state of the art and a proposal for harmonization of methodology. Sci Rep. 2017;7(1):358. https://doi.org/10.1038/s41598-017-00426-y.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Sim Y, Chung MJ, Kotter E, Yune S, Kim M, Do S, Han K, Kim H, Yang S, Lee DJ, Choi BW. Deep convolutional neural network-based software improves radiologist detection of malignant lung nodules on chest radiographs. Radiology. 2020;294(1):199–209. https://doi.org/10.1148/radiol.2019182465.

    Article  PubMed  Google Scholar 

  12. Guo Y, et al. Automatic lung tumor segmentation on PET/CT images using fuzzy Markov random field model. Comput Math Methods Med. 2014;2014:401201.

    Article  PubMed  PubMed Central  Google Scholar 

  13. Schwyzer M, Ferraro DA, Muehlematter UJ, Curioni-Fontecedro A, Huellner MW, von Schulthess GK, Kaufmann PA, Burger IA, Messerli M. Automated detection of lung cancer at ultralow dose PET/CT by deep neural networks—initial results. Lung Cancer. 2018;126:170–3. https://doi.org/10.1016/j.lungcan.2018.11.001.

    Article  PubMed  Google Scholar 

  14. Kirienko M, et al. Convolutional neural networks promising in lung cancer T-parameter assessment on baseline FDG-PET/CT. Contrast Media Mol Imaging. 2018;2018:1382309.

    Article  PubMed  PubMed Central  Google Scholar 

  15. Sibille L, et al. (18)F-FDG PET/CT uptake classification in lymphoma and lung cancer by using deep convolutional neural networks. Radiology. 2020;294(2):445–52.

    Article  PubMed  Google Scholar 

  16. Im HJ, Pak K, Cheon GJ, Kang KW, Kim SJ, Kim IJ, Chung JK, Kim EE, Lee DS. Prognostic value of volumetric parameters of (18)F-FDG PET in non-small-cell lung cancer: a meta-analysis. Eur J Nucl Med Mol Imaging. 2015;42(2):241–51. https://doi.org/10.1007/s00259-014-2903-7.

    Article  CAS  PubMed  Google Scholar 

  17. Nie K, Zhang YX, Nie W, Zhu L, Chen YN, Xiao YX, Liu SY, Yu H. Prognostic value of metabolic tumour volume and total lesion glycolysis measured by 18F-fluorodeoxyglucose positron emission tomography/computed tomography in small cell lung cancer: a systematic review and meta-analysis. J Med Imaging Radiat Oncol. 2019;63(1):84–93. https://doi.org/10.1111/1754-9485.12805.

    Article  PubMed  Google Scholar 

  18. Fledelius J, et al. Assessment of very early response evaluation with (18)F-FDG-PET/CT predicts survival in erlotinib treated NSCLC patients-a comparison of methods. Am J Nucl Med Mol Imaging. 2018;8(1):50–61.

    CAS  PubMed  PubMed Central  Google Scholar 

  19. Usmanij EA, Geus-Oei LF, Troost EGC, Peters-Bax L, van der Heijden EHFM, Kaanders JHAM, Oyen WJG, Schuurbiers OCJ, Bussink J. 18F-FDG PET early response evaluation of locally advanced non-small cell lung cancer treated with concomitant chemoradiotherapy. J Nucl Med. 2013;54(9):1528–34. https://doi.org/10.2967/jnumed.112.116921.

    Article  CAS  PubMed  Google Scholar 

  20. van Diessen JNA, la Fontaine M, van den Heuvel MM, van Werkhoven E, Walraven I, Vogel WV, Belderbos JSA, Sonke JJ. Local and regional treatment response by (18)FDG-PET-CT-scans 4weeks after concurrent hypofractionated chemoradiotherapy in locally advanced NSCLC. Radiother Oncol. 2020;143:30–6. https://doi.org/10.1016/j.radonc.2019.10.008.

    Article  CAS  PubMed  Google Scholar 

  21. Tragardh E, et al. RECOMIA-a cloud-based platform for artificial intelligence research in nuclear medicine and radiology. EJNMMI Phys. 2020;7(1):51. https://doi.org/10.1186/s40658-020-00316-9.

    Article  PubMed  PubMed Central  Google Scholar 

  22. Garcia-Velloso MJ, Bastarrika G, de-Torres JP, Lozano MD, Sanchez-Salcedo P, Sancho L, Nuñez-Cordoba JM, Campo A, Alcaide AB, Torre W, Richter JA, Zulueta JJ. Assessment of indeterminate pulmonary nodules detected in lung cancer screening: diagnostic accuracy of FDG PET/CT. Lung Cancer. 2016;97:81–6. https://doi.org/10.1016/j.lungcan.2016.04.025.

    Article  PubMed  Google Scholar 

  23. Guo B, Tan X, Ke Q, Cen H. Prognostic value of baseline metabolic tumor volume and total lesion glycolysis in patients with lymphoma: a meta-analysis. PLoS One. 2019;14(1):e0210224. https://doi.org/10.1371/journal.pone.0210224.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Pak K, Cheon GJ, Nam HY, Kim SJ, Kang KW, Chung JK, Kim EE, Lee DS. Prognostic value of metabolic tumor volume and total lesion glycolysis in head and neck cancer: a systematic review and meta-analysis. J Nucl Med. 2014;55(6):884–90. https://doi.org/10.2967/jnumed.113.133801.

    Article  CAS  PubMed  Google Scholar 

  25. Barrington SF, Meignan M. Time to prepare for risk adaptation in lymphoma by standardizing measurement of metabolic tumor burden. J Nucl Med. 2019;60(8):1096–102. https://doi.org/10.2967/jnumed.119.227249.

    Article  PubMed  PubMed Central  Google Scholar 

  26. Dissaux G, Visvikis D, da-ano R, Pradier O, Chajon E, Barillot I, Duvergé L, Masson I, Abgral R, Santiago Ribeiro MJ, Devillers A, Pallardy A, Fleury V, Mahé MA, de Crevoisier R, Hatt M, Schick U. Pretreatment (18)F-FDG PET/CT Radiomics predict local recurrence in patients treated with stereotactic body radiotherapy for early-stage non-small cell lung cancer: a multicentric study. J Nucl Med. 2020;61(6):814–20. https://doi.org/10.2967/jnumed.119.228106.

    Article  CAS  PubMed  Google Scholar 

  27. Zhang J, Zhao X, Zhao Y, Zhang J, Zhang Z, Wang J, Wang Y, Dai M, Han J. Value of pre-therapy (18)F-FDG PET/CT radiomics in predicting EGFR mutation status in patients with non-small cell lung cancer. Eur J Nucl Med Mol Imaging. 2020;47(5):1137–46. https://doi.org/10.1007/s00259-019-04592-1.

    Article  CAS  PubMed  Google Scholar 

  28. Zhang H, Wroblewski K, Jiang Y, Penney BC, Appelbaum D, Simon CA, Salgia R, Pu Y. A new PET/CT volumetric prognostic index for non-small cell lung cancer. Lung Cancer. 2015;89(1):43–9. https://doi.org/10.1016/j.lungcan.2015.03.023.

    Article  PubMed  Google Scholar 

Download references

Acknowledgements

None.

Funding

The study was financed by grants from the Knut and Alice Wallenberg foundation, the Medical Faculty at Lund University, Region Skåne and the Swedish state under the agreement between Swedish government and the county councils, the ALF-agreement (ALFGBG-720751). Open Access funding provided by Lund University.

Author information

Authors and Affiliations

Authors

Contributions

PB contributed to the data generation and analysis and wrote the first version of the manuscript. JL contributed to the data generation and analysis and was a major contributor in writing the manuscript. RK contributed to the data generation of the study. JU and OE contributed to the data generation of the study and both were major contributors in writing the manuscript. ET contributed to the design of the study, interpretation of data and revised the manuscript. LE conceived of the study and contributed to the design of the study, data generation and revised the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to John Ly.

Ethics declarations

Ethics approval and consent to participate

This study was approved by the Regional Ethical Review Board (#295-08) and was performed in accordance with the Declaration of Helsinki. All patients provided written informed consent.

Consent for publication

All patients provided written informed consent.

Competing interests

JU and OE are board members and stockholders of Eigenvision AB, which is a company working with research and development in automated image analysis, computer vision and machine learning.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Pablo Borrelli and John Ly shared first authorship.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Borrelli, P., Ly, J., Kaboteh, R. et al. AI-based detection of lung lesions in [18F]FDG PET-CT from lung cancer patients. EJNMMI Phys 8, 32 (2021). https://doi.org/10.1186/s40658-021-00376-5

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s40658-021-00376-5

Keywords