Next Article in Journal
Evaluation of FIB-4, NFS, APRI and Liver Function Tests as Predictors for SARS-CoV-2 Infection in the Elderly Population: A Matched Case-Control Analysis
Previous Article in Journal
Switching between Enzyme Replacement Therapies and Substrate Reduction Therapies in Patients with Gaucher Disease: Data from the Gaucher Outcome Survey (GOS)
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Deep Learning-Based Automatic Detection of ASPECTS in Acute Ischemic Stroke: Improving Stroke Assessment on CT Scans

1
Department of Diagnostic Radiology, Kaohsiung Chang Gung Memorial Hospital and Chang Gung University College of Medicine, Kaohsiung 83301, Taiwan
2
Department of Computer Science, National Yang Ming Chiao Tung University, Hsinchu 30010, Taiwan
3
Neurology Department, Pingtung Christian Hospital, Pingtung 90053, Taiwan
4
Department of Emergency Medicine, Kaohsiung Chang Gung Memorial Hospital and Chang Gung University College of Medicine, Kaohsiung 83301, Taiwan
5
Institute of Biomedical Engineering, National Yang Ming Chiao Tung University, Hsinchu 30010, Taiwan
*
Authors to whom correspondence should be addressed.
These authors contributed equally to this work.
J. Clin. Med. 2022, 11(17), 5159; https://doi.org/10.3390/jcm11175159
Submission received: 10 August 2022 / Revised: 24 August 2022 / Accepted: 29 August 2022 / Published: 31 August 2022
(This article belongs to the Section Nuclear Medicine & Radiology)

Abstract

:
(1) Background: The Alberta Stroke Program Early CT Score (ASPECTS) is a standardized scoring tool used to evaluate the severity of acute ischemic stroke (AIS) on non-contrast CT (NCCT). Our aim in this study was to automate ASPECTS. (2) Methods: We utilized a total of 258 patient images with suspected AIS symptoms. Expert ASPECTS readings on NCCT were used as ground truths. A deep learning-based automatic detection (DLAD) algorithm was developed for automated ASPECTS scoring based on 168 training patient images using a convolutional neural network (CNN) architecture. An additional 90 testing patient images were used to evaluate the performance of the DLAD algorithm, which was then compared with ASPECTS readings on NCCT as performed by physicians. (3) Results: The sensitivity, specificity, and accuracy of DLAD for the prediction of ASPECTS were 65%, 82%, and 80%, respectively. These results demonstrate that the DLAD algorithm was not inferior to radiologist-read ASPECTS on NCCT. With the assistance of DLAD, the individual sensitivity of the ER physician, neurologist, and radiologist improved. (4) Conclusion: The proposed DLAD algorithm exhibits a reasonable ability for ASPECTS scoring on NCCT images in patients presenting with AIS symptoms. The DLAD algorithm could be a valuable tool to improve and accelerate the decision-making process of front-line physicians.

1. Introduction

Acute ischemic stroke (AIS) is major public health issue affecting populations globally. It is the most common cause of adult disabilities, resulting in a tremendous burden on national healthcare systems, including the National Health Insurance system in Taiwan. According to ASA guidelines [1], AIS patients with large vessel occlusion (LVO), who meet the clinical and image criteria, should receive intra-arterial thrombectomy (IAT) as soon as possible. The Alberta Stroke Program Early CT Score (ASPECTS) is a tool for the standardized evaluation of AIS severity of the anterior circulation [2,3], wherein a score of ≥6 is an important cutoff value and is one of the criteria qualifying patients for IAT. Nevertheless, the early image changes of a stroke event, including loss of the normal gray/white matter interface and effacement of the cortical sulci, may be subtle and particularly hard for clinicians to detect. It is, therefore, a challenge for clinicians to provide a prompt and accurate diagnosis of AIS, and to determine the optimal management protocol in an emergency scenario.
Over the past decade, artificial intelligence (AI) techniques have greatly impacted the field of stroke image analysis in terms of automating the diagnostic process, improving diagnostic accuracy, and enhancing predictions of prognosis [4]. In particular, automatic lesion identification or segmentation is one of the most important elements in precision medicine; as such, recently developed machine learning techniques have demonstrated promising results in the realm of automatic diagnosis. Notable advances include lesion segmentation of AIS with diffusion-weighted imaging (DWI) [5], development of the automatic ASPECT scoring system for the AIS area [5,6], detection of the hyperdense middle cerebral artery sign on CT [7], the automatic quantification of cerebral edema [8], and the prediction of the final shape of lesions [9]. In light of these advances, the automatic diagnosis and ASPECT scoring of AIS would be a valuable tool in an era where faster thrombolysis is recommended. However, there is currently no proposed AI model for automatic ASPECT scoring based on non-contrast CT (NCCT).
Time is of the essence when clinicians are faced with an AIS event. Meanwhile, it is essential for clinicians to take note of several qualifying criteria of IAT, including baseline performance of patients, clinical, and imaging assessments of disease severity, as well as the key factor, the time period between arterial occlusion and revascularization. Although we cannot influence the time it takes a patient to arrive at the hospital, we may be able to reduce the time required for imaging evaluation. Automatic lesion identification may expedite accurate diagnoses by non-specialists, and effectively accelerate the time to revascularization. In this study, we developed a deep learning-based automatic detection (DLAD) algorithm for AIS automated ASPECT scoring and compared it with the ASPECTS readings on NCCT as performed by radiologists and different clinicians.

