Skip to main content
  • Narrative review
  • Open access
  • Published:

Machine learning applications in prostate cancer magnetic resonance imaging

Abstract

With this review, we aimed to provide a synopsis of recently proposed applications of machine learning (ML) in radiology focusing on prostate magnetic resonance imaging (MRI). After defining the difference between ML and classical rule-based algorithms and the distinction among supervised, unsupervised and reinforcement learning, we explain the characteristic of deep learning (DL), a particular new type of ML, including its structure mimicking human neural networks and its ‘black box’ nature. Differences in the pipeline for applying ML and DL to prostate MRI are highlighted. The following potential clinical applications in different settings are outlined, many of them based only on MRI-unenhanced sequences: gland segmentation; assessment of lesion aggressiveness to distinguish between clinically significant and indolent cancers, allowing for active surveillance; cancer detection/diagnosis and localisation (transition versus peripheral zone, use of prostate imaging reporting and data system (PI-RADS) version 2), reading reproducibility, differentiation of cancers from prostatitis benign hyperplasia; local staging and pre-treatment assessment (detection of extraprostatic disease extension, planning of radiation therapy); and prediction of biochemical recurrence. Results are promising, but clinical applicability still requires more robust validation across scanner vendors, field strengths and institutions.

Key points

  • Machine/deep learning is a powerful tool to analyse large amounts of data, also applied to prostate magnetic resonance imaging (MRI).

  • Differences in the pipelines for applying machine and deep learning to prostate MRI exist.

  • Applications of machine/deep learning to prostate MRI regarding gland segmentation, cancer detection and localisation, assessment of lesion aggressiveness, local staging and pre-treatment assessment, and prediction of biochemical recurrence.

  • Many of these applications are based only on MRI-unenhanced sequences.

Background

Prostate cancer (PCa) represents the most common cancer in the male population, and its early detection is fundamental to reduce mortality [1]. Since only a part of PCa cases are clinically significant (csPCa), risk stratification is of crucial importance in order to avoid overdiagnosis and overtreatment. While for biopsy-naïve patients this has been performed employing clinical and laboratory parameters, imaging, especially magnetic resonance imaging (MRI), has acquired an increasingly important role in this task [2].

In the past, transrectal ultrasound was the main imaging technique for assessment of patients with suspected PCa, but it presents numerous limitations, with both low sensitivity and specificity rates, especially for transition zone lesions [2]. More recently, multiparametric MRI (mpMRI) has demonstrated a better diagnostic accuracy and is becoming a clinical routine examination for patients at risk of having csPCa [3,4,5]. The second version of the Prostate Imaging Reporting and Data System (PI-RADS) was recently updated both in regard to minimum technical acquisition parameters and image interpretation [6]. It describes a standard prostate mpMRI protocol that combines anatomical T2-weighted images with one or more functional sequences, i.e., diffusion-weighted imaging (DWI) and/or dynamic contrast-enhanced (DCE) sequences (Fig. 1). In short, DWI, together with apparent diffusion coefficient (ADC) maps, is the dominant sequence to detect and establish the aggressiveness of peripheral zone (PZ) lesions. On the other hand, T2-weighted images are the most useful tool for diagnosing tumours of the transition zone. DCE has a relatively minor role as it is mainly used for the characterisation of PZ lesions in conjunction with DWI and ADC maps [7,8,9]. It has also been found that the use of mpMRI-targeted biopsies increases the accuracy of diagnosing csPCa and reduces the number of patients requiring repeat biopsies when compared to transrectal ultrasound-guided biopsies [4, 10].

Fig. 1
figure 1

Prostate multiparametric magnetic resonance imaging showing a neoplastic lesion of the right peripheral zone (arrows). The lesion is hypointense on axial (a) and coronal (l) T2-weighted images and demonstrates diffusion restriction on diffusion-weighted images (b values 0, 100, 500, 1000, and 1400 s/mm2, from b to f, respectively), confirmed by the apparent diffusion coefficient map (g). Lesion enhancement is also evident on dynamic contrast-enhanced perfusion-weighted imaging (from h to k). PI-RADSv2 diagnostic category: 5

Nonetheless, mpMRI still presents some limitations. In particular, variability is reported in terms of inter-reader agreement and diagnostic accuracy, mainly dependent on reader experience [11,12,13,14].

Machine learning (ML) is a branch of data science, and in particular of artificial intelligence, based on the development and training of algorithms, by which computers may learn from data and perform predictions without previous specific programming. The main difference with classical rule-based algorithms is represented by their ability to take advantage of increased exposure to large and new data as well as to improve and learn over time. We can identify three different types of ML algorithms [15]:

  1. 1)

    Supervised learning, the most used in radiology, which depends on train data labelling prior to the learning process

  2. 2)

    Unsupervised learning, characterised by the absence of preliminary human division of data in categories

  3. 3)

    Reinforcement learning, in which the algorithm learns from both its mistakes and successes, thanks to a continuous feedback

