Abstract
Objectives
Spontaneous intracerebral hemorrhage remains a major cause of death and disability throughout the world. We tried to establish accurate long‐term outcome prediction models for hypertensive intracerebral hemorrhage (HICH) using CT radiomics and machine learning.
Methods
In a retrospective study of 270 patients with HICH between June 2013 and June 2018, CT images and patients' 6‐month outcome based on the modified Rankin Scale were collected. Hematomas on CT images were selected as volumes of interests (VOIs), and 1,029 radiomics features of the VOIs were extracted. Based on correlations with patients' outcome, radiomics features underwent dimensionality reduction analyses. Then, the support vector machine (SVM), k‐nearest neighbor (KNN), logistic regression (LR), decision tree (DT), random forest (RF), and XGBoost algorithms were applied with the screened features to establish prognostic prediction models of HICH. Accuracies of all models were compared.
Results
Eighteen radiomics features were screened as prognosis‐associated radiomics signature of HICH based on the variance threshold, SelectKBest, and least absolute shrinkage and selection operator (LASSO) regression models. Patients were randomly allocated into training (n = 215) and validation (n = 55) sets. Accuracies of all 6 machine learning algorithms in the validation set exceeded 80%. The sensitivity, specificity, and accuracy in the validation set were 93.3%, 92.5%, and 92.7% for the RF model and 92.3%, 88.1%, and 89.1% for the XGBoost model, respectively, which were the best two among all models.
Conclusions
Taking advantage of radiomics and machine learning, we established accurate prognostic prediction models of HICH. The RF model and XGBoost model returned the best accuracies.
Keywords: artificial intelligence, intracerebral hemorrhage, machine learning, prognosis, radiomics
We tried to establish accurate long‐term outcome predictions models for hypertensive ICH using CT radiomics and machine learning. Six machine learning algorithms were used at the same time, and the accuracies of different models were compared and selected. Finally, the random forest algorithm model demonstrated a sensitivity of 93.3%, a specificity of 92.5% and the area under the curve was 0.92, which were the best among all 6 models.
1. INTRODUCTION
Spontaneous intracerebral hemorrhage (ICH) is the most devastating stroke type, with reported 30‐day mortality rate being as high as 40%, and only one‐fifth of survivors can live independently 6 months after ictus (van Asch et al., 2010). Hypertensive ICH (HICH) is the most common type of ICH, accounting for approximately 70% of all ICHs (Meretoja et al., 2012). Studies have identified a wide range of factors associated with outcome after acute ICH. Identification of these factors led to the development of models to predict mortality and functional outcome (Ariesen et al., 2005; Cheung & Zou, 2003; Rost et al., 2008; Ruiz‐Sandoval et al., 2007). Early prognostication is often desired by doctors, patients, and families, but existing prognostic models are biased and no models have satisfactory accuracy (Hemphill et al., 2015).
The rapid development and advancement of medical imaging technology has provided more comprehensive data and has played an increasingly important role in disease screening, treatment planning, and prognosis assessment (Doi, 2007). Biomedical images contain information that reflects underlying pathophysiology and these relationships can be revealed via high‐throughput quantitative image analyses (Gillies et al., 2016). The process of converting digital medical images into mineable high‐dimensional data is known as radiomics (Lambin et al., 2012). Machine learning is a field of computer science that uses statistical techniques to give computer systems the ability to “learn” with data without being explicitly programmed (Deo, 2015; Jordan & Mitchell, 2015). In recent years, machine learning algorithms have been applied to cancer research to predict genotype preoperatively or to predict patients' prognosis based on radiomics features (Emblem et al., 2015; Lu et al., 2018; Macyszyn et al., 2015; Zhang et al., 2017). In this study, we attempted to establish accurate long‐term outcome prediction models for HICH using CT radiomics and machine learning algorithms.
2. MATERIALS & METHODS
2.1. Patients
Between June 2013 and June 2018, 270 patients hospitalized for HICH were included in the study (80 women, 190 men; mean age 54.7 ± 11.2 years). Inclusion criteria were as follows: (a) confirmed diagnosis of supratentorial HICH; (b) available CT images scanned within 24 hr after hemorrhage; (c) available prognosis information at 6 months after ictus based on the modified Rankin Scale (mRS); (d) clinical characteristics (i.e., age, gender, and hemorrhage location) available. Prognosis was dichotomized according to the mRS: Good outcome was defined as mRS <3, whereas poor outcome was defined as mRS ≥3. This retrospective study was approved by the Chinese PLA General Hospital Institutional Review Board (IRB), and verbal agreement was obtained.
2.2. Image acquisition, segmentation, and radiomics features extraction
A noncontrast CT scan was performed on all patients after admission to the hospital and the CT image data were collected in the format of Digital Imaging and Communications in Medicine (DICOM) so as to contain as much original information as possible. Hematoma outlines on CT images were regarded as volume of interests (VOIs) and were drawn slice‐by‐slice semi‐automatically by a neurosurgeon in order to establish a precise relationship between hematoma radiomics features and prognosis.
Radiomics features extracted from each VOI were calculated automatically. The features could be divided into 5 groups: (a) first‐order statistic, (b) shape features, (c) gray‐level co‐occurrence matrix (GLCM), (d) gray‐level run length method (GLRLM), and (e) gray‐level size zone matrix (GLSZM). The final set consisted of 19 first‐order statistic, 15 shape and size features, and 59 textural features (including 27 GLCM, 16 GLRLM, and 16 GLSZM). The first‐order statistic features and textural features underwent 12 types of transformation and filter: exponential, square, square root, logarithm, and wavelets (wavelet‐LLL, wavelet‐HHH, wavelet‐HLL, wavelet‐HHL, wavelet‐LLH, wavelet‐HLH, wavelet‐LHL, wavelet‐LHH). Finally, a total of 1,029 [(19 + 59) × 12 + 19+59 + 15] radiomics features were extracted from each patient's CT images.
2.3. Dimensionality reduction and analysis of radiomics features
The principal features relevant for prognosis were then identified by reducing the number of features under consideration. Three feature selection methods, variance threshold, SelectKBest, and the least absolute shrinkage and selection operator (LASSO) were applied orderly to screen out the features that could best predict prognosis of HICH. The variance threshold was applied to evaluate the divergence, and features with variance less than 0.8 were abandoned since only divergent features could play a part in differentiating outcome. SelectKBest was a univariate feature selection method that used variance analysis to measure the relationship between features and outcome. LASSO was a regression analysis method that performed both feature selection and regularization in order to enhance the prediction accuracy and interpretability of the statistical model it produces.
To further remove irrelevant or redundant features to improve data quality and speed up data analysis, principal component analysis (PCA), covariance analysis, and cluster analysis were performed in turn. Principal component analysis used the orthogonal transformation to convert possibly correlated features into a set of linearly uncorrelated features to evaluate the correlation between these features. Covariance analysis was used to assess the degree to which two selected features cooperated or interacted. Cluster analysis grouped a set of features in a way that features in the same group were more similar to each other than to those in other groups.
2.4. Machine learning and prognosis prediction
Six common machine learning algorithms, support vector machine (SVM), k‐nearest neighbor (KNN), logistic regression (LR), decision tree (DT), extreme gradient boosting (XGBoost), and random forest (RF) were used to establish a prediction model of prognosis after HICH based on the selected features. The SVM aims to create a decision boundary between two classes that enables the prediction of labels from one or more feature vectors. KNN algorithm is a nonparametric approach used for classification, and it customs the information about its neighbor points for the classification of output labels. Logistic regression iteratively identifies the strongest linear combination of variables with the greatest probability of detecting the observed outcome using components of linear regression reflected in the logit scale. Decision tree denotes a tree with its node refers to the attribute, whereas its link refers to a decision rule and its leaf node refers to an output class. Extreme gradient boosting (XGboost) is an improved supervised learning algorithm based on the Gradient Boosting Decision Tree algorithm. The Random Forest technique is a regression tree technique, which uses bootstrap aggregation and randomization of predictors to achieve a high degree of predictive accuracy. Of the 270 HICH patients, 80%, 215 patients, were used as the training set to train the machine learning prognosis prediction models and the remaining 55 patients (20%) were used as the test set to evaluate the performance of the prediction models. Sensitivity, specificity, and accuracy in training set and test set were calculated to quantify their prediction performance. The receiver operating characteristic (ROC) curve was presented, and the area under the curve (AUC) represented the prediction power of a classifier was reported. A larger AUC indicated a better prediction power. An accuracy close to 1 in the training set represented overfitting, which was the production of an analysis that corresponded too closely or exactly to a particular set of data but failed to fit additional data reliably. The image data processing and machine learning workflow are shown in Figure 1.
2.5. Statistical analysis
All statistical analyses were performed in Radcloud platform. Computer‐generated random numbers were used to assign 80% of the VOIs to the training data set and 20% of VOIs to the validation data set.
3. RESULTS
3.1. Clinical characteristics
A total of 270 supratentorial HICH patients with 6‐month follow‐up data were included in this study. There were more male patients (70.4%) than female patients. At 6 months of follow‐up using the mRS score, 87 patients (32.2%) had good outcome (mRS <3) and 183 patients (67.8%) had poor outcome. The overall prognosis of patients with HICH was poor.
3.2. Feature extraction, selection, and analysis
First, the 1,029 radiomics features of all patients were extracted. Then, the extracted 1,029 original radiomics features were reduced to 525 and then to 182 after variance threshold analysis and SelectKBest analysis (Figure 2). Finally, 18 radiomics features were nonzero coefficients after the LASSO regression analysis. Details of the selected 18 features were shown in Figure 3. PCA showed that the features that contributed most to patients' prognosis were as follows: least axis, minor axis, maximum 2D diameter column, and maximum 3D diameter (Figure 4a). Covariance analysis showed the interdependence and collaborative changes between the selected 18 radiomics features (Figure 4b), and cluster analysis revealed the distribution of the selected features in all 270 patients.
3.3. Machine learning established prediction models
The sensitivity, specificity, and overall accuracy of all 6 prediction models established by different machine learning algorithms for training set and validation set were summarized in Table 1. All 6 algorithms could distinguish good outcome HICH patients from poor outcome patients accurately. General accuracies of the DT algorithm model were 100% in the training set and 85.5% in the validation set, which suggested overfitting. The RF and XGBoost were the two most accurate algorithms for both training set and validation set. The sensitivity, specificity, and accuracy in the validation set were 93.3%, 92.5%, and 92.7% for the RF model and 92.3%, 88.1%, and 89.1% for the XGBoost model, respectively. Fifty‐one out of 55 HICH patients in the validation set were predicted correctly according to the RF prediction model, and 49 out of 55 were predicted correctly according to the XGBoost prediction model. The AUC was 0.92 (95% confidence interval [95% CI], 0.82–0.97) for the RF model and 0.92 (95% CI, 0.74–0.93) for the XGBoost model (Figure 5). Even though the overall accuracy of the KNN prediction model in the validation set (83.6%, 46/55) was the lowest among all 6 models, the accuracy was still higher than 80%. CT radiomics‐based machine learning algorithms, especially the RF algorithm and the XGBoost algorithm, could accurately predict 6‐month outcome in patients with supratentorial HICH. Based on the above findings, intelligent prediction of prognosis after supratentorial HICH was possible.
TABLE 1.
Algorithms | Training set (n = 215) | Validation set (n = 55) | ||||
---|---|---|---|---|---|---|
Sensitivity | Specificity | Accuracy | Sensitivity | Specificity | Accuracy | |
KNN | 86.8% | 88.3% | 87.9% | 90.0% | 82.2% | 83.6% |
SVM | 81.8% | 87.5% | 86.0% | 90.9% | 84.1% | 85.5% |
XGBoost | 96.0% | 89.7% | 91.2% | 92.3% | 88.1% | 89.1% |
RF | 98.5% | 99.3% | 99.1% | 93.3% | 92.5% | 92.7% |
LR | 75.9% | 86.6% | 83.7% | 90.9% | 84.1% | 85.5% |
DT | 100% | 100% | 100% | 80.0% | 87.5% | 85.5% |
Abbreviations: DT, decision tree; KNN, k‐nearest neighbor; LR, logistic regression; RF, random forest; SVM, support vector machine; XGBoost, extreme gradient boosting.
4. DISCUSSION
Spontaneous ICH is a type of stroke with the highest mortality and disability rate, and its mortality decreased little in the past 30 years (van Asch et al., 2010; Vibo et al., 2007). Regardless of the choice of treatment, prognosis is what doctors, families, and patients care about the most. Previous studies have identified a wide range of factors associated with worse outcome after HICH, including older age, lower Glasgow Coma Scale (GCS) score, larger hematoma volume, combined intraventricular hemorrhage, and deep or infratentorial hemorrhage. Identification of these factors led to the development of models for predicting death or functional outcome after ICH, such as the FUNC score, the NIH‐SS, and the intracerebral hemorrhage score (Ariesen et al., 2005; Cheung & Zou, 2003; Garrett et al., 2013; Rost et al., 2008; Ruiz‐Sandoval et al., 2007; Weimar et al., 2006). Cheung & Zou reported that the ICH score compromising the GCS score, age, infratentorial origin, ICH volume, and intraventricular hemorrhage served to predict good outcome, with a sensitivity of 93.5%, and a specificity of 60.5% in a cohort of 142 patients (Cheung & Zou, 2003). Ruiz‐Sandoval et al reported an ICH grading scale with sensitivity of 70.0%, and specificity of 86.7% for 30‐day good outcome in 310 patients (Ruiz‐Sandoval et al., 2007). On the whole, previously reported prediction methods focused on short‐term prognosis and have relatively low accuracies. In addition, the assessment of hematoma volume using the Tada formula was rough and inaccurate (Xu et al., 2014).
In this study, we presented a new method to predict the outcome of HICH. The primary objective of our study was to establish an accurate prognostic prediction model for HICH by using CT radiomics and machine learning. High‐throughput radiomics of 1,029 quantitative CT features were extracted to assess their value in predicting prognosis of HICH. Finally, 18 radiomics features were screened out as imaging markers to establish prediction models using machine learning algorithms. Through 6 advanced machine learning algorithms, we not only established 6 HICH prognosis prediction models, but also evaluated and verified the accuracy of each prediction model. Compared with traditional visual image assessment, radiomics could obtain more comprehensive information. The sensitivity, specificity, and accuracy of the RF algorithm prediction model all exceeded 90% in the validation set, which were significantly higher than previously reported methods. Our findings demonstrated that CT radiomics and machine learning‐based prediction models could accurately predict the 6‐month outcome in patients with supratentorial HICH.
Radiomics aims to extract large amount of quantitative features from medical images using data‐characterization algorithms (Kumar et al., 2012; Lambin et al., 2012). These features, namely radiomics features, have the potential to uncover disease characteristics that fail to be appreciated by the naked eye (Aerts et al., 2014; Wu et al., 2018). Radiomics features include metrics such as spatial relationships, textural heterogeneity, and many other characteristics, and the distinctive imaging features between disease forms may be useful for predicting prognosis (Lambin et al., 2012; Yip & Aerts, 2016). It has been proven that radiomics is able to accurately predict genotype, gene mutation status, and survival in tumors, such as isocitrate dehydrogenase (IDH) genotype, O6‐methylguanine‐DNA methyltransferase promoter methylation, 1p19q codeletion, and p53 (Emblem et al., 2015; Jakola et al., 2018; Li et al., 2017; Xi et al., 2018). Zhang et al generated a model predictive of IDH genotype in high‐grade gliomas with accuracies of 86% (AUC = 0.88) in the training cohort and 89% (AUC = 0.92) in the validation cohort using random forest algorithm (Zhang et al., 2017). In another similar study, the authors generated a model predictive of IDH mutation status achieving an AUC of 0.921 in the training cohort and 0.919 in the validation cohort and a model predictive of 1p19q codeletion achieving an 0.917 and 0.916 for the training and validation cohort (Zhou et al., 2019). Lu et al reported the IDH and 1p/19q status of gliomas could be classified by radiomics and machine learning approaches, with AUC between 0.922 and 0.975 and accuracies between 87.7% and 96.1%. Emblem et al developed a support vector machine model with high diagnostic accuracies for 6‐month and 1‐, 2‐, and 3‐year survival (AUC 0.794–0.851) (Emblem et al., 2015). On the whole, current radiomics and machine learning‐related researches mainly focused on prediction of genotype or survival of tumors. To our knowledge, our study was a new attempt to predict prognosis in HICH patients and we got favorable accuracies similar to those in tumor‐related studies.
Before the advent of radiomics studies, several CT image markers or signs have proven to significantly correlate with hemorrhage expansion and patients' prognosis, such as hemorrhage volume, hemorrhage margin irregularity, black hole sign, hypodensity, and density heterogeneity (Blacquiere et al., 2015; Boulouis et al., 2016; Brouwers et al., 2014; Delcourt et al., 2016; Li et al., 2016). Radiomics can be regarded as quantification and full extension of above mentioned features and signs. Machine learning offers an approach for discovering predictive radiomics features and establish prediction model (Zhou et al., 2018). The parameter space is searched for imaging features statistically associated with clinical outcome. The results demonstrated that the deep features extracted via machine learning performed much better than traditional image signs seen by the naked eye in the prediction of long‐term outcome in HICH patients.
The results of our study showed that 18 of 1,029 radiomics features were most closely associated with prognosis of HICH, including 4 first‐order statistic features, 4 shape features, and 10 textural features. Most of these features were not visually appreciable but very important for comprehensive assessment of patient's state and prediction of the long‐term outcome. We got a higher accuracy compared with the aforementioned studies concerning tumor survival and gene mutation status using radiomics and machine learning (Emblem et al., 2015; Jakola et al., 2018; Li et al., 2017; Xi et al., 2018). The reason might be that we used 6 different machine learning algorithms to establish 6 prediction models at the same time and chose the one with the highest accuracy. Machine learning by means of RF or XGBoost made the early prediction of long‐term outcome after HICH possible and could be used for artificial intelligence prediction of HICH prognosis.
Despite the promising results, there are several limitations in our study. First, the imaging data were not acquired from the same CT scanner, which might contribute to model performance discrepancy. In addition, different treatment measures patients received might be a confounding factor for predicting outcomes. Finally, limited by the retrospective nature of our study, a prospective study with more patients is warranted to verify the results.
5. CONCLUSIONS
In this study, we established 6 long‐term outcome prediction models for HICH using radiomics and machine learning algorithms. After comparison, the RF model and the XGBoost model showed the best accuracy and are attractive alternatives to traditional methods for upfront assessment of long‐term outcome in supratentorial HICH patients.
CONFLICT OF INTEREST
All authors have no conflicts of interest to disclose.
AUTHOR CONTRIBUTION
Xinghua Xu performed conceptualization and design of the study, interpretation of data, and drafting and revising the manuscript. Jiashu Zhang involved in design of the study, acquisition of data, and interpretation of data. Kai Yang designed the study and interpreted the data. Qun Wang collected and analyzed the data. Xiaolei Chen critically revised the manuscript, supervised the study, and supported the funding. Bainan Xu supervised the study and supported the funding. All authors have read and approved the manuscript.
ACKNOWLEDGMENTS
We thank all participating patients, relevant clinicians, and statisticians.
Xu X, Zhang J, Yang K, Wang Q, Chen X, Xu B. Prognostic prediction of hypertensive intracerebral hemorrhage using CT radiomics and machine learning. Brain Behav. 2021;11:e02085. 10.1002/brb3.2085
Xinghua Xu, Jiashu Zhang and Kai Yang contributed equally to this work.
Funding information
This work was funded by the National Natural Sciences Foundation of China (grant number 81901393) and the National Key R&D Plan of China (No. 2018YFC1312602).
Contributor Information
Xiaolei Chen, Email: cda301@126.com.
Bainan Xu, Email: xubn301@163.com.
DATA AVAILABILITY STATEMENT
The data that support the findings of this study are available from the corresponding author upon reasonable request.
REFERENCES
- Aerts, H. J. W. L. , Velazquez, E. R. , Leijenaar, R. T. H. , Parmar, C. , Grossmann, P. , Carvalho, S. , Bussink, J. , Monshouwer, R. , Haibe‐Kains, B. , Rietveld, D. , Hoebers, F. , Rietbergen, M. M. , Leemans, C. R. , Dekker, A. , Quackenbush, J. , Gillies, R. J. , & Lambin, P. (2014). Decoding tumour phenotype by noninvasive imaging using a quantitative radiomics approach. Nature Communications, 5, 4006. 10.1038/ncomms5006 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Ariesen, M. J. , Algra, A. , van der Worp, H. B. , & Rinkel, G. J. (2005). Applicability and relevance of models that predict short term outcome after intracerebral haemorrhage. Journal of Neurology, Neurosurgery and Psychiatry, 76, 839–844. 10.1136/jnnp.2004.048223 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Blacquiere, D. , Demchuk, A. M. , Al‐Hazzaa, M. , Deshpande, A. , Petrcich, W. , Aviv, R. I. , Rodriguez‐Luna, D. , Molina, C. A. , Silva Blas, Y. , Dzialowski, I. , Czlonkowska, A. , Boulanger, J. M. , Lum, C. , Gubitz, G. , Padma, V. , Roy, J. , Kase, C. S. , Bhatia, R. , Hill, M. D. , & … PREDICT/Sunnybrook ICH CTA Study Group . (2015). Intracerebral hematoma morphologic appearance on noncontrast computed tomography predicts significant hematoma expansion. Stroke, 46, 3111–3116. [DOI] [PubMed] [Google Scholar]
- Boulouis, G. , Morotti, A. , Brouwers, H. B. , Charidimou, A. , Jessel, M. J. , Auriel, E. , Pontes‐Neto, O. , Ayres, A. , Vashkevich, A. , Schwab, K. M. , Rosand, J. , Viswanathan, A. , Gurol, M. E. , Greenberg, S. M. , & Goldstein, J. N. (2016). Association between hypodensities detected by computed tomography and hematoma expansion in patients with intracerebral hemorrhage. JAMA Neurology, 73, 961–968. 10.1001/jamaneurol.2016.1218 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Brouwers, H. B. , Chang, Y. , Falcone, G. J. , Cai, X. , Ayres, A. M. , Battey, T. W. K. , Vashkevich, A. , McNamara, K. A. , Valant, V. , Schwab, K. , Orzell, S. C. , Bresette, L. M. , Feske, S. K. , Rost, N. S. , Romero, J. M. , Viswanathan, A. , Chou, S.‐Y. , Greenberg, S. M. , Rosand, J. , & Goldstein, J. N. (2014). Predicting hematoma expansion after primary intracerebral hemorrhage. JAMA Neurology, 71, 158–164. 10.1001/jamaneurol.2013.5433 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Cheung, R. T. , & Zou, L. Y. (2003). Use of the original, modified, or new intracerebral hemorrhage score to predict mortality and morbidity after intracerebral hemorrhage. Stroke, 34, 1717–1722. 10.1161/01.STR.0000078657.22835.B9 [DOI] [PubMed] [Google Scholar]
- Delcourt, C. , Zhang, S. , Arima, H. , Sato, S. , Salman, R.‐S. , Wang, X. , Davies, L. , Stapf, C. , Robinson, T. , Lavados, P. M. , Chalmers, J. , Heeley, E. , Liu, M. , Lindley, R. I. , & Anderson, C. S. (2016). Significance of hematoma shape and density in intracerebral hemorrhage: The intensive blood pressure reduction in acute intracerebral hemorrhage trial study. Stroke, 47, 1227–1232. 10.1161/STROKEAHA.116.012921 [DOI] [PubMed] [Google Scholar]
- Deo, R. C. (2015). Machine learning in medicine. Circulation, 132, 1920–1930. 10.1161/CIRCULATIONAHA.115.001593 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Doi, K. (2007). Computer‐aided diagnosis in medical imaging: Historical review, current status and future potential. Computerized Medical Imaging and Graphics, 31, 198–211. 10.1016/j.compmedimag.2007.02.002 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Emblem, K. E. , Pinho, M. C. , Zöllner, F. G. , Due‐Tonnessen, P. , Hald, J. K. , Schad, L. R. , Meling, T. R. , Rapalino, O. , & Bjornerud, A. (2015). A generic support vector machine model for preoperative glioma survival associations. Radiology, 275, 228–234. 10.1148/radiol.14140770 [DOI] [PubMed] [Google Scholar]
- Garrett, J. S. , Zarghouni, M. , Layton, K. F. , Graybeal, D. , & Daoud, Y. A. (2013). Validation of clinical prediction scores in patients with primary intracerebral hemorrhage. Neurocritical Care, 19, 329–335. 10.1007/s12028-013-9926-y [DOI] [PubMed] [Google Scholar]
- Gillies, R. J. , Kinahan, P. , Hricak, H. (2016). Radiomics: Images are more than pictures, they are data. Radiology, 278, 563–577. 10.1148/radiol.2015151169 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Hemphill, J. C. , Greenberg, S. M. , Anderson, C. S. , Becker, K. , Bendok, B. R. , Cushman, M. , Fung, G. L. , Goldstein, J. N. , Macdonald, R. L. , Mitchell, P. H. , Scott, P. A. , Selim, M. H. , & Woo, D. (2015). Guidelines for the management of spontaneous intracerebral hemorrhage: A guideline for healthcare professionals from the American Heart Association/American Stroke Association. Stroke, 46, 2032–2060. 10.1161/STR.0000000000000069 [DOI] [PubMed] [Google Scholar]
- Jakola, A. S. , Zhang, Y. H. , Skjulsvik, A. J. , Solheim, O. , Bø, H. K. , Berntsen, E. M. , Reinertsen, I. , Gulati, S. , Förander, P. , & Brismar, T. B. (2018). Quantitative texture analysis in the prediction of IDH status in low‐grade T gliomas. Clinical Neurology and Neurosurgery, 164, 114–120. [DOI] [PubMed] [Google Scholar]
- Jordan, M. I. , & Mitchell, T. M. (2015). Machine learning: Trends, perspectives, and prospects. Science, 349, 255–260. 10.1126/science.aaa8415 [DOI] [PubMed] [Google Scholar]
- Kumar, V. , Gu, Y. , Basu, S. , Berglund, A. , Eschrich, S. A. , Schabath, M. B. , Forster, K. , Aerts, H. J. W. L. , Dekker, A. , Fenstermacher, D. , Goldgof, D. B. , Hall, L. O. , Lambin, P. , Balagurunathan, Y. , Gatenby, R. A. , & Gillies, R. J. (2012). Radiomics: The process and the challenges. Magnetic Resonance Imaging, 30, 1234–1248. 10.1016/j.mri.2012.06.010 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Lambin, P. , Rios‐Velazquez, E. , Leijenaar, R. , Carvalho, S. , van Stiphout, R. G. P. M. , Granton, P. , Zegers, C. M. L. , Gillies, R. , Boellard, R. , Dekker, A. , & Aerts, H. J. W. L. (2012). Radiomics: Extracting more information from medical images using advanced feature analysis. European Journal of Cancer, 48, 441–446. 10.1016/j.ejca.2011.11.036 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Li, Q. I. , Zhang, G. , Xiong, X. , Wang, X.‐C. , Yang, W.‐S. , Li, K.‐W. , Wei, X. , & Xie, P. (2016). Black hole sign: Novel imaging marker that predicts hematoma growth in patients with intracerebral hemorrhage. Stroke, 47, 1777–1781. 10.1161/STROKEAHA.116.013186 [DOI] [PubMed] [Google Scholar]
- Li, Y. , Qian, Z. , Xu, K. , Wang, K. , Fan, X. , Li, S. , Jiang, T. , Liu, X. , & Wang, Y. (2017). MRI features predict p53 status in lower‐grade gliomas via a machine‐learning approach. NeuroImage Clinical, 17, 306–311. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Lu, C.‐F. , Hsu, F.‐T. , Hsieh, K.‐C. , Kao, Y.‐C. , Cheng, S.‐J. , Hsu, J.‐K. , Tsai, P.‐H. , Chen, R.‐J. , Huang, C.‐C. , Yen, Y. , & Chen, C.‐Y. (2018). Machine learning‐based radiomics for molecular subtyping of gliomas. Clinical Cancer Research: An Official Journal of the American Association for Cancer Research, 24, 4429–4436. 10.1158/1078-0432.CCR-17-3445 [DOI] [PubMed] [Google Scholar]
- Macyszyn, L. , Akbari, H. , Pisapia, J. M. , Da, X. , Attiah, M. , Pigrish, V. , Bi, Y. , Pal, S. , Davuluri, R. V. , Roccograndi, L. , Dahmane, N. , Martinez‐Lage, M. , Biros, G. , Wolf, R. L. , Bilello, M. , O'Rourke, D. M. , & Davatzikos, C. (2015). Imaging patterns predict patient survival and molecular subtype in glioblastoma via machine learning techniques. Neuro‐Oncology, 18, 417–425. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Meretoja, A. , Strbian, D. , Putaala, J. , Curtze, S. , Haapaniemi, E. , Mustanoja, S. , Sairanen, T. , Satopää, J. , Silvennoinen, H. , Niemelä, M. , Kaste, M. , & Tatlisumak, T. (2012). SMASH‐U: A proposal for etiologic classification of intracerebral hemorrhage. Stroke, 43, 2592–2597. 10.1161/STROKEAHA.112.661603 [DOI] [PubMed] [Google Scholar]
- Rost, N. S. , Smith, E. E. , Chang, Y. , Snider, R. W. , Chanderraj, R. , Schwab, K. , FitzMaurice, E. , Wendell, L. , Goldstein, J. N. , Greenberg, S. M. , & Rosand, J. (2008). Prediction of functional outcome in patients with primary intracerebral hemorrhage: The FUNC score. Stroke, 39, 2304–2309. 10.1161/STROKEAHA.107.512202 [DOI] [PubMed] [Google Scholar]
- Ruiz‐Sandoval, J. L. , Chiquete, E. , Romero‐Vargas, S. , Padilla‐Martínez, J. J. , & González‐Cornejo, S. (2007). Grading scale for prediction of outcome in primary intracerebral hemorrhages. Stroke, 38, 1641–1644. 10.1161/STROKEAHA.106.478222 [DOI] [PubMed] [Google Scholar]
- van Asch, C. J. , Luitse, M. J. , Rinkel, G. J. , van der Tweel, I. , Algra, A. , & Klijn, C. J. (2010). Incidence, case fatality, and functional outcome of intracerebral haemorrhage over time, according to age, sex, and ethnic origin: A systematic review and meta‐analysis. The Lancet Neurology, 9, 167–176. 10.1016/S1474-4422(09)70340-0 [DOI] [PubMed] [Google Scholar]
- Vibo, R. , Korv, J. , & Roose, M. (2007). One‐year outcome after first‐ever stroke according to stroke subtype, severity, risk factors and pre‐stroke treatment. A population‐based study from Tartu, Estonia. European Journal of Neurology, 14, 435–439. 10.1111/j.1468-1331.2007.01704.x [DOI] [PubMed] [Google Scholar]
- Weimar, C. , Roth, M. , Willig, V. , Kostopoulos, P. , Benemann, J. , & Diener, H. C. (2006). Development and validation of a prognostic model to predict recovery following intracerebral hemorrhage. Journal of Neurology, 253, 788–793. 10.1007/s00415-006-0119-x [DOI] [PubMed] [Google Scholar]
- Wu, J. , Tha, K. K. , Xing, L. , & Li, R. (2018). Radiomics and radiogenomics for precision radiotherapy. Journal of Radiation Research, 59, i25–i31. 10.1093/jrr/rrx102 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Xi, Y.‐B. , Guo, F. , Xu, Z.‐L. , Li, C. , Wei, W. , Tian, P. , Liu, T.‐T. , Liu, L. , Chen, G. , Ye, J. , Cheng, G. , Cui, L.‐B. , Zhang, H.‐J. , Qin, W. , & Yin, H. (2018). Radiomics signature: A potential biomarker for the prediction of MGMT promoter methylation in glioblastoma. Journal of Magnetic Resonance Imaging, 47, 1380–1387. 10.1002/jmri.25860 [DOI] [PubMed] [Google Scholar]
- Xu, X. , Chen, X. , Zhang, J. , Zheng, Y. I. , Sun, G. , Yu, X. , & Xu, B. (2014). Comparison of the Tada formula with software slicer: Precise and low‐cost method for volume assessment of intracerebral hematoma. Stroke, 45, 3433–3435. 10.1161/STROKEAHA.114.007095 [DOI] [PubMed] [Google Scholar]
- Yip, S. S. , & Aerts, H. J. (2016). Applications and limitations of radiomics. Physics in Medicine and Biology, 61, R150–166. 10.1088/0031-9155/61/13/R150 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Zhang, B. , Chang, K. , Ramkissoon, S. , Tanguturi, S. , Bi, W. L. , Reardon, D. A. , Ligon, K. L. , Alexander, B. M. , Wen, P. Y. , & Huang, R. Y. (2017). Multimodal MRI features predict isocitrate dehydrogenase genotype in high‐grade gliomas. Neuro‐Oncology, 19, 109–117. 10.1093/neuonc/now121 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Zhou, H. , Chang, K. , Bai, H. X. , Xiao, B. O. , Su, C. , Bi, W. L. , Zhang, P. J. , Senders, J. T. , Vallières, M. , Kavouridis, V. K. , Boaro, A. , Arnaout, O. , Yang, L. I. , & Huang, R. Y. (2019). Machine learning reveals multimodal MRI patterns predictive of isocitrate dehydrogenase and 1p/19q status in diffuse low‐ and high‐grade gliomas. Journal of Neuro‐Oncology, 142, 299–307. 10.1007/s11060-019-03096-0 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Zhou, M. , Scott, J. , Chaudhury, B. , Hall, L. , Goldgof, D. , Yeom, K. W. , Iv, M. , Ou, Y. , Kalpathy‐Cramer, J. , Napel, S. , Gillies, R. , Gevaert, O. , & Gatenby, R. (2018). Radiomics in brain tumor: Image assessment, quantitative feature descriptors, and machine‐learning approaches. AJNR. American Journal of Neuroradiology, 39, 208–216. 10.3174/ajnr.A5391 [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
The data that support the findings of this study are available from the corresponding author upon reasonable request.