2. Methods

2.1. Dataset and Image Annotation

We utilized a total of 258 patient images with suspected AIS symptoms presenting within 8 h of last known well (LKW) and initial brain NCCT (slice thickness = 5 mm) from a single medical center in Taiwan as the training and testing datasets. The 168 patient images included in the training dataset were collected from January 2016 to December 2018. The 90 patients included in the testing dataset were collected from August 2019 to April 2020. The protocol was approved by the research ethics committees of the hospital.
All NCCT brain images were reviewed, and the ground truths of ASPECTS were scored by two experienced neuroradiologists slice by slice, without blind to follow-up DWI images within 1 week. All annotated lesions were considered as true lesions based on the consensus of two neuroradiologists. For the NCCT template with ASPECTS regions, the locations and segmentation of ASPECTS regions in the MNI standard space were annotated manually by a single neuroradiologist using the ICBM152 brain template.

2.2. Development of the DLAD Algorithm for AIS

Each NCCT image underwent soft intensity cropping to mitigate the confounding effect of non-brain tissues such as bone and air, and the bounding volumes from individual ASPECTS regions were extracted from the intensity-cropped NCCT images. This is performed by manually delineating the region of interest (ROI) of ASPECTS regions in the ICBM152 brain template and inversely registering the ASPECTS ROIs to the NCCT images using the Segment and Deformation function in SPM12 (Ashburner et al., 2014). The deep learning model was then used to assess the presence of stroke in each bounding volume.
The deep learning model used in this study was based on a 2.5-dimensional convolutional neural network (CNN) architecture, which consists of a 2D slice encoder, a slice feature aggregator followed by a fully connected classifier. The slice encoder is a 7-layer 2D CNN whose purpose is to independently extract high-level image features from each slice. The feature maps of all slices were then concatenated and fed into to the feature aggregator, which is a 1-layer 3D CNN that summarizes the features across multiple slices. This yields the summarized features of the entire image volume. These voluminal features were then fed into a 2-layer fully connected classifier to generate the classification result (for detailed network configurations, see Table 1). The deep learning model was trained in a two-step manner. The first step was a pre-training step, where the slice encoder and the slice classifier were trained using the training data with slice-level annotations. In addition, to mitigate the potential inaccuracy caused by equivocal regions, all normal slices ipsilateral to any lesion were excluded from the training data when training the slice encoder. The second step was the fine-tuning step, where the slice encoder and slice classifier were initialized using the parameters obtained from pre-training, and the entire model was then trained using the data with regional-level annotations. The training process was performed using an Adam optimizer [10] for 200 epochs. Data augmentation with random rotation (±15 degrees for X and Y dimensions), translation (±2% image width for X and Y dimensions), and scaling (±10% for X and Y dimensions) were used during the training process (note that data augmentation excluded any spatial transformation along Z dimensions due to consideration of the poor interslice resolution). The batch size was set to 50, and the initial learning rate was set to 0.0005 with an exponential decay rate of 0.99 per epoch. The accuracy and loss value over the training data after each epoch are shown in Figure 1.