The main strength of ML is its ability to analyse and employ an enormous quantity of data, much more efficiently than possible for humans through classical statistical analyses. Therefore, it is not surprising that its increased role in radiology has followed the growing role and potential shown in research by radiomics. This is another expanding field that allows the extraction of great volumes of quantitative data from medical images [16]. These large datasets have been analysed to obtain useful clinical information such as correlation to other biomarkers, patient prognosis or treatment outcome [17,18,19].

A particular application in the field of ML is that of deep learning. This method exploits algorithms, also called networks, that are structured in order to somewhat mimic human neural structure [20]. Briefly, for its application in the field of medical imaging analysis, data is transformed in feature vectors, derived from its voxels, which then constitute the input neurons of the network. Between the input and output strata of the algorithm, a variable number of hidden layers, also made up by neural nodes, with various structures can be implemented. Each node, represented by a numerical value, is connected to those in other layers with different strengths (or weights), leading to the output neurons that encode the final outcome [21].

In recent years, ML has been proposed for a wide range of applications in medical imaging. The most common are the detection and characterisation of neoplastic lesions in different anatomical regions [22,23,24,25]. On the other hand, it also has many other possible uses including for example acquisition time reduction, organ and lesion automated segmentation and early detection of neurodegenerative disorders [26,27,28,29,30]. Unfortunately, ML algorithms are still far from a widespread application in clinical practice, mainly due to the current unavailability of the large quantity of data that would be necessary for their validation. Some solutions to this issue have already been proposed. For example, Pinto dos Santos et al. [31] focused on the essential need to create structured reports which could greatly improve the quality and the reproducibility of data available to refine artificial intelligence algorithms.

There is a broad interest in the applications of ML to prostate imaging. The purpose of this article is to review the various approaches proposed in the recent literature for gland segmentation, PCa detection, lesion aggressiveness assessment, local staging, pre-treatment assessment and follow-up.

Machine learning pipelines for prostate MRI

A typical ML post-processing pipeline applied to prostate MRI for radiomic analysis may be constituted by:

  1. 1.

    mpMRI examination: T2-weighted sequences, diffusion-weighted imaging (DWI) with apparent diffusion coefficient (ADC) maps and dynamic contrast-enhanced (DCE) sequences

  2. 2.

    Image segmentation through the delineation of regions of interest (ROIs), which can include whole gland volume, a specific zone or one or multiple lesions

  3. 3.

    Image pre-processing: voxel grey value normalisation (when using non-quantitative images, i.e., T2-weighted, DWI, or DCE sequences), decomposition filtering for the creation of additional mineable data (e.g., Laplacian of Gaussian)

  4. 4.

    Feature extraction from the ROI: shape, histogram, and texture (second-order features) parameters

  5. 5.

    Integration of radiomic data with clinical, laboratory, prognostic, and/or genomic data

  6. 6.

    Feature selection in relation to the class of interest

  7. 7.

    Algorithm training and testing

  8. 8.

    Validation on an external population

Alternatively, a deep learning approach would only require:

  1. 1.

    mpMRI examination: T2-weighted sequences, DWI with ADC maps, and DCE sequences

  2. 2.

    Annotation of the ROI or of the whole image, according to the desired classification output

  3. 3.

    Algorithm training and testing

  4. 4.

    Validation on an external population

An overview of both approaches is shown in Fig. 2. While the deep learning approach may appear simpler and more flexible, it does require much larger quantities of data for algorithm training and its structure is usually more complex and less transparent. These latter characteristics contribute to the ‘black box’ nature of deep learning algorithms, one of the main limitations preventing their widespread adoption. Finally, the two approaches can be variously mixed and matched combining for example radiomic data with deep learning algorithms.

Fig. 2
figure 2

Radiomic workflow pipeline for both machine learning and deep learning approaches for prostate magnetic resonance imaging. See the text for details

Applications

Segmentation

The segmentation of the prostate gland is often a necessary step in clinical settings as well as for further image analysis. Therefore, the possibility of automating whole prostate as well as lesion segmentation is of great interest for the potential time-saving and increased reproducibility. A robust automated segmentation could in turn lead to a fully automated post-processing pipeline.

There are interesting studies in the literature that describe the potentials of deep learning to achieve this goal. For example, Wang et al. [32] compared manual segmentation to a novel deep learning-based one. They were able to demonstrate the feasibility of three-dimensional fully convolutional networks and subsequently validate their findings on a public dataset. Another research group [33] proposed a model based on a propagation deep neuronal network by which data from different levels of complexity were extracted and combined so as to obtain a more trustworthy segmentation of the gland and its boundaries. The propagation deep neuronal network was able to outperform baseline deep neural networks, resulting competitive with the reference standard.

