Next Article in Journal
The Annoying Nature of Snoring Sounds Is Not Only about Intensity: A Pilot Study on Exposed Test Subjects
Next Article in Special Issue
External Validation and Retraining of DeepBleed: The First Open-Source 3D Deep Learning Network for the Segmentation of Spontaneous Intracerebral and Intraventricular Hemorrhage
Previous Article in Journal
Haematological Trends and Transfusion during Adult Extracorporeal Membrane Oxygenation: A Single Centre Study
Previous Article in Special Issue
Location of Hyperintense Vessels on FLAIR Associated with the Location of Perfusion Deficits in PWI
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Brief Report

Machine Learning for Onset Prediction of Patients with Intracerebral Hemorrhage

1
Department of Neuroradiology, Clinic of Radiology & Nuclear Medicine, University Hospital Basel, 4031 Basel, Switzerland
2
Department of Neurology, University Hospital Basel, 4031 Basel, Switzerland
3
Department of Neurosurgery, University Hospital Basel, 4031 Basel, Switzerland
4
Department of Diagnostic and Interventional Neuroradiology, University Medical Center Hamburg-Eppendorf, 55131 Hamburg, Germany
5
Department of Radiology and Neuroradiology, Stadtspital Zürich, 8063 Zürich, Switzerland
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
J. Clin. Med. 2023, 12(7), 2631; https://doi.org/10.3390/jcm12072631
Submission received: 16 February 2023 / Revised: 13 March 2023 / Accepted: 30 March 2023 / Published: 31 March 2023
(This article belongs to the Special Issue New Advances in Diagnostic Radiology of Ischemic Stroke)

Abstract

:
Objective: Intracerebral hemorrhage (ICH) has a high mortality and long-term morbidity and thus has a significant overall health–economic impact. Outcomes are especially poor if the exact onset is unknown, but reliable imaging-based methods for onset estimation have not been established. We hypothesized that onset prediction of patients with ICH using artificial intelligence (AI) may be more accurate than human readers. Material and Methods: A total of 7421 computed tomography (CT) datasets between January 2007–July 2021 from the University Hospital Basel with confirmed ICH were extracted and an ICH-segmentation algorithm as well as two classifiers (one with radiomics, one with convolutional neural networks) for onset estimation were trained. The classifiers were trained based on the gold standard of 644 datasets with a known onset of >1 and <48 h. The results of the classifiers were compared to the ratings of two radiologists. Results: Both the AI-based classifiers and the radiologists had poor discrimination of the known onsets, with a mean absolute error (MAE) of 9.77 h (95% CI (confidence interval) = 8.52–11.03) for the convolutional neural network (CNN), 9.96 h (8.68–11.32) for the radiomics model, 13.38 h (11.21–15.74) for rater 1 and 11.21 h (9.61–12.90) for rater 2, respectively. The results of the CNN and radiomics model were both not significantly different to the mean of the known onsets (p = 0.705 and p = 0.423). Conclusions: In our study, the discriminatory power of AI-based classifiers and human readers for onset estimation of patients with ICH was poor. This indicates that accurate AI-based onset estimation of patients with ICH based only on CT-data may be unlikely to change clinical decision making in the near future. Perhaps multimodal AI-based approaches could improve ICH onset prediction and should be considered in future studies.

1. Introduction

Intracerebral hemorrhage (ICH) has an incidence of 10–30 per 100.000 people per year worldwide [1,2]. The by far most common form is spontaneous primary ICH, caused by rupture of small intraparenchymal arterial vessels and arterioles caused by preexisting vascular damage in the setting of chronic arterial hypertension or amyloid angiopathy [3]. Compared with ischemic strokes, hemorrhagic strokes have a higher morbidity, and an overall mortality of more than 30% in the first 30 days [3,4,5]. Moreover, half of ICH-associated mortality occurs during the first 24 h after the initial event [6], and a poor outcome with persistent physical impairment in 75% of all patients after 1 year [7]. Therefore, ICH results in a significant financial burden on the health care system due to the long-term treatment that is often required [8,9,10].
In many patients diagnosed with ICH by imaging, the exact onset is unknown [11]. However, therapeutic and triage decisions are based on factors such as the likelihood of rebleeding, brain edema, and herniation which are associated with the time since onset of the bleeding [12]. Thus, it has been shown that functional outcomes after 30 days are significantly worse in patients with unclear onset compared to patients with a known onset [13]. Possible treatment strategies [14] such as blood pressure reduction [15,16,17], neurosurgical evacuation [18], and application of tranexamic acid [19] may reduce the risk of hematoma expansion associated with neurological deterioration leading to poor outcomes and death [12,20]. Even though promising manual [12,20,21,22] and machine learning based algorithms have been developed and tested to predict the risk of hematoma growth and functional outcomes [23], to our knowledge there is no study that tested the reliability of machine-learning algorithms for onset estimation of patients with ICH based on imaging features. An AI-based approach is therefore particularly interesting and promising, as it can detect image information that may be hidden or primarily not obvious and use it for analysis processes. This opens new possibilities for data analysis. In recent years, AI-based applications have increasingly found their way into clinical routine, especially in the field of radiology [24,25]. For example, the automated detection of pulmonary artery emboli in CT scans of the thorax [26] or the detection and volumetry of ICH in CT scans of the head [27,28,29].
Therefore, we hypothesized that onset estimation in patients with ICH using machine learning may be feasible and may be more accurate than human readers.

