Abstract
Purpose
In cases of acute intracerebral hemorrhage (ICH) volume estimation is of prognostic and therapeutic value following minimally invasive surgery (MIS). The ABC/2 method is widely used, but suffers from inaccuracies and is time consuming. Supervised machine learning using convolutional neural networks (CNN), trained on large datasets, is suitable for segmentation tasks in medical imaging. Our objective was to develop a CNN based machine learning model for the segmentation of ICH and of the drain and volumetry of ICH following MIS of acute supratentorial ICH on a relatively small dataset.
Methods
Ninety two scans were assigned to training (n = 29 scans), validation (n = 4 scans) and testing (n = 59 scans) datasets. The mean age (SD) was 70 (± 13.56) years. Male patients were 36. A hierarchical, patch-based CNN for segmentation of ICH and drain was trained. Volume of ICH was calculated from the segmentation mask.
Results
The best performing model achieved a Dice similarity coefficient of 0.86 and 0.91 for the ICH and drain respectively. Automated ICH volumetry yielded high agreement with ground truth (Intraclass correlation coefficient = 0.94 [95% CI: 0.91, 0.97]). Average difference in the ICH volume was 1.33 mL.
Conclusion
Using a relatively small dataset, originating from different CT-scanners and with heterogeneous voxel dimensions, we applied a patch-based CNN framework and successfully developed a machine learning model, which accurately segments the intracerebral hemorrhage (ICH) and the drains. This provides automated and accurate volumetry of the bleeding in acute ICH treated with minimally invasive surgery.
Keywords: Intracerebral hemorrhage, Minimally invasive surgery, Machine learning, Automated volumetry, Convolutional neural network
Introduction
The global burden of intracerebral hemorrhage (ICH) is estimated at about 5 million events annually and has a high morbidity and mortality [1]. Minimally invasive surgery (MIS) for hematoma evacuation aims to reduce ICH volume and perihematomal edema. Current guidelines recommend MIS in patients with supratentorial ICH > 20–30 ml volume and Glasgow coma scale of 5–12 [2]. The MISTIE III trial is the largest study on MIS to date and identifies a reduction of the clot size to 15 ml or less and a correct drain position within the ICH as the aim for the procedure [3]. Therefore, estimation of ICH volume is of therapeutic relevance.
In general, the ABC/2 method is widely established to measure volumes in CT scans. It was validated in different clinical settings e.g. neoplasia [4–6]. Nevertheless, other investigations identified significant deviation from manual planimetric methods, especially in irregularly shaped objects [7, 8]. Planimetric volumetry of ICH is a time intensive task averaging roughly 3.4 min per patient [9].
Advancements in supervised machine learning using convolutional neural networks (CNN) for automated segmentation have demonstrated high accuracy in detecting, classifying, and segmenting ICH. However, these studies required large datasets of 300, 600 and 1732 scans respectively [9–11]. In contrast, hierarchical, patch-based CNN architectures, trained on smaller datasets, enable segmentation in large 3D images, exhibiting encouraging results in complex segmentation tasks [12–14].
In this study, our objective was to develop a machine learning algorithm for the segmentation of ICH and of the drain and volumetry of ICH subsequent to minimally invasive surgery of acute supratentorial ICH.
Materials and methods
Approval of the institutional review board was obtained and the requirement for informed consent was waived. We selected patients suffering from supratentorial ICH that were treated with MIS from a retrospective database. Inclusion criteria were age ≥ 18 years and available CT-imaging. No exclusions were made based on scanner model, settings, voxel size or presence of artefacts.
Ground truth (GT) annotation and development of the CNN were carried out using a local instance of the Nora imaging platform (https://www.nora-imaging.com). Image calculations were done using MATLAB (MATLAB R2021a, The MathWorks). Statistical evaluation of the results and plotting were done using R software version 4.2.0 [15].
Imaging datasets
Thirty nine scans from 29 patients examined between years 2011 and 2018 were randomly selected from our database. To avoid data leakage, we partitioned our data on the patient level, thus ensuring that repeat examinations of all patients were assigned to the same group. We randomly divided the data into training (n = 21 patients / 29 scans), validation (n = 3 patients / 4 scans) and testing (n = 5 patients / 6 scans). To avoid the effect of random patient selection on the results, we added not yet included consecutive patients examined between 2010—2012 to the testing dataset for a total of 59 scans belonging to 44 patients. The mean age (SD) was 70 (± 13.56) years and there were 36 male patients (52.9%).
Ground truth
Non-overlapping segmentation masks of the ICH and the intracranial part of the drain were manually delineated by a neuroradiologist, with three years of experience (A.E.). Overlapping voxels were subsequently identified and classified to their corresponding mask by applying a threshold operation with voxels ≥ 100 HU assigned to the drain mask.
CNN segmentation of ICH and drain
No preprocessing was applied to the CT data. The development of the CNN model relied on the Patchwork CNN Toolbox [12]. Here, the input for the CNN was the CT image in HU units. Instead of normalizing/cropping the image, an initial channel splitting layer was used. This channel splitting layer separates the input value range into 11 feature channels that are sensitive to a particular HU range. This method was inspired by the windowing approach that a radiologist uses when reading images by dividing the entire HU area into detachable image parts, e.g., CT windows for soft tissue or bone. The ranges are initialized with the following centers [-1000, -500, -100, -50, -25, 0, 25, 50, 100, 500, 1000], and further refined during training. Three hierarchical scales (patches) were used. The finest scale was reformatted to 1-mm isotropic voxels.
To determine the best model parameters we initially tested six different combinations on 106 image patches, experimenting with two different versions of three model parameters.
Feature dimensions in each scale: [8, 16, 16, 32, 64] or [8, 16, 16, 32, 64, 64]
Loss function: categorical or binary cross-entropy.
Augmentation at each level of the network: rotation angle 0.2, right-left flipping and zooming 10–20% or rotation angle 0.4, flipping in all dimensions, zooming 10–20% and random uniform scaling of the voxel values in each scale.
Performance measures
We employed the Deepmind library (https://github.com/deepmind/surface-distance) to measure overlap and spatial distance metrics.
Dice similarity coefficient (DSC) which measures the overlap of two sets of points
Surface DSC, which measures the overlap of the surfaces of two sets of points at a specific tolerance (1 mm). The surface DSC is better suited than DSC for assessing performance in 3D segmentation tasks [16].
Surface overlap measures the average overlap at a specific tolerance (1 mm) returning two values. The average overlap from the GT surface to the predicted surface and vice versa.
Hausdorff distance measures the distance between two sets of points. To alleviate its sensitivity to outliers, both the Hausdorff100 and Hausdorff95 (top 95% of the distances are taken into account) were evaluated.
Average surface distance, which measures the distances between the surfaces of two sets of points at a specific tolerance (1 mm) and thus returning two values. The average distance from the GT surface to the predicted surface and vice versa [16, 17].
The top-performing model on the validation dataset was trained using 1.2 × 107 patches. The model output is a 4D NIfTI object with two 3D 1-mm isotropic NIfTI volumes, indicating the probability of each voxel belonging to ICH/drain or to the background. Binary masks were produced using a threshold to optimize performance measures of the CNN. The volume of ICH was calculated by summing the 1-mm isotropic voxels of the ICH mask.
Comparison with no-new-U-Net (nnU-Net)
Isensee et al. [18] published a self-adapting semantic segmentation method that was tested on a wide variety of medical imaging datasets with good results, as well as achieving top placements in multiple segmentation challenges. Using the same data partitions, we trained and tested an nnU-Net model using our datasets.
Statistical tests
To assess the agreement between predicted and GT ICH volume we calculated the intraclass correlation coefficient (ICC) [19]. We also generated concordance plots and Bland–Altman plots [20] to visualize the agreement between the two measurements.
Results
Imaging characteristics
Images were acquired from a single center on three different scanners. Range of voxel sizes was 0.38–0.52 × 0.38–0.52 × 0.7–5 mm3. Soft kernel reconstructions were available in all patients.
CNN segmentation patchwork results
We tested six different model variations to approximate optimal parameter settings. Here, we selected the best performing model based on the DSC and the surface DSC. Models 1 and 4 showed the best performance (Table 1, Fig. 1). These model parameters were those trained using less complex parameter variants, suggesting overfitting with more complex model architectures. Model 1 employed a categorical cross-entropy, while model 4 utilized a binary cross-entropy loss function. A minimal advantage was observed with model 4 compared to model 1. We thus selected the parameters of model 4 and trained our final model using 1.2 × 107 patches, which resulted in sufficient overlap metrics (Table 2, Fig. 1).
Table 1.
DSC and Surface DSC at tolerance of 1 mm of ICH and drain of all model variations in training and validation datasets
Model | Metric (Tolerance) | ICH Train | ICH Validation | Drain Train | Drain Validation |
---|---|---|---|---|---|
01 | Dice | 0.920 | 0.880 | 0.920 | 0.896 |
01 | Surface dice (1 mm) | 0.890 | 0.836 | 0.972 | 0.962 |
02 | Dice | 0.890 | 0.870 | 0.879 | 0.868 |
02 | Surface dice (1 mm) | 0.817 | 0.805 | 0.928 | 0.939 |
03 | Dice | 0.891 | 0.880 | 0.859 | 0.861 |
03 | Surface dice (1 mm) | 0.823 | 0.824 | 0.908 | 0.931 |
04 | Dice | 0.921 | 0.888 | 0.919 | 0.887 |
04 | Surface dice (1 mm) | 0.889 | 0.846 | 0.969 | 0.947 |
05 | Dice | 0.898 | 0.883 | 0.846 | 0.854 |
05 | Surface dice (1 mm) | 0.827 | 0.828 | 0.880 | 0.908 |
06 | Dice | 0.889 | 0.872 | 0.878 | 0.876 |
06 | Surface dice (1 mm) | 0.814 | 0.811 | 0.932 | 0.972 |
Fig. 1.
a: Dice and surface dice coefficients in all model variations in validation dataset. b: Similarity and overlap metrics of the final model variation in all datasets
Table 2.
Performance measures of the final model in ICH and drain across all datasets
Metric (Tolerance) | ICH Train | ICH Validation | ICH Test | Drain Train | Drain Validation | Drain Test |
---|---|---|---|---|---|---|
Dice | 0.95 | 0.89 | 0.86 | 0.95 | 0.91 | 0.91 |
Hausdorff (100%) | 14.85 | 36.19 | 16.66 | 7.31 | 2.01 | 26.77 |
Hausdorff (95%) | 1.23 | 4.07 | 9.04 | 0.44 | 0.79 | 14.44 |
Surface avg dist 1 | 0.29 | 1.29 | 1.52 | 0.06 | 0.13 | 0.24 |
Surface avg dist 2 | 0.12 | 0.33 | 0.88 | 0.04 | 0.05 | 2.19 |
Surface dice (1 mm) | 0.95 | 0.84 | 0.79 | 0.99 | 0.98 | 0.95 |
Surface overlap 1 (1 mm) | 0.93 | 0.79 | 0.74 | 0.99 | 0.97 | 0.94 |
Surface overlap 2 (1 mm) | 0.98 | 0.90 | 0.87 | 1.00 | 1.00 | 0.96 |
Three dimensional binary masks for the ICH and the drain were produced from the model output using a probability threshold of 0.5. The resulting NIfTI objects are in the same reference space as the CT images, facilitating superimposition, visualization, and export to PACS systems (Fig. 2).
Fig. 2.
CT images of a test patient. a & d axial, b & e coronal and c & f sagittal reformats of the CT scan with GT (top row) and predicted masks (bottom row) of ICH (red) and the drain (green)
Segmentation result using nnU-Net
We trained an nnU-Net (https://github.com/MIC-DKFZ/nnUNet) model using default settings. Table 3 shows the results in all datasets.
Table 3.
Performance measures of nnU-Net in ICH and drain across all datasets
Metric (Tolerance) | ICH Train | ICH Validation | ICH Test | Drain Train | Drain Validation | Drain Test |
---|---|---|---|---|---|---|
Dice | 0.95 | 0.95 | 0.87 | 0.97 | 0.96 | 0.94 |
Hausdorff (100%) | 14.96 | 33.39 | 16.94 | 3.70 | 0.71 | 4.97 |
Hausdorff (95%) | 1.44 | 1.24 | 6.81 | 2.30 | 0.21 | 3.03 |
Surface avg dist 1 | 0.32 | 0.74 | 1.23 | 0.03 | 0.03 | 0.08 |
Surface avg dist 2 | 0.16 | 0.11 | 0.58 | 0.47 | 0.03 | 1.00 |
Surface dice (1 mm) | 0.94 | 0.96 | 0.81 | 0.99 | 1.00 | 0.98 |
Surface overlap 1 (1 mm) | 0.92 | 0.93 | 0.75 | 1.00 | 1.00 | 0.99 |
Surface overlap 2 (1 mm) | 0.97 | 0.98 | 0.90 | 0.99 | 1.00 | 0.98 |
ICH volumetry patchwork results
The mean (± SD) of GT ICH volumes in the training, validation and testing datasets were 49 (± 23.1), 42.9 (± 34.9), and 37.8 (± 21.1) mL respectively. The mean (± SD) predicted ICH volumes were 48.5 (± 23.1), 38.5 (± 31.9) and 39.1 (± 23.5) mL respectively. ICC was calculated, which showed an excellent agreement of 0.94 (95% CI: 0.91, 0.97) in the test dataset. Figure 3 depicts ICH volume concordance plots and Bland–Altman plots, both showing excellent agreement between predicted and GT ICH volumes across all values. In the test dataset, our model prediction overestimated the ICH volume on average by 1.33 mL.
Fig. 3.
a: Concordance plot of GT and predicted ICH volumes in all patients in the CNN dataset. Regression line (blue) and 95% confidence interval of predicted values. b: Bland–Altman plot of GT and predicted ICH volumes in all patients. Regression line (blue) and 95% confidence interval of differences
ICH volumetry using nnU-net
Automated volumetry using the predictions of the nnU-Net model yielded an ICC of 0.96 (95% CI: 0.94, 0.98) between the GT volumes and the predicted volumes in the continuous testing data set.
Discussion
We developed a CNN machine learning model to segment ICH and drains in cases treated with minimally invasive surgery. Our model accurately segmented the ICH and drain with DSC scores of 0.86 and 0.91 respectively. Additionally, automated ICH volumetry yielded high agreement with ground truth (ICC = 0.94 [95% CI: 0.91, 0.97]), overestimating the ICH volume by 1.33 mL. We developed our model with relatively small training and validation datasets (n = 33) of heterogeneous data, originating from various scanners, a wide range of voxel sizes, and anisotropy, which enhances the model’s generalizability. Moreover, we did not employ image preprocessing, minimizing processing power demands, and making the model independent of preprocessing algorithm results such as skull stripping or cropping.
As ICH demonstrates excellent contrast in CT, it has been utilized for automated diagnosis with different levels of success. Most of the previous research focused on detecting ICH and reported accuracy measures reaching 0.98 for area under the receiver operating characteristic curve [21]. In our study, all cases suffered an ICH and all were successfully detected. However, this was not the purpose of our study and we acknowledge a conceivable selection bias in our cohort. As we only included patients selected for MIS, the ICH volume in our cohort may have been skewed towards larger volume (41.5 mL). The average ICH volume in our cohort, while comparable to that reported in the MISTIE III Trial (47.4 mL) [10], was higher compared to studies focusing on ICH segmentation. For instance, Ironside et.al. reported an average volume of 25.7 mL [9].
In our study, we applied a patch based CNN toolbox [12], which allows model development by creating training patches in the magnitude of millions from a small number of scans (n = 33 in our study). Testing on a larger test dataset (n = 59) resulted in a sufficient model performance (DSC = 0.86). The results are comparable with other published works, which reached a DSC of 0.92 training on several hundreds of scans [11, 22–27]. Applying the no-new-Unet segmentation toolbox [18] to our dataset yielded a good result (DSC = 0.87) that is comparable to our model. We assume that the sufficient results in spite of using a small dataset, may be attributed to the excellent image contrast in this segmentation task.
Volume reduction of ICH on follow up examinations is an aim of the treatment according to the MISTI III study and has been linked to 12-month mortality [3, 28]. Accurate automated volumetry could address the shortcomings of the ABC/2 approach. However, to accomplish this, an accurate segmentation of the hemorrhage is required. We achieved a very high correlation between predicted and GT ICH volume (ICC = 0.94 [95% CI: 0.91, 0.97]), which lies within the range of other automated algorithms, where a comparable correlation coefficient reaching 0.98 was achieved [11, 23, 24, 26, 27].
Furthermore, we achieved accurate segmentation of the drain (DSI = 0.91). A literature search yielded no other articles that attempt to segment drains following MIS. Precise segmentation of the ICH and drain might potentially simplify the evaluation of the drain position following MIS, which is crucial for treatment success.
Conclusions
Using a relatively small dataset, originating from different CT-scanners and with heterogeneous voxel dimensions, we applied a patch-based CNN framework and successfully developed a machine learning model, which accurately segments the intracerebral hemorrhage (ICH) and the drains. This provides automated and accurate volumetry of the bleeding in acute ICH treated with minimally invasive surgery.
Funding
Open Access funding enabled and organized by Projekt DEAL. No funding was received for conducting this study.
Data availability
Data are available from the authors upon reasonable request and approval of the local ethics committee.
Code availability
A standalone version of the trained model and a script for prediction are available in a Github repository (Github: https://github.com/s-elsheikh/segment_ich).
Declarations
Competing interests
Samer Elsheikh:
No competing Interests: Unrelated: research grants from Bracco Suisse S.A., Medtronic. Travel grant from Medtronic.
Horst Urbach:
Received honoraria for lectures from Biogen, Eisai, Mbits and Lilly, is supported by German Federal Ministry of Education and Research, and is coeditor of Clin Neuroradiol.
Elias Kellner:
Shareholder of and received fees from VEObrain GmbH, Freiburg, Germany.
Theo Demerath:
No competing interest (unrelated: travel grants Balt, Stryker).
Ethics approval
Approval of the ethics committee was obtained.
Informed consent
Due to retrospective nature the ethics committee waived the requirement for informed consent.
Footnotes
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
References
- 1.Krishnamurthi RV, Feigin VL, Forouzanfar MH, Mensah GA, Connor M, Bennett DA, et al. Global and regional burden of first-ever ischaemic and haemorrhagic stroke during 19902010: findings from the global burden of disease study 2010. Lancet Glob Health. 2013;1(5):e259–e281. doi: 10.1016/s2214-109x(13)70089-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2.Greenberg SM, Ziai WC, Cordonnier C, Dowlatshahi D, Francis B, Goldstein JN, et al. 2022 guideline for the management of patients with spontaneous intracerebral hemorrhage: a guideline from the american heart association/american stroke association. Stroke. 2022;53(7):e282–e361. doi: 10.1161/STR.0000000000000407. [DOI] [PubMed] [Google Scholar]
- 3.Hanley DF, Thompson RE, Rosenblum M, Yenokyan G, Lane K, McBee N, et al. Efficacy and safety of minimally invasive surgery with thrombolysis in intracerebral haemorrhage evacuation (MISTIE III): a randomised, controlled, open-label, blinded endpoint phase 3 trial. Lancet. 2019;393(10175):1021–1032. doi: 10.1016/s0140-6736(19)30195-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Kothari RU, Brott T, Broderick JP, Barsan WG, Sauerbeck LR, Zuccarello M, et al. The ABCs of measuring intracerebral hemorrhage volumes. Stroke. 1996;27(8):1304–1305. doi: 10.1161/01.str.27.8.1304. [DOI] [PubMed] [Google Scholar]
- 5.Mahaley MS, Gillespie GY, Hammett R. Computerized tomography brain scan tumor volume determinations. J Neurosurg. 1990;72(6):872–878. doi: 10.3171/jns.1990.72.6.0872. [DOI] [PubMed] [Google Scholar]
- 6.Sucu HK, Gokmen M, Gelal F. The value of XYZ/2 technique compared with computer-assisted volumetric analysis to estimate the volume of chronic subdural hematoma. Stroke. 2005;36(5):998–1000. doi: 10.1161/01.str.0000162714.46038.0f. [DOI] [PubMed] [Google Scholar]
- 7.Huttner HB, Steiner T, Hartmann M, Köhrmann M, Juettler E, Mueller S, et al. Comparison of ABC/2 estimation technique to computer-assisted planimetric analysis in warfarin-related intracerebral parenchymal hemorrhage. Stroke. 2006;37(2):404–408. doi: 10.1161/01.str.0000198806.67472.5c. [DOI] [PubMed] [Google Scholar]
- 8.Maeda AK, Aguiar LR, Martins C, Bichinho GL, Gariba MA. Hematoma volumes of spontaneous intracerebral hemorrhage: the ellipse (ABC/2) method yielded volumes smaller than those measured using the planimetric method. Arq Neuropsiquiatr. 2013;71(8):540–544. doi: 10.1590/0004-282x20130084. [DOI] [PubMed] [Google Scholar]
- 9.Ironside N, Chen C-J, Mutasa S, Sim JL, Marfatia S, Roh D, et al. Fully automated segmentation algorithm for hematoma volumetric analysis in spontaneous intracerebral hemorrhage. Stroke. 2019;50(12):3416–3423. doi: 10.1161/strokeaha.119.026561. [DOI] [PubMed] [Google Scholar]
- 10.Sharrock MF, Mould WA, Ali H, Hildreth M, Awad IA, Hanley DF, et al. 3D deep neural network segmentation of intracerebral hemorrhage: development and validation for clinical trials. Neuroinformatics. 2020;19(3):403–415. doi: 10.1007/s12021-020-09493-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Kok YE, Pszczolkowski S, Law ZK, Ali A, Krishnan K, Bath PM et al (2022) Semantic segmentation of spontaneous intracerebral hemorrhage, intraventricular hemorrhage, and associated edema on CT images using deep learning. Radiol Artif Intell 4(6). 10.1148/ryai.220096 [DOI] [PMC free article] [PubMed]
- 12.Reisert M, Russe M, Elsheikh S, Kellner E, Skibbe H (2022) Deep neural patchworks: Coping with large segmentation tasks. arXiv e-prints. [Online] 2022; arXiv:2206.03210. 10.48550/ARXIV.2206.03210
- 13.Elsheikh S, Urbach H, Reisert M. Intracranial vessel segmentation in 3D high-resolution T1 black-blood MRI. Am J Neuroradiol. 2022;43(12):1719–1721. doi: 10.3174/ajnr.a7700. [DOI] [PubMed] [Google Scholar]
- 14.Rau A, Schröter N, Rijntjes M, Bamberg F, Jost WH, Zaitsev M, et al. Deep learning segmentation results in precise delineation of the putamen in multiple system atrophy. Eur Radiol. 2023;33(10):7160–7167. doi: 10.1007/s00330-023-09665-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.R Core Team (2022) R: A language and environment for statistical computing. [Online]. https://www.R-project.org/
- 16.Taha AA, Hanbury A (2015) Metrics for evaluating 3D medical image segmentation: Analysis, selection, and tool. BMC Med Imaging. 15(1). 10.1186/s12880-015-0068-x [DOI] [PMC free article] [PubMed]
- 17.Yeghiazaryan V, Voiculescu I. Family of boundary overlap metrics for the evaluation of medical image segmentation. J Med Imaging. 2018;5(01):1. doi: 10.1117/1.jmi.5.1.015006. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Isensee F, Jaeger PF, Kohl SAA, Petersen J, Maier-Hein KH. nnU-net: a self-configuring method for deep learning-based biomedical image segmentation. Nat Methods. 2020;18(2):203–211. doi: 10.1038/s41592-020-01008-z. [DOI] [PubMed] [Google Scholar]
- 19.Gamer M, Lemon J, IFPS (2019) Irr: Various coefficients of interrater reliability and agreement. [Online]. https://CRAN.R-project.org/package=irr
- 20.Datta D (2017) Blandr: A bland-altman method comparison package for r. [Online]. 10.5281/zenodo.824514
- 21.Yeo M, Tahayori B, Kok HK, Maingard J, Kutaiba N, Russell J, et al. Review of deep learning algorithms for the automatic detection of intracranial hemorrhages on computed tomography head imaging. J NeuroInterventional Surg. 2021;13(4):369–378. doi: 10.1136/neurintsurg-2020-017099. [DOI] [PubMed] [Google Scholar]
- 22.Bhadauria HS, Dewal ML. Intracranial hemorrhage detection using spatial fuzzy c-mean and region-based active contour on brain CT imaging. SIViP. 2012;8(2):357–364. doi: 10.1007/s11760-012-0298-0. [DOI] [Google Scholar]
- 23.Muschelli J, Sweeney EM, Ullman NL, Vespa P, Hanley DF, Crainiceanu CM (2017) PItcHPERFeCT: Primary intracranial hemorrhage probability estimation using random forests on CT. NeuroImage Clin 14:379–390. 10.1016/j.nicl.2017.02.007 [DOI] [PMC free article] [PubMed]
- 24.Kuang H, Menon BK, Qiu W. Segmenting hemorrhagic and ischemic infarct simultaneously from follow-up non-contrast CT images in patients with acute ischemic stroke. IEEE Access. 2019;7:39842–39851. doi: 10.1109/access.2019.2906605. [DOI] [Google Scholar]
- 25.Gautam A, Raman B (2018) Automatic segmentation of intracerebral hemorrhage from brain CT images. Adv Intell Syst Comput 753–764. 10.1007/978-981-13-0923-6_64
- 26.Prakash KNB, Zhou S, Morgan TC, Hanley DF, Nowinski WL. Segmentation and quantification of intra-ventricular/cerebral hemorrhage in CT scans by modified distance regularized level set evolution technique. Int J Comput Assist Radiol Surg. 2012;7(5):785–798. doi: 10.1007/s11548-012-0670-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Dhar R, Falcone GJ, Chen Y, Hamzehloo A, Kirsch EP, Noche RB, et al. Deep learning for automated measurement of hemorrhage and perihematomal edema in supratentorial intracerebral hemorrhage. Stroke. 2020;51(2):648–651. doi: 10.1161/strokeaha.119.027657. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Fallenius M, Skrifvars MB, Reinikainen M, Bendel S, Curtze S, Sibolt G, et al. Spontaneous intracerebral hemorrhage: factors predicting long-term mortality after intensive care. Stroke. 2019;50(9):2336–2343. doi: 10.1161/strokeaha.118.024560. [DOI] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
Data are available from the authors upon reasonable request and approval of the local ethics committee.
A standalone version of the trained model and a script for prediction are available in a Github repository (Github: https://github.com/s-elsheikh/segment_ich).