Abstract
Rapid technological advances in non-invasive imaging, coupled with the availability of large data sets and the expansion of computational models and power, have revolutionized the role of imaging in medicine. Non-invasive imaging is the pillar of modern cardiovascular diagnostics, with modalities such as cardiac computed tomography (CT) now recognized as first-line options for cardiovascular risk stratification and the assessment of stable or even unstable patients. To date, cardiovascular imaging has lagged behind other fields, such as oncology, in the clinical translational of artificial intelligence (AI)-based approaches. We hereby review the current status of AI in non-invasive cardiovascular imaging, using cardiac CT as a running example of how novel machine learning (ML)-based radiomic approaches can improve clinical care. The integration of ML, deep learning, and radiomic methods has revealed direct links between tissue imaging phenotyping and tissue biology, with important clinical implications. More specifically, we discuss the current evidence, strengths, limitations, and future directions for AI in cardiac imaging and CT, as well as lessons that can be learned from other areas. Finally, we propose a scientific framework in order to ensure the clinical and scientific validity of future studies in this novel, yet highly promising field. Still in its infancy, AI-based cardiovascular imaging has a lot to offer to both the patients and their doctors as it catalyzes the transition towards a more precise phenotyping of cardiovascular disease.
Keywords: Artificial intelligence, Radiomics, Computed tomography, Plaque, Atherosclerosis, Risk prediction
Graphical Abstract
1. Introduction
Modern medicine is characterized by the generation of a vast amount of data, which include high-resolution imaging modalities. With the amount of medical information increasing at an unprecedented rate, medical professionals are turning to novel technologies in order to interpret these large sums of data, maximize efficiency while ensuring patient safety and well-being.1 The arrival of artificial intelligence (AI) and its application in medicine has brought hope that it can improve health outcomes by supplementing human intelligence and by maximizing the diagnostic and prognostic value of existing tests while minimizing physician burden.1
Non-invasive imaging is the pillar of modern cardiovascular diagnostics, with modalities such as cardiac computed tomography (CT) now recognized as first-line options for cardiovascular risk stratification and the assessment of stable and unstable cardiovascular patients.2,3 Among all routinely available diagnostic tests, coronary CT angiography (CCTA) has the highest sensitivity (95–99%) for detection of coronary artery disease (CAD) (defined as stenosis ≥50% on invasive coronary angiography), with a specificity of 64–83%.4 The clinical benefit associated with the use of CCTA to diagnose stable CAD and guide downstream decision-making has been provided by two large clinical trials, namely PROMISE (Prospective Multicenter Imaging Study for Evaluation of Chest Pain) and SCOT-HEART (SCOTtish computed tomography of the HEART).5,6 These randomized controlled trials have been instrumental in establishing CCTA as a first-line diagnostic test, as highlighted in recent national and international guidelines.2,3
Thanks to its role as a first-line diagnostic test, the availability of large data sets and registries and significant advances in radiomic analysis methods and machine learning (ML) systems, cardiac CT offers an optimal platform to bridge AI with clinical medicine. The basic principle behind these novel ‘radiomic’ approaches is that CT scans are more than images, they are data.7 In other words, the traditional grey-scale images of cardiac CT scans can now be represented using complex mathematical formulae that enable the characterization of features and detection of patterns invisible to the naked eye.
The aim of this review is to provide an overview of AI in modern cardiac CT, and its dual implications in clinical care and scientific research and discovery. We first discuss key terms in the field of AI including ‘big data’, ‘machine learning’ (ML), ‘deep learning’, and ‘radiomics’. Next, we review the current evidence, strengths, limitations, and future directions of AI in non-invasive cardiovascular imaging, using cardiac CT as a running example of the many challenges and opportunities. Finally, we propose a scientific framework in order to ensure the clinical and scientific validity of future studies in this novel, yet highly promising and exciting field.
2. Artificial intelligence, machine learning, and big data
2.1 Artificial intelligence vs. machine learning
The terms ‘artificial intelligence’, ‘machine learning’, and ‘big data’, although distinct, are often mistakenly used interchangeably. Artificial intelligence (AI), also known as ‘machine intelligence’, is a broad term that refers to the ability of a machine or computational programme to execute tasks that are characteristic of human intelligence, such as pattern recognition and problem-solving.8 While the concept of AI is not new,9 modern AI has benefited enormously from an increase in available computational power and large data sets that can be used to train these systems.10 Just in the field of cardiac CT imaging, it is currently estimated that >42 000 cardiac CT scans are performed every year in the UK alone, whereas this number is expected to reach 350 000 if the National Institute for Health and Care Excellence (NICE) guidelines were to be fully implemented.2,11 On the other hand, the process by which an AI system autonomously acquires knowledge by identifying and extracting patterns among a group of observations (a ‘data set’) is called machine learning (ML).12,13
2.2 Big data
‘Big data’ is a term frequently used to describe vast amounts of collected data, whether that is genomic data from large biobanks or numerous CT scans from electronic health record archives and large cohorts or registries.14,15 Even though ML algorithms can be trained using both small and large data sets, the availability of large data sets provides the necessary sample variation to maximize both the internal and external validity (reproducibility) of the trained algorithms.16 It also reduces the risk of overfitting, a state where a trained model is too complex, mirroring the noise in the original training data set.16
Data sets are matrices of data, where rows typically describe a single observation (e.g. patient) and columns describe the values of different features for each observation,17 including labels for a given condition (e.g. ‘dead’ or ‘alive’) to be used for prediction or classification purposes. As the fuel for ML, the quality of the data sets is critical in determining the quality of the final ML models.18 These core attributes are described by the five ‘V’s of big data: Volume, Velocity, Variety, Veracity, and Value. ML algorithms benefit from data sets that are large (Volume), generated and processed rapidly (Velocity), come from different sources (Variety), are trustworthy (Veracity), and above all provide answers to important questions, such as diagnosis or prognosis of a disease (Value).15
2.3 Unsupervised, supervised, and deep learning
Within the field of ML, there are two broad task categories: supervised and unsupervised learning (Figure 1).13 The selection of the right model often relies on an operator’s expertise, nature of the data set, and the purpose of the final AI system.17
Supervised learning is an iterative process which selects (or removes), processes, and assigns appropriate weightings to features in order to predict a given value or class.13 The former is typically known as regression (i.e. linear or logistic regression with feature selection), whereas the latter is known as classification. Further to traditional linear regression, newer statistical approaches, such as ‘neural networks’, support vector machines and decision trees have come to light in order to maximize the flexibility of the training algorithms and model complex non-linear relationships between the features.13,17 For instance, neural networks are modelled based on the neurons of the human brain with input and output layers, separated by several ‘hidden layers’, which are connected in nodes, similar to human synapses. In addition, some of these algorithms can be combined (‘bagging’ and ‘ensemble’ algorithms) to generate stronger predictors using a series of weaker predictors.
Based on artificial neural networks, deep learning refers to a particularly powerful ML method often used in imaging for pattern recognition and classification (e.g. diagnosis of melanoma or diabetic retinopathy19,20). It mimics human cognition by using convolutional neural networks (CNNs) and is characterized by the ability to learn based on prior experience, thus simulating human-like decision-making.1
As opposed to supervised learning, unsupervised learning is not relying on a label but uses the features of a data set to identify inherent patterns. The most common example is that of clustering (e.g. ‘k-means’ or hierarchical clustering).13 These approaches analyse the n-dimensional space of a data set to identify clusters of spatially related observations using a ‘distance’ measure. Such approaches are important in identifying previously ignored phenotype clusters in patients based on their presentation or imaging features and often challenge perceptions about the homogeneity of a given condition.21
2.4 Performance assessment
Validation is a key step that aims to improve the validity and reproducibility of a given algorithm. This is usually done by randomly splitting the data into a training, a validation, and a testing set.16,22 Where available, an ‘unseen’ external data set from an independent population may be used as the final testing data set to assess the external validity of a model. In classification problems, common metrics are the accuracy (proportion of correct predictions relative to the total number of observations) and the area under the curve (AUC) of receiver operating characteristic curves, which reflects the increase in correct classifications as one accepts more false positives.22 Other metrics include log-loss, precision, and recall, the Dice coefficient, whereas regression tasks are assessed using different metrics (i.e. root mean square error).22
3. Radiomics: a link between CT imaging and machine learning
The term ‘radiomics’ refers to the application of complex mathematic formulae to a given radiological image (e.g. a CT scan) that enable the calculation of a wide number of features, relating to the shape, attenuation, and ‘texture’ of a given volume of interest (Figure 2).23 As an isotropic imaging modality that is composed of superimposed numerical matrices [Hounsfield Unit (HU) values],24 CT is a prime candidate for the application of radiomic methods.25
The main concept in radiomic analysis is that of the radiomic texture. Statistical texture refers to the stochastic or random properties of the spatial distribution of grey levels within an image using statistical measures, such as marginal probabilities.26 Contrary to shape-related or first-order statistics that are derived directly from an attenuation histogram ignoring the distribution of attenuation values in the three-dimensional space, texture statistics reflect the unique spatial arrangement of voxels.27 These second- or higher-order statistics are derived from grey-level intensity matrices, which can be calculated using different methods (Figure 2). A detailed description of the mathematical formulae behind the calculation of all these features goes beyond the focus of this review article, and relevant information can be found in other articles.28
Radiomic features can be calculated using both the original images as well as mathematical transformations of the original data, such as wavelet decompositions. Wavelet transformation decomposes the data into high- and low-frequency components, which describe the pattern and rate at which attenuation changes along spatial directions. At high frequency, the wavelets can capture discontinuities, ruptures, and singularities in the original data. At low frequency, the wavelet characterizes the coarse structure of the data to identify the long-term trends. Thus, the wavelet analysis allows extraction of hidden and significant temporal features of the original data, while improving the signal-to-noise ratio of imaging studies.29,30
Overall, radiomic approaches bridge the gap between CT scans and generating data sets that can be used in ML and thus generate AI systems. Any image or volume can be broken down into a range of radiomic features that describe the phenotypic variation in radiodensity/attenuation in the given tissue.26,28 These numbers can then be fed into an ML algorithm that can be used for classification or prediction purposes. Furthermore, this provides an unparalleled opportunity for a more personalized assessment model. This has long been demonstrated in the field of cancer imaging, where comprehensive radiomic characterization of lung tumours was found to be superior to traditional tumour, node, and metastasis staging in predicting future mortality,28,31 and also associated with discrete transcriptional changes in tumour biology.31
4. Machine learning and radiomics in cardiovascular medicine: from electrocardiogram to cardiac CT
To date, AI approaches in Cardiology have traditionally focused on electrocardiogram (ECG) and echocardiogram interpretation, particularly with the use of deep neural networks (DNNs). The availability of these tests provided researchers with vast amounts of data in order to train their algorithms. DNNs have been shown to have high sensitivity (∼93%) and specificity (∼90%) in diagnosing acute myocardial infarction,32 as well as classifying arrhythmias and electrical conduction abnormalities, with accuracy comparable with that of trained cardiologists.33 The power of big data and AI was demonstrated in a recent landmark study which analysed 180 922 patients with 649 931 normal sinus rhythm ECGs and demonstrated that a CNN algorithm was able to reliably detect the presence of atrial fibrillation [AUC of 0.87 (95% confidence interval 0.86–0.88)].34 More recently, however, with the increasing adoption of cardiac CT as the go-to test for the non-invasive assessment of CAD,11 the focus of AI research has expanded to the analysis and interpretation of cardiac CT scans.
4.1 Image processing, detection, and segmentation
AI and deep learning can improve the speed of the initial steps of image pre-processing, boundary detection, and volume segmentation, which are often time-consuming in the busy clinical setting. An ML algorithm that mapped features related to image quality (i.e. noise, contrast, misregistration scores, and uninterpretability index) and was trained in 75 CCTA scans before being validated in 50 independent studies, had excellent discriminatory accuracy in identifying low-image quality (AUC of 0.96 in the validation set). In an independent set of 172 CCTAs, the agreement between manually assigned visual image quality score (5-point Likert scale) and the ML algorithm was found to be high [Cohen’s kappa of 0.67 (P < 0.01)].35 Three-dimensional CNNs with subject-specific data set normalization have also been shown to improve the accuracy of coronary artery lumen segmentation compared with traditional methods.36
4.2 Coronary artery calcium
Traditionally measured using ECG-gated non-contrast CT scans of the heart, coronary artery calcium (CAC) provides a simple and quick indirect assessment of the extent of coronary atherosclerosis.37 As a result, CAC is often used in the risk stratification of selected patients where a risk-based treatment approach remains uncertain based on traditional risk factors.38 Several ML and DNN approaches have been developed to automate the calculation of CAC from cardiac CT scans. A CNN trained in 4973 cases showed very strong correlation with manual measurements in a testing set of 1000 scans.39 A texture-based radiomic approach has also shown promise in detecting CAC from non-ECG-gated chest CT scans.40 In total, more than 150 publications have been published on automating the methods for CAC detection, highlighting the need for more automated tools in the clinical setting.41 Despite the fact that CAC may fail to detect low-attenuation, non-calcified plaques that are known to be more prone to rupture compared with calcified lesions,42,43 the diagnostic and prognostic value of CAC in primary prevention is supported by numerous studies. In a recent analysis of 13 054 participants from the CONFIRM registry, a boosted ensemble ML algorithm incorporating clinical variables as well as the CAC score (derived from non-contrast cardiac CT scans) was found to accurately estimate the likelihood of obstructive CAD on CCTA with an AUC of 0.881 (vs. AUC of 0.773 for the clinical ML algorithm alone).44
4.3 Coronary plaque detection
Clinicians interpreting CCTA scans focus, among other things, on the identification of lesions that may be causing significant narrowing to the coronary lumen. While this is normally based on visual assessment of the reconstructed images, ML algorithms have been shown to be highly accurate in identifying such obstructive lesions. A support vector machine algorithm applied in 42 CCTAs had a sensitivity of 93% and specificity of 95% in identifying coronary artery lesions compared with a human observer.45
4.4 Haemodynamic assessment of coronary lesions
Evaluating the haemodynamic effects of a coronary lesion in a non-invasive manner is a challenging task.46 This is often assessed by estimating the myocardial flow reserve on 13N-Ammonia positron emission tomography (PET) (abnormal if ≤2),47 or the invasive lesion-specific fractional flow reserve (FFR) on cardiac catheterization (abnormal if ≤0.80).48 ML-derived algorithms that incorporate several measures of plaque composition (e.g. stenosis, non-calcified, low-density non-calcified, calcified and total plaque volumes, contrast density difference) were found to be superior in detecting haemodynamically significant obstructive lesions compared with the degree of luminal stenosis alone (AUC of 0.84 vs. 0.76 for lesion-specific FFR,48 and 0.83 vs. 0.66 for 13N-Ammonia PET in a separate study47). Other similar comprehensive approaches that rely on ML-based synthesis of several plaque features have demonstrated high accuracy in identifying haemodynamically significant lesions (AUC of 0.89 on a per-lesion level and 0.91 on a per-patient level) which is comparable with that of complex computation fluid dynamic modelling.49,50 Interestingly, processing time for the ML-based approach was significantly shorter compared with computation fluid dynamics (40.5 min ± 6.3 vs. 43.4 min ± 7.1; P = 0.042).50 Further to plaque-derived measurements, models trained to characterize resting myocardial CT perfusion (i.e. gradient boosting classifiers) as well as deep learning analysis algorithms of the left ventricular myocardium have significantly improved the discriminatory accuracy of diameter stenosis for detection of ischaemia (FFR ≤ 0.80).51,52
4.5 Coronary plaque phenotyping
Whereas detection of coronary plaques and their haemodynamic significance relies on ML-based combination of several, yet common CCTA-derived metrics, a more comprehensive assessment of the plaque microenvironment, histology, and ultimately biology requires a more in-depth radiomic characterization of its phenotype.
These high-risk plaque features offer an individualized insight into the vascular biology of each plaque.53,54 For instance, vascular wall remodelling in atherosclerosis is the end-result of complex pathways that converge to cell migration and extracellular matrix remodelling, often due to an imbalance in the relative expression and activity of matrix metalloproteinases and their inhibitors in the plaque microenvironment.55 The resulting outwards vascular remodelling can then be detected on CCTA as a relative increase in vascular diameter around the plaque captured by the remodelling index.53 Low-attenuation plaque, on the other hand, is associated with a lipid-rich necrotic core, an extracellular mass in the intima induced by necrosis and apoptosis of lipid-laden macrophage foam cells.56 Such a high-risk plaque phenotype composed of a thin fibrotic cap above a necrotic core is often described as a ‘napkin-ring sign’ (NRS) on CCTA, manifesting as a low-attenuation area surrounded by a high-attenuation rim.53,57 Finally, spotty calcification identifies inflamed areas of confluent coronary calcification and microcalcification.53,58 Vascular calcification represents a local response to an inflammatory microenvironment, with a well-defined link between inflammatory cell infiltration and osteoblastic metaplasia.59
Radiomic phenotyping of a given plaque can identify such high-risk plaque features as changes in the attenuation histogram and radiomic texture of a plaque, thus standardizing what is often a subjective and operator-dependent process (Figure 3). In an analysis of 30 NRS lesions and 30 non-NRS plaques with similar degree of calcification, luminal obstruction, localization, and imaging parameters, Kolossvary et al.60 demonstrated that 916 radiomic features were significantly different between the two groups, with 418 of these features reaching an AUC of >0.80. Texture-shape statistics such as short- and long-run low grey-level emphasis had the highest AUC (0.918 and 0.894, respectively), whereas none of the conventional CCTA metrics discriminated between the two groups. More recently, in an analysis of 44 plaques from 25 patients that underwent multimodality imaging, CCTA-derived radiomic parameters outperformed conventional metrics (i.e. stenosis, plaque volume) in identifying intravascular ultrasound-defined attenuated plaques, optical coherence tomography-detected thin-cap fibroatheroma and 18F-sodium fluoride (18F-NaF) positivity on PET, a marker of microcalcification and coronary inflammation.61 Finally, in an analysis of 445 cross-sections taken from 21 coronary arteries from seven male hearts that were imaged ex vivo, a radiomics-based ML model was found to be superior to visual assessment (AUC = 0.73 vs. 0.65; P = 0.04), low attenuation (AUC = 0.55; P = 0.01), and mean HU (AUC = 0.53; P = 0.004) in the identification of advanced atheromatous lesions.62
4.6 Myocardial tissue characterization
Application of radiomic texture phenotyping in myocardial segmentations has also highlighted the ability of low-dose, thick-slice, non-contrast cardiac CT to detect myocardial pathology, such as scarring and infarction. Myocardial texture mapping showing increased heterogeneity on delayed iodine-enhanced images may enable the detection of scarred myocardial tissue in patients with myocarditis,63,64 as well as detect left ventricular dilation and systolic/diastolic function in patients with recurrent ventricular tachcycardia.65 Of note, texture analysis of thick-slice CT images of the left ventricle may discriminate infarcted myocardial tissue from healthy areas (AUC of 0.78 and 0.90 in two separate studies).64,66 The latter model included the first-order statistic of kurtosis and the higher-order statistic of short-run high grey-level emphasis, highlighting the complementary nature of first and higher-order radiomic features in characterizing tissue histology.66
4.7 Adipose tissue characterization
Epicardial and total thoracic adipose tissue depots can be detected on cardiac CT by applying an attenuation-based segmentation approach, which classifies voxels with attenuation values between −190 and −30 HU as adipose tissue/fat. Epicardial adipose tissue (EAT), the layer of fat located between the visceral layer of the pericardium and the myocardium, is involved in cardiovascular disease pathogenesis through direct paracrine interaction with the adjacent coronary artery and myocardial tissue.67–70 In addition, several observational studies have described a positive association between the degree of epicardial obesity and the presence of coronary calcification, CAD, as well as the future incidence of adverse cardiac events.71 However, segmentation of the EAT on CT scans is an intensive process that requires manual editing from an experienced operator. Several groups have now succeeded in developing automated, ML-derived solutions by enabling automated tracking of the pericardial layer and segmentation of epicardial fat-containing voxels, including random forest classifiers,72 rotation forest algorithms using a multilayer perceptron regressor,73 as well as deep learning methods that allow computation in less than 6 s with strong correlation between the manual and automated measurements (e.g. r = 0.924 for EAT).74
4.8 Radiomic phenotyping of perivascular fat
Perivascular adipose tissue (PVAT) plays a key role in regulating vascular homeostasis and disease75 and participates in a complex bidirectional interplay with the adjacent arterial wall.67,68,76,77 In the presence of vascular inflammation, the release of pro-inflammatory mediators into the surrounding PVAT blocks the ability of perivascular pre-adipocytes to differentiate into mature lipid-laden adipocytes. This creates an inflammation-induced gradient in PVAT composition, which can be detected on standard CCTA as spatial changes in the PVAT radiomic texture, quantified by the fat attenuation index (FAI).77 In the CRISP-CT study, FAI radiomic mapping at baseline offered incremental prognostic value for future adverse cardiac events beyond traditional risk factors, extent of coronary atherosclerosis, and presence of high-risk plaque features, highlighting a residual cardiac risk hidden in the PVAT radiome (Figure 4).78 Further work has confirmed that unadjusted or adjusted (FAI) PVAT attenuation is associated with the presence of unstable lesions in acute coronary syndromes,77,79 predicts the future progression of coronary atherosclerosis,80 is reduced in response to anti-inflammatory therapies with novel biologics in patients with psoriasis,81 and is strongly associated with local vascular inflammation, as assessed by 18F-NaF PET-CT imaging.82
In addition to inflammation, dysfunctional adipose tissue remodelling is also characterized by fibrosis and changes in adipose tissue vascularity.75,83 By applying a radiotranscriptomic approach, we recently developed an integrated CT signature of pericoronary fat that links the ‘radiome’ of pericoronary fat to not only inflammatory but also permanent fibrotic and microvascular changes (Figure 5), thus functioning as a surrogate marker of cumulative coronary injury and ageing. More importantly, when tested in participants of the SCOT-HEART study, this integrated signature (known as Far Radiomic Profile) predicted a significant residual cardiac risk not captured by traditional risk factors, CAD, high-risk plaque (HRP) features, or coronary calcium score (CCS).84
4.9 Cardiac risk prediction
Supervised and unsupervised ML approaches have shown promise in identifying patterns with significant prognostic value for future adverse cardiac events in patients undergoing CT. For instance, using a registry of 10 030 patients undergoing CCTA with 25 clinical and 44 CCTA parameters, Motwani et al.85 developed and tested a boosted ensemble ML algorithm that had higher discriminatory accuracy for 5-year mortality compared with the Framingham Risk Score (FRS) or modified Duke index (DI) alone (AUC of 0.79 vs. 0.61 for FRS and 0.62 for DI; P < 0.001). Similarly, an ML extreme gradient boosting algorithm derived from detailed plaque analysis of standard 16 coronary segments on CCTA had greater prognostic accuracy for myocardial infarction and death than current CCTA integrated risk scores (AUC of 0.771 vs. 0.685–0.701, P < 0.001 for other scores such as DI).86 Finally, in a study of 2924 Framingham Heart Study patients that underwent chest and abdomen CT, measures of valvular/vascular calcification, adiposity, and muscle attenuation were collected and used in an unsupervised manner to identify a cluster of patients with unfavourable multiorgan phenotype and a 2.6-fold higher prospective mortality risk compared with the favourable phenotype group, independent of CAC, visceral adipose tissue, and FRS.21 These findings highlight the ability of ML to identify patterns in the data sets that are of significant diagnostic and prognostic value, yet invisible to the human eye.
5. A proposed quality control framework for future studies
AI-powered radiomic phenotyping of patients using cardiac CT can identify signatures for precision diagnosis and prognosis, thus providing an additional powerful tool in modern medicine. However, the great power of AI and ML comes with great responsibility,18 highlighting the need for a standardized approach to ML-based prediction modelling. Five core steps have been described in a radiomics study, namely data selection, medical imaging, feature extraction, exploratory analysis, and modelling.7 Given the flexibility offered to researchers by the wide range of available software, methods and ML algorithms, the literature is full of competing models, different algorithms, and often contrasting approaches to feature selection, model development, validation, and performance assessment. This in turns introduces bias in these studies, limits their reproducibility and therefore potential clinical value. Based on the work of Lambin et al.,7 we propose a set of guidelines to ensure the high quality of radiomic studies in the field of cardiovascular CT (Table 1). Moving forward, scientific societies should also focus on the standardization of radiomic feature definitions and their extraction methods in order to ensure generalizability and reproducibility. To date, there is no scientific consensus statement on the use of radiomics in cardiovascular imaging.
Table 1.
Checklist | Descriptions |
---|---|
1. Pre-defined image protocol and registration | Prospective registration of radiomic studies, including pre-defined imaging protocols to be used consistently in all patients and study sites. |
2. Segmentation robustness | Intra- and inter-operator levels of agreement for repeated segmentations and calculation of the robustness of radiomic features (i.e. intraclass correlation coefficient). |
3. Technical parameters | Assessment of the sensitivity of radiomic features to changes in technical acquisition parameters, across different scanners and vendors. |
4. Scan–rescan robustness | Robustness of radiomic features to scan–rescan analysis using the same scanner, parameters, and other settings. |
5. Normalization and standardization | Protocol-defined selection of the methods for pre-processing and standardization (e.g. Z-score transformation) of radiomics. |
6. Algorithm selection | The rationale for the selection of a given machine learning algorithm should be clearly described. |
7. Multiple comparisons and redundance | Addressing the potential redundancy of radiomic features (i.e. dimension reduction or feature removal) as well as multiple comparisons (e.g. Bonferroni adjustment). |
8. Multivariable models | Radiomic-based models should still be adjusted for traditional risk factors and expected factors and co-variates |
9. Associations with known clinical variables | The strength and nature of the association of radiomic-based models with traditional risk factors (i.e. coronary calcium) should be explored and discussed. |
10. Risk group identification | Where risk groups are to be defined based on a radiomic signature, the method for cut-off identification should be defined a priori. |
11. Discrimination–performance | Measures of performance should be appropriately selected based on the task (classification and regression) and nature of the data (e.g. C-statistic vs. accuracy for unbalanced groups). |
12. Calibration | Present appropriate calibration metrics. |
13. Validation | Discuss the process for internal (e.g. cross-validation) and external validation (i.e. unseen data). |
14. Comparison to clinical ‘gold-standard’ | Where a radiomic model is proposed as a replacement for an established ‘gold-standard’, the change in discrimination and reclassification should be discussed. |
15. Clinical utility and cost-effectiveness | If possible, a clinical utility and cost-effectiveness analysis should be performed, including the time saved or wasted for each type of analysis, and clinical benefit to the patient. |
16. Accessibility | Investigators should provide information about the accessibility of their code and availability for use in independent studies. |
Modelled based on the work by Lambin et al.7
6. Limitations
Several limitations should be kept in mind when designing an ML-based radiomic study. First, the quality of all AI and ML systems depends on the quality of the raw data and features that were used to train these in the first place. An accurate data set with minimal missing values and proper parameterization is of paramount importance; however, this is often challenging in ‘big data’ studies that include electronic health records and data from multiple sources.17,18 In particular, the ‘ground truth’ is often hard to determine in cardiac CT imaging studies due to interrater variability, although easier compared with other imaging modalities. Likewise, variations in CT acquisition parameters may also affect the validity of imaging and particular radiomic markers, which are sensitive to changes in slice thickness, scanner type, tube voltage, and pitch.87 Second, many complicated ML systems function as a ‘black box’, providing minimal insight into the logic behind a given algorithm.13 As a result, there have been several concerns regarding the acceptance of such a tool by physicians and patients alike. It should be noted that artificial and human intelligence are not competing, and AI systems can reduce the work burden of clinicians, who will still have the final say in deciding patient management.1 Nevertheless, this also raises a series of ethical and regulatory questions regarding the use of AI in patient care rather than in research alone.88 Third, different types of bias, such as selection bias in the patients or CT scanning protocols included in the training phase, will transfer into the derived ML algorithms.89 Finally, the multidimensional nature of radiomic features means that are for a small to moderate data set, there will always be a danger of overfitting.16 The redundancy in these features should be noted and accounted for, and proper validation approaches should be applied to minimize this risk.
7. Conclusions
In an era of increasing digitalization and accumulation of vast amounts of medical information and images, AI and ML provide novel solutions to the old problems of disease diagnosis and risk prediction. The simultaneous development of the field of radiomics now enables the quantitative mapping of routine cardiac CT scans, generating arrays of features that can be fed into ML algorithms for improved cardiovascular disease diagnosis and risk stratification. These novel approaches may transform the structure of modern healthcare, by relieving the physician from time-consuming image processing tasks, and maximizing the diagnostic and prognostic yield of existing images, with important clinical and health economic benefits (Figure 6). Still in its infancy, AI-based cardiovascular imaging has a lot to offer to both the patients and their doctors, as it catalyses the transition towards a more personalized model of care.
Conflict of interest: The methods for analysis of the perivascular fat attenuation index described in this report are subject to patent PCT/GB2015/052359 and patent applications PCT/GB2017/053262, GB2018/1818049.7, GR20180100490, and GR20180100510, licensed through exclusive license to Caristo Diagnostics. C.A. is a founder and shareholder of Caristo Diagnostics Ltd., a CT image analysis company. E.K.O. declares consultancy with Caristo Diagnostics. M.S. is an employee of Caristo Diagnostics.
Funding
The study was funded by the British Heart Foundation (FS/16/15/32047 and TG/16/3/32687 to C.A.) and the National Institute for Health Research Oxford Biomedical Research Centre. C.A. acknowledges support from the Oxford British Heart Foundation Centre of Research Excellence. E.K.O. acknowledges support from the A.G. Leventis Foundation.
References
- 1. Topol EJ. High-performance medicine: the convergence of human and artificial intelligence. Nat Med 2019;25:44–56. [DOI] [PubMed] [Google Scholar]
- 2.National Institute for Health and Care Excellence (NICE). Chest pain of recent onset: assessment and diagnosis. Clinical Guideline [CG95]. https://www.nice.org.uk/guidance/cg95?unlid=28903932120171912336 (date last accessed 27 July 2019). [PubMed]
- 3. Knuuti J, Wijns W, Saraste A, Capodanno D, Barbato E, Funck-Brentano C, Prescott E, Storey RF, Deaton C, Cuisset T, Agewall S, Dickstein K, Edvardsen T, Escaned J, Gersh BJ, Svitil P, Gilard M, Hasdai D, Hatala R, Mahfoud F, Masip J, Muneretto C, Valgimigli M, Achenbach S, Bax JJ; ESC Scientific Document Group. 2019 ESC Guidelines for the diagnosis and management of chronic coronary syndromes. Eur Heart J 2020;41:407–477. [DOI] [PubMed] [Google Scholar]
- 4. Task Force MembersMontalescot G, Sechtem U, Achenbach S, Andreotti F, Arden C, Budaj A, Bugiardini R, Crea F, Cuisset T, Di Mario C, Ferreira JR, Gersh BJ, Gitt AK, Hulot JS, Marx N, Opie LH, Pfisterer M, Prescott E, Ruschitzka F, Sabaté M, Senior R, Taggart DP, van der Wall EE, Vrints CJESC Committee for Practice GuidelinesZamorano JL, Achenbach S, Baumgartner H, Bax JJ, Bueno H, Dean V, Deaton C, Erol C, Fagard R, Ferrari R, Hasdai D, Hoes AW, Kirchhof P, Knuuti J, Kolh P, Lancellotti P, Linhart A, Nihoyannopoulos P, Piepoli MF, Ponikowski P, Sirnes PA, Tamargo JL, Tendera M, Torbicki A, Wijns W, Windecker SDocument ReviewersKnuuti J, Valgimigli M, Bueno H, Claeys MJ, Donner-Banzhoff N, Erol C, Frank H, Funck-Brentano C, Gaemperli O, Gonzalez-Juanatey JR, Hamilos M, Hasdai D, Husted S, James SK, Kervinen K, Kolh P, Kristensen SD, Lancellotti P, Maggioni AP, Piepoli MF, Pries AR, Romeo F, Rydén L, Simoons ML, Sirnes PA, Steg PG, Timmis A, Wijns W, Windecker S, Yildirir A, Zamorano JL. 2013 ESC guidelines on the management of stable coronary artery disease: the Task Force on the management of stable coronary artery disease of the European Society of Cardiology. Eur Heart J 2013;34:2949–3003. [DOI] [PubMed] [Google Scholar]
- 5. Douglas PS, Hoffmann U, Patel MR, Mark DB, Al-Khalidi HR, Cavanaugh B, Cole J, Dolor RJ, Fordyce CB, Huang M, Khan MA, Kosinski AS, Krucoff MW, Malhotra V, Picard MH, Udelson JE, Velazquez EJ, Yow E, Cooper LS, Lee KL PROMISE Investigators. Outcomes of anatomical versus functional testing for coronary artery disease. N Engl J Med 2015;372:1291–1300. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.SCOT-HEART Investigators. CT coronary angiography in patients with suspected angina due to coronary heart disease (SCOT-HEART): an open-label, parallel-group, multicentre trial. Lancet 2015;385:2383–2391. [DOI] [PubMed] [Google Scholar]
- 7. Lambin P, Leijenaar RTH, Deist TM, Peerlings J, de Jong EEC, van Timmeren J, Sanduleanu S, Larue R, Even AJG, Jochems A, van Wijk Y, Woodruff H, van Soest J, Lustberg T, Roelofs E, van Elmpt W, Dekker A, Mottaghy FM, Wildberger JE, Walsh S.. Radiomics: the bridge between medical imaging and personalized medicine. Nat Rev Clin Oncol 2017;14:749–762. [DOI] [PubMed] [Google Scholar]
- 8.The Lancet. Artificial intelligence in health care: within touching distance. Lancet 2018;390:2739. [DOI] [PubMed] [Google Scholar]
- 9. Szolovits P, Patil RS, Schwartz WB.. Artificial intelligence in medical diagnosis. Ann Intern Med 1988;108:80–87. [DOI] [PubMed] [Google Scholar]
- 10. Krumholz HM. Big data and new knowledge in medicine: the thinking, training, and tools needed for a learning health system. Health Aff (Millwood) 2014;33:1163–1170. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11. Dreisbach JG, Nicol ED, Roobottom CA, Padley S, Roditi G.. Challenges in delivering computed tomography coronary angiography as the first-line test for stable chest pain. Heart 2018;104:921–927. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12. Lamata P. Teaching cardiovascular medicine to machines. Cardiovasc Res 2018;114:e62–e64. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13. Deo RC. Machine learning in medicine. Circulation 2015;132:1920–1930. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14. Obermeyer Z, Emanuel EJ.. Predicting the future—big data, machine learning, and clinical medicine. N Engl J Med 2016;375:1216–1219. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15. Baro E, Degoul S, Beuscart R, Chazard E.. Toward a literature-driven definition of big data in healthcare. Biomed Res Int 2015;2015:1–9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16. Al’Aref SJ, Anchouche K, Singh G, Slomka PJ, Kolli KK, Kumar A, Pandey M, Maliakal G, van Rosendael AR, Beecy AN, Berman DS, Leipsic J, Nieman K, Andreini D, Pontone G, Schoepf UJ, Shaw LJ, Chang HJ, Narula J, Bax JJ, Guan Y, Min JK.. Clinical applications of machine learning in cardiovascular disease and its relevance to cardiac imaging. Eur Heart J 2019;40:1975–1986. [DOI] [PubMed] [Google Scholar]
- 17. Dey D, Slomka PJ, Leeson P, Comaniciu D, Shrestha S, Sengupta PP, Marwick TH.. Artificial intelligence in cardiovascular imaging: JACC state-of-the-art review. J Am Coll Cardiol 2019;73:1317–1335. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18. Khera R, Krumholz HM.. With great power comes great responsibility: big data research from the national inpatient sample. Circ Cardiovasc Qual Outcomes 2017;10:e003846. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19. Esteva A, Kuprel B, Novoa RA, Ko J, Swetter SM, Blau HM, Thrun S.. Dermatologist-level classification of skin cancer with deep neural networks. Nature 2017;542:115–118. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20. Gulshan V, Peng L, Coram M, Stumpe MC, Wu D, Narayanaswamy A, Venugopalan S, Widner K, Madams T, Cuadros J, Kim R, Raman R, Nelson PC, Mega JL, Webster DR.. Development and validation of a deep learning algorithm for detection of diabetic retinopathy in retinal fundus photographs. JAMA 2016;316:2402–2410. [DOI] [PubMed] [Google Scholar]
- 21. Shah RV, Yeri AS, Murthy VL, Massaro JM, D’Agostino R Sr, Freedman JE, Long MT, Fox CS, Das S, Benjamin EJ, Vasan RS, O’Donnell CJ, Hoffmann U.. Association of multiorgan computed tomographic phenomap with adverse cardiovascular health outcomes: the Framingham Heart Study. JAMA Cardiol 2017;2:1236–1246. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22. Singh G, Al’Aref SJ, Van Assen M, Kim TS, van Rosendael A, Kolli KK, Dwivedi A, Maliakal G, Pandey M, Wang J, Do V, Gummalla M, De Cecco CN, Min JK.. Machine learning in cardiac CT: basic concepts and contemporary data. J Cardiovasc Comput Tomogr 2018;12:192–201. [DOI] [PubMed] [Google Scholar]
- 23. Gillies RJ, Kinahan PE, Hricak H.. Radiomics: images are more than pictures, they are data. Radiology 2016;278:563–577. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24. Hell MM, Achenbach S.. CT support of cardiac structural interventions. Br J Radiol 2019;92:20180707. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25. Kolossváry M, Kellermayer M, Merkely B, Maurovich-Horvat P.. Cardiac computed tomography radiomics: a comprehensive review on radiomic techniques. J Thorac Imaging 2018;33:26–34. [DOI] [PubMed] [Google Scholar]
- 26. Parekh V, Jacobs MA.. Radiomics: a new application from established techniques. Expert Rev Precis Med Drug Dev 2016;1:207–226. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27. Reuze S, Schernberg A, Orlhac F, Sun R, Chargari C, Dercle L, Deutsch E, Buvat I, Robert C.. Radiomics in nuclear medicine applied to radiation therapy: methods, pitfalls, and challenges. Int J Radiat Oncol Biol Phys 2018;102:1117–1142. [DOI] [PubMed] [Google Scholar]
- 28. van Griethuysen JJM, Fedorov A, Parmar C, Hosny A, Aucoin N, Narayan V, Beets-Tan RGH, Fillion-Robin JC, Pieper S, Aerts H.. Computational radiomics system to decode the radiographic phenotype. Cancer Res 2017;77:e104–e107. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29. Guo X, Liu X, Wang H, Liang Z, Wu W, He Q, Li K, Wang W.. Enhanced CT images by the wavelet transform improving diagnostic accuracy of chest nodules. J Digit Imaging 2011;24:44–49. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30. Aerts H, Velazquez ER, Leijenaar RTH, Parmar C, Grossmann P, Cavalho S, Bussink J, Monshouwer R, Haibe-Kains B, Rietveld D, Hoebers F, Rietbergen MM, Leemans CR, Dekker A, Quackenbush J, Gillies RJ, Lambin P.. Decoding tumour phenotype by noninvasive imaging using a quantitative radiomics approach. Nat Commun 2014;5:4006. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31. Aerts HJ, Velazquez ER, Leijenaar RT, Parmar C, Grossmann P, Carvalho S, Bussink J, Monshouwer R, Haibe-Kains B, Rietveld D, Hoebers F, Rietbergen MM, Leemans CR, Dekker A, Quackenbush J, Gillies RJ, Lambin P.. Decoding tumour phenotype by noninvasive imaging using a quantitative radiomics approach. Nat Commun 2014;5:4006. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32. Strodthoff N, Strodthoff C.. Detecting and interpreting myocardial infarction using fully convolutional neural networks. Physiol Meas 2019;40:015001. [DOI] [PubMed] [Google Scholar]
- 33. Hannun AY, Rajpurkar P, Haghpanahi M, Tison GH, Bourn C, Turakhia MP, Ng AY.. Cardiologist-level arrhythmia detection and classification in ambulatory electrocardiograms using a deep neural network. Nat Med 2019;25:65–69. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34. Attia ZI, Noseworthy PA, Lopez-Jimenez F, Asirvatham SJ, Deshmukh AJ, Gersh BJ, Carter RE, Yao X, Rabinstein AA, Erickson BJ, Kapa S, Friedman PA.. An artificial intelligence-enabled ECG algorithm for the identification of patients with atrial fibrillation during sinus rhythm: a retrospective analysis of outcome prediction. Lancet 2019;394:861–867. [DOI] [PubMed] [Google Scholar]
- 35. Nakanishi R, Sankaran S, Grady L, Malpeso J, Yousfi R, Osawa K, Ceponiene I, Nazarat N, Rahmani S, Kissel K, Jayawardena E, Dailing C, Zarins C, Koo BK, Min JK, Taylor CA, Budoff MJ.. Automated estimation of image quality for coronary computed tomographic angiography using machine learning. Eur Radiol 2018;28:4018–4026. [DOI] [PubMed] [Google Scholar]
- 36. Huang W, Huang L, Lin Z, Huang S, Chi Y, Zhou J, Zhang J, Tan RS, Zhong L.. Coronary artery segmentation by deep learning neural networks on computed tomographic coronary angiographic images. Conf Proc IEEE Eng Med Biol Soc 2018;2018:608–611. [DOI] [PubMed] [Google Scholar]
- 37. Detrano R, Guerci AD, Carr JJ, Bild DE, Burke G, Folsom AR, Liu K, Shea S, Szklo M, Bluemke DA, O'Leary DH, Tracy R, Watson K, Wong ND, Kronmal RA.. Coronary calcium as a predictor of coronary events in four racial or ethnic groups. N Engl J Med 2008;358:1336–1345. [DOI] [PubMed] [Google Scholar]
- 38. Goff DC Jr, Lloyd-Jones DM, Bennett G, Coady S, D’Agostino RB Sr, Gibbons R, Greenland P, Lackland DT, Levy D, O’Donnell CJ, Robinson JG, Schwartz JS, Shero ST, Smith SC Jr, Sorlie P, Stone NJ, Wilson PWF.. 2013 ACC/AHA guideline on the assessment of cardiovascular risk: a report of the American College of Cardiology/American Heart Association Task Force on Practice Guidelines. J Am Coll Cardiol 2014;63:2935–2959. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39. Cano-Espinosa C, Gonzalez G, Washko GR, Cazorla M, Estepar RSJ.. Automated Agatston Score Computation in non-ECG gated CT scans using deep learning. Proc SPIE Int Soc Opt Eng 2018;10574. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40. Isgum I, Prokop M, Niemeijer M, Viergever MA, van Ginneken B.. Automatic coronary calcium scoring in low-dose chest computed tomography. IEEE Trans Med Imaging 2012;31:2322–2334. [DOI] [PubMed] [Google Scholar]
- 41. Banchhor SK, Londhe ND, Araki T, Saba L, Radeva P, Khanna NN, Suri JS.. Calcium detection, its quantification, and grayscale morphology-based risk stratification using machine learning in multimodality big data coronary and carotid scans: a review. Comput Biol Med 2018;101:184–198. [DOI] [PubMed] [Google Scholar]
- 42. Zeb I, Li D, Nasir K, Malpeso J, Batool A, Flores F, Dailing C, Karlsberg RP, Budoff M.. Effect of statin treatment on coronary plaque progression—a serial coronary CT angiography study. Atherosclerosis 2013;231:198–204. [DOI] [PubMed] [Google Scholar]
- 43. Puri R, Nicholls SJ, Shao M, Kataoka Y, Uno K, Kapadia SR, Tuzcu EM, Nissen SE.. Impact of statins on serial coronary calcification during atheroma progression and regression. J Am Coll Cardiol 2015;65:1273–1282. [DOI] [PubMed] [Google Scholar]
- 44. Al’Aref SJ, Maliakal G, Singh G, van Rosendael AR, Ma X, Xu Z, Alawamlh OAH, Lee B, Pandey M, Achenbach S, Al-Mallah MH, Andreini D, Bax JJ, Berman DS, Budoff MJ, Cademartiri F, Callister TQ, Chang HJ, Chinnaiyan K, Chow BJW, Cury RC, DeLago A, Feuchtner G, Hadamitzky M, Hausleiter J, Kaufmann PA, Kim YJ, Leipsic JA, Maffei E, Marques H, Goncalves PA, Pontone G, Raff GL, Rubinshtein R, Villines TC, Gransar H, Lu Y, Jones EC, Pena JM, Lin FY, Min JK, Shaw LJ.. Machine learning of clinical variables and coronary artery calcium scoring for the prediction of obstructive coronary artery disease on coronary computed tomography angiography: analysis from the CONFIRM registry. Eur Heart J 2020;41:359–367. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45. Kang D, Dey D, Slomka PJ, Arsanjani R, Nakazato R, Ko H, Berman DS, Li D, Kuo CC.. Structured learning algorithm for detection of nonobstructive and obstructive coronary plaque lesions from computed tomography angiography. J Med Imag 2015;2:014003. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 46. Marwan M. Computational fluid dynamics: can computed tomography imaging compete with cath-lab physiology? Cardiovasc Res 2019;115:e41–e43. [DOI] [PubMed] [Google Scholar]
- 47. Dey D, Diaz Zamudio M, Schuhbaeck A, Juarez Orozco LE, Otaki Y, Gransar H, Li D, Germano G, Achenbach S, Berman DS, Meave A, Alexanderson E, Slomka PJ.. Relationship between quantitative adverse plaque features from coronary computed tomography angiography and downstream impaired myocardial flow reserve by 13N-ammonia positron emission tomography: a Pilot Study. Circ Cardiovasc Imaging 2015;8:e003255. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48. Dey D, Gaur S, Ovrehus KA, Slomka PJ, Betancur J, Goeller M, Hell MM, Gransar H, Berman DS, Achenbach S, Botker HE, Jensen JM, Lassen JF, Norgaard BL.. Integrated prediction of lesion-specific ischaemia from quantitative coronary CT angiography using machine learning: a multicentre study. Eur Radiol 2018;28:2655–2664. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49. Coenen A, Kim YH, Kruk M, Tesche C, De Geer J, Kurata A, Lubbers ML, Daemen J, Itu L, Rapaka S, Sharma P, Schwemmer C, Persson A, Schoepf UJ, Kepka C, Hyun Yang D, Nieman K.. Diagnostic accuracy of a machine-learning approach to coronary computed tomographic angiography-based fractional flow reserve: result from the MACHINE consortium. Circ Cardiovasc Imaging 2018;11:e007217. [DOI] [PubMed] [Google Scholar]
- 50. Tesche C, De Cecco CN, Baumann S, Renker M, McLaurin TW, Duguay TM, Bayer RR, Steinberg DH, Grant KL, Canstein C, Schwemmer C, Schoebinger M, Itu LM, Rapaka S, Sharma P, Schoepf UJ.. Coronary CT angiography-derived fractional flow reserve: machine learning algorithm versus computational fluid dynamics modeling. Radiology 2018;288:64–72. [DOI] [PubMed] [Google Scholar]
- 51. Han D, Lee JH, Rizvi A, Gransar H, Baskaran L, Schulman-Marcus J, Ó Hartaigh B, Lin FY, Min JK.. Incremental role of resting myocardial computed tomography perfusion for predicting physiologically significant coronary artery disease: a machine learning approach. J Nucl Cardiol 2018;25:223–233. [DOI] [PubMed] [Google Scholar]
- 52. van Hamersvelt RW, Zreik M, Voskuil M, Viergever MA, Isgum I, Leiner T.. Deep learning analysis of left ventricular myocardium in CT angiographic intermediate-degree coronary stenosis improves the diagnostic accuracy for identification of functionally significant stenosis. Eur Radiol 2018. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 53. Puchner SB, Liu T, Mayrhofer T, Truong QA, Lee H, Fleg JL, Nagurney JT, Udelson JE, Hoffmann U, Ferencik M.. High-risk plaque detected on coronary CT angiography predicts acute coronary syndromes independent of significant stenosis in acute chest pain: results from the ROMICAT-II trial. J Am Coll Cardiol 2014;64:684–692. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54. Elnabawi YA, Dey AK, Goyal A, Groenendyk JW, Chung JH, Belur AD, Rodante J, Harrington CL, Teague HL, Baumer Y, Keel A, Playford MP, Sandfort V, Chen MY, Lockshin B, Gelfand JM, Bluemke DA, Mehta NN.. Coronary artery plaque characteristics and treatment with biologic therapy in severe psoriasis: results from a prospective observational study. Cardiovasc Res 2019;115:721–728. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 55. Galis ZS, Khatri JJ.. Matrix metalloproteinases in vascular remodeling and atherogenesis: the good, the bad, and the ugly. Circ Res 2002;90:251–262. [PubMed] [Google Scholar]
- 56. Fleg JL, Stone GW, Fayad ZA, Granada JF, Hatsukami TS, Kolodgie FD, Ohayon J, Pettigrew R, Sabatine MS, Tearney GJ, Waxman S, Domanski MJ, Srinivas PR, Narula J.. Detection of high-risk atherosclerotic plaque: report of the NHLBI Working Group on current status and future directions. JACC Cardiovasc Imaging 2012;5:941–955. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 57. Maurovich-Horvat P, Ferencik M, Voros S, Merkely B, Hoffmann U.. Comprehensive plaque assessment by coronary CT angiography. Nat Rev Cardiol 2014;11:390–402. [DOI] [PubMed] [Google Scholar]
- 58. Liu T, Maurovich-Horvat P, Mayrhofer T, Puchner SB, Lu MT, Ghemigian K, Kitslaar PH, Broersen A, Pursnani A, Hoffmann U, Ferencik M.. Quantitative coronary plaque analysis predicts high-risk plaque morphology on coronary computed tomography angiography: results from the ROMICAT II trial. Int J Cardiovasc Imaging 2018;34:311–319. [DOI] [PubMed] [Google Scholar]
- 59. Aikawa E, Nahrendorf M, Figueiredo JL, Swirski FK, Shtatland T, Kohler RH, Jaffer FA, Aikawa M, Weissleder R.. Osteogenesis associates with inflammation in early-stage atherosclerosis evaluated by molecular imaging in vivo. Circulation 2007;116:2841–2850. [DOI] [PubMed] [Google Scholar]
- 60. Kolossvary M, Karady J, Szilveszter B, Kitslaar P, Hoffmann U, Merkely B, Maurovich-Horvat P.. Radiomic features are superior to conventional quantitative computed tomographic metrics to identify coronary plaques with Napkin-Ring sign. Circ Cardiovasc Imaging 2017;10. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 61. Kolossváry M, Park J, Bang J-I, Zhang J, Lee J M, Paeng J C, Merkely B, Narula J, Kubo T, Akasaka T, Koo B-K, Maurovich-Horvat P.. Identification of invasive and radionuclide imaging markers of coronary plaque vulnerability using radiomic analysis of coronary computed tomography angiography. Eur Heart J Cardiovasc Imaging 2019;20:1250–1258. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 62. Kolossvary M, Karady J, Kikuchi Y, Ivanov A, Schlett CL, Lu MT, Foldyna B, Merkely B, Aerts HJ, Hoffmann U, Maurovich-Horvat P.. Radiomics versus visual and histogram-based assessment to identify atheromatous lesions at coronary CT angiography: an ex vivo study. Radiology 2019;293:89–96. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 63. Antunes S, Esposito A, Palmisanov A, Colantoni C, de Cobelli F, Del Maschio A.. Characterization of normal and scarred myocardium based on texture analysis of cardiac computed tomography images. Conf Proc IEEE Eng Med Biol Soc 2016;2016:4161–4164. [DOI] [PubMed] [Google Scholar]
- 64. Mannil M, von Spiczak J, Manka R, Alkadhi H.. Texture analysis and machine learning for detecting myocardial infarction in noncontrast low-dose computed tomography: unveiling the invisible. Invest Radiol 2018;53:338–343. [DOI] [PubMed] [Google Scholar]
- 65. Esposito A, Palmisano A, Antunes S, Colantoni C, Rancoita PMV, Vignale D, Baratto F, Della Bella P, Del Maschio A, De Cobelli F.. Assessment of remote myocardium heterogeneity in patients with ventricular tachycardia using texture analysis of late iodine enhancement (LIE) cardiac computed tomography (cCT) images. Mol Imaging Biol 2018;20:816–825. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 66. Hinzpeter R, Wagner MW, Wurnig MC, Seifert B, Manka R, Alkadhi H.. Texture analysis of acute myocardial infarction with CT: first experience study. PLoS One 2017;12:e0186876. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 67. Antonopoulos AS, Margaritis M, Coutinho P, Shirodaria C, Psarros C, Herdman L, Sanna F, De Silva R, Petrou M, Sayeed R, Krasopoulos G, Lee R, Digby J, Reilly S, Bakogiannis C, Tousoulis D, Kessler B, Casadei B, Channon KM, Antoniades C.. Adiponectin as a link between type 2 diabetes and vascular NADPH oxidase activity in the human arterial wall: the regulatory role of perivascular adipose tissue. Diabetes 2015;64:2207–2219. [DOI] [PubMed] [Google Scholar]
- 68. Margaritis M, Antonopoulos AS, Digby J, Lee R, Reilly S, Coutinho P, Shirodaria C, Sayeed R, Petrou M, De Silva R, Jalilzadeh S, Demosthenous M, Bakogiannis C, Tousoulis D, Stefanadis C, Choudhury RP, Casadei B, Channon KM, Antoniades C.. Interactions between vascular wall and perivascular adipose tissue reveal novel roles for adiponectin in the regulation of endothelial nitric oxide synthase function in human vessels. Circulation 2013;127:2209–2221. [DOI] [PubMed] [Google Scholar]
- 69. Madonna R, Massaro M, Scoditti E, Pescetelli I, De Caterina R.. The epicardial adipose tissue and the coronary arteries: dangerous liaisons. Cardiovascular Research 2019;115:1013–1025. [DOI] [PubMed] [Google Scholar]
- 70. Badimon L, Cubedo J.. Adipose tissue depots and inflammation: effects on plasticity and resident mesenchymal stem cell function. Cardiovasc Res 2017;113:1064–1073. [DOI] [PubMed] [Google Scholar]
- 71. Mancio J, Azevedo D, Saraiva F, Azevedo AI, Pires-Morais G, Leite-Moreira A, Falcao-Pires I, Lunet N, Bettencourt N.. Epicardial adipose tissue volume assessed by computed tomography and coronary artery disease: a systematic review and meta-analysis. Eur Heart J Cardiovasc Imaging 2018;19:490–497. [DOI] [PubMed] [Google Scholar]
- 72. Norlen A, Alven J, Molnar D, Enqvist O, Norrlund RR, Brandberg J, Bergstrom G, Kahl F.. Automatic pericardium segmentation and quantification of epicardial fat from computed tomography angiography. J Med Imaging (Bellingham) 2016;3:034003. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 73. Rodrigues EO, Pinheiro VHA, Liatsis P, Conci A.. Machine learning in the prediction of cardiac epicardial and mediastinal fat volumes. Comput Biol Med 2017;89:520–529. [DOI] [PubMed] [Google Scholar]
- 74. Commandeur F, Goeller M, Betancur J, Cadet S, Doris M, Chen X, Berman DS, Slomka PJ, Tamarappoo BK, Dey D.. Deep learning for quantification of epicardial and thoracic adipose tissue from non-contrast CT. IEEE Trans Med Imaging 2018;37:1835–1846. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 75. Oikonomou EK, Antoniades C.. The role of adipose tissue in cardiovascular health and disease. Nat Rev Cardiol 2019;16:83–99. [DOI] [PubMed] [Google Scholar]
- 76. Antonopoulos AS, Margaritis M, Coutinho P, Digby J, Patel R, Psarros C, Ntusi N, Karamitsos TD, Lee R, De Silva R, Petrou M, Sayeed R, Demosthenous M, Bakogiannis C, Wordsworth PB, Tousoulis D, Neubauer S, Channon KM, Antoniades C.. Reciprocal effects of systemic inflammation and brain natriuretic peptide on adiponectin biosynthesis in adipose tissue of patients with ischemic heart disease. Arterioscler Thromb Vasc Biol 2014;34:2151–2159. [DOI] [PubMed] [Google Scholar]
- 77. Antonopoulos AS, Sanna F, Sabharwal N, Thomas S, Oikonomou EK, Herdman L, Margaritis M, Shirodaria C, Kampoli AM, Akoumianakis I, Petrou M, Sayeed R, Krasopoulos G, Psarros C, Ciccone P, Brophy CM, Digby J, Kelion A, Uberoi R, Anthony S, Alexopoulos N, Tousoulis D, Achenbach S, Neubauer S, Channon KM, Antoniades C.. Detecting human coronary inflammation by imaging perivascular fat. Sci Transl Med 2017;9. [DOI] [PubMed] [Google Scholar]
- 78. Oikonomou EK, Marwan M, Desai MY, Mancio J, Alashi A, Hutt Centeno E, Thomas S, Herdman L, Kotanidis CP, Thomas KE, Griffin BP, Flamm SD, Antonopoulos AS, Shirodaria C, Sabharwal N, Deanfield J, Neubauer S, Hopewell JC, Channon KM, Achenbach S, Antoniades C.. Non-invasive detection of coronary inflammation using computed tomography and prediction of residual cardiovascular risk (the CRISP CT study): a post-hoc analysis of prospective outcome data. Lancet 2018;392:929–939. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 79. Goeller M, Achenbach S, Cadet S, Kwan AC, Commandeur F, Slomka PJ, Gransar H, Albrecht MH, Tamarappoo BK, Berman DS, Marwan M, Dey D.. Pericoronary adipose tissue computed tomography attenuation and high-risk plaque characteristics in acute coronary syndrome compared with stable coronary artery disease. JAMA Cardiol 2018;3:858–863. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 80. Goeller M, Tamarappoo B K, Kwan A C, Cadet S, Commandeur F, Razipour A, Slomka P J, Gransar H, Chen X, Otaki Y, Friedman J D, Cao J J, Albrecht M H, Bittner D O, Marwan M, Achenbach S, Berman D S, Dey D.. Relationship between changes in pericoronary adipose tissue attenuation and coronary plaque burden quantified from coronary computed tomography angiography. Eur Heart J Cardiovasc Imaging 2019;20:636–643. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 81. Elnabawi Y A, Oikonomou E K, Dey A K, Mancio J, Rodante J A, Aksentijevich M, Choi H, Keel A, Erb-Alvarez J, Teague H L, Joshi A A, Playford M P, Lockshin B, Choi A D, Gelfand J M, Chen M Y, Bluemke D A, Shirodaria C, Antoniades C, Mehta N N.. Association of Biologic Therapy With Coronary Inflammation in Patients With Psoriasis as Assessed by Perivascular Fat Attenuation Index. JAMA Cardiol 2019;4:885–891 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 82. Kwiecinski J, Dey D, Cadet S, Lee S-E, Otaki Y, Huynh P T, Doris M K, Eisenberg E, Yun M, Jansen M A, Williams M C, Tamarappoo B K, Friedman J D, Dweck M R, Newby D E, Chang H-J, Slomka P J, Berman D S.. Peri-Coronary Adipose Tissue Density Is Associated With 18F-Sodium Fluoride Coronary Uptake in Stable Patients With High-Risk Plaques. JACC: Cardiovascular Imaging 2019;12:2000–2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 83. Crewe C, An YA, Scherer PE.. The ominous triad of adipose tissue dysfunction: inflammation, fibrosis, and impaired angiogenesis. J Clin Invest 2017;127:74–82. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 84. Oikonomou EK, Williams MC, Kotanidis CP, Desai MY, Marwan M, Antonopoulos AS, Thomas KE, Thomas S, Akoumianakis I, Fan LM, Kesavan S, Herdman L, Alashi A, Centeno EH, Lyasheva M, Griffin BP, Flamm SD, Shirodaria C, Sabharwal N, Kelion A, Dweck MR, Van Beek EJR, Deanfield J, Hopewell JC, Neubauer S, Channon KM, Achenbach S, Newby DE, Antoniades C.. A novel machine learning-derived radiotranscriptomic signature of perivascular fat improves cardiac risk prediction using coronary CT angiography. Eur Heart J 2019;40:3529–3543. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 85. Motwani M, Dey D, Berman DS, Germano G, Achenbach S, Al-Mallah MH, Andreini D, Budoff MJ, Cademartiri F, Callister TQ, Chang HJ, Chinnaiyan K, Chow BJ, Cury RC, Delago A, Gomez M, Gransar H, Hadamitzky M, Hausleiter J, Hindoyan N, Feuchtner G, Kaufmann PA, Kim YJ, Leipsic J, Lin FY, Maffei E, Marques H, Pontone G, Raff G, Rubinshtein R, Shaw LJ, Stehli J, Villines TC, Dunning A, Min JK, Slomka PJ.. Machine learning for prediction of all-cause mortality in patients with suspected coronary artery disease: a 5-year multicentre prospective registry analysis. Eur Heart J 2017;38:500–507. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 86. van Rosendael AR, Maliakal G, Kolli KK, Beecy A, Al’Aref SJ, Dwivedi A, Singh G, Panday M, Kumar A, Ma X, Achenbach S, Al-Mallah MH, Andreini D, Bax JJ, Berman DS, Budoff MJ, Cademartiri F, Callister TQ, Chang H-J, Chinnaiyan K, Chow BJW, Cury RC, DeLago A, Feuchtner G, Hadamitzky M, Hausleiter J, Kaufmann PA, Kim Y-J, Leipsic JA, Maffei E, Marques H, Pontone G, Raff GL, Rubinshtein R, Shaw LJ, Villines TC, Gransar H, Lu Y, Jones EC, Peña JM, Lin FY, Min JK.. Maximization of the usage of coronary CTA derived plaque information using a machine learning based algorithm to improve risk stratification; insights from the CONFIRM registry. J Cardiovasc Comput Tomogr 2018;12:204–209. [DOI] [PubMed] [Google Scholar]
- 87. Berenguer R, Pastor-Juan M. D R, Canales-Vázquez J, Castro-García M, Villas MV, Mansilla Legorburo F, Sabater S.. Radiomics of CT features may be nonreproducible and redundant: influence of CT acquisition parameters. Radiology 2018;288:407–415. [DOI] [PubMed] [Google Scholar]
- 88. Char DS, Shah NH, Magnus D.. Implementing machine learning in health care—addressing ethical challenges. N Engl J Med 2018;378:981–983. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 89. Gianfrancesco MA, Tamang S, Yazdany J, Schmajuk G.. Potential biases in machine learning algorithms using electronic health record data. JAMA Intern Med 2018;178:1544–1547. [DOI] [PMC free article] [PubMed] [Google Scholar]