2.3. Assessment of DLAD and Physicians’ Performance

All 90 testing images were input into the DLAD algorithm and output with ASPECTS. To assess the performance of physicians with different subspecialties and levels of experience in reading ASPECTS, we enrolled one ER physician, one neurologist, one radiologist, and one neuroradiologist for the NCCT reading task. They received the first reading task on the testing dataset alone. To validate the clinical impact of the DLAD, these physicians received the second reading task on the same testing dataset assisted with ASPECTS of DLAD. The interval between the two reading tasks was at least 2 months. The expert reading of ASPECTS based on the NCCT were used as the ground truth.
The performance assessments of the DLAD and the physicians included: (1) sensitivity, specificity, accuracy, and F1 score; (2) agreement on each ASPECTS region and total ASPECT score were analyzed using the Cohen’s kappa coefficient and intraclass correlation coefficient (ICC); (3) the area under the curve (AUC) for individual region-level ASPECTS, total ASPECTS score, and the dichotomized ASPECTS (≥6 and <6); and (4) the permutation test of physician’s performance with DLAD and without DLAD (10.000 permutations, one-tailed). All statistical analyses were performed using SPSS statistical software (Version 23.0; IBM, Armonk, NY, USA) and MATLAB software (MathWorks, Inc., Natick, MA, USA). The threshold for statistically significant differences was defined as p < 0.05.

3. Results

3.1. Dataset Characteristic

For the 168 patient images included in the training dataset, the initial NCCT was performed within a mean time of 259 ± 166 min from LKW. For the 90 patients included in the testing dataset, the initial NCCT was performed within a mean time of 286 ± 209 min from LKW. These characteristics of both datasets were listed in Table 2.

3.2. Performance of DLAD

After applying the DLAD to the testing dataset of 90 patients, the sensitivity, specificity, accuracy, F1 score, kappa, and AUC of the prediction of infarction on all ASPECTS regions were 65.2%, 81.6%, 79.7%, 0.43, 0.32, and 0.73, respectively. Table 3 shows the performance of the DLAD on each ASPECTS region. Figure 2 shows the distribution of both human and the DLAD of ASPECTS scoring at each individual ground truth ASPECTS on NCCT.

3.3. Performance of Physicians without and with DLAD

Table 4 shows the individual performance of DLAD and each subspecialist on the testing dataset, which was compared with their performance with DLAD, in both ASPECTS regions and dichotomized ASPECTS tests.
In all ASPECTS regions, the mean sensitivity, specificity, accuracy, and F1 score of the physicians in the doctor-alone testing were 33.8%, 95.2%, 88.1%, and 0.38, respectively. The mean kappa value between the physicians and the ground truth was 0.32. After the DLAD was applied, the mean sensitivity, specificity, accuracy, and F1 score of the physicians in the DLAD-assisted test were 53.7%, 92.1%, 87.7%, and 0.50, respectively. The mean kappa value between the physicians with DLAD and the ground truth was 0.43.
In dichotomized ASPECTS (≥6 and <6), the mean sensitivity, specificity, accuracy, and F1 score of the physicians in the doctor-alone testing were 26.4%, 98.3%, 91.1%, and 0.34, respectively. The mean ICC between the subspecialists and the ground truth was 0.46. After the DLAD was applied, the mean sensitivity, specificity, accuracy, and F1 score of the physicians in the DLAD-assisted test were 52.8%, 94.9%, 90.7%, and 0.52, respectively. The mean ICC between the physicians with DLAD and the ground truth was 0.64.
The receiver operating characteristic (ROC) curves and the areas under the ROC curves (AUCs) were used to evaluate the performance of the DLAD model (Table 4 and Figure 3). The AUC of the ER physician, the neurologist, the radiologist, and the neuroradiologist in all ASPECTS regions were, respectively, 0.56, 0.63, 0.65, and 0.73 unassisted; and 0.69, 0.77, 0.72, and 0.73 with DLAD assistance, respectively. Of note, the specificity of each different unassisted subspecialist was better than DLAD. Importantly, the physicians’ performances improved with DLAD assistance, without sacrificing specificity. With 10,000 permutations, the respective performances of the ER physician, neurologist, and radiologist significantly improved with DLAD in both ASPECTS regions and dichotomized ASPECTS levels, especially regarding the sensitivity of AIS detection. The AUCs were significantly increased with the shifting of the ROC curve toward the top. The difference between neuroradiologist without and with DLAD was not significant.