Finally, Alkadi et al. [34] applied a unimodal deep learning-based system using only T2-weighted images for the automated segmentation of both the prostate and PCa lesions. Their algorithm was able to achieve an area under the receiver operating characteristic curve (AUC) of 0.995, comparable to that of other multimodal systems in lesion detection while outperforming other proposed two-dimensional and three-dimensional prostate segmentation approaches.

Cancer detection

There is a high interest in analysing the usefulness of ML-based computer-assisted diagnosis (CAD) software in the field of PCa, as it could improve radiologists’ diagnostic performances and reproducibility. For example, already in 2012, PZ maps created by a decision support system model based on endorectal mpMRI appeared to be a promising tool in correctly localising PZ tumours [35].

More recently, Kwak et al. [36] have demonstrated that it is possible to employ radiomics and ML for the analysis of different tissues and cellular densities in the prostate gland to aid in PCa detection. In order to do so, they developed an MRI-based patient-specific prostate mould in order to ensure correspondence of prostatectomy specimens to the images. A significant difference was found in ML-determined prostatic tissue composition between benign and malignant areas. In 2018, McGarry et al. [37] found that the data derived from ten patients was sufficient to obtain a stable fit for ML MRI detection of increased epithelium and decreased lumen density areas, indicative of high-grade PCa. These authors were therefore able to generate lesion detection maps, also validated against whole-mount histopathological specimens oriented with three-dimensional printed slicing moulds.

Another proposal has been based on volumetric ROI analysis of index lesions on mpMRI [38]. These authors evaluated the usefulness of histogram parameters obtained from T2-weighted, DWI and DCE images in combination with a support vector machine (SVM) ML approach for the improvement of PI-RADSv2 scores, significantly increasing the radiologist’s performance. In a recent study [39], comparing the analysis of ADC radiomics with ML analysis and the performance of mean ADC values alone for differential diagnosis of benign and malignant prostate lesions, the resulting accuracy was similar without a statistically significant difference between approaches.

Ginsburg et al. [40] have suggested that different ML predictive models should be developed for the transition zone and PZ, as lesions and normal prostatic tissue have different imaging characteristics in these zones. In particular, they compared two zone-specific algorithms, trained on different radiomic feature datasets, with a zone-ignorant one. Interestingly, they found that while a significant difference in performance was found between the PZ-specific algorithm and the zone-ignorant one, no differences were found for the transition zone-specific algorithm.

A further use case for ML is the differentiation of stromal benign prostatic hyperplasia from PCa in the transition zone. This diagnosis can be quite challenging, especially with small lesions. Statistical analysis of previously established quantitative features (ADC maps, shape, and image texture) demonstrated a high accuracy in the differentiation of small neoplastic lesions from benign ones using either linear regression and SVM classifiers [41].

Another potential advantage of ML CAD-assisted mpMRI is the improvement of inter-reader agreement. Greer et al. [42] compared index lesion sensitivity, specificity and agreement between eight radiologists from different institutions and with various levels of experience. The readers, after a first qualitative examination, reanalysed the same images using CAD: agreement and sensitivity were higher in the CAD-assisted mpMRI, but specificity worsened. Furthermore, the system was more useful for PZ lesions.

Another CAD system was developed by Ishioka et al. [43], although their proposal was based on a convolutional neural network deep learning algorithm. While the accuracy reported in two validation sets was not very high, with AUC respectively of 0.645 and 0.636, further development could lead to a reproducible, automated CAD system. On the other hand, the research unit lead by Wang [44] has shown better results for a deep learning-based fully automated segmentation when compared to a non-deep learning model. The authors assessed their ability to distinguish PCa from benign pathologies such as prostatitis or prostate benign hyperplasia. Their results showed a better accuracy and reliability of deep learning, with a statistically significantly higher AUC than that of the non-deep learning model (0.84 vs. 0.70). Interestingly, their approach was conducted without any need for segmentation of the training set, potentially easing further evolution of their software with added data.

Assessment of lesion aggressiveness

As PCa is frequently indolent, it is of great importance to assess the aggressiveness of detected lesions, and therefore their clinical significance, for patient management [2]. The standard approach of MRI and subsequent targeted biopsy have improved identification of csPCa foci, but significant disease is still missed, as shown in a recent meta-analysis [45]. Texture features have shown in the past potential as biomarkers of PCa aggressiveness [46, 47].

An interesting study was performed on 56 PCa patients in active surveillance who underwent MRI-guided biopsies [48]. The authors assessed differences between patients who were biopsy- and MRI-negative and patients who were biopsy- and MRI-positive, in radiomic features extracted from T2-weighted and ADC images. They subsequently employed the ten selected parameters to construct models to identify subjects who were biopsy-positive while MRI-negative and those biopsy-negative and MRI-positive. Quadratic discriminant analysis enabled to obtain the best accuracy improving, compared to PI-RADS alone, by 80% for the first classification and 60% in the second. While focusing only on the central gland, Li et al. [49] have shown that an SVM approach, trained on six features extracted from mpMRI exams depicting 152 prostate lesions, was able to consistently predict Gleason score. This is especially important as it is one of the main determinants of PCa clinical significance.