2. Methods

2.1. Study Design

This study includes all consecutive patients diagnosed with ICH by computed tomography (CT) at the University Hospital Basel between January 2007–July 2021. Patients were identified using a self-programmed tool for internal Picture Archiving and Communication System (PACS)-based data retrieval (PACS crawler). Further inclusion criteria were being an age > 17 years at the timepoint of imaging and having a known onset of symptoms. Patients who had declined the use of personal data for research purposes were excluded.

2.2. Data Processing, Classifier Training and Image Assessment

CT datasets were exported to a research server (NORA Imaging Platform, Freiburg, Germany [10.1055/s-0037-1602977]). Manual segmentation of the hematoma in 1 mm thick axial slices (soft tissue window) was performed in a random subset of 319 CT datasets to train an algorithm for automatic ICH segmentation. All other CT datasets were segmented using the trained classifier (as described below).
Clinical data including time points of symptom onset were extracted from patients’ clinical records.
For the automated segmentation of ICHs, we trained a nnU-Net on our manually annotated dataset [https://arxiv.org/abs/1809.10486, accessed on 10 September 2021] [10.1038/s41592-020-01008-z]. nnU-Net is a medical segmentation framework, which automatically configures the data preprocessing as well as the hyperparameters for training a U-Net. It can derive heuristics for optimally setting the data preprocessing parameters (e.g., normalization and resampling) as well as the U-Net configuration (e.g., number of layers and batch size) based on the characteristics of the input dataset. Furthermore, it performs extensive data augmentations (image rotation, blurring, etc.). On more than 20 public imaging segmentation challenges, this automatically configured segmentation pipeline was superior to other submissions. For this reason, the nnU-Net was used for the ICH segmentation.
For estimation of the onset of the patients with ICH, two different algorithms were tested: 1. Regression trees with radiomics features (Radiomics). 2. Convolutional neural network (CNN). The classifiers were trained based on the gold standard of 644 datasets with (a) a known onset of >1 h and <48 h and (b) a hematoma volume of >15 mm3 (see flowchart in Figure 1). Criterion (a) was defined to include only acute to subacute ICHs in the training dataset as therapeutic and triage decisions are particularly relevant in this time frame. Criterion (b) was defined because a cut-off of >15 mm3 provided reliable automated ICH-segmentation. A 5-fold cross-validation was used for evaluation. No extra validation set for hyperparameter optimization was used since only standard models and hyperparameters were used.
The radiomics approach consisted of 32 radiomics features (14 shape features: elongation, flatness, least axis length, major axis length, max 2d diameter column, max 2d diameter row, max 2d diameter slice, max 3d diameter, mesh volume, minor axis length, sphericity, surface area, surface volume ratio, voxel volume; 18 first order intensity features: 10th percentile, 90th percentile, energy, entropy, interquartile range, kurtosis, maximum, mean absolute deviation, mean, median, minimum, range, robust mean absolute deviation, root mean squared, skewness, total energy, uniformity, variance), which were extracted from the CT images and the ICH segmentation using pyradiomics [10.1158/0008-5472.CAN-17-0339]. Those features were used to train a gradient boosted regression tree using XGBoost [https://doi.org/10.1145/2939672.2939785, accessed on 10 September 2021] (learning rate 0.01, number of trees 200, maximum depth 2. For the CNN approach, a 3d convolutional neural network regressor was trained. As architecture the CBR-tiny model from [https://papers.nips.cc/paper/2019/hash/eb1e78328c46506b46a4ac4a1e378b91-Abstract.html, accessed on 10 September 2021] was used by replacing the 2D convolutions by 3D convolutions (network architecture: 4 sequential blocks of Convolution + BatchNorm + MaxPooling followed by adaptive average pooling and a fully connected layer). To improve the model performance, it was pretrained on a large dataset with an auxiliary task: on 7421 CT images containing ICHs the network was trained to predict the volume of the ICH (Figure 1). The volume was derived from the ICH segmentation generated by our segmentation model. After this first training, the model was finetuned on the estimation of onset task. For training, the following hyperparameters were used: batch size 8, learning rate 0.0005, number of epochs 15, learning rate decay to 0 over the entire training with cosine scheduler.
For both the segmentation as well as the onset prediction, a 5-fold cross-validation was used for evaluation.
In addition, a random subset of 117 CT datasets (Figure 1) was selected from the training dataset and analyzed by two radiologists (4 and 5 years of experience in ICH interpretation) regarding hemorrhage age based on their clinical–radiological experience and secondary factors (perifocal edema: relatively large edema = advanced bleeding age; Hounsfield Units (HU): acute bleeding approximately 60–70 HU, approximately 2 HU drop per 24 h). The hemorrhage age was given in hours. An interrater comparison and a comparison with the results of the AI-based age prediction were performed.

2.3. Statistics

For the calculation of confidence intervals, we used bootstrapping with 10,000 random permutations and for the comparison of human raters as well as of the AI algorithms with the baseline we used Wilcoxon signed-rank test since our data has no normal distribution as tested with a Kolmogorow–Smirnow test. Results with p < 0.05 were considered statistically significant. A paired test was used since different methods were compared on the same patients. All statistical analyses were performed with python 3.8.

3. Results

3.1. Study Cohort

The PACS crawler query for patients diagnosed with ICH by CT between January 2007–July 2021 yielded a total of 7733 subjects. Of these, 312 subjects did not have consent for the use of patient-related data for research purposes. Of the remaining 7421 subjects, 6121 had no or only an incomplete admission records with information on the symptom onset and thus no identifiable gold standard. Of the remaining 1300 datasets, 644 subjects fulfilled the final inclusion criteria (blood volume > 15 mm3 and onset > 1 h and <48 h) and thus were used for the training model. The study workflow is summarized in Figure 1.

3.2. Onset Estimation of Classifiers and Human Raters

Both the AI-based classifiers and the radiologists had poor discrimination of the known onsets, with a mean absolute error (MAE) of 9.77 h (95% CI (confidence interval) = 8.52–11.03 h) for the convolutional neural network (CNN), 9.96 h (8.68–11.32 h) for the radiomics model, 13.38 h (11.21–15.74 h) for human rater 1 and 11.21 h (9.51–12.90 h) for rater 2, respectively (see Table 1).
Rater 1 and rater 2 were both significantly more inferior than the mean of the known onsets (p = 0.006 and p = 0.045, respectively). The results of the CNN and Radiomics model were both not significantly different to the mean of the known onsets (p = 0.705 and p = 0.423). The intraclass correlation between rater 1 and rater 2 was poor (intraclass correlation coefficient, ICC = 0.251).

4. Discussion

Our study shows that both human raters and machine learning algorithms only have poor discriminatory power to estimate the onset of patients with intracerebral hemorrhage based on CT imaging features.
This may be partially explained by the nature and course of the disease. It is known that acute ICH may show mixed densities on CT, representing blood of different ages [20,21,22,30,31]. Thus, onset estimation based on density in CT may be misleading. Another feature, perihematomal edema, is known to progress over time but also depends on other factors such as anticoagulation status [32]. Further, several other factors such as patient age [33], anticoagulation medication [34], and blood pressure [35] are also known factors that impact imaging appearance of ICH beyond time. Regarding the manual ratings available studies have shown promising interrater agreements for ICH shape and density features [36,37]. However, so far, no published studies have found a rating based or machine learning algorithm that could reliably determine the onset of ICH patients with unknown symptom onset.
Even though currently limited, therapeutic and triage decisions are based on factors such as the likelihood of rebleeding, brain edema and herniation which are associated with the time since onset of the bleeding [12]. Possible treatment strategies include blood pressure reduction [13,14], neurosurgical evacuation [16], and application of tranexamic acid [17,38], which may reduce the risk of hematoma expansion associated with neurological deterioration leading to poor outcomes and death [12,20]. These current approaches target hematoma expansion which is more likely to occur in the earlier time window [36]. In this context, prediction of the onset in patients with ICH and unknown onset may have had a great clinical relevance; however, the mean error of almost 10 h is probably too imprecise to be used for clinical decision making. Instead, other features that are likely to identify the risk of hematoma expansion will probably be used as an alternative. Also, for the prediction of hematoma growth and functional outcomes, machine learning algorithms have shown promising accuracy [23], most likely because several other features that can be extracted from imaging determine outcomes more than time since onset.
Our study has several limitations. First, the underlying ground truth (gold standard) of the timepoint of onset—on which the manual ratings and machine learning classifier are based—may be imprecise in some cases. Basically, the quality of the ground truth is a very important parameter for the performance and accuracy of an AI-based model. In other words, the AI model is only as good as the quality of the data on which it is based. Since the exact onset of ICH in our cohort could only be determined very imprecisely in part and depended on many factors (medical history, report by emergency physician, unclear clinical symptoms), the ground truth on which our AI-based model is based is also relatively imprecise. This was also supported by the fact that, considering the bleeding age of our total cohort, no decrease in density values (Hounsfield Units) could be reliably delineated over time (Figure 2). However, improving ground truth in general is problematic, as the exact onset of an ICH can never be determined with absolute certainty and will always be relatively inaccurate due to factors mentioned above.
In general, the acuity of clinical symptoms may be comparable to ischemic strokes, where reported symptom onsets are used for several studies that validated imaging-based approaches for onset estimation [39,40,41,42,43]. Second, it may be argued that a larger number of patients for training and validation of the classifier may have yielded more accurate results. Basically, the larger the dataset on which the algorithm is trained, the better AI-based methods perform. In other words, the data size of the cohort is a crucial factor. Some studies have shown that when the data size is very large, AI-based algorithms perform equally well or even better than the expert, for instance human rater [44]. In our training data set, only 644 subjects were included for the ICB onset estimation. It would therefore be interesting to see whether the results could be significantly changed or improved by including a significantly larger number of subjects. However, the current study already uses a comparably large dataset, and the results were still far from being clinically useful. Third, we must note that an average density (Hounsfeild Units) decrease of acute ICH would be expected over the time [45,46]. However, this is a crude measurement when used for shorter timespans of a few hours. Moreover, ICH often consists of blood of mixed densities which may bias the results even more [36]. Based on these factors and the above-mentioned results, it can be assumed that the information content of the CT scans in which ICH could be diagnosed does probably not contain or cover the information we are looking for (ICH onset). In our example, the human raters were also unable to read the bleeding age (onset time) from the CT dataset more accurately than approximately ± 10 h. For this reason, this information probably does not exist sufficiently in the image. Conversely, if the human rater already cannot confidently read out the information, the AI-based approach probably cannot either. In this context, only the analysis of extremely large and perfectly annotated datasets would be promising (see discussion above). Fourth, we did not use multimodal data for our AI-based approach, but only CT-based data. However, for ICH onset prediction, other data such as perfusion indicators [47], hemodynamic metrics [48], morphology and anatomical differences of intracranial arterial vessels especially with regard to microvascular collateral circulation [49,50] or CT-derived secondary hemodynamic parameters, and laboratory test results could be used and even combined. Such a multimodal AI-based approach could again significantly improve ICH onset prediction and should be considered in future studies.

5. Conclusions

In our study, the discriminatory power of AI-based classifiers and human readers for onset estimation of patients with ICH was poor. This indicates that accurate AI-based onset estimation of patients with ICH based only on CT data may be unlikely to change clinical decision making in the near future. Perhaps multimodal AI-based approaches could improve ICH onset prediction and should be considered in future studies.

Author Contributions

Conceptualization, T.R., J.W. and P.B.S.; Methodology, T.R. and J.W.; Software, T.R. and J.W.; Validation, T.R., J.W. and H.-C.B.; Formal analysis, T.R., J.W., H.-C.B. and P.B.S.; Investigation, T.R.; Resources, T.R. and P.B.S.; Data curation, T.R. and J.W.; Writing—original draft, T.R., J.W. and P.B.S.; Writing—review & editing, T.R., J.W., U.F., R.G., J.F., M.-N.P. and P.B.S.; Visualization, T.R.; Supervision, T.R., M.-N.P. and P.B.S.; Project administration, T.R., M.-N.P. and P.B.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

The study was approved under the provisions of the local ethics committee (Swissethics Project ID: 2021-01831) in accordance with the Declaration of Helsinki.

Informed Consent Statement

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

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

AIArtificial intelligence
CIConfidence interval
CTComputed tomography
GCSGlasgow coma scale
ICHIntracerebral hemorrhage
ICCIntraclass correlation coefficient
INRInternational normalized ratio
IVHIntraventricular hemorrhage
mRSModified ranking scale
MAEMean absolute error
MRIMagnetic resonance imaging
OACOral anticoagulants
PACSPicture Archiving and Communication System
HUHounsfield Unit
RISRadiological Information System

References

  1. Qureshi, A.I.; Mendelow, A.D.; Hanley, D.F. Intracerebral haemorrhage. Lancet 2009, 373, 1632–1644. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. Caceres, J.A.; Goldstein, J.N. Intracranial hemorrhage. Emerg. Med. Clin. N. Am. 2012, 30, 771–794. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Elliott, J.; Smith, M. The acute management of intracerebral hemorrhage: A clinical review. Anesth. Analg. 2010, 110, 1419–1427. [Google Scholar] [CrossRef] [PubMed]
  4. Broderick, J.P.; Brott, T.G.; Duldner, J.E.; Tomsick, T.; Huster, G. Volume of intracerebral hemorrhage. A powerful and easy-to-use predictor of 30-day mortality. Stroke 1993, 24, 987–993. [Google Scholar] [CrossRef] [Green Version]
  5. Fogelholm, R.; Murros, K.; Rissanen, A.; Avikainen, S. Long term survival after primary intracerebral haemorrhage: A retrospective population based study. J. Neurol. Neurosurg. Psychiatry 2005, 76, 1534–1538. [Google Scholar] [CrossRef] [Green Version]
  6. Hemphill, J.C., 3rd; Bonovich, D.C.; Besmertis, L.; Manley, G.T.; Johnston, S.C. The ICH score: A simple, reliable grading scale for intracerebral hemorrhage. Stroke 2001, 32, 891–897. [Google Scholar] [CrossRef] [Green Version]
  7. van Asch, C.J.; Luitse, M.J.; Rinkel, G.J.; van der Tweel, I.; Algra, A.; Klijn, C.J. Incidence, case fatality, and functional outcome of intracerebral haemorrhage over time, according to age, sex, and ethnic origin: A systematic review and meta-analysis. Lancet Neurol. 2010, 9, 167–176. [Google Scholar] [CrossRef]
  8. Russell, M.W.; Boulanger, L.; Joshi, A.V.; Neumann, P.J.; Menzin, J. The economic burden of intracerebral hemorrhage: Evidence from managed care. Manag. Care Interface 2006, 19, 24–28, 34. [Google Scholar]
  9. Smeds, M.; Skrifvars, M.B.; Reinikainen, M.; Bendel, S.; Hoppu, S.; Laitio, R.; Ala-Kokko, T.; Curtze, S.; Sibolt, G.; Martinez-Majander, N.; et al. One-year healthcare costs of patients with spontaneous intracerebral hemorrhage treated in the intensive care unit. Eur. Stroke J. 2022, 7, 267–279. [Google Scholar] [CrossRef]
  10. Thomas, S.M.; Reindorp, Y.; Christophe, B.R.; Connolly, E.S., Jr. Systematic Review of Resource Use and Costs in the Hospital Management of Intracerebral Hemorrhage. World Neurosurg. 2022, 164, 41–63. [Google Scholar] [CrossRef]
  11. Soyland, M.H.; Tveiten, A.; Eltoft, A.; Oygarden, H.; Varmdal, T.; Indredavik, B.; Mathiesen, E.B. Wake-up stroke and unknown-onset stroke; occurrence and characteristics from the nationwide Norwegian Stroke Register. Eur. Stroke J. 2022, 7, 143–150. [Google Scholar] [CrossRef] [PubMed]
  12. Sporns, P.B.; Schwake, M.; Schmidt, R.; Kemmling, A.; Minnerup, J.; Schwindt, W.; Cnyrim, C.; Zoubi, T.; Heindel, W.; Niederstadt, T.; et al. Computed Tomographic Blend Sign Is Associated With Computed Tomographic Angiography Spot Sign and Predicts Secondary Neurological Deterioration After Intracerebral Hemorrhage. Stroke 2017, 48, 131–135. [Google Scholar] [CrossRef] [PubMed]
  13. Inoue, Y.; Miyashita, F.; Koga, M.; Minematsu, K.; Toyoda, K. Unclear-onset intracerebral hemorrhage: Clinical characteristics, hematoma features, and outcomes. Int. J. Stroke 2017, 12, 961–968. [Google Scholar] [CrossRef] [PubMed]
  14. Kim, J.Y.; Bae, H.J. Spontaneous Intracerebral Hemorrhage: Management. J. Stroke 2017, 19, 28–39. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. Qureshi, A.I. Antihypertensive Treatment of Acute Cerebral Hemorrhage (ATACH): Rationale and design. Neurocrit. Care 2007, 6, 56–66. [Google Scholar] [CrossRef] [PubMed]
  16. Qureshi, A.I.; Palesch, Y.Y. Antihypertensive Treatment of Acute Cerebral Hemorrhage (ATACH) II: Design, methods, and rationale. Neurocrit. Care 2011, 15, 559–576. [Google Scholar] [CrossRef] [Green Version]
  17. Anderson, C.S.; Heeley, E.; Huang, Y.; Wang, J.; Stapf, C.; Delcourt, C.; Lindley, R.; Robinson, T.; Lavados, P.; Neal, B.; et al. Rapid blood-pressure lowering in patients with acute intracerebral hemorrhage. N. Engl. J. Med. 2013, 368, 2355–2365. [Google Scholar] [CrossRef]
  18. Luzzi, S.; Elia, A.; Del Maestro, M.; Morotti, A.; Elbabaa, S.K.; Cavallini, A.; Galzio, R. Indication, Timing, and Surgical Treatment of Spontaneous Intracerebral Hemorrhage: Systematic Review and Proposal of a Management Algorithm. World Neurosurg. 2019, 124, e769–e778. [Google Scholar] [CrossRef]
  19. Sprigg, N.; Flaherty, K.; Appleton, J.P.; Al-Shahi Salman, R.; Bereczki, D.; Beridze, M.; Christensen, H.; Ciccone, A.; Collins, R.; Czlonkowska, A.; et al. Tranexamic acid for hyperacute primary IntraCerebral Haemorrhage (TICH-2): An international randomised, placebo-controlled, phase 3 superiority trial. Lancet 2018, 391, 2107–2115. [Google Scholar] [CrossRef] [Green Version]
  20. Sporns, P.B.; Schwake, M.; Kemmling, A.; Minnerup, J.; Schwindt, W.; Niederstadt, T.; Schmidt, R.; Hanning, U. Comparison of Spot Sign, Blend Sign and Black Hole Sign for Outcome Prediction in Patients with Intracerebral Hemorrhage. J. Stroke 2017, 19, 333–339. [Google Scholar] [CrossRef] [Green Version]
  21. Sporns, P.B.; Kemmling, A.; Minnerup, J.; Hanning, U.; Heindel, W. Imaging-based outcome prediction in patients with intracerebral hemorrhage. Acta Neurochir. 2018, 160, 1663–1670. [Google Scholar] [CrossRef] [PubMed]
  22. Sporns, P.B.; Kemmling, A.; Schwake, M.; Minnerup, J.; Nawabi, J.; Broocks, G.; Wildgruber, M.; Fiehler, J.; Heindel, W.; Hanning, U. Triage of 5 Noncontrast Computed Tomography Markers and Spot Sign for Outcome Prediction After Intracerebral Hemorrhage. Stroke 2018, 49, 2317–2322. [Google Scholar] [CrossRef] [PubMed]
  23. Nawabi, J.; Kniep, H.; Elsayed, S.; Friedrich, C.; Sporns, P.; Rusche, T.; Bohmer, M.; Morotti, A.; Schlunk, F.; Duhrsen, L.; et al. Imaging-Based Outcome Prediction of Acute Intracerebral Hemorrhage. Transl. Stroke Res. 2021, 12, 958–967. [Google Scholar] [CrossRef] [PubMed]
  24. Reyes, M.; Meier, R.; Pereira, S.; Silva, C.A.; Dahlweid, F.M.; von Tengg-Kobligk, H.; Summers, R.M.; Wiest, R. On the Interpretability of Artificial Intelligence in Radiology: Challenges and Opportunities. Radiol. Artif. Intell. 2020, 2, e190043. [Google Scholar] [CrossRef]
  25. Richardson, M.L.; Garwood, E.R.; Lee, Y.; Li, M.D.; Lo, H.S.; Nagaraju, A.; Nguyen, X.V.; Probyn, L.; Rajiah, P.; Sin, J.; et al. Noninterpretive Uses of Artificial Intelligence in Radiology. Acad. Radiol. 2021, 28, 1225–1235. [Google Scholar] [CrossRef]
  26. Weikert, T.; Winkel, D.J.; Bremerich, J.; Stieltjes, B.; Parmar, V.; Sauter, A.W.; Sommer, G. Automated detection of pulmonary embolism in CT pulmonary angiograms using an AI-powered algorithm. Eur. Radiol. 2020, 30, 6545–6553. [Google Scholar] [CrossRef]
  27. Rao, B.; Zohrabian, V.; Cedeno, P.; Saha, A.; Pahade, J.; Davis, M.A. Utility of Artificial Intelligence Tool as a Prospective Radiology Peer Reviewer—Detection of Unreported Intracranial Hemorrhage. Acad. Radiol. 2021, 28, 85–93. [Google Scholar] [CrossRef]
  28. Rava, R.A.; Seymour, S.E.; LaQue, M.E.; Peterson, B.A.; Snyder, K.V.; Mokin, M.; Waqas, M.; Hoi, Y.; Davies, J.M.; Levy, E.I.; et al. Assessment of an Artificial Intelligence Algorithm for Detection of Intracranial Hemorrhage. World Neurosurg. 2021, 150, e209–e217. [Google Scholar] [CrossRef]
  29. Voter, A.F.; Meram, E.; Garrett, J.W.; Yu, J.J. Diagnostic Accuracy and Failure Mode Analysis of a Deep Learning Algorithm for the Detection of Intracranial Hemorrhage. J. Am. Coll. Radiol. 2021, 18, 1143–1152. [Google Scholar] [CrossRef]
  30. Sporns, P.B.; Psychogios, M.N.; Boulouis, G.; Charidimou, A.; Li, Q.; Fainardi, E.; Dowlatshahi, D.; Goldstein, J.N.; Morotti, A. Neuroimaging of Acute Intracerebral Hemorrhage. J. Clin. Med. 2021, 10, 1086. [Google Scholar] [CrossRef]
  31. Barras, C.D.; Tress, B.M.; Christensen, S.; MacGregor, L.; Collins, M.; Desmond, P.M.; Skolnick, B.E.; Mayer, S.A.; Broderick, J.P.; Diringer, M.N.; et al. Density and shape as CT predictors of intracerebral hemorrhage growth. Stroke 2009, 40, 1325–1331. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  32. Nawabi, J.; Elsayed, S.; Morotti, A.; Speth, A.; Liu, M.; Kniep, H.; McDonough, R.; Broocks, G.; Faizy, T.; Can, E.; et al. Perihematomal Edema and Clinical Outcome in Intracerebral Hemorrhage Related to Different Oral Anticoagulants. J. Clin. Med. 2021, 10, 2234. [Google Scholar] [CrossRef] [PubMed]
  33. Sporns, P.B.; Psychogios, M.N.; Fullerton, H.J.; Lee, S.; Naggara, O.; Boulouis, G. Neuroimaging of Pediatric Intracerebral Hemorrhage. J. Clin. Med. 2020, 9, 1518. [Google Scholar] [CrossRef] [PubMed]
  34. Zimmer, S.; Meier, J.; Minnerup, J.; Wildgruber, M.; Broocks, G.; Nawabi, J.; Morotti, A.; Kemmling, A.; Psychogios, M.; Hanning, U.; et al. Prognostic Value of Non-Contrast CT Markers and Spot Sign for Outcome Prediction in Patients with Intracerebral Hemorrhage under Oral Anticoagulation. J. Clin. Med. 2020, 9, 1077. [Google Scholar] [CrossRef] [PubMed]
  35. Morotti, A.; Nawabi, J.; Schlunk, F.; Poli, L.; Costa, P.; Mazzacane, F.; Busto, G.; Scola, E.; Arba, F.; Brancaleoni, L.; et al. Characteristics of Early Presenters after Intracerebral Hemorrhage. J. Stroke 2022, 24, 425–428. [Google Scholar] [CrossRef]
  36. Morotti, A.; Boulouis, G.; Dowlatshahi, D.; Li, Q.; Barras, C.D.; Delcourt, C.; Yu, Z.; Zheng, J.; Zhou, Z.; Aviv, R.I.; et al. Standards for Detecting, Interpreting, and Reporting Noncontrast Computed Tomographic Markers of Intracerebral Hemorrhage Expansion. Ann. Neurol. 2019, 86, 480–492. [Google Scholar] [CrossRef]
  37. Nawabi, J.; Elsayed, S.; Kniep, H.; Sporns, P.; Schlunk, F.; McDonough, R.; Broocks, G.; Duhrsen, L.; Schon, G.; Gotz, T.; et al. Inter- and Intrarater Agreement of Spot Sign and Noncontrast CT Markers for Early Intracerebral Hemorrhage Expansion. J. Clin. Med. 2020, 9, 1020. [Google Scholar] [CrossRef] [Green Version]
  38. Guo, Y.; Guo, X.M.; Li, R.L.; Zhao, K.; Bao, Q.J.; Yang, J.C.; Zhang, Q.; Yang, M.F. Tranexamic Acid for Acute Spontaneous Intracerebral Hemorrhage: A Meta-Analysis of Randomized Controlled Trials. Front. Neurol. 2021, 12, 761185. [Google Scholar] [CrossRef]
  39. Broocks, G.; Leischner, H.; Hanning, U.; Flottmann, F.; Faizy, T.D.; Schon, G.; Sporns, P.; Thomalla, G.; Kamalian, S.; Lev, M.H.; et al. Lesion Age Imaging in Acute Stroke: Water Uptake in CT Versus DWI-FLAIR Mismatch. Ann. Neurol. 2020, 88, 1144–1152. [Google Scholar] [CrossRef]
  40. Nawabi, J.; Flottmann, F.; Kemmling, A.; Kniep, H.; Leischner, H.; Sporns, P.; Schon, G.; Hanning, U.; Thomalla, G.; Fiehler, J.; et al. Elevated early lesion water uptake in acute stroke predicts poor outcome despite successful recanalization—When “tissue clock” and “time clock” are desynchronized. Int. J. Stroke 2021, 16, 863–872. [Google Scholar] [CrossRef]
  41. Sporns, P.B.; Hohne, M.; Meyer, L.; Krogias, C.; Puetz, V.; Thierfelder, K.M.; Duering, M.; Kaiser, D.; Langner, S.; Brehm, A.; et al. Simplified Assessment of Lesion Water Uptake for Identification of Patients within 4.5 Hours of Stroke Onset: An Analysis of the MissPerfeCT Study. J. Stroke 2022, 24, 390–395. [Google Scholar] [CrossRef] [PubMed]
  42. Sporns, P.B.; Kemmling, A.; Minnerup, H.; Meyer, L.; Krogias, C.; Puetz, V.; Thierfelder, K.; Duering, M.; Kaiser, D.; Langner, S.; et al. CT Hypoperfusion-Hypodensity Mismatch to Identify Patients With Acute Ischemic Stroke Within 4.5 Hours of Symptom Onset. Neurology 2021, 97, e2088–e2095. [Google Scholar] [CrossRef] [PubMed]
  43. Thomalla, G.; Simonsen, C.Z.; Boutitie, F.; Andersen, G.; Berthezene, Y.; Cheng, B.; Cheripelli, B.; Cho, T.H.; Fazekas, F.; Fiehler, J.; et al. MRI-Guided Thrombolysis for Stroke with Unknown Time of Onset. N. Engl. J. Med. 2018, 379, 611–622. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  44. Esteva, A.; Kuprel, B.; Novoa, R.A.; Ko, J.; Swetter, S.M.; Blau, H.M.; Thrun, S. Dermatologist-level classification of skin cancer with deep neural networks. Nature 2017, 542, 115–118. [Google Scholar] [CrossRef]
  45. Kornbluth, J.; Nekoovaght-Tak, S.; Ullman, N.; Carhuapoma, J.R.; Hanley, D.F.; Ziai, W. Early Quantification of Hematoma Hounsfield Units on Noncontrast CT in Acute Intraventricular Hemorrhage Predicts Ventricular Clearance after Intraventricular Thrombolysis. AJNR Am. J. Neuroradiol. 2015, 36, 1609–1615. [Google Scholar] [CrossRef] [Green Version]
  46. Ziya, A. Determination of bleeding time by hounsfield unit values in computed tomography scans of patients diagnosed with intracranial hemorrhage: Evaluation results of computed tomography scans of 666 patients. Clin. Neurol. Neurosurg. 2022, 217, 107258. [Google Scholar] [CrossRef]
  47. Xu, J.; Dai, F.; Wang, B.; Wang, Y.; Li, J.; Pan, L.; Liu, J.; Liu, H.; He, S. Predictive Value of CT Perfusion in Hemorrhagic Transformation after Acute Ischemic Stroke: A Systematic Review and Meta-Analysis. Brain Sci. 2023, 13, 156. [Google Scholar] [CrossRef]
  48. Tian, X.; Fang, H.; Lan, L.; Ip, H.L.; Abrigo, J.; Liu, H.; Zheng, L.; Fan, F.S.Y.; Ma, S.H.; Ip, B.; et al. Risk stratification in symptomatic intracranial atherosclerotic disease with conventional vascular risk factors and cerebral haemodynamics. Stroke Vasc. Neurol. 2023, 8, 77–85. [Google Scholar] [CrossRef]
  49. Lee, R.M. Morphology of cerebral arteries. Pharmacol. Ther. 1995, 66, 149–173. [Google Scholar] [CrossRef]
  50. Niederberger, E.; Gauvrit, J.Y.; Morandi, X.; Carsin-Nicol, B.; Gauthier, T.; Ferre, J.C. Anatomic variants of the anterior part of the cerebral arterial circle at multidetector computed tomography angiography. J. Neuroradiol. 2010, 37, 139–147. [Google Scholar] [CrossRef]
Figure 1. Flowchart of inclusion of patients. Overview study design: On a subset of the original study population (1.) a hematoma segmentation model is trained (2.) which is used to generate hematoma segmentations for the entire study population (3.) Then, the radiomics-, CNN-, and human-based age prediction is performed (4.) (MAE: Mean absolute error; CNN: Convolutional Neural Network, nnU-Net: Neural network for semantic segmentation).
Figure 1. Flowchart of inclusion of patients. Overview study design: On a subset of the original study population (1.) a hematoma segmentation model is trained (2.) which is used to generate hematoma segmentations for the entire study population (3.) Then, the radiomics-, CNN-, and human-based age prediction is performed (4.) (MAE: Mean absolute error; CNN: Convolutional Neural Network, nnU-Net: Neural network for semantic segmentation).
Jcm 12 02631 g001
Figure 2. Mean density of intracerebral hemorrhage on admission imaging and association with symptom onset. HU = Hounsfield Units, age in h = time since onset in hours.
Figure 2. Mean density of intracerebral hemorrhage on admission imaging and association with symptom onset. HU = Hounsfield Units, age in h = time since onset in hours.
Jcm 12 02631 g002
Table 1. Results of human raters and machine learning classifiers for onset estimation of patients with intracerebral hemorrhage.
Table 1. Results of human raters and machine learning classifiers for onset estimation of patients with intracerebral hemorrhage.
Mean Absolute Error (MAE) in h95% Confidence Interval (CI)
Rater 113.3811.21, 15.74
Rater 211.219.51, 12.90
CNN9.778.52, 11.03
Radiomics9.968.68, 11.32
Mean of known onset in entire cohort9.818.62, 11.06
MAE in hours and confidence interval (95%) for human raters and AI-based models (CNN and Radiomics)
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Rusche, T.; Wasserthal, J.; Breit, H.-C.; Fischer, U.; Guzman, R.; Fiehler, J.; Psychogios, M.-N.; Sporns, P.B. Machine Learning for Onset Prediction of Patients with Intracerebral Hemorrhage. J. Clin. Med. 2023, 12, 2631. https://doi.org/10.3390/jcm12072631

AMA Style

Rusche T, Wasserthal J, Breit H-C, Fischer U, Guzman R, Fiehler J, Psychogios M-N, Sporns PB. Machine Learning for Onset Prediction of Patients with Intracerebral Hemorrhage. Journal of Clinical Medicine. 2023; 12(7):2631. https://doi.org/10.3390/jcm12072631

Chicago/Turabian Style

Rusche, Thilo, Jakob Wasserthal, Hanns-Christian Breit, Urs Fischer, Raphael Guzman, Jens Fiehler, Marios-Nikos Psychogios, and Peter B. Sporns. 2023. "Machine Learning for Onset Prediction of Patients with Intracerebral Hemorrhage" Journal of Clinical Medicine 12, no. 7: 2631. https://doi.org/10.3390/jcm12072631

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

Article Metrics

Back to TopTop