4. Discussion

To summarize, the sensitivity, specificity, and accuracy of DLAD for prediction of ASPECTS were 65%, 82%, and 80%, respectively. These results reveal that the DLAD algorithm was not inferior to the radiologist-read ASPECTS on NCCT. Moreover, with the assistance of DLAD, the individual sensitivity of the ER physician, neurologist, and radiologist improved, while the ROC points of these subspecialists shifted toward the upper left corner.
Owing to moderate agreement between the readers in all ASPECTS regions [11,12], the ASPECTS evaluation is frequently dichotomized in literature. We used the dichotomized ASPECTS of ≥6 as it is an important cutoff value and one of the criteria for IAT. We noted significant differentiation between the subspecialists in terms of ASPECTS readings. Quite unsurprisingly, the impact of the DLAD algorithm was more significant for the subspecialists with less experience in reading ASPECTS; in addition, it did not significantly improve detection for an experienced neuroradiologist. The ground truths of ASPECTS were annotated on NCCT without blind to follow-up DWI images. The detection rates of stroke lesion may be more sensitive based on both NCCT and follow-up DWI images, which may account for why the neuroradiologist had a lower stroke detection rate compared with the ground truth.
In the clinical setting, a patient presenting with a suspected acute stroke in the ER will receive an initial assessment and CT scan. Before the radiologist drafts the report, it may be difficult and time-consuming for the ER physician and neurologist to read the CT images. As time is of the essence in critical events involving the brain, upon indication of IAT, the patient should receive IAT or be transferred to a medical center for IAT as soon as possible. Early diagnosis and prompt treatment are especially important for these patients. Ischemic stroke detection on NCCT is limited by its low sensitivity. The stroke-related hypoattenuation is subtle, the detection of which presents a distinct challenge to clinicians, especially in ordinary hospitals or hospital without an experienced stroke specialist. Figure 4 shows a stroke case with poor-visualized hypoattenuation in left caudate, putamen, internal capsule, insula, M1-2, and M4-6 in NCCT at early stroke change. Our DLAD model displays the infarcted area in ASPECT template. Furthermore, ASPECTS evaluation by visual inspection is a time-consuming process with interrater variability.
Previous studies have indicated the potential and clinical impact of auto-detection of ischemic stroke. One study reported on a classifier using a random forest model for automated ASPECTS scoring on NCCT images [6]. Meanwhile, Tang et al. developed a computer-aided detection of ischemic stroke using a novel circular adaptive ROI method to improve efficiency and accuracy in clinical practice [13]. The commercial software platforms providing some automated information are usually based on enhanced CT. The DLAD algorithm we propose herein could assist different subspecialists in ASPECTS evaluation on NCCT, thereby accelerating the assessment process and the time to transferal, or time to needle. Less than 2 min was the time required for one patient to use the DLAD algorithm to gain the automatic ASPECTS result, which may be faster than a radiologist to open the brain image in a long patient list. This DLAD algorithm may help physicians to accelerate the evaluation and treatment. It may further act as a warning process indicating that the radiologist takes precedence to read the AIS image. The DLAD algorithm may serve as a valuable tool to facilitate a prompt and efficient analysis based on NCCT.

5. Limitations

There are several limitations to the present study. First, this model did not receive potentially relevant clinical data including patient characteristics, stroke onset time, stroke severity, and treatment choice as parameters in the training process. These data points are important factors that may affect the prediction accuracy of the model. Second, the time interval between NCCT and DWI varied within one week. Thus, the restricted diffusion lesions on the DWI image may not have accurately represented the initial infarction lesion on the initial NCCT image. Third, the training dataset was limited. However, the adaptation of the proposed model to a multi-institute setting will form our future works and is beyond the scope of this paper. In the future, we will work to upgrade the DLAD algorithm by adding clinical structure data and will estimate a feedback platform in clinical practice. The NCCT images read by radiologists with annotated ASPECTS can be inputted into the dataset to retrain the DLAD algorithm.

6. Conclusions