For the task of distinguishing indolent PCas and csPCas, deep learning methods have shown some potential for future applications. Zhong et al. [50] compared both a deep learning and a deep transfer-learning algorithm to the performance of PI-RADSv2. In their validation cohort of 30 patients with 47 lesions, it was comparable to the radiologist’s assessment (AUC 0.73 and 0.71, respectively), while outperforming deep learning alone (AUC 0.69). Similarly, Yuan et al. [51] have shown that transfer-learning, in their case applied to the AlexNet neural network, was able to achieve an overall accuracy of 87% for the prediction of lesion Gleason score.

Finally, a novel approach for the detection of csPCa, as defined in the National Comprehensive Cancer Network guidelines, using radiomics in combination with ML, was recently performed by Varghese et al. [52]. A framework for the robust testing of seven ML algorithms with fivefold cross-validation showed that the best classifier was a quadratic kernel-based SVM with an overall accuracy of 0.92 in the validation cohort.

Local staging and pre-treatment assessment

mpMRI also gives important information for pre-treatment local staging. In this setting, proposals for artificial intelligence applications have been more limited. A recent preliminary report has shown that a radiomics-based Bayesian network achieved a high accuracy (AUC 0.88) in the detection of extraprostatic extension of disease in preoperative MRI, using radical prostatectomy as the reference standard [53]. This finding is promising for further development of ML in PCa local staging.

Some novel applications of ML to prostate MRI have been proposed in the setting of treatment planning. In particular, Sun et al. [3] have developed a new type of focal radiotherapy (bio-focused therapy) that requires prior evaluation of some biological features of the tumour, such as cell density and aggressiveness, which relate to therapy response. These have been assessed by the authors non-invasively, with a voxel-wise approach: patients underwent mpMRI before radical prostatectomy, and imaging data were combined with histopathological information to extract tissue features (cell density). They were then able to create models of prostate tissue cell density, used for the targeting of bio-focused therapy in order to achieve better response and lower toxicity. Shafai-Erfani et al. [54] trained a ML algorithm with paired CT and MRI datasets in order to generate synthetic CT images to be used for patient radiation therapy setup and dose calculation. ML proved capable of producing reliable CT images, comparable to the ground truth for both tasks.

Biochemical recurrence

About 30% of PCa relapse after radical prostatectomy [55]. Also, radiation therapy-resistant PCa or recurrent PCa is not uncommon. The elevation of serum levels of prostate-specific antigen after treatment is currently the most employed biomarker of this condition and is known as ‘biochemical recurrence’ [56]. Very complex altered molecular networks lie behind it and, more extensively, PCa recurrence [55]. ML applied to mpMRI has been proposed as a viable tool for early detection of recurrence or prediction of treatment outcome.

Abdollahi et al. [57] investigated how mpMRI ML models could predict the response to an intensity-modulated radiation therapy. Their findings suggest that both pre- and post-treatment radiomic features can give a reliable prediction of therapeutic success, especially if compared to prostate-specific antigen dosage. A recent study [58] has shown that a SVM could accurately predict biochemical recurrence within 3 years of radical prostatectomy, outperforming a linear regression model based on both MRI and the D’Amico patient risk classification. In fact, ML showed an overall accuracy of 92.2% compared to the 79% achieved by linear regression. The potential of ML for this task was confirmed in 2018 by another study [59] that employed SVM, linear discriminant analysis and random forest on radiomic features extracted from T2-weighted and ADC images.

Conclusions

A number of studies showed that ML, with or without radiomic feature extraction, has a great potential to improve the diagnostic performance and to expand the clinical role of prostate MRI. Its applications range from segmentation, lesion detection and aggressiveness prediction to local staging and assessment prior to and following treatment. It is interesting to note that many of the cited studies do not employ DCE images. Thus, ML could help in avoiding the systematic use of contrast agents for prostate imaging, as suggested by current guidelines, a development to monitor as gadolinium administration has come under scrutiny for the growing evidences of its accumulation in the body [60].

Clinical applicability still requires more robust validation across scanner vendors, field strengths and institutions, as for ML in all fields of medical imaging. As highlighted in a recent letter by Peter L. Choyke, the current limitations of ML also prevent them from gaining the trust of the ideal end-users, radiologists [61]. On the other hand, the growth in quantity and quality of research in the years is also undeniable, and as ML software obtain approval for clinical use in other settings, it is difficult to imagine a future for prostate MRI without it.

Availability of data and materials

Not applicable.

Abbreviations

ADC:

Apparent diffusion coefficient

AUC:

Area under the curve

CAD:

Computer-assisted diagnosis

csPCa:

Clinically significant prostate cancer

