Abstract
Background and purpose
Clinical assessment scores in acute ischemic stroke are only moderately correlated with lesion volume since lesion location is an important confounding factor. Many studies have investigated gray matter indicators of stroke severity, but the understanding of white matter tract involvement is limited in the early phase after stroke. This study aimed to measure and model the involvement of white matter tracts with respect to 24-h post-stroke National Institutes of Health Stroke Scale (NIHSS).
Material and methods
A total of 96 patients (50 females, mean age 66.4 ± 14.0 years, median NIHSS 5, interquartile range: 2–9.5) with follow-up fluid-attenuated inversion recovery magnetic resonance imaging data sets acquired one to seven days after acute ischemic stroke onset due to proximal anterior circulation occlusion were included. Lesions were semi-automatically segmented and non-linearly registered to a common reference atlas. The lesion overlap and tract integrity were determined for each white matter tract in the AALCAT atlas and used to model NIHSS outcomes using a supervised linear-kernel support vector regression method, which was evaluated using leave-one-patient-out cross validation.
Results
The support vector regression model using the tract integrity and tract lesion overlap measurements predicted the 24-h NIHSS score with a high correlation value of r = 0.7. Using the tract overlap and tract integrity feature improved the modeling accuracy of NIHSS significantly by 6% (p < 0.05) compared to using overlap measures only.
Conclusion
White matter tract integrity and lesion load are important predictors for clinical outcome after an acute ischemic stroke as measured by the NIHSS and should be integrated for predictive modeling.
Keywords
Introduction
Lesion location is known to play a crucial role for stroke severity and recovery. It has been shown that a combination of lesion location and volume predicts stroke severity better compared to lesion volume alone. 1 However, data investigating the impact of white matter (WM) involvement on clinical outcome is sparse. Given that WM constitutes approximately half of the brain volume and recovery from WM injury has a different trajectory compared to gray matter (GM), 2 the importance of WM tract involvement in ischemic stroke should be investigated in more detail. Furthermore, an improved understanding of WM injury will lay the foundation to build comprehensive models of long-term outcomes that integrate the structural integrity of GM and WM structures, both.
Previous studies investigating WM tract injury post-stroke predominantly used lesion overlap measurements.3–8 However, a WM tract may be affected by a large percentage of lesion overlap but still retain signal conduction. In contrast, a tract may have a small lesion that does not spare any fibers within it, thus incapacitating the tract (Figure 1). Analyzing the tract integrity in addition to simple overlap measurements might hold additional informative value for the prediction of the clinical outcome.
Synthetic example of tract integrity: (a) lesion spares some portion of the tract, but volume overlap is high; (b) lesion cuts through the tract, but volume overlap is low; (c) a sample patient data with the lesion (in red) and probabilistic white matter tracts overlaid. The yellow arrow indicates a case of 100% tract dissection of the anterior thalamic radiation. The region of lesion overlap completely cuts through the tract. Therefore, the integrity measure in this case is 0. Opposite to this, the purple arrow shows a case of a similar lesion overlap (outlined in purple) but spares more than 50% of the inferior fronto-occipital fasciculus in this slice.
The aim of this work was to develop a computer-assisted decision support framework to quantify tract-specific structural integrity measures and estimate the utility of the proposed metric in combination with traditional lesion overlap measures to predict early stroke outcomes.
Materials and methods
Data
The data sets used in this project were pooled together from two multi-center trials: the ESCAPE 9 and the INTERRSeCT study, 10 which include patients with acute anterior circulation stroke who underwent follow-up magnetic resonance imaging (MRI) and computed tomography assessment. The ESCAPE database consists of 315 subjects with acute ischemic occlusion(s) of the middle cerebral artery (M1-, M2-, or carotid-middle cerebral artery) imaged within 12-h of last-seen-normal and a baseline National Institutes of Health Stroke Scale (NIHSS) > 5. The INTERRSeCT database consists of 100 patients, also imaged within 12-h from symptom onset.
In this study, follow-up fluid-attenuated inversion recovery (FLAIR) MRI was used as the basis for lesion delineation. Therefore, only subjects who obtained follow-up FLAIR imaging within one to seven days after acute ischemic stroke and had a measured NIHSS score at approximately 24-h after onset were included. Subjects with previous cerebral strokes, bilateral lesions, remote hemorrhagic transformations, or severe WM hyperintensities were excluded.
Clinical characteristics of the sample population (n = 96)
CI: confidence interval; MRI: magnetic resonance imaging; EVT: endovascular therapy; IQR: interquartile range; NIHSS: National Institutes of Health Stroke Scale.
The data that support the findings of this study can be requested from the principal investigators of the two multi-center trials. Acquisition of the data sets for the two trials was approved by the respective local ethics board at each site contributing to the two trials. All data sets used in this secondary study were made available after complete anonymization.
Preprocessing
Lesions were semi-automatically segmented in each FLAIR MRI data set using ANTONIA.11,12 Skull stripping of the FLAIR MRI data sets was performed using the ANTs toolkit. 13 The individual brain volumes were globally aligned to the elderly brain atlas developed by the groupe d’imagerie neurofonctionnelle (GIN) 14 using an affine registration. To ensure local correspondence, this affine transform was used to initialize a secondary non-linear registration employing the Lanczos-windowed-sinc interpolation and optimization of the mutual information similarity metric with cost function masking. 15 The resulting non-linear transformations were applied to the binary lesion masks using a nearest-neighbour interpolation, thereby transforming them from patient space to atlas space. No mirroring of lesions from the left to the right hemisphere (or vice versa) was performed. All registrations were visually assessed.
Feature extraction
The AALCAT WM atlas provided by the NiiStat toolbox (https://www.nitrc.org/projects/niistat/) was employed to quantify the WM tract lesion overlap and integrity as described in the following. It consists of labels for 17 WM tracts in the left and right hemisphere separately, resulting in 34 unique labels.
Tract overlap
The volume of the overlap of a lesion with a tract, normalized by the total tract volume is calculated (in atlas space) for each WM tract. This relative overlap is indicative of the extent of the insult to the WM tract.
Tract integrity
In the following, tract integrity refers only to the structural integrity of a WM tract. For calculation of this metric, a binary mask is first created for each tract and a corresponding 3D centerline representation is calculated. For each voxel of the 3D centerline, Danielsson’s distance mapping 16 is used to compute the initial tract thickness (Twm). To determine the structural tract integrity, a second binary mask is created for each lesioned tract by subtraction of the lesion from the binarized unaffected tract. Again, the tract thickness estimation is repeated for the lesioned tract (Tlesion). For each centerline voxel, the percent difference in width comparing the tract with and without lesion is computed, and the maximum value is used as the final tract integrity measure (Tspared = argmax [Twm – Tlesion]/Twm). Figure 1(c) juxtaposes the tract overlap and integrity metric pictorially using a sample patient data.
Predictive model
To investigate the predictive power of the tract overlap and integrity features, a linear-kernel epsilon-support vector regression (SVR) machine was trained to predict the 24-h NIHSS and evaluated using a leave-one-patient-out cross validation scheme. The algorithm aims to identify a linear function in the high-dimensional feature space such that regression errors within the tolerance of ɛ (i.e., the support vectors) are not penalized. Default parameter values of C = 1, which controls the trade-off between misclassification and error-minimization, and ɛ = 0.001 were used.
Within the cross-validation of each SVR, the ReliefF algorithm is used to rank the input features in order of their efficacy in differentiating their closest neighbors in the high-dimensional feature space. 17 This iterative ReliefF-SVR algorithm results in a reduced subset of WM tract features for predicting the 24-h NIHSS outcome, which is beneficial as redundant and non-informative features often downgrade the prediction accuracy.
Two sets of input features are used for training and evaluation of the SVRs. The first set includes patient age, sex, and tract overlap measures of the WM tracts. The second set includes patient age, sex, tract overlap, and tract integrity measures. These regression models are individually evaluated using their mean absolute error (MAE), the root mean square error (RMSE), and the Spearman’s rho (ρ) correlation coefficient. The utility of using the tract integrity measure in addition to the simple tract overlap metric for predicting early stroke outcomes is assessed by statistically comparing the residuals of the regression models using the Friedman test. 18
In order to investigate the features selected by the SVR in more detail, non-parametric correlation coefficients were determined for the WM tract overlap and integrity features that were selected at least once in the leave-one-patient-out cross correlations for prediction of the 24-h NIHSS (Spearman’s rho; 2-tailed). A p-value < 0.05 was considered significant.
Results
The simple SVR model using the overlap measurements as well as the patient age and sex predicted the 24-h NIHSS score with a MAE of 3.27 and a RMSE of 4.35, corresponding to a correlation of r = 0.64. Compared to this, the SVR model using the tract integrity measurements in addition to the tract overlap measurements and patient sex and age predicted the 24-h NIHSS score with a MAE of 2.92 and a RMSE of 3.95, corresponding to a correlation of r = 0.7 (Figure 2). The non-parametric Friedman chi-squared analysis of variance of the two residual distributions (Figure 3) revealed that the SVR model using the tract integrity measurements in addition to the lesion overlap measurements performs significantly better (p = 0.004).
Plots showing the correlation between predicted and target NIHSS from the SVR models using: (a) overlap features only; (b) overlap and tract integrity features. Lines indicate the locally weighted smooth fit curve. The distribution of residuals in the SVR models with and without the tract integrity feature.

Spearman correlation coefficients of tract overlap and integrity features used in the predictive model with 24-h NIHSS
Significant correlation (p < 0.05).
Discussion
The main finding of this study is that WM lesion overlap and integrity are important determinants of 24-h NIHSS outcome in acute ischemic stroke patients. Furthermore, our analyses showed that inclusion of the structural tract integrity metric in addition to simple tract overlap metric significantly improves the prediction of the 24-h NIHSS outcome in acute ischemic stroke patients compared to using the simple and more widely used lesion overlap metric alone.
Multiple studies have investigated lesion overlap of WM tracts before to model clinical outcomes (both acute and chronic). It is widely established that the greater the damage to the corticospinal tract (CST) is, the poorer the motor outcome will be. 8 CST lesion volume overlap has been extensively studied for assessing post-stroke motor outcome ranging from finger strength and hand function 7 to more global measure of functional ability using the Chedoke-McMaster stroke assessment (CMSA), action research arm test (ARAT), and NIHSS stroke scale.4–6 It was reported that structural integrity of CST correlates well with long-term NIHSS outcomes (three months), complements resting state connectivity measures, and in general is better at modeling residual functional connectivity than global lesion volume measures. However, these studies measure structural integrity of the CST by only calculating the percentage of lesion volume overlap with the CST tract. We propose that the tract integrity metric is a complementary measure of the structural integrity of WM tracts and encourage future studies that quantify structure–function relationships to include tract integrity in their analysis. The tract overlap and integrity metrics measure different aspects of a WM injury (see Figure 1). Therefore, the improvement in predictive accuracy of the machine learning model can be attributed to the complementary information the tract integrity features provide the machine learning algorithm for modeling the 24-h NIHSS. This tract integrity measure is especially relevant to post-stroke disconnection syndromes. The study of conduction pathways in the brain, i.e., hodology, revealed that brain regions can retain their independent functional specializations, while having significant impairments with respect to functional outcomes that rely on the co-ordination of two disconnected brain regions.19,20 Neuroimaging research investigating higher order mental functions has begun to juxtapose the pathophysiology of impairment from the perspective of disconnection with quantitative findings (GM eloquence) from lesion-symptom mapping studies. 21 Recently, an aphasia study investigated the usefulness of disconnection analysis for predicting language outcomes among stroke patients. 22 The authors utilized a graph-based approach to quantify the post-stroke structural connectivity changes using diffusion tensor based tractography maps and concluded that disconnection metrics do not improve the prediction of language outcomes compared to simple lesion overlap measurements. Although their results might seem to contravene our analysis, several design considerations may explain the difference. First, the stroke cohort analyzed in this study is of a broad age range (19–99 years), with varying imaging time points (few weeks to 40 years post-stroke), and long-term language assessments (58 ± 66 months). Second, in contrast to the proposed tract integrity metric that quantifies the change in cross-sectional area for each WM tract post-stroke, the disconnection metric used in the previous study is representative of regional connectivity changes and global structural network changes. The authors sought to estimate the relationship between the changes in WM connectivity with language scores assessed after the neurological recovery period (90 days post-stroke). Although their work suggests that disconnection does not improve the long-term language outcome prediction model, the broader utility of structural tract integrity measures in modeling other stroke outcomes like the 24-h NIHSS used in this work, requires further investigation.
Another study reports that in chronic stroke patients, injury of the CST is correlated with motor impairment measured by the Fugl-Meyer assessment. 3 In particular, the authors compute a normalized lesion overlap metric, using a slice-by-slice approach in which at each slice, the width of the tract was used to normalize the raw overlap values. The authors suggest that higher normalized CST lesion overlaps lead to worse motor deficits (independent of the global lesion volume). While this method compensates for the tapering of the tract, it calculates a single integrity metric for each slice of the image that is affected by the orientation of the tract, instead of advanced 3D metrics as proposed in this work.
The results of this study suggest that the lesion overlap measurements are more highly correlated with the 24-h NIHSS compared to the integrity measurements in univariate analyses. At the same time, including the tract integrity measurements in addition to the tract lesion overlap measurements improved the prediction of the 24-h NIHSS significantly. For this reason, the tract integrity measurement is not a replacement for the tract lesion overlap metric but should be considered complementary.
Furthermore, the results of this study suggest that left hemispheric tracts are generally more important for modeling the clinical outcome in acute ischemic stroke patients. This finding is generally well in line with previous findings. For example, Ernst et al. 23 investigated the eloquence with respect to motor function in each hemisphere independently with a sample of comparable lesion loads in both hemispheres and reported a left hemispheric dominance after accounting for age, sex, and lesion volume in their univariate voxel-wise analysis. Similar results are also reported in other studies that model NIHSS as the outcome variable. 5 Aside from this, a majority of patients included in this study had left-hemispheric strokes (see Table 1), which could also contribute to the dominance of eloquent WM tracts found in the left hemisphere. Most importantly, the NIHSS outcome score assesses language, which is a lateralized function. Therefore, the predilection to left hemispheric tracts is likely also due to the nature of the NIHSS scale itself. 24
There are a few limitations of the current work that should be acknowledged. First, the sample considered in this study includes mild to moderate strokes only (Table 1). Therefore, the top-ranked WM tracts are affected by a sample bias. The degree of involvement of a tract might change given a different stroke population and these estimates may differ. The extent of tract integrity also depends on the initial width of the tract as marked by the atlas. Therefore, the ratio of tract integrity can vary based on the fidelity of the WM atlas used. 25 Furthermore, the tract integrity measure does not consider compensatory routes that may support the function of a remote brain region. The severity of the clinical deficit results mainly from the inability of the entire functional network to perform a certain task. Given the possibility of perilesional neuroplasticity (remapping signal conduction pathways around the site of injury), a disruption in a single WM tract may not disrupt the entire functional network. Lastly, the tolerance of structural tract integrity for each WM tract in the brain is unknown. In other words, there is no evidence in literature how the extent of tract dissection relates to clinical deficits and if there are any specific thresholds. Although the tract integrity measure offers a new perspective of measuring tract involvement, the clinical significance of this metric needs to be investigated in future studies. Finally, it should be highlighted that this work focused solely on WM tract involvement for predicting stroke outcome. For this reason, the overall lesion volume was not used as an additional feature for the prediction as this would have included GM involvement, which would have made it difficult to investigate the true importance of the WM involvement. Thus, future work should focus on including WM and GM lesion metrics at the same time for predicting clinical outcome.
Despite these limitations, it is envisaged that the proposed framework for quantifying WM involvement is a step in the right direction towards modeling stroke outcomes. Future research to improve the prediction accuracy of long-term clinical outcome may benefit from including tract-based and atlas-based features such as regional lesion overlaps. Previous research in this area, however, has mostly focussed on univariate statistics and GM involvement.26,27 Given the results of this study, it appears beneficial to combine features that quantify involvement and integrity of GM and WM at the same time along with patient clinical data within a multi-parametric machine learning framework to predict clinical outcome.
Conclusion
In conclusion, the results of this study suggest that the WM tract integrity and lesion load are important predictors for clinical outcome as measured by the NIHSS. In the future, both tract-based and gray matter lesion features could be utilized to model clinical outcomes.
Footnotes
Declaration of conflicting interests
The author(s) declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
Funding
The author(s) disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This work is supported by the Heart and Stroke Foundation of Canada Grant in aid (G-17-0018368).