The DLAD algorithm model proposed herein demonstrates a reasonable ability for ASPECTS scoring on NCCT images in patients presenting with AIS symptoms. The DLAD algorithm could improve clinicians’ performance and may serve as a facilitative tool to enhance and accelerate the decision-making process for front-line physicians.

Author Contributions

Conceptualization, P.-L.C., M.-H.C., Y.-S.C. (Yueh-Sheng Chen) and W.-C.L.; methodology, P.-L.C. and S.-Y.L.; software, S.-Y.L. and M.-Y.L.; validation, Y.-S.C. (Yueh-Sheng Chen), C.-K.W., M.-C.W. and Y.-T.H.; formal analysis, P.-L.C. and S.-Y.L.; resources, W.-C.L.; data curation, P.-L.C.; writing—original draft preparation, P.-L.C. and S.-Y.L. writing—review and editing, Y.-S.C. (Yong-Sheng Chen) and W.-C.L.; supervision and project administration, Y.-S.C. (Yong-Sheng Chen) and W.-C.L.; funding acquisition, W.-C.L. All authors have read and agreed to the published version of the manuscript.

Funding

This study has received funding by the Chang Gung Medical Research Program (CORPG8L0071, CMRPG8K0131 and CMRPG8H0951 to W-C Lin).

Institutional Review Board Statement