DCE:

Dynamic contrast-enhanced

DWI:

Diffusion-weighted imaging

ML:

Machine learning

mpMRI:

Multiparametric MRI

MRI:

Magnetic resonance imaging

PCa:

Prostate cancer

PI-RADS:

Prostate Imaging Reporting and Data System

PZ:

Peripheral zone

ROI:

Region of interest

SVM:

Support vector machine

References

  1. Siegel RL, Miller KD, Jemal A (2018) Cancer statistics, 2018. CA Cancer J Clin 68:7–30 https://doi.org/10.3322/caac.21442

    Article  Google Scholar 

  2. Mottet N, Bellmunt J, Bolla M et al (2017) EAU-ESTRO-SIOG Guidelines on prostate cancer. Part 1: screening, diagnosis, and local treatment with curative intent. Eur Urol 71:618–629 https://doi.org/10.1016/j.eururo.2016.08.003

    Article  Google Scholar 

  3. Sun Y, Reynolds HM, Parameswaran B et al (2019) Multiparametric MRI and radiomics in prostate cancer: a review. Australas Phys Eng Sci Med 42:3–25 https://doi.org/10.1007/s13246-019-00730-z

    Article  Google Scholar 

  4. van der Leest M, Cornel E, Israël B et al (2019) Head-to-head comparison of transrectal ultrasound-guided prostate biopsy versus multiparametric prostate resonance imaging with subsequent magnetic resonance-guided biopsy in biopsy-naïve men with elevated prostate-specific antigen: a large prospective multicenter clinical study. Eur Urol 75:570–578 https://doi.org/10.1016/j.eururo.2018.11.023

    Article  Google Scholar 

  5. Winoker JS, Pinto PA, Rastinehad AR (2018) MRI to guide biopsies or avoid biopsies? Curr Opin Urol 28:522–528 https://doi.org/10.1097/MOU.0000000000000555

    Article  Google Scholar 

  6. Turkbey B, Rosenkrantz AB, Haider MA et al (2019) Prostate imaging reporting and data system version 2.1: 2019 update of prostate imaging reporting and data system version 2. Eur Urol. pii: S0302-2838(19)30180-0 [Epub ahead of print] https://doi.org/10.1016/j.eururo.2019.02.033

  7. Barentsz JO, Weinreb JC, Verma S et al (2016) Synopsis of the PI-RADS v2 guidelines for multiparametric prostate magnetic resonance imaging and recommendations for use. Eur Urol 69:41–49 https://doi.org/10.1016/j.eururo.2015.08.038

    Article  Google Scholar 

  8. Stanzione A, Imbriaco M, Cocozza S et al (2016) Biparametric 3T magnetic resonance imaging for prostatic cancer detection in a biopsy-naïve patient population: a further improvement of PI-RADS v2? Eur J Radiol 85:2269–2274 https://doi.org/10.1016/j.ejrad.2016.10.009

    Article  Google Scholar 

  9. Cuocolo R, Stanzione A, Rusconi G et al (2018) PSA-density does not improve bi-parametric prostate MR detection of prostate cancer in a biopsy naïve patient population. Eur J Radiol 104:64–70 https://doi.org/10.1016/j.ejrad.2018.05.004

    Article  Google Scholar 

  10. Boesen L, Nørgaard N, Løgager V, Balslev I, Thomsen HS (2017) A prospective comparison of selective multiparametric magnetic resonance imaging fusion-targeted and systematic transrectal ultrasound-guided biopsies for detecting prostate cancer in men undergoing repeated biopsies. Urol Int 99:384–391 https://doi.org/10.1159/000477214

    Article  Google Scholar 

  11. Rosenkrantz AB, Ayoola A, Hoffman D et al (2017) The learning curve in prostate MRI interpretation: self-directed learning versus continual reader feedback. AJR Am J Roentgenol 208:W92–W100 https://doi.org/10.2214/AJR.16.16876

    Article  Google Scholar 

  12. Gatti M, Faletti R, Calleris G et al (2019) Prostate cancer detection with biparametric magnetic resonance imaging (bpMRI) by readers with different experience: performance and comparison with multiparametric (mpMRI). Abdom Radiol (NY) 44:1883–1893 https://doi.org/10.1007/s00261-019-01934-3

    Article  Google Scholar 

  13. Glazer DI, Mayo-Smith WW, Sainani NI et al (2017) Interreader agreement of Prostate Imaging Reporting and Data System version 2 using an in-bore MRI-guided prostate biopsy cohort: a single institution’s initial experience. AJR Am J Roentgenol 209:W145–W151 https://doi.org/10.2214/AJR.16.17551

    Article  Google Scholar 

  14. Zhang L, Tang M, Chen S, Lei X, Zhang X, Huan Y (2017) A meta-analysis of use of Prostate Imaging Reporting and Data System Version 2 (PI-RADS v2) with multiparametric MR imaging for the detection of prostate cancer. Eur Radiol 27:5204–5214 https://doi.org/10.1007/s00330-017-4843-7

    Article  Google Scholar 

  15. Choy G, Khalilzadeh O, Michalski M et al (2018) Current applications and future impact of machine learning in radiology. Radiology 288:318–328 https://doi.org/10.1148/radiol.2018171820

    Article  Google Scholar 

  16. Gillies RJ, Kinahan PE, Hricak H (2016) Radiomics: images are more than pictures, they are data. Radiology 278:563–577 https://doi.org/10.1148/radiol.2015151169

    Article  Google Scholar 

  17. Aerts HJ, Velazquez ER, Leijenaar RT et al (2014) Decoding tumour phenotype by noninvasive imaging using a quantitative radiomics approach. Nat Commun 5:4006 https://doi.org/10.1038/ncomms5006

  18. Trebeschi S, Drago SG, Birkbak NJ et al (2019) Predicting response to cancer immunotherapy using non-invasive radiomic biomarkers. Ann Oncol, 2019 Mar 21. pii: mdz108. https://doi.org/10.1093/annonc/mdz108

    Article  Google Scholar 

  19. Zhang Y, Oikonomou A, Wong A, Haider MA, Khalvati F (2017) Radiomics-based prognosis analysis for non-small cell lung cancer. Sci Rep 7:46349 https://doi.org/10.1038/srep46349

  20. Zaharchuk G, Gong E, Wintermark M, Rubin D, Langlotz CP (2018) Deep learning in neuroradiology. AJNR Am J Neuroradiol 39:1776–1784 https://doi.org/10.3174/ajnr.A5543

    Article  CAS  Google Scholar 

  21. Litjens G, Kooi T, Bejnordi BE et al (2017) A survey on deep learning in medical image analysis. Med Image Anal 42:60–88 https://doi.org/10.1016/j.media.2017.07.005

    Article  Google Scholar 

  22. Chang P, Grinband J, Weinberg BD et al (2018) Deep-learning convolutional neural networks accurately classify genetic mutations in gliomas. AJNR Am J Neuroradiol 39:1201–1207 https://doi.org/10.3174/ajnr.A5667

    Article  CAS  Google Scholar 

  23. Romeo V, Maurea S, Cuocolo R et al (2018) Characterization of adrenal lesions on unenhanced MRI using texture analysis: a machine-learning approach. J Magn Reson Imaging 48:198–204 https://doi.org/10.1002/jmri.25954

    Article  Google Scholar 

  24. Ciompi F, Chung K, van Riel SJ et al (2017) Towards automatic pulmonary nodule management in lung cancer screening with deep learning. Sci Rep 7:46479 https://doi.org/10.1038/srep46479

    Article  CAS  Google Scholar 

  25. Le EPV, Wang Y, Huang Y, Hickman S, Gilbert FJ (2019) Artificial intelligence in breast imaging. Clin Radiol 74:357–366 https://doi.org/10.1016/j.crad.2019.02.006

    Article  CAS  Google Scholar 

  26. Golkov V, Dosovitskiy A, Sperl JI et al (2016) q-space deep learning: twelve-fold shorter and model-free diffusion MRI scans. IEEE Trans Med Imaging 35:1344–1351 https://doi.org/10.1109/TMI.2016.2551324

    Article  Google Scholar 

  27. Ding Y, Sohn JH, Kawczynski MG et al (2019) A deep learning model to predict a diagnosis of Alzheimer disease by using 18F-FDG PET of the Brain. Radiology 290:456–464 https://doi.org/10.1148/radiol.2018180958

    Article  Google Scholar 

  28. Bai W, Sinclair M, Tarroni G et al (2018) Automated cardiovascular magnetic resonance image analysis with fully convolutional networks. J Cardiovasc Magn Reson 20:65 https://doi.org/10.1186/s12968-018-0471-x

    Article  Google Scholar 

  29. Burström G, Buerger C, Hoppenbrouwers J et al (2019) Machine learning for automated 3-dimensional segmentation of the spine and suggested placement of pedicle screws based on intraoperative cone-beam computer tomography. J Neurosurg Spine:1–8 https://doi.org/10.3171/2018.12.SPINE181397

    Google Scholar 

  30. Comelli A, Stefano A, Bignardi S et al (2019) Active contour algorithm with discriminant analysis for delineating tumors in positron emission tomography. Artif Intell Med 94:67–78 https://doi.org/10.1016/j.artmed.2019.01.002

    Article  Google Scholar 

  31. Pinto dos Santos D, Baeßler B (2018) Big data, artificial intelligence, and structured reporting. Eur Radiol Exp 2:42 https://doi.org/10.1186/s41747-018-0071-4

    Article  Google Scholar 

  32. Wang B, Lei Y, Tian S et al (2019) Deeply supervised 3D fully convolutional networks with group dilated convolution for automatic MRI prostate segmentation. Med Phys 46:1707–1718 https://doi.org/10.1002/mp.13416

    Article  Google Scholar 

  33. Yan K, Wang X, Kim J, Khadra M, Fulham M, Feng D (2019) A propagation-DNN: deep combination learning of multi-level features for MR prostate segmentation. Comput Methods Programs Biomed 170:11–21 https://doi.org/10.1016/j.cmpb.2018.12.031

    Article  Google Scholar 

  34. Alkadi R, Taher F, El-Baz A, Werghi N (2018) A deep learning-based approach for the detection and localization of prostate cancer in T2 magnetic resonance images. J Digit Imaging, [Epub ahead of print]. https://doi.org/10.1007/s10278-018-0160-1

  35. Shah V, Turkbey B, Mani H et al (2012) Decision support system for localizing prostate cancer based on multiparametric magnetic resonance imaging. Med Phys 39:4093–4103 https://doi.org/10.1118/1.4722753

    Article  Google Scholar 

  36. Kwak JT, Sankineni S, Xu S et al (2016) Correlation of magnetic resonance imaging with digital histopathology in prostate. Int J Comput Assist Radiol Surg 11:657–666 https://doi.org/10.1007/s11548-015-1287-x

    Article  Google Scholar 

  37. McGarry SD, Hurrell SL, Iczkowski KA et al (2018) Radio-pathomic maps of epithelium and lumen density predict the location of high-grade prostate cancer. Int J Radiat Oncol Biol Phys 101:1179–1187 https://doi.org/10.1016/j.ijrobp.2018.04.044

    Article  Google Scholar 

  38. Wang J, Wu CJ, Bao ML, Zhang J, Wang XN, Zhang YD (2017) Machine learning-based analysis of MR radiomics can help to improve the diagnostic performance of PI-RADS v2 in clinically relevant prostate cancer. Eur Radiol 27:4082–4090 https://doi.org/10.1007/s00330-017-4800-5

    Article  Google Scholar 

  39. Bonekamp D, Kohl S, Wiesenfarth M et al (2018) Radiomic machine learning for characterization of prostate lesions with MRI: comparison to ADC values. Radiology 289:128–137 https://doi.org/10.1148/radiol.2018173064

    Article  Google Scholar 

  40. Ginsburg SB, Algohary A, Pahwa S et al (2017) Radiomic features for prostate cancer detection on MRI differ between the transition and peripheral zones: preliminary findings from a multi-institutional study. J Magn Reson Imaging 46:184–193 https://doi.org/10.1002/jmri.25562

    Article  Google Scholar 

  41. Wu M, Krishna S, Thornhill RE, Flood TA, McInnes MDF, Schieda N (2019) Transition zone prostate cancer: Logistic regression and machine-learning models of quantitative ADC, shape and texture features are highly accurate for diagnosis. J Magn Reson Imaging, [Epub ahead of print. https://doi.org/10.1002/jmri.26674

  42. Greer MD, Lay N, Shih JH et al (2018) Computer-aided diagnosis prior to conventional interpretation of prostate mpMRI: an international multi-reader study. Eur Radiol 28:4407–4417 https://doi.org/10.1007/s00330-018-5374-6

    Article  Google Scholar 

  43. Ishioka J, Matsuoka Y, Uehara S et al (2018) Computer-aided diagnosis of prostate cancer on magnetic resonance imaging using a convolutional neural network algorithm. BJU Int 122:411–417 https://doi.org/10.1111/bju.14397

    Article  Google Scholar 

  44. Wang X, Yang W, Weinreb J et al (2017) Searching for prostate cancer by fully automated magnetic resonance imaging classification: deep learning versus non-deep learning. Sci Rep 7:15415 https://doi.org/10.1038/s41598-017-15720-y

    Article  Google Scholar 

  45. Sathianathen NJ, Butaney M, Bongiorno C, Konety BR, Bolton DM, Lawrentschuk N (2019) Accuracy of the magnetic resonance imaging pathway in the detection of prostate cancer: a systematic review and meta-analysis. Prostate Cancer Prostatic Dis 22:39–48 https://doi.org/10.1038/s41391-018-0075-4

    Article  Google Scholar 

  46. Vignati A, Mazzetti S, Giannini V et al (2015) Texture features on T2-weighted magnetic resonance imaging: new potential biomarkers for prostate cancer aggressiveness. Phys Med Biol 60:2685–2701 https://doi.org/10.1088/0031-9155/60/7/2685

    Article  CAS  Google Scholar 

  47. Wibmer A, Hricak H, Gondo T et al (2015) Haralick texture analysis of prostate MRI: utility for differentiating non-cancerous prostate from prostate cancer and differentiating prostate cancers with different Gleason scores. Eur Radiol 25:2840–2850 https://doi.org/10.1007/s00330-015-3701-8

    Article  Google Scholar 

  48. Algohary A, Viswanath S, Shiradkar R et al (2018) Radiomic features on MRI enable risk categorization of prostate cancer patients on active surveillance: preliminary findings. J Magn Reson Imaging 48:818–828 https://doi.org/10.1002/jmri.25983

    Article  Google Scholar 

  49. Li J, Weng Z, Xu H et al (2018) Support vector machines (SVM) classification of prostate cancer Gleason score in central gland using multiparametric magnetic resonance images: a cross-validated study. Eur J Radiol 98:61–67 https://doi.org/10.1016/j.ejrad.2017.11.001

    Article  Google Scholar 

  50. Zhong X, Cao R, Shakeri S et al (2018) Deep transfer learning-based prostate cancer classification using 3 Tesla multi-parametric MRI. Abdom Radiol (NY) 44:2030–2039 https://doi.org/10.1007/s00261-018-1824-5

    Article  Google Scholar 

  51. Yuan Y, Qin W, Buyyounouski M et al (2019) Prostate cancer classification with multiparametric MRI transfer learning model. Med Phys 46:756–765 https://doi.org/10.1002/mp.13367

    Article  Google Scholar 

  52. Varghese B, Chen F, Hwang D et al (2019) Objective risk stratification of prostate cancer using machine learning and radiomics applied to multiparametric magnetic resonance images. Sci Rep 9:1570 https://doi.org/10.1038/s41598-018-38381-x

    Article  Google Scholar 

  53. Stanzione A, Cuocolo R, Cocozza S et al (2019) Detection of extraprostatic extension of cancer on biparametric MRI combining texture analysis and machine learning: preliminary results. Acad Radiol:1–7. https://doi.org/10.1016/j.acra.2018.12.025

  54. Shafai-Erfani G, Wang T, Lei Y et al (2019) Dose evaluation of MRI-based synthetic CT generated using a machine learning method for prostate cancer radiotherapy. Med Dosim, pii: S0958-3947(19)30011-1. https://doi.org/10.1016/j.meddos.2019.01.002

  55. Gu Y, Lin X, Kapoor A, Mei W, Tang D (2018) Attempt to predict early recurrence of prostate cancer following prostatectomy through machine learning. AME Med J 3:96–96 https://doi.org/10.21037/amj.2018.09.06

    Article  Google Scholar 

  56. Zaorsky NG, Raj GV, Trabulsi EJ, Lin J, Den RB (2013) The dilemma of a rising prostate-specific antigen level after local therapy: what are our options? Semin Oncol 40:322–336 https://doi.org/10.1053/j.seminoncol.2013.04.011

    Article  Google Scholar 

  57. Abdollahi H, Mofid B, Shiri I et al (2019) Machine learning-based radiomic models to predict intensity-modulated radiation therapy response, Gleason score and stage in prostate cancer. Radiol Med 124:555–567 https://doi.org/10.1007/s11547-018-0966-4

    Article  Google Scholar 

  58. Zhang YD, Wang J, Wu CJ et al (2016) An imaging-based approach predicts clinical outcomes in prostate cancer through a novel support vector machine classification. Oncotarget 7:78140–78151 https://doi.org/10.18632/oncotarget.11293

  59. Shiradkar R, Ghose S, Jambor I et al (2018) Radiomic features from pretreatment biparametric MRI predict prostate cancer biochemical recurrence: preliminary findings. J Magn Reson Imaging 48:1626–1636 https://doi.org/10.1002/jmri.26178

    Article  Google Scholar 

  60. Layne KA, Dargan PI, Archer JRH, Wood DM (2018) Gadolinium deposition and the potential for toxicological sequelae – a literature review of issues surrounding gadolinium-based contrast agents. Br J Clin Pharmacol 84:2522–2534 https://doi.org/10.1111/bcp.13718

    Article  CAS  Google Scholar 

  61. Choyke PL (2018) Quantitative MRI or machine learning for prostate MRI: which should you use? Radiology 289:138–139 https://doi.org/10.1148/radiol.2018181304

    Article  Google Scholar 

Download references

Funding

The authors declare that this work has not received any funding.

Author information

Authors and Affiliations

Authors

Contributions

RC, MBC, VR, and AS contributed to the conception and design, interpretation of the literature data, manuscript preparation and editing. LR, AB, and MI revised critically the intellectual content of the manuscript and contributed to the interpretation of the data, manuscript preparation, and editing. LU prepared the figures. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Arnaldo Stanzione.

Ethics declarations

Ethics approval and consent to participate

Not applicable

Consent for publication

Not applicable

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

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

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Cuocolo, R., Cipullo, M.B., Stanzione, A. et al. Machine learning applications in prostate cancer magnetic resonance imaging. Eur Radiol Exp 3, 35 (2019). https://doi.org/10.1186/s41747-019-0109-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s41747-019-0109-2

Keywords