Characteristics for Machine Learning Detection of Large Vessel Occlusion on Computed Tomography Angiography =========================================================================================================== * Sneha Lingam * Lucas W. Remedios * Samuel W. Remedios * Bennett A. Landman * Larry T. Davis * Stephen W. Clark ## Abstract Detection of large vessel occlusion (LVO) using machine learning on computed tomography angiography (CTA) may help stroke triage, yet applicability across varied patient and image characteristics has not been examined. The study will examine which characteristics are important when using a convolutional neural network to identify LVO on CTA. A retrospective cohort study (November 2017–May 2019) at a comprehensive stroke center evaluated 677 stroke-alerted patients with an LVO of the internal carotid artery, M1, or M2 (n=150) and a matching number without LVO were included. An Inception module-based network was trained for binary classification of LVO presence. Results were examined by LVO location, window settings, non-LVO findings, demographics, risk factors, presentation status and times, interventions, and outcomes. Three hundred patients were included (48% women; median age 65). Mean±95% CI for cross-validation test and external validation, respectively, are area under precision-recall curve 0.871±0.094 and 0.742±0.018 and area under receiver operating characteristic curve 0.920±0.051 and 0.852±0.004. 145 true positive (TP), 5 false negative (FN), 39 false positive (FP), and 111 true negative (TN) patients were identified. Significant comparisons (P<0.05) identified: lower window settings for misclassifications, smoking history for all FN versus 33% TP (P=0.005), and tissue plasminogen activator treatment for 41% FP versus 20% TN (P=0.017). Our LVO detection tool had high performance across patient characteristics with few exceptions. FP had pathology warranting detection, including distal occlusions. Lower window settings among misclassifications highlight the need for image quality when using machine learning for decision support. Keywords * stroke * machine learning * computed tomography angiography * artificial intelligence * embolic stroke ## Introduction Patients with acute ischemic stroke due to LVO are at high risk for poor outcomes and benefit from early identification and reperfusion.1–7 Automated detection of LVO using machine learning on the increasingly available imaging modality of CTA may help stroke triage.8–11 Several studies have successfully demonstrated this application with high performance, yet applicability across varied patient and image characteristics has not been examined.12–17 Any machine learning algorithm is biased by the population included and data that it is trained on, which prompts the need to critically evaluate performance of LVO detection algorithms in the context of patient and image characteristics.18,19 Many factors are known to cause variation in imaging appearance of vessels and LVO, including LVO location, age-related vascular changes, risk factors such as smoking and hypertension, and time from stroke onset to imaging.20–23 CTA-specific properties such as contrast enhancement also vary on a patient-to-patient basis.24 It is also worth investigating algorithm performance relative to interventions and outcomes, since these can be associated with stroke features and severity reflected in CTA.25,26 Algorithm evaluation in the context of such factors can identify any that are associated with poor performance and may require closer attention when using an automated LVO detection tool for clinical decision support. The aim of this study is to determine what patient and image characteristics are important when using a convolutional neural network (CNN) to identify potential LVO from CTA. To this end, a CNN was trained on the task of LVO detection from CTA, and performance was subsequently examined in the context of patient demographics, stroke risk factors, clinical status on arrival, interventions, outcomes, time intervals during triage and intervention, LVO location, image window settings, and other imaging findings. In this retrospective study, we aimed to determine which patient and imaging characteristics are important when training a convolutional neural net to identify LVO on CTA. ## Methods ### Patients and Data This retrospective cohort study was approved by the Vanderbilt University institutional review board (#191100). Among 677 stroke-alerted patients at a comprehensive stroke center during the period November 2017–May 2019, 150 with anterior circulation LVO and 150 without LVO were included, with selection process detailed in Figure 1. Only the first stroke was considered for patients who had multiple during the timeframe. LVO is defined as occlusion of the internal carotid artery (ICA) or the middle cerebral artery’s first (M1) or proximal second (M2) segment. LVO labels were per chart review, or if ambiguous in documentation, images were re-examined by author LTD, a board-certified neuroradiologist. Exclusion criteria were patients without head non-contrast computed tomography (NCCT) or CTA available; images that were unsuccessfully transferred to the research server, uninterpretable as far as LVO label, or distorted upon processing; intracranial hemorrhage or implant such as external ventricular drain; and rare pathology such as posterior circulation occlusion, common carotid artery occlusion, intracranial mass, and moyamoya. ![Figure 1:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2023/02/21/2023.02.13.23285882/F1.medium.gif) [Figure 1:](http://medrxiv.org/content/early/2023/02/21/2023.02.13.23285882/F1) Figure 1: Patient selection flow diagram. (a) Radiology reports were used for verification of LVO or cutoff. In case of ambiguity, images were re-examined by author LTD, a board-certified neuroradiologist. (b) Aimed to have equal numbers of LVO and no LVO examples and stopped verification when data was balanced. All 324 with LVO-related ICD codes and images available were verified, of which 196 had LVO and 128 did not; of other ICD codes, 109 of 114 checked did not have LVO, at which point verification was stopped. (c) Images failed to transfer to our server or were missing slices. (d) Original image was uninterpretable (e.g. due to severe motion degradation) and/or image was distorted upon registration as part of preprocessing. (e) Rare pathology consisted of posterior circulation occlusion (n=12), mass lesion, moyamoya, surgical device such as external ventricular drain, and common carotid artery occlusion. Stroke alert database was provided by the Vanderbilt Stroke Program. Patient characteristics were acquired from electronic medical records, securely recorded using Research Electronic Data Capture (REDCap), and deidentified and date-shifted prior to downloading for analysis.27,28 Characteristics considered include demographics, stroke risk factors, whether patient was transferred, National Institutes of Health Stroke Scale (NIHSS), blood pressure on arrival, interventions, outcomes, timestamps during triage and intervention, and radiology reports. NCCT of the head and thin slice (1mm) CTA of the combined head and neck were acquired in Digital Imaging and Communications in Medicine (DICOM) format from Vanderbilt University Medical Center databases in Agfa IMPAX 6 and ImageVU, deidentified, and stored in the Vanderbilt University Institute of Imaging Science Center for Computational Imaging XNAT database.29 ### Image Processing Open-source tools were used for image processing.30–33 NCCT and CTA were converted from DICOM to Neuroimaging Informatics Technology Initiative format, CTA were cropped to include head only, and all images were registered to a common template NCCT selected from the dataset. Skull was removed by using a validated brain extraction method on each patient’s NCCT and then applying the mask from NCCT skull removal to the same patient’s CTA.34 For each CTA, Hounsfield unit window width and level were adjusted based on visual inspection, a 40mm axial maximum intensity projection image (MIP) to optimally depict anterior circulation was generated, and intensity was normalized to range 0-1. The CNN PhiNet was tested for feasibility of training on this dataset using images at each step of processing, and it was only able to learn effectively after application of manually involved steps of individualized window adjustment and reduction from three to two dimensions with MIP generation. ### Model Training, Evaluation, and Selection Five deep CNNs were trained for binary classification of LVO or no LVO, using 240 CTA MIPs with 10-fold cross-validation. A balanced set of 60 images was withheld for external validation. The 240 cross-validation images were overall balanced between labels, but split into train, validation, and test sets for each fold did not specify balanced classes. For each fold, 10% (24 images) were used as a test set, and remaining images were split 80:20 for train and validation. Each of the 240 images was included in the cross-validation test set for exactly one fold. PhiNet, EfficientNet-B0, DenseNet-121, ResNet-50, and a network based on the Inception V1 module were implemented with Keras and TensorFlow.35–42 The output prediction of LVO presence was a value between 0-1. For each CNN, all 2400 predictions from the ten folds of cross-validation (train, validation, and test sets) were aggregated, F1 score was computed at every possible discrimination threshold, and the threshold was selected where F1 was highest. The threshold was applied to each prediction to determine a predicted class. The ten trained models from each fold of cross-validation were evaluated separately on 1) the corresponding fold’s cross-validation test set of 24 images and 2) the common external validation set of 60 images. Evaluation metrics were accuracy, sensitivity, precision, specificity, and F1 score at the selected threshold, area under precision-recall curve (AUPRC), and area under receiver operating characteristic curve (ROC-AUC). Separately for cross-validation and external validation sets, each metric was averaged across folds and 95% confidence intervals (CI) computed. The CNN with highest sum of the seven mean metrics for the cross-validation test set was selected. Results are reported solely for the selected CNN. ### Characterization and Error Analysis Each patient had a single prediction from each of the ten folds when all cross-validation (train, validation, and test sets) and external validation set predictions were aggregated. The ten predictions for each of the 300 patients were averaged. The selected threshold was applied to each patient’s average prediction to determine one predicted class per patient and sort into true positive (TP), false negative (FN), false positive (FP), and true negative (TN) groups. LVO location, window settings, demographics, known history of stroke risk factors, presentation status and times, interventions, and outcomes were compared for TP versus FN and FP versus TN using Fisher’s Exact Test for Count Data for categorical variables and the Wilcoxon Rank Sum Test for continuous variables, at a significance level of P<0.05. Information regarding non-LVO pathology and artifacts for patients in each group was obtained from radiology reports. ## Results ### Patient Characteristics Among 300 patients, 145 (48%) were women, and median age (interquartile range [IQR]) was 65 (55-76). LVO included 32 (21%) ICA, 82 (55%) M1, and 36 (24%) M2. Patient characteristics by LVO label are detailed in Table 1. Characteristics not reported due to low documentation rates are modified Rankin scale, 24-hour NIHSS, and Alberta Stroke Program Early CT score (ASPECTS). View this table: [Table 1:](http://medrxiv.org/content/early/2023/02/21/2023.02.13.23285882/T1) Table 1: Patient characteristics by LVO label ### Model Performance The Inception module-based network was selected at a threshold of 0.390 for LVO present. Results for cross-validation test sets across 10 folds as mean±95% CI are AUPRC 0.871±0.094, ROC-AUC 0.920±0.051, accuracy 85.8±4.7%, sensitivity 94.3±6.0%, precision 80.9±8.7%, specificity 79.0±9.7%, and F1 score 0.863±0.051. Results for the external validation set evaluated on each fold’s model are AUPRC 0.742±0.018, ROC-AUC 0.852±0.004, accuracy 81.2±2.7%, sensitivity 96.7±3.4%, precision 74.2±3.3%, specificity 65.7±6.8%, and F1 score 0.838±0.019. ### Characterization and Error Analysis At the patient level, averaged results correspond to 145 TP, 5 FN, 39 FP, and 111 TN. LVO was identified for all 32 ICA occlusions, 78 (95%) M1 occlusions, 35 (97%) M2 occlusions, and 82 (99%) patients who had subsequent endovascular thrombectomy. Performance was similar for last known well (LKW) to CT (includes NCCT and CTA) interval in early (within 6 hours) and late (greater than 6 hours) thrombectomy time windows, with accuracy of 86% and 85%, respectively. Table 2 describes TP versus FN and FP versus TN comparisons. Statistically significant differences were present for the following characteristics: history of smoking in 5 (100%) FN versus 48 (33%) TP (P=0.005), receipt of tPA in 16 (41%) FP versus 22 (20%) TN (P=0.017), and receipt of tPA specifically among patients with LKW to CT interval within 4.5 hours in 12 (71%) FP versus 18 (40%) TN (P=0.046). Image intensity window settings were lower for misclassified examples, with window level median (IQR) of 160 (130-200) for FP versus 180 (150-200) for TN (P=0.026), width 480 (310-660) for FP versus 600 (460-720) for TN (P=0.004), and width 580 (440-740) for TP versus 380 (380-400) for FN (P=0.016); window level 170 (150-210) for TP versus 150 (150-150) for FN was not significant (P=0.150). Aggregated for incorrect versus correct predictions, window level median (IQR) is 150 (130-185) versus 180 (150-202) (P=0.019) and width is 440 (320-595) versus 600 (460-725) (P<0.001). View this table: [Table 2:](http://medrxiv.org/content/early/2023/02/21/2023.02.13.23285882/T2) Table 2: Comparison of TP versus FN and FP versus TN patient and image characteristics Example processed CTA MIPs of TP, FN, FP, and TN classifications are shown in Figure 2. The five FN patients had: 1) M1 occlusion and underwent successful thrombectomy with thrombolysis in cerebral infarction (TICI) 2c reperfusion, 2) M2 occlusion yet not a candidate for thrombectomy due to good collateral flow and NIHSS of 1, 3) M1 occlusion with likely chronic vasculopathy due to polysubstance use, and 4) and 5) M1 occlusion felt to be chronic and not amenable to intervention in these patients who both had known prior stroke. Among 39 FP, only 11 patients had no pathology or artifacts noted. Fifteen FP had distal non-LVO occlusion: six in the distal M2, six in the third segment (M3) of the middle cerebral artery, one unspecified M2 or M3 short segment sylvian middle cerebral artery thrombosis, one likely chronic cervical ICA occlusion that was documented and verified as not LVO, and one with multifocal occlusions in the anterior cerebral, vertebral, and posterior cerebral arteries. Seven FP had severe unifocal or multifocal stenosis noted. Five FP had other pathology not necessarily specific to CTA findings: basilar artery focal filling defect, lacunar infarct of unknown chronicity, remote cerebellar infarct, likely thrombosed vertebral aneurysm plus cerebellar and thalamic strokes, and decreased mean transit time and cerebral blood flow in frontoparietal M3 region found on subsequent perfusion imaging without CT correlate. Three FP had artifact specified in the radiology report but were still interpretable as far as LVO label and thus had not been excluded from the dataset: 1) mild motion artifact in one with M3 occlusion, 2) limited by venous contamination in one with lacunar infarct, and 3) suboptimal contrast opacification and quantum mottle, streak, and motion artifact. ![Figure 2:](http://medrxiv.org/https://www.medrxiv.org/content/medrxiv/early/2023/02/21/2023.02.13.23285882/F2.medium.gif) [Figure 2:](http://medrxiv.org/content/early/2023/02/21/2023.02.13.23285882/F2) Figure 2: Example processed CTA MIPs of TP, FN, FP, and TN classifications. From left to right, TP in first row: 1) left ICA occlusion with window width (W) 480 and level (L) 150, 2) right M1 occlusion, W1000 L250, 3) left M1 occlusion, W600 L180, 4) right M2 occlusion, W400 L140. FN in second row: 1) right M1 with subsequent thrombectomy, W400 L150, 2) chronic left M1 occlusion and prior strokes, W420 L150, 3) left M2 occlusion with good collaterals and NIHSS 1, W380 L150, 4) chronic right M1 occlusion and prior strokes, W380 L150. FP in third row: 1) venous contamination and lacunar infarct, W320 L130, 2) no noted pathology, W240 L110, 3) right M3 occlusion, W420 L150, 4) multifocal stenosis, W480 L160. TN in fourth row: 1) W820 L 220, 2) W400 L140, 3) W520 L170, 4) W800 L230. ## Conclusions The LVO detection tool developed has high accuracy and sensitivity that holds true across patient characteristics with few exceptions. Analysis revealed statistically significant differences for the following variables: lower window settings for misclassifications, smoking history more frequent in FN than TP, and tPA administered to more FP than TN. Investigation of misclassifications revealed that many FP had pathology warranting detection including distal occlusions, and four of five FN had chronic changes or other factors that precluded them from being candidates for endovascular thrombectomy. Our model cross-validation performance with AUPRC 0.87, ROC-AUC 0.92, accuracy 86%, sensitivity 94%, specificity 79%, and precision 81% is comparable to prior studies of automated LVO detection and falls slightly short of radiologist performance of accuracy 96%, sensitivity 96%, and specificity 97% in a study by Boyd et al.43 Table 3 compares our results with prior work on automated LVO detection from CTA, including studies using the commercial platforms Viz.ai and RapidLVO as well as two studies using non-commercial models.12–17 LVO definitions were similar to our study with the additional inclusion of anterior cerebral artery occlusions by Sheth et al. and posterior circulation occlusions by Stib et al. Some of these studies trained models on larger datasets and/or included multiple institutions and CT scanners, which may inherently improve generalizability, but this cannot be assumed. Several reported patient characteristics of their study population without subsequent analysis of results in the context of these features. The only exception is the study by Dehkharghani et al. using RapidLVO software, which demonstrated similar performance across age groups, sex, location within or outside the United States, and CT scanner manufacturers.44 Our study found similar results with age and sex in addition to other demographics. With only five FN, it is unclear how much emphasis to place on the finding of higher prevalence of smoking history compared to TP, yet this factor may underlie the chronic vasculature changes found in three FN.21 Our model performed consistently across the artery of occlusion (100% ICA, 95% M1, and 97% M2), whereas a previous study found that the sensitivity of LVO detection using RapidLVO software was higher for ICA or M1 than M2 occlusions (97% versus 90%) for their dataset.15 Our model also did not perform differently for patients presenting within 6 hours of stroke onset versus later than 6 hours; current guidelines recommend additional perfusion imaging for patients presenting later than 6 hours from LKW, yet this advanced imaging is less available at many sites, and its necessity is under scrutiny.1,45,46 Furthermore, LVO was identified by our model in all but one patient who ultimately had thrombectomy, supporting its potential use as a tool in deciding which patients require transport to thrombectomy-capable centers. View this table: [Table 3:](http://medrxiv.org/content/early/2023/02/21/2023.02.13.23285882/T3) Table 3: Comparison with prior studies on automated LVO detection from CTA. Cross-validation test set (CV) and external validation set (EV) mean results are listed for this study. Distal M2 or further distal occlusions were not labeled as LVO for the purposes of this study and had been documented as too distal for retrieval by thrombectomy. The highest level of recommendation for thrombectomy eligibility includes only ICA and M1 occlusion, while benefits are uncertain for M2, M3, or other occlusions.1 Occlusions that are harder to access directly are nonetheless important to identify and treat early with intravenous tPA, and there is evidence of benefit of emerging thrombectomy techniques and intra-arterial tPA for distal occlusions.47–50 Thus, it may in fact be advantageous that our model classified as positive the fifteen FP with distal occlusion and additional five with thrombosis or other findings indicative of infarct. This pathology may be related to the higher frequency among FP than TN of administration of intravenous tPA, which was not attributable to any difference in time of presentation. Stib et al. discussed one FP for which they later found an infarct based on magnetic resonance imaging (MRI) and raised the idea that their model may be able to detect smaller infarcts than even radiologists can see on CTA.17 We did not investigate MRI findings, but it is possible that a similar idea applies in our study to one FP with CT perfusion findings indicating potential injury to the M3 region and others with signs of infarct on NCCT. Stenosis was our other prevalent finding among FP and is common in other studies, including 16 of 31 FP with intracranial atherosclerosis in the study by Chatterjee et al.13 RapidLVO software relies on detection of asymmetric vasculature density, and Amukotuwa et al. found that FP commonly had natural inter-hemispheric variation in vasculature, ipsilateral decreased vascular density due to stenosis or prior infarct, or contralateral increased vascular density due to opacified venous structures, aneurysm, hematoma, or reactive hyperemia.14,15 One FP from our study had noted venous contamination that may have contributed to misclassification. The slice range for MIP generation was selected based on a sample to optimize visualization of anterior circulation but may not have captured the entire anterior circulation for all CTAs due to anatomic variation, which may have created a false appearance of vascular asymmetry or cutoffs in some FP. Amukotuwa et al. found FN to commonly have short-segment or incomplete occlusion with distal reconstitution, small nondominant branch occlusions, or collaterals resulting in normal or increased vessel density on the side of the occlusion.14,15 One FN from our study had an acute LVO with robust collaterals, and several other FN with chronic occlusions or vasculopathy may also have had time for collateral formation. Occlusions with robust collaterals have slower infarct progression and thus lower consequence of delayed identification and treatment. Only one patient in our study with acute LVO who was a thrombectomy candidate was not identified, which may be explained by lower window settings and likely poorer image quality among FN. The windowing findings highlight the importance of considering input data quality when using an automated algorithm for clinical decision support. Windowing was adjusted to optimize vessel visualization for each CTA, and lower settings among misclassifications indicate lower signal-to-noise ratio likely due to poor contrast attenuation. Contrast enhancement is variable due to patient factors including weight and cardiac output, contrast factors such as injection duration and rate, and scan factors including duration and delay.24 While target contrast and scan parameters exist for each type of CTA scan, patient variation is difficult to control for. Ability to detect LVO by visual inspection is the primary consideration for whether CTA quality is sufficient for both the acute stroke triage setting and inclusion criteria for this study. Thus, even the three FP with documented limitation by artifacts were included, as well as scans for which it was relatively difficult to achieve similar optimization of vessel visualization as other scans, which were often those requiring a lower window range. Optimized window settings for CTA have been found to 1) reduce variability in vessel measurement relative to variation in contrast attenuation and 2) improve accuracy of CTA source image-based ASPECTS regardless of rater experience or specialty.51,52 Prior LVO detection studies have not discussed windowing, and some used vessel segmentation or tubular filtering methods that enhance signal-to-noise ratio and are perhaps less dependent on contrast attenuation differences or other factors underlying image variation.15,17 It is possible that if our algorithm was trained on a larger dataset, it could identify LVO despite poor contrast attenuation or artifact, and this may also obviate the need for individualized window adjustment beforehand. However, it is also possible that the effect of CTA quality of individual images has been overlooked in studies using different methods and often larger datasets. Scans with poorer quality should not simply be excluded in algorithm training or application, as this would limit the fundamental utility and applicability as a tool for triage. Chatterjee et al. excluded cases with inadequate contrast and motion artifact in their study yet mentioned ongoing efforts to optimize detection in poor quality CTAs.13 Manual chart review by one author is a possible source of error. Posterior circulation and anterior cerebral artery occlusions were excluded due to rarity in this dataset, yet these are included in some LVO definitions because carefully selected patients may be candidates for thrombectomy.1 Image processing included manual steps of individual image window range adjustment and selection based on visual inspection of the axial slice range used to generate the MIP. This limits utility of the tool in clinical practice without further development. Windowing based on visual inspection is a potential source of inconsistency, although it was performed by the same author for all images which provides some consistency. Note that during development, the model was not able to learn when the same window range was applied to all images, so individual adjustment was a necessary processing step; with sufficient data, windowing may be another feature that can be learned. The MIP slice range selection is a potential source of error as previously discussed, yet the reduction from three-dimensional to two-dimensional data enabled the model to learn effectively and efficiently from a small dataset of 300 images. Model training, performance, characterization analysis, and generalizability are limited by this being a single institution study of 300 patients. The small study size is the major limitation in training complex deep learning algorithms and the consequent performance and robustness across features such as diverse anatomy and image quality. Although the algorithm could identify LVO with high accuracy and sensitivity and without performance bias based on demographic factors and most stroke risk factors within our own study population, the applicability in a larger context is biased by the patients included.18,19 This study is the first to characterize performance of a machine learning based LVO detection tool in the context of comprehensive patient and imaging characteristics, with key findings of lower window settings among misclassifications and distal occlusion or stenosis prevalent among false positives. Image quality should be carefully considered when using automated LVO detection for decision support. The tool is otherwise highly accurate and sensitive across patient characteristics, demonstrating broad applicability that supports the use of machine learning to aid stroke triage. ## Data Availability All data produced in the present study are available upon reasonable request to the authors. ## Source of Funding The image dataset was obtained in part from ImageVU, a research resource supported by the VICTR CTSA award (ULTR000445 from NCATS/NIH), Vanderbilt University Medical Center institutional funding and Patient-Centered Outcomes Research Institute (PCORI; contract CDRN-1306-04869). This work is partially supported by ViSE/VICTR VR3029 and by the National Science Foundation Graduate Research Fellowship under Grant No. DGE-1746891. We extend gratitude to NVIDIA for their support by means of the NVIDIA hardware grant. ## Acknowledgements We are grateful to Kiersten Espaillat, Stroke Program Manager at Vanderbilt University Medical Center, for assistance in identifying patients for this study and sharing the stroke alert database. We are also grateful to MASI lab members Riqiang Gao, Cailey Kerley, Karthik Ramadass, and Praitayini Kanakaraj for their assistance. * Received February 13, 2023. * Revision received February 13, 2023. * Accepted February 21, 2023. * © 2023, Posted by Cold Spring Harbor Laboratory This pre-print is available under a Creative Commons License (Attribution-NonCommercial-NoDerivs 4.0 International), CC BY-NC-ND 4.0, as described at [http://creativecommons.org/licenses/by-nc-nd/4.0/](http://creativecommons.org/licenses/by-nc-nd/4.0/) ## References 1. 1.Powers William J., Rabinstein Alejandro A., Ackerson Teri, 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(12):e344–e418. doi:10.1161/STR.0000000000000211 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1161/STR.0000000000000211&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=31662037&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 2. 2.McTaggart RA, Ansari SA, Goyal M, et al. Initial hospital management of patients with emergent large vessel occlusion (ELVO): report of the standards and guidelines committee of the society of neuroInterventional surgery. J NeuroInterventional Surg. 2017;9(3):316–323. doi:10.1136/neurintsurg-2015-011984 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6MTE6Im5ldXJpbnRzdXJnIjtzOjU6InJlc2lkIjtzOjc6IjkvMy8zMTYiO3M6NDoiYXRvbSI7czo1MDoiL21lZHJ4aXYvZWFybHkvMjAyMy8wMi8yMS8yMDIzLjAyLjEzLjIzMjg1ODgyLmF0b20iO31zOjg6ImZyYWdtZW50IjtzOjA6IiI7fQ==) 3. 3.Menon Bijoy K., Sajobi Tolulope T., Zhang Yukun, et al. Analysis of workflow and time to treatment on thrombectomy outcome in the endovascular treatment for small core and proximal occlusion ischemic stroke (ESCAPE) randomized, controlled trial. Circulation. 2016;133(23):2279–2286. doi:10.1161/CIRCULATIONAHA.115.019983 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6MTQ6ImNpcmN1bGF0aW9uYWhhIjtzOjU6InJlc2lkIjtzOjExOiIxMzMvMjMvMjI3OSI7czo0OiJhdG9tIjtzOjUwOiIvbWVkcnhpdi9lYXJseS8yMDIzLzAyLzIxLzIwMjMuMDIuMTMuMjMyODU4ODIuYXRvbSI7fXM6ODoiZnJhZ21lbnQiO3M6MDoiIjt9) 4. 4. Mazighi Mikael, Chaudhry Saqib A., Ribo Marc, et al. Impact of onset-to-reperfusion time on stroke mortality. Circulation. 2013;127(19):1980–1985. doi:10.1161/CIRCULATIONAHA.112.000311 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6MTQ6ImNpcmN1bGF0aW9uYWhhIjtzOjU6InJlc2lkIjtzOjExOiIxMjcvMTkvMTk4MCI7czo0OiJhdG9tIjtzOjUwOiIvbWVkcnhpdi9lYXJseS8yMDIzLzAyLzIxLzIwMjMuMDIuMTMuMjMyODU4ODIuYXRvbSI7fXM6ODoiZnJhZ21lbnQiO3M6MDoiIjt9) 5. 5.Sheth SA, Jahan R, Gralla J, et al. Time to endovascular reperfusion and degree of disability in acute stroke. Ann Neurol. 2015;78(4):584–593. doi:[https://doi.org/10.1002/ana.24474](https://doi.org/10.1002/ana.24474) [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1002/ana.24474&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=26153450&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 6. 6.Meretoja A, Keshtkaran M, Tatlisumak T, Donnan GA, Churilov L. Endovascular therapy for ischemic stroke: save a minute—save a week. Neurology. 2017;88(22):2123–2127. doi:10.1212/WNL.0000000000003981 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1212/WNL.0000000000003981&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 7. 7.Malhotra K, Gornbein J, Saver JL. Ischemic Strokes due to large-vessel occlusions contribute disproportionately to stroke-related dependence and death: A Review. Front Neurol. 2017;8. doi:10.3389/fneur.2017.00651 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.3389/fneur.2017.00651&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=29250029&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 8. 8.Sanossian N, Fu KA, Liebeskind DS, et al. Utilization of emergent neuroimaging for thrombolysis-eligible stroke patients. J Neuroimaging. 2017;27(1):59–64. doi:[https://doi.org/10.1111/jon.12369](https://doi.org/10.1111/jon.12369) 9. 9.Bash S, Villablanca JP, Jahan R, et al. Intracranial vascular stenosis and occlusive disease: evaluation with CT angiography, MR angiography, and digital subtraction sngiography. Am J Neuroradiol. 2005;26(5):1012–1021. [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.ejvs.2009.03.013&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=15891154&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000229306100009&link_type=ISI) 10. 10.Menon BK, Demchuk AM. Computed tomography angiography in the assessment of patients with stroke/TIA. The Neurohospitalist. 2011;1(4):187–199. doi:10.1177/1941874411418523 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1177/1941874411418523&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=23983855&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 11. 11.Murray NM, Unberath M, Hager GD, Hui FK. Artificial intelligence to diagnose ischemic stroke and identify large vessel occlusions: a systematic review. J NeuroInterventional Surg. 2020;12(2):156–164. doi:10.1136/neurintsurg-2019-015135 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6MTE6Im5ldXJpbnRzdXJnIjtzOjU6InJlc2lkIjtzOjg6IjEyLzIvMTU2IjtzOjQ6ImF0b20iO3M6NTA6Ii9tZWRyeGl2L2Vhcmx5LzIwMjMvMDIvMjEvMjAyMy4wMi4xMy4yMzI4NTg4Mi5hdG9tIjt9czo4OiJmcmFnbWVudCI7czowOiIiO30=) 12. 12.Barreira C, Bouslama M, Lim J, et al. E-108 Aladin study: automated large artery occlusion detection in stroke imaging study – a multicenter analysis. J NeuroInterventional Surg. 2018;10(Suppl 2):A101–A102. doi:10.1136/neurintsurg-2018-SNIS.184 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1136/neurintsurg-2018-SNIS.184&link_type=DOI) 13. 13. Chatterjee Arindam, Somayaji Nayana R, Kabakis Ismail M. Abstract WMP16: Artificial Intelligence Detection of Cerebrovascular Large Vessel Occlusion - Nine Month, 650 Patient Evaluation of the Diagnostic Accuracy and Performance of the Viz.ai LVO Algorithm. Stroke. 2019;50(Suppl_1):AWMP16–AWMP16. doi:10.1161/str.50.suppl_1.WMP16 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1161/str.50.suppl_1.WMP16&link_type=DOI) 14. 14.Amukotuwa Shalini A., Straka Matus, Smith Heather, et al. Automated Detection of Intracranial Large Vessel Occlusions on Computed Tomography Angiography. Stroke. 2019;50(10):2790–2798. doi:10.1161/STROKEAHA.119.026259 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1161/STROKEAHA.119.026259&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=31495328&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 15. 15.Amukotuwa Shalini A., Straka Matus, Dehkharghani Seena, Bammer Roland. Fast Automatic Detection of Large Vessel Occlusions on CT Angiography. Stroke. 2019;50(12):3431–3438. doi:10.1161/STROKEAHA.119.027076 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1161/STROKEAHA.119.027076&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=31679501&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 16. 16. Sheth Sunil A., Lopez-Rivera Victor, Barman Arko, et al. Machine Learning–Enabled Automated Determination of Acute Ischemic Core From Computed Tomography Angiography. Stroke. 2019;50(11):3093–3100. doi:10.1161/STROKEAHA.119.026189 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1161/STROKEAHA.119.026189&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 17. 17.Stib MT, Vasquez J, Dong MP, et al. Detecting Large Vessel Occlusion at Multiphase CT Angiography by Using a Deep Convolutional Neural Network. Radiology. 2020;297(3):640–649. doi:10.1148/radiol.2020200334 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1148/radiol.2020200334&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 18. 18.Gianfrancesco MA, Tamang S, Yazdany J, Schmajuk G. Potential Biases in Machine Learning Algorithms Using Electronic Health Record Data. JAMA Intern Med. 2018;178(11):1544–1547. doi:10.1001/jamainternmed.2018.3763 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1001/jamainternmed.2018.3763&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=30128552&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 19. 19.Rajkomar A, Hardt M, Howell MD, Corrado G, Chin MH. Ensuring Fairness in Machine Learning to Advance Health Equity. Ann Intern Med. 2018;169(12):866–872. doi:10.7326/M18-1990 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.7326/M18-1990&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 20. 20. Kastrup Andreas, Dichgans Johannes, Niemeier Matthias, Schabet Martin. Changes of Cerebrovascular CO2 Reactivity During Normal Aging. Stroke. 1998;29(7):1311–1314. doi:10.1161/01.STR.29.7.1311 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6OToic3Ryb2tlYWhhIjtzOjU6InJlc2lkIjtzOjk6IjI5LzcvMTMxMSI7czo0OiJhdG9tIjtzOjUwOiIvbWVkcnhpdi9lYXJseS8yMDIzLzAyLzIxLzIwMjMuMDIuMTMuMjMyODU4ODIuYXRvbSI7fXM6ODoiZnJhZ21lbnQiO3M6MDoiIjt9) 21. 21.Kweon S-S, Lee Y-H, Shin M-H, et al. Effects of Cumulative Smoking Exposure and Duration of Smoking Cessation on Carotid Artery Structure. Circ J. 2012;76(8):2041–2047. doi:10.1253/circj.CJ-11-1353 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1253/circj.CJ-11-1353&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=22664416&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000306936900038&link_type=ISI) 22. 22.Kontos HA, Wei EP, Navari RM, Levasseur JE, Rosenblum WI, Patterson JL. Responses of cerebral arteries and arterioles to acute hypotension and hypertension. Am J Physiol. 1978;234(4):H371–383. doi:10.1152/ajpheart.1978.234.4.H371 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1152/ajpheart.1978.234.4.H371&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=645875&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=A1978EW34100022&link_type=ISI) 23. 23.DiBiasio EL, Jayaraman MV, Goyal M, et al. Dismantling the ability of CT and MRI to identify the target mismatch profile in patients with anterior circulation large vessel occlusion beyond six hours from symptom onset. Emerg Radiol. 2019;26(4):401–408. doi:10.1007/s10140-019-01686-z [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1007/s10140-019-01686-z&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=30929145&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 24. 24.Bae KT. Intravenous Contrast Medium Administration and Scan Timing at CT: Considerations and Approaches. Radiology. 2010;256(1):32–61. doi:10.1148/radiol.10090908 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1148/radiol.10090908&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=20574084&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000279106900007&link_type=ISI) 25. 25. Nishi Hidehisa, Oishi Naoya, Ishii Akira, et al. Deep Learning–Derived High-Level Neuroimaging Features Predict Clinical Outcomes for Large Vessel Occlusion. Stroke. 2020;51(5):1484–1492. doi:10.1161/STROKEAHA.119.028101 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1161/STROKEAHA.119.028101&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 26. 26.Hilbert A, Ramos LA, van Os HJA, et al. Data-efficient deep learning of radiological image data for outcome prediction after endovascular treatment of patients with acute ischemic stroke. Comput Biol Med. 2019;115:103516. doi:10.1016/j.compbiomed.2019.103516 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.compbiomed.2019.103516&link_type=DOI) 27. 27.Harris PA, Taylor R, Thielke R, Payne J, Gonzalez N, Conde JG. Research electronic data capture (REDCap)—A metadata-driven methodology and workflow process for providing translational research informatics support. J Biomed Inform. 2009;42(2):377–381. doi:10.1016/j.jbi.2008.08.010 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.jbi.2008.08.010&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=18929686&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000264958800018&link_type=ISI) 28. 28.Harris PA, Taylor R, Minor BL, et al. The REDCap consortium: Building an international community of software platform partners. J Biomed Inform. 2019;95:103208. doi:10.1016/j.jbi.2019.103208 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.jbi.2019.103208&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=31078660&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 29. 29.Harrigan RL, Yvernault BC, Boyd BD, et al. Vanderbilt University Institute of Imaging Science Center for Computational Imaging XNAT: A multimodal data archive and processing environment. NeuroImage. 2016;124(0 0):1097–1101. doi:10.1016/j.neuroimage.2015.05.021 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.neuroimage.2015.05.021&link_type=DOI) 30. 30.Li X, Morgan PS, Ashburner J, Smith J, Rorden C. The first step for neuroimaging data analysis: DICOM to NIfTI conversion. J Neurosci Methods. 2016;264:47–56. doi:10.1016/j.jneumeth.2016.03.001 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.jneumeth.2016.03.001&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=26945974&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 31. 31.Jenkinson M, Smith S. A global optimisation method for robust affine registration of brain images. Med Image Anal. 2001;5(2):143–156. doi:10.1016/s1361-8415(01)00036-6 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/S1361-8415(01)00036-6&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=11516708&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000169672400005&link_type=ISI) 32. 32.Jenkinson M, Bannister P, Brady M, Smith S. Improved optimization for the robust and accurate linear registration and motion correction of brain images. NeuroImage. 2002;17(2):825–841. doi:10.1016/s1053-8119(02)91132-8 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/S1053-8119(02)91132-8&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=12377157&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000178642000027&link_type=ISI) 33. 33.Jenkinson M, Beckmann CF, Behrens TEJ, Woolrich MW, Smith SM. FSL. NeuroImage. 2012;62(2):782–790. doi:10.1016/j.neuroimage.2011.09.015 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.neuroimage.2011.09.015&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=21979382&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000306390600032&link_type=ISI) 34. 34.Muschelli J, Ullman NL, Mould WA, Vespa P, Hanley DF, Crainiceanu CM. Validated Automatic Brain Extraction of Head CT Images. NeuroImage. 2015;114:379–385. doi:10.1016/j.neuroimage.2015.03.074 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.neuroimage.2015.03.074&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=25862260&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 35. 35.Remedios S, Roy S, Pham D, Butman J. Classifying magnetic resonance image modalities with convolutional neural networks. In: Medical Imaging 2018: Computer-Aided Diagnosis. Vol 10575. International Society for Optics and Photonics; 2018:105752I. doi:10.1117/12.2293943 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1117/12.2293943&link_type=DOI) 36. 36.Tan M, Le Q. EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks. In: 36th International Conference on Machine Learning. Vol 97. PMLR; 2019:6105–6114. Accessed February 17, 2021. [http://proceedings.mlr.press/v97/tan19a.html](http://proceedings.mlr.press/v97/tan19a.html) 37. 37.Huang G, Liu Z, Maaten LVD, Weinberger KQ. Densely Connected Convolutional Networks. In: 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). IEEE; 2017:2261–2269. doi:10.1109/CVPR.2017.243 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1109/CVPR.2017.243&link_type=DOI) 38. 38.Huang G, Liu Z, Pleiss G, Van Der Maaten L, Weinberger K. Convolutional Networks with Dense Connectivity. IEEE Trans Pattern Anal Mach Intell. Published online May 23, 2019. doi:10.1109/TPAMI.2019.2918284 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1109/TPAMI.2019.2918284&link_type=DOI) 39. 39.He K, Zhang X, Ren S, Sun J. Deep Residual Learning for Image Recognition. In: 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). IEEE; 2016:770–778. doi:10.1109/CVPR.2016.90 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1109/CVPR.2016.90&link_type=DOI) 40. 40.Szegedy C, Wei Liu, Yangqing Jia, et al. Going deeper with convolutions. In: 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). IEEE; 2015:1–9. doi:10.1109/CVPR.2015.7298594 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1109/CVPR.2015.7298594&link_type=DOI) 41. 41.hollet F. Keras.; 2015. [https://keras.io/](https://keras.io/) 42. 42.Abadi M, Agarwal A, Barham P, et al. TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems.; 2015. [https://www.tensorflow.org/](https://www.tensorflow.org/) 43. 43.Boyd CA, Jayaraman MV, Baird GL, et al. Detection of emergent large vessel occlusion stroke with CT angiography is high across all levels of radiology training and grayscale viewing methods. Eur Radiol. 2020;30(8):4447–4453. doi:10.1007/s00330-020-06814-9 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1007/s00330-020-06814-9&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 44. 44.Dehkharghani S, Lansberg M, Venkatsubramanian C, et al. High-Performance Automated Anterior Circulation CT Angiographic Clot Detection in Acute Stroke: A Multireader Comparison. Radiology. Published online January 12, 2021:202734. doi:10.1148/radiol.2021202734 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1148/radiol.2021202734&link_type=DOI) 45. 45. Lopez-Rivera Victor, Abdelkhaleq Rania, Yamal Jose-Miguel, et al. Impact of Initial Imaging Protocol on Likelihood of Endovascular Stroke Therapy. Stroke. 2020;51(10):3055–3063. doi:10.1161/STROKEAHA.120.030122 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1161/STROKEAHA.120.030122&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 46. 46.Leslie-Mazwie Thabele M., Menon Bijoy K. Treatment for the Select Few and Not for All? Stroke. 2020;51(10):2888–2889. doi:10.1161/STROKEAHA.120.031918 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1161/STROKEAHA.120.031918&link_type=DOI) 47. 47.Grossberg Jonathan A., Rebello Leticia C., Haussen Diogo C., et al. Beyond Large Vessel Occlusion Strokes. Stroke. 2018;49(7):1662–1668. doi:10.1161/STROKEAHA.118.020567 [Abstract/FREE Full Text](http://medrxiv.org/lookup/ijlink/YTozOntzOjQ6InBhdGgiO3M6MTQ6Ii9sb29rdXAvaWpsaW5rIjtzOjU6InF1ZXJ5IjthOjQ6e3M6ODoibGlua1R5cGUiO3M6NDoiQUJTVCI7czoxMToiam91cm5hbENvZGUiO3M6OToic3Ryb2tlYWhhIjtzOjU6InJlc2lkIjtzOjk6IjQ5LzcvMTY2MiI7czo0OiJhdG9tIjtzOjUwOiIvbWVkcnhpdi9lYXJseS8yMDIzLzAyLzIxLzIwMjMuMDIuMTMuMjMyODU4ODIuYXRvbSI7fXM6ODoiZnJhZ21lbnQiO3M6MDoiIjt9) 48. 48. Pérez-García Carlos, Moreu Manuel, Rosati Santiago, et al. Mechanical Thrombectomy in Medium Vessel Occlusions. Stroke. 2020;51(11):3224–3231. doi:10.1161/STROKEAHA.120.030815 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1161/STROKEAHA.120.030815&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 49. 49.Ospel Johanna M., Menon Bijoy K., Demchuk Andrew M., et al. Clinical Course of Acute Ischemic Stroke Due to Medium Vessel Occlusion With and Without Intravenous Alteplase Treatment. Stroke. 2020;51(11):3232–3240. doi:10.1161/STROKEAHA.120.030227 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1161/STROKEAHA.120.030227&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 50. 50.Mistry Eva A., Dumont Aaron S. Medium Vessel Occlusion and Acute Ischemic Stroke. Stroke. 2020;51(11):3200–3202. doi:10.1161/STROKEAHA.120.032357 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1161/STROKEAHA.120.032357&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=http://www.n&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) 51. 51.Liu Y, Hopper KD, Mauger DT, Addis KA. CT Angiographic Measurement of the Carotid Artery: Optimizing Visualization by Manipulating Window and Level Settings and Contrast Material Attenuation. Radiology. 2000;217(2):494–500. doi:10.1148/radiology.217.2.r00oc32494 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1148/radiology.217.2.r00oc32494&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=11058651&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom) [Web of Science](http://medrxiv.org/lookup/external-ref?access_num=000090058800027&link_type=ISI) 52. 52.Arsava EM, Saarinen JT, Unal A, Akpinar E, Oguz KK, Topcuoglu MA. Impact of Window Setting Optimization on Accuracy of Computed Tomography and Computed Tomography Angiography Source Image-based Alberta Stroke Program Early Computed Tomography Score. J Stroke Cerebrovasc Dis. 2014;23(1):12–16. doi:10.1016/j.jstrokecerebrovasdis.2012.05.012 [CrossRef](http://medrxiv.org/lookup/external-ref?access_num=10.1016/j.jstrokecerebrovasdis.2012.05.012&link_type=DOI) [PubMed](http://medrxiv.org/lookup/external-ref?access_num=22748712&link_type=MED&atom=%2Fmedrxiv%2Fearly%2F2023%2F02%2F21%2F2023.02.13.23285882.atom)