| Literature DB >> 31519923 |
Anthony J Winder1, Susanne Siemonsen2, Fabian Flottmann2, Götz Thomalla3, Jens Fiehler2, Nils D Forkert4,5,6,7.
Abstract
Decisions regarding acute stroke treatment rely heavily on imaging, but interpretation can be difficult for physicians. Machine learning methods can assist clinicians by providing tissue outcome predictions for different treatment approaches based on acute multi-parametric imaging. To produce such clinically viable machine learning models, factors such as classifier choice, data normalization, and data balancing must be considered. This study gives comprehensive consideration to these factors by comparing the agreement of voxel-based tissue outcome predictions using acute imaging and clinical parameters with manual lesion segmentations derived from follow-up imaging. This study considers random decision forest, generalized linear model, and k-nearest-neighbor machine learning classifiers in conjunction with three data normalization approaches (non-normalized, relative to contralateral hemisphere, and relative to contralateral VOI), and two data balancing strategies (full dataset and stratified subsampling). These classifier settings were evaluated based on 90 MRI datasets from acute ischemic stroke patients. Distinction was made between patients recanalized using intraarterial and intravenous methods, as well as those without successful recanalization. For primary quantitative comparison, the Dice metric was computed for each voxel-based tissue outcome prediction and its corresponding follow-up lesion segmentation. It was found that the random forest classifier outperformed the generalized linear model and the k-nearest-neighbor classifier, that normalization did not improve the Dice score of the lesion outcome predictions, and that the models generated lesion outcome predictions with higher Dice scores when trained with balanced datasets. No significant difference was found between the treatment groups (intraarterial vs intravenous) regarding the Dice score of the tissue outcome predictions.Entities:
Mesh:
Year: 2019 PMID: 31519923 PMCID: PMC6744509 DOI: 10.1038/s41598-019-49460-y
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1Maps of voxel features extracted in the preprocessing step. Panel (A) shows a selected ADC slice, with (B) superimposing the automatic segmentation of infarct core (red) and CSF (cyan). Also shown are: (C) CBF visualized from 0 to 80 mL/min/100 g; (D) CBV visualized from 0 to 10 mL/100 g; (E) MTT visualized from 0 to 16 seconds; (F) Tmax visualized from 0 to 12 seconds; (G) distance from infarct core visualized from 0 to 95 voxels; (H) the registered MNI white-matter atlas; (I) the discrete MNI brain atlas regions; and (J) follow-up imaging with the segmented real tissue outcome superimposed in (K).
Figure 2Selected slice from the ADC parameter map of a patient treated using IV rtPA with overlay showing the ground-truth lesion segmentation (A) and the thresholded tissue outcome predictions of: the random decision forest classifier (B), the generalized linear model (C), and the k-nearest-neighbor classifier (D). Training sets used by the classifiers in generating these predictions incorporated voxel subsampling and normalization relative to the contralateral hemisphere.
Stratified mean values (and standard deviations) of patient and imaging characteristics for IAR (n = 33), IVR (n = 23) and NR (n = 34) patients.
| ADC Lesion Volume (mL) | Tissue-At-Risk Volume (mL) | Follow-up Lesion Volume (mL) | Age (years) | Percent Female | Initial NIHSS | Onset to Imaging (minutes) | |
|---|---|---|---|---|---|---|---|
| IAR | 19.65 (5.08) | 17.58 (5.32) | 50.85 (14.11) | 70 (1.76) | 52 | 15.85 (0.91) | 162.61 (17.71) |
| IVR | 7.50 (2.09) | 27.9 (6.11) | 32.22 (6.71) | 74 (2.74) | 78 | 14.30 (1.31) | 97.83 (12.28) |
| NR | 14.28 (3.33) | 21.71 (4.72) | 68.73 (12.1) | 75 (2.19) | 96 | 15.85 (0.89) | 171.76 (22.08) |
| significance |
p values were generated using the following tests: for sex frequency (Percent Female), Pearson’s Chi-squared; for initial NIHSS, Kruskal-Wallis H test; for ADC lesion volume, tissue-at-risk volume, follow-up lesion volume, age, and symptom-onset-to-imaging time, one-way ANOVA.
Mean Dice scores and (standard deviations) for the comparisons of ground-truths in IAR (n = 33), IVR (n = 23), and NR (n = 34) patients with tissue outcome predictions.
| Cohort | Model | All voxels | Stratified Random Sampling | ||||
|---|---|---|---|---|---|---|---|
| Absolute | Contralateral | VOI | Absolute | Contralateral | VOI | ||
| IAR | RF | 0.399 (0.267) | 0.382 (0.267) | 0.376 (0.271) | 0.445 (0.231) | 0.450 (0.233) | |
| GLM | 0.320 (0.244) | 0.305 (0.243) | 0.319 (0.241) | 0.350 (0.198) | 0.346 (0.193) | 0.360 (0.204) | |
| KNN | 0.318 (0.234) | 0.304 (0.226) | 0.299 (0.219) | 0.362 (0.221) | 0.317 (0.190) | 0.326 (0.194) | |
| IVR | RF | 0.420 (0.249) | 0.430 (0.245) | 0.428 (0.237) | 0.455 (0.256) | 0.453 (0.254) | |
| GLM | 0.405 (0.236) | 0.426 (0.239) | 0.430 (0.241) | 0.407 (0.241) | 0.419 (0.243) | 0.415 (0.240) | |
| KNN | 0.399 (0.231) | 0.343 (0.247) | 0.343 (0.247) | 0.397 (0.238) | 0.364 (0.227) | 0.378 (0.229) | |
| NR | RF | 0.469 (0.236) | 0.491 (0.235) | 0.480 (0.239) | 0.481 (0.243) | 0.473 (0.251) | |
| GLM | 0.432 (0.213) | 0.472 (0.208) | 0.432 (0.213) | 0.418 (0.241) | 0.446 (0.235) | 0.423 (0.227) | |
| KNN | 0.367 (0.267) | 0.390 (0.222) | 0.372 (0.223) | 0.430 (0.226) | 0.402 (0.228) | 0.379 (0.225) | |
IAR = Patients recanalized using IA thrombectomy, IVR = Patients recanalized using IV tPA, NR = Non-recanalizing patients, RF = random forest, GLM = generalized linear model, kNN = K-nearest-neighbor. The highest Dice values achieved for each cohort are shown in bold.
Figure 3Box plots showing the distribution of Dice scores obtained from thresholded single-parameter maps of IA-recanalized (n = 33), IV-recanalized (n = 23), and non-recanalized (n = 34) patients for each normalization and treatment method. Whiskers extend 1.5 times the IQR from the 1st and 3rd quartile. (RC = relative to the contralateral hemisphere, RVO = relative to the VOI, ABS = absolute set of values without normalization). Unfilled dots represent outlier cases with a Dice score at least 1.5 times the interquartile range greater than the third quartile.
Mean Dice scores (and standard deviation) for each imaging parameter and normalization method.
| Absolute | Contralateral | VOI | |
|---|---|---|---|
| ADC | 0.275 (0.214) | 0.298 (0.216) | 0.292 (0.211) |
| CBF | 0.068 (0.079) | 0.096 (0.112) | 0.093 (0.112) |
| CBV | 0.076 (0.091) | 0.067 (0.079) | 0.066 (0.078) |
| MTT | 0.207 (0.188) | 0.229 (0.193) | 0.225 (0.196) |
| Tmax | 0.190 (0.186) | 0.193 (0.187) | 0.193 (0.186) |