The protocol was approved by the research ethics committees of the hospital (IRB#: 201800955B0, 201800955B0C101, and 201800955B0C102).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Powers, W.J.; Rabinstein, A.A.; Ackerson, T.; Adeoye, O.M.; Bambakidis, N.C.; Becker, K.; Biller, J.; Brown, M.; Demaerschalk, B.M.; Boh, M.; et al. Guidelines for the Early Management of Patients with Acute Ischemic Stroke: 2019 Update to the 2018 Guidelines for the Early Management of Acute Ischemic Stroke: A Guideline for Healthcare Professionals from the American Heart Association/American Stroke Association. Stroke 2019, 50, e344–e418. [Google Scholar] [CrossRef] [PubMed]
  2. Barber, P.A.; Demchuk, A.M.; Zhang, J.; Buchan, A.M. Validity and Reliability of a Quantitative Computed Tomography Score in Predicting Outcome of Hyperacute Stroke Before Thrombolytic Therapy. ASPECTS Study Group. Alberta Stroke Programme Early CT Score. Lancet 2000, 355, 1670–1674. [Google Scholar] [CrossRef]
  3. Pexman, J.W.; Barber, P.A.; Hill, M.D.; Sevick, R.J.; Demchuk, A.M.; Hudon, M.E.; Hu, W.Y.; Buchan, A.M. Use of the Alberta Stroke Program Early CT Score (ASPECTS) for Assessing CT scans In Patients with Acute Stroke. Am. J. Neuroradiol. 2001, 22, 1534–1542. [Google Scholar] [PubMed]
  4. Lee, E.-J.; Kim, Y.-H.; Kim, N.; Kang, D.-W. Deep into the Brain: Artificial Intelligence in Stroke Imaging. J. Stroke 2017, 19, 277–285. [Google Scholar] [CrossRef] [PubMed]
  5. Chen, L.; Bentley, P.; Rueckert, D. Fully Automatic Acute Ischemic Lesion Segmentation in DWI Using Convolutional Neural Networks. NeuroImage Clin. 2017, 15, 633–643. [Google Scholar] [CrossRef] [PubMed]
  6. Kuang, H.; Najm, M.; Chakraborty, D.; Maraj, N.; Sohn, S.; Goyal, M.; Hill, M.; Demchuk, A.; Menon, B.; Qiu, W. Automated ASPECTS on Noncontrast CT Scans in Patients with Acute Ischemic Stroke Using Machine Learning. Am. J. Neuroradiol. 2018, 40, 33–38. [Google Scholar] [CrossRef] [PubMed]
  7. Takahashi, N.; Lee, Y.; Tsai, D.-Y.; Matsuyama, E.; Kinoshita, T.; Ishii, K. An Automated Detection Method for the MCA Dot Sign of Acute Stroke in Unenhanced CT. Radiol. Phys. Technol. 2013, 7, 79–88. [Google Scholar] [CrossRef] [PubMed]
  8. Chen, Y.; Dhar, R.; Heitsch, L.; Ford, A.; Fernandez-Cade, I.; Carrera, C.; Montaner, J.; Lin, W.; Shen, D.; An, H.; et al. Automated Quantification of Cerebral Edema Following Hemispheric Infarction: Application of A Machine-Learning Algorithm to Evaluate CSF Shifts on Serial Head CTs. NeuroImage Clin. 2016, 12, 673–680. [Google Scholar] [CrossRef] [PubMed]
  9. Kuang, H.L.; Menon, B.K.; 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. [Google Scholar] [CrossRef]
  10. Kingma, D.P.; Ba, J. Adam: A Method for Stochastic Optimization. arXiv 2014, arXiv:14126980. [Google Scholar]
  11. McTaggart, R.A.; Jovin, T.G.; Lansberg, M.G.; Mlynash, M.; Jayaraman, M.V.; Choudhri, O.A.; Inoue, M.; Marks, M.P.; Albers, G.W. Alberta Stroke Program Early Computed Tomographic Scoring Performance in a Series of Patients Undergoing Computed Tomography And MRI: Reader Agreement, Modality Agreement, And Outcome Prediction. Stroke 2015, 46, 407–412. [Google Scholar] [CrossRef] [PubMed]
  12. Kobkitsuksakul, C.; Tritanon, O.; Suraratdecha, V. Interobserver Agreement Between Senior Radiology Resident, Neuroradiology Fellow, and Experienced Neuroradiologist in the Rating of Alberta Stroke Program Early Computed Tomography Score (ASPECTS). Diagn. Interv. Radiol. 2018, 24, 104–107. [Google Scholar] [CrossRef] [PubMed]
  13. Tang, F.H.; Ng, D.K.; Chow, D.H. An Image Feature Approach for Computer-Aided Detection of Ischemic Stroke. Comput. Biol. Med. 2011, 41, 529–536. [Google Scholar] [CrossRef] [PubMed]
Figure 1. The accuracy and loss value over the training data after each epoch.
Figure 1. The accuracy and loss value over the training data after each epoch.
Jcm 11 05159 g001
Figure 2. The boxplot shows the distribution of both human and the DLAD of ASPECTS scoring at each individual ground truth ASPECTS on NCCT. * Abbreviations: DLAD, deep learning–based automatic detection; ASPECTS, The Alberta stroke program early CT score; NCCT, non-contrast computed tomography.
Figure 2. The boxplot shows the distribution of both human and the DLAD of ASPECTS scoring at each individual ground truth ASPECTS on NCCT. * Abbreviations: DLAD, deep learning–based automatic detection; ASPECTS, The Alberta stroke program early CT score; NCCT, non-contrast computed tomography.
Jcm 11 05159 g002
Figure 3. Comparison of diagnostic performance between DLAD algorithm and doctor groups. The ROC curves for DLAD in testing dataset. The performance of doctor with DLAD was significantly better with higher AUC values. Abbreviations: DLAD, deep learning–based automatic detection; ROC, receiver operating characteristic; AUC, area under the ROC curve.
Figure 3. Comparison of diagnostic performance between DLAD algorithm and doctor groups. The ROC curves for DLAD in testing dataset. The performance of doctor with DLAD was significantly better with higher AUC values. Abbreviations: DLAD, deep learning–based automatic detection; ROC, receiver operating characteristic; AUC, area under the ROC curve.
Jcm 11 05159 g003
Figure 4. This is an early AIS case with poor-visualized signal change in NCCT. The NCCT shows faint hypoattenuation in left caudate, putamen, internal capsule, insula, and M1–2 at ganglionic level (A), and M4–6 at supra-ganglionic level (B). (C,D) The DWI image at the same levels shows restricted diffusion lesions. (E,F) Our DLAD model detects and displays the infarcted area in ASPECTS template. The red areas are the predicted infarction zone, whereas the green areas are the normal zone. Abbreviations: AIS, acute ischemic stroke; DWI, diffusion-weighted imaging; DLAD, deep learning–based automatic detection; ASPECTS, The Alberta Stroke Program Early CT Score; C, caudate; P, putamen; IC, internal capsule; I, insula.
Figure 4. This is an early AIS case with poor-visualized signal change in NCCT. The NCCT shows faint hypoattenuation in left caudate, putamen, internal capsule, insula, and M1–2 at ganglionic level (A), and M4–6 at supra-ganglionic level (B). (C,D) The DWI image at the same levels shows restricted diffusion lesions. (E,F) Our DLAD model detects and displays the infarcted area in ASPECTS template. The red areas are the predicted infarction zone, whereas the green areas are the normal zone. Abbreviations: AIS, acute ischemic stroke; DWI, diffusion-weighted imaging; DLAD, deep learning–based automatic detection; ASPECTS, The Alberta Stroke Program Early CT Score; C, caudate; P, putamen; IC, internal capsule; I, insula.
Jcm 11 05159 g004
Table 1. Detailed Architecture of the proposed model. s: stride. p: padding.
Table 1. Detailed Architecture of the proposed model. s: stride. p: padding.
ModulesComponents
Slice encoder3D-Conv (8@3 × 3×1, s: 1 × 1 × 1, p: 1 × 1 × 0)
ReLU
3D-Conv (8@3 × 3 × 1, s: 2 × 2 × 1, p: 1 × 1 × 0)
ReLU
3D-Conv (16@3 × 3 × 1, s: 1 × 1 × 1, p: 1 × 1 × 0)
ReLU
3D-Conv (16@3 × 3 × 1, s: 2 × 2 × 1, p: 1 × 1 × 0)
ReLU
3D-Conv (32@3 × 3 × 1, s: 1 × 1 × 1, p: 1 × 1× 0)
ReLU
3D-Conv (32@3 × 3 × 1, s: 1 × 1 × 1, p: 1 × 1 × 0)
ReLU
3D-Conv (32@3 × 3 × 1, s: 2 × 2 × 1, p: 1 × 1 ×0)
ReLU
Prediction aggregation3DAdaptiveMaxPooling@4 × 4 × 20
3D-Conv (16@1 × 1 × 20)
Classifier3D-Conv (32@4 × 4 × 1, s: 1 × 1 × 1, p: 0 × 0 × 0),
ReLU, Dropout (p:0.5)
3D-Conv (1@1 × 1 × 1, s: 1 × 1 × 1, p: 0 × 0 × 0),
Sigmoid
Table 2. The characteristics of training and testing datasets for the proposed model.
Table 2. The characteristics of training and testing datasets for the proposed model.
Training Data
(Mean ± SD)
Testing Data
(Mean ± SD)
Paient number16890
Age66.1 ± 11.870.1 ± 12.3
Gender: male60%69%
NIHSS at ER15.94 ± 6.9815.71 ± 6.67
Pre-stroke mRS0.37 ± 0.940.43 ± 0.98
Time to CT (min)259 ± 166286 ± 209
AIS (%)81.0%62.2%
Table 3. The sensitivity, specificity, accuracy, precision, F1 score, kappa, and AUC of the DLAD for AIS on each ASPECTS region. (DLAD, deep learning–based automatic detection; AIS, acute ischemic stroke; ASPECTS, The Alberta stroke program early CT score).
Table 3. The sensitivity, specificity, accuracy, precision, F1 score, kappa, and AUC of the DLAD for AIS on each ASPECTS region. (DLAD, deep learning–based automatic detection; AIS, acute ischemic stroke; ASPECTS, The Alberta stroke program early CT score).
RegionsSensitivitySpecificityAccuracyPrecisionF1 ScoreKappaAUC
Caudate40.9%93.7%87.2%47.4%0.4390.3670.770
Putamen86.5%55.9%62.2%33.7%0.4850.2680.822
Internal capsule64.3%68.7%68.3%14.8%0.2400.1300.691
Insula87.1%67.8%71.1%36.0%0.5090.3510.878
M163.6%95.3%93.3%46.7%0.5380.5030.854
M276.2%88.7%87.2%47.1%0.5820.5110.868
M333.3%85.2%80.0%20.0%0.2500.1430.652
M472.7%88.8%87.8%29.6%0.4210.3660.832
M558.3%80.1%77.2%31.1%0.4060.2810.757
M638.9%87.7%82.8%25.9%0.3110.2170.638
Table 4. Performance of the DLAD for AIS as compared to physicians alone and physicians with DLAD. The sensitivity, specificity, accuracy, F1 score, kappa, and AUC on each ASPECTS interpretation at all ASPECT regions and for dichotomized ASPECTS (≥6 vs. <6) among the DLAD, doctor-read, doctor-read with DLAD, and ground truth ASPECTS. (DLAD, deep learning–based automatic detection; AIS, acute ischemic stroke; AUC, area under the ROC curve; ASPECTS, The Alberta stroke program early CT score).
Table 4. Performance of the DLAD for AIS as compared to physicians alone and physicians with DLAD. The sensitivity, specificity, accuracy, F1 score, kappa, and AUC on each ASPECTS interpretation at all ASPECT regions and for dichotomized ASPECTS (≥6 vs. <6) among the DLAD, doctor-read, doctor-read with DLAD, and ground truth ASPECTS. (DLAD, deep learning–based automatic detection; AIS, acute ischemic stroke; AUC, area under the ROC curve; ASPECTS, The Alberta stroke program early CT score).
All ASPECTS RegionsSensitivitySpecificityAccuracyF1 ScoreKappaAUC
DLAD algorithm65.2%81.6%79.7%0.430.320.73
Doctor-alone performance
ER physician15.9%97.0%87.7%0.230.180.56
Neurologist30.4%95.4%87.9%0.370.300.63
Radiologist37.2%93.7%87.2%0.400.330.65
Neuroradiologist51.7%94.7%89.7%0.540.480.73
Doctor with DLAD performance
ER physician44.9% *93.8%88.2%0.47 *0.40 *0.69 *
Neurologist66.7% *87.8%85.4%0.51 *0.43 *0.77 *
Radiologist52.2% *92.8%88.1%0.50 *0.44 *0.72 *
Neuroradiologist51.2%94.1%89.2%0.520.460.73
Dichotomized ASPECTS≥6 and <6SensitivitySpecificityAccuracyF1 scoreICCAUC
DLAD algorithm72.2%90.7%88.9%0.570.680.82
Doctor-alone performance
ER physician5.6%100.0%90.6%0.110.190.53
Neurologist27.8%98.1%91.1%0.380.520.63
Radiologist22.2%99.4%91.7%0.350.500.61
Neuroradiologist50.0%95.7%91.1%0.530.650.73
Doctor with DLAD performance
ER physician27.8% *96.3%89.4%0.34 *0.450.62 *
Neurologist72.2% *90.1%88.3%0.550.670.81 *
Radiologist50.0% *98.1%93.3%0.60 *0.73 *0.74 *
Neuroradiologist61.1%95.1%91.7%0.590.710.78
* Permutation Test (10,000) with DLAD > without DLAD, one-tailed, p < 0.05.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Chiang, P.-L.; Lin, S.-Y.; Chen, M.-H.; Chen, Y.-S.; Wang, C.-K.; Wu, M.-C.; Huang, Y.-T.; Lee, M.-Y.; Chen, Y.-S.; Lin, W.-C. Deep Learning-Based Automatic Detection of ASPECTS in Acute Ischemic Stroke: Improving Stroke Assessment on CT Scans. J. Clin. Med. 2022, 11, 5159. https://doi.org/10.3390/jcm11175159

AMA Style

Chiang P-L, Lin S-Y, Chen M-H, Chen Y-S, Wang C-K, Wu M-C, Huang Y-T, Lee M-Y, Chen Y-S, Lin W-C. Deep Learning-Based Automatic Detection of ASPECTS in Acute Ischemic Stroke: Improving Stroke Assessment on CT Scans. Journal of Clinical Medicine. 2022; 11(17):5159. https://doi.org/10.3390/jcm11175159

Chicago/Turabian Style

Chiang, Pi-Ling, Shih-Yen Lin, Meng-Hsiang Chen, Yueh-Sheng Chen, Cheng-Kang Wang, Min-Chen Wu, Yii-Ting Huang, Meng-Yang Lee, Yong-Sheng Chen, and Wei-Che Lin. 2022. "Deep Learning-Based Automatic Detection of ASPECTS in Acute Ischemic Stroke: Improving Stroke Assessment on CT Scans" Journal of Clinical Medicine 11, no. 17: 5159. https://doi.org/10.3390/jcm11175159

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