| Literature DB >> 35039524 |
Brady J Williamson1, Vivek Khandwala2, David Wang3, Thomas Maloney2, Heidi Sucharew4,5, Paul Horn5,6, Mary Haverbusch2, Kathleen Alwell2, Shantala Gangatirkar2, Abdelkader Mahammedi2, Lily L Wang2, Thomas Tomsick2, Mary Gaskill-Shipley2, Rebecca Cornelius2, Pooja Khatri2,7, Brett Kissela2,7, Achala Vagal2.
Abstract
Enlarged perivascular spaces (EPVS), specifically in stroke patients, has been shown to strongly correlate with other measures of small vessel disease and cognitive impairment at 1 year follow-up. Typical grading of EPVS is often challenging and time consuming and is usually based on a subjective visual rating scale. The purpose of the current study was to develop an interpretable, 3D neural network for grading enlarged perivascular spaces (EPVS) severity at the level of the basal ganglia using clinical-grade imaging in a heterogenous acute stroke cohort, in the context of total cerebral small vessel disease (CSVD) burden. T2-weighted images from a retrospective cohort of 262 acute stroke patients, collected in 2015 from 5 regional medical centers, were used for analyses. Patients were given a label of 0 for none-to-mild EPVS (< 10) and 1 for moderate-to-severe EPVS (≥ 10). A three-dimensional residual network of 152 layers (3D-ResNet-152) was created to predict EPVS severity and 3D gradient class activation mapping (3DGradCAM) was used for visual interpretation of results. Our model achieved an accuracy 0.897 and area-under-the-curve of 0.879 on a hold-out test set of 15% of the total cohort (n = 39). 3DGradCAM showed areas of focus that were in physiologically valid locations, including other prevalent areas for EPVS. These maps also suggested that distribution of class activation values is indicative of the confidence in the model's decision. Potential clinical implications of our results include: (1) support for feasibility of automated of EPVS scoring using clinical-grade neuroimaging data, potentially alleviating rater subjectivity and improving confidence of visual rating scales, and (2) demonstration that explainable models are critical for clinical translation.Entities:
Mesh:
Year: 2022 PMID: 35039524 PMCID: PMC8764081 DOI: 10.1038/s41598-021-04287-4
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.996
Figure 1Assessment of model performance. The model achieved an Accuracy/AUC of 0.897/0.879 on the test set (left panel). In the confusion matrix (right panel), 0 indicates none-to-mild EPVS and 1 indicates moderate-to-severe EPVS. Out of 39 samples, there were 3 false positives and 1 false negative.
Figure 23D gradient class activation maps (3DGradCAM) showing prototypical activations for examples in each classification (positive versus negative). Positive examples showed high activation in several relevant midline regions, including midbrain, basal ganglia, and centrum semiovale (top panel). Negative examples had fewer activations in the high activation range (> 7) and smaller activations localized in non-relevant (random) areas (bottom panel).
Figure 3Analysis of misclassified patients. In the false positive case, the network seems to have picked up on remote infarcts that often resemble EPVS. In the false negative cases, there were less activations in the high range (> 7), i.e. activations were more homogenous.
Figure 4Schematic of the 3D-ResNet-152 that was used for this analysis. Each image was first passed through a 3D convolutional layer (7 × 7 × 7, 64 filters) with ReLu activation and batch normalization, followed by a series of 50 residual units, each with 3 convolutional layers (bottom panel). This output was relayed to a fully-connected dense layer with one output and sigmoid activation (top panel).