Skip to main content

ORIGINAL RESEARCH article

Front. Neurol., 12 October 2022
Sec. Endovascular and Interventional Neurology
This article is part of the Research Topic The Application of Artificial Intelligence in Interventional Neuroradiology View all 11 articles

Prediction and analysis of periprocedural complications associated with endovascular treatment for unruptured intracranial aneurysms using machine learning

  • 1National Key Clinical Specialty, Engineering Technology Research Center of Education Ministry of China, Guangdong Provincial Key Laboratory on Brain Function Repair and Regeneration, Neurosurgery Institute, Department of Neurosurgery, Zhujiang Hospital, Southern Medical University, Guangzhou, China
  • 2Department of Neurosurgery, The First Affiliated Hospital of Zhengzhou University, Zhengzhou, China

Background: The management of unruptured intracranial aneurysm (UIA) remains controversial. Recently, machine learning has been widely applied in the field of medicine. This study developed predictive models using machine learning to investigate periprocedural complications associated with endovascular procedures for UIA.

Methods: We enrolled patients with solitary UIA who underwent endovascular procedures. Periprocedural complications were defined as neurological adverse events resulting from endovascular procedures. We incorporated three machine learning algorithms into our prediction models: artificial neural networks (ANN), random forest (RF), and logistic regression (LR). The Shapley Additive Explanations (SHAP) approach and feature importance analysis were used to identify and prioritize significant features associated with periprocedural complications.

Results: In total, 443 patients were included. Forty-eight (10.83%) procedure-related complications occurred. In the testing set, the ANN model produced the largest value (0.761) for area under the curve (AUC). The RF model also achieved an acceptable AUC value of 0.735, while the AUC value of the LR model was 0.668. SHAP and feature importance analysis identified distal aneurysm, aneurysm size and treatment modality as most significant features for the prediction of periprocedural complications following endovascular treatment for UIA.

Conclusion: Periprocedural complications after endovascular treatment for UIA are not negligible. Prediction of periprocedural complications via machine learning is feasible and effective. Machine learning can serve as a promising tool in the decision-making process for UIA treatment.

Introduction

The prevalence of unruptured intracranial aneurysm (UIA) in the adult population is about 3–7% (1, 2). The rupturing of UIAs usually results in subarachnoid hemorrhage, which is associated with a high rate of mortality and morbidity (3). In recent decades, endovascular treatment has become the first-line of treatment for intracranial aneurysm and has achieved satisfactory outcomes (4). However, most UIAs have a low annual risk of rupture, and complications related to the endovascular treatment of UIAs should not be neglected (5, 6). It remains controversial whether UIA should be treated or not. For these reasons, the risk of complications from endovascular treatment should be carefully weighed against the risk of UIA rupture. Establishing a method to identify factors associated with procedure-related complications, and to predict risk from such complications, could provide critical reference guidelines to physicians.

Recent studies have applied machine learning (ML) to the prediction of intracranial aneurysm rupture and outcome after endovascular treatment (79). When challenged with complex non-linear relationships across large datasets, ML can generate automated decisions that often outperform conventional statistical methods. Liu et al. and Zhu et al. reported promising results from the application of ML techniques to the prediction of aneurysm stability (10, 11). Paliwal et al. and Guédon et al. developed ML models to predict occlusion outcomes from aneurysms following flow diverter deployment (12, 13). However, research on the prediction of periprocedural complications from endovascular treatment is still scarce.

In this study, we exploited three ML algorithms to develop predictive models for periprocedural complications after endovascular treatment: artificial neural networks (ANN), random forest (RF), and logistic regression (LR). We then compared their prediction performance. To improve model interpretability and identify significant factors associated with periprocedural complications, we applied the Shapley Additive Explanations (SHAP) method and feature importance analysis. Our results provide physicians with reference guidelines for the management of UIAs.

Methods

Patient selection

This retrospective study was approved by the relevant institutional ethics committee, and written informed consent was obtained from patients or their relatives during hospitalization. We included patients with solitary unruptured saccular intracranial aneurysm that were treated endovascularly between January 2016 and December 2019. We adopted the following exclusion criteria: dissecting aneurysm, previous treatment, covered stent deployment, treatment performed by parent artery occlusion, and the existence of a brain arteriovenous malformation. On the basis of these criteria, we retained 443 cases for this study.

Endovascular procedures

The specific strategy for endovascular treatment was determined by a neurovascular team and was individually tailored to each case. Following general anesthesia, the endovascular procedure was performed. All patients received systemic intravenous heparin. If the team determined that it was necessary to deploy a conventional stent or a flow diverter, the endovascular procedure was preceded by a 5-day dual antiplatelet therapy (100 mg/d of aspirin and 75 mg/d of clopidogrel). If the team opted for a conventional stent, patients were advised to take clopidogrel (75 mg/d) for 6 weeks and aspirin (100 mg/d) for 6 months. If the flow diverter was deployed, the patient would take clopidogrel (75 mg/d) for 3 months and aspirin (100 mg/d) on a permanent basis thereafter.

Outcome measures

We recorded periprocedural complications that occurred within 30 days of the endovascular procedure. We divided the 443 cases into two groups: complication group and control group. Patients with periprocedural complications were assigned to the complication group. Periprocedural complications were defined as any neurological adverse event (increase in modified Rankin Scale score) resulting from the endovascular treatment. An adverse event was defined as major if the associated neurological deficit lasted longer than 7 days, otherwise it was defined as minor (14).

Clinical and morphological features

We analyzed the following factors: age, elderly status (>65 years of age), gender, potential risk factors (history of cigarette smoking and alcohol intake, hypertension, cardiovascular disease, hyperlipidemia, diabetes, and previous cerebral ischemic comorbidities), treatment modality (coiling only, stent-assisted coiling, or flow diverter treatment), aneurysm size (maximum size), presence of large aneurysm (size ≥ 10 mm), aneurysm neck size, presence of wide-neck aneurysms (≥4 mm or dome-neck ratio ≤ 2), location (anterior/posterior circulation), shape (defined as irregular if presenting blebs, nipples, or multiple lobes), and presence of distal aneurysm (distally to the Circle of Willis).

Machine learning model development

We randomly divided data samples into training set (310 cases) and testing set (133 cases) with a 7:3 ratio. Because the dataset was imbalanced between complication and control groups, we applied an adaptive synthetic (ADASYN) sampling method to generate more synthetic data for the minority class (complication group) in the training set (15). After application of ADASYN, the training set was expanded to 553 cases (280 complication cases). We then trained three ML algorithms (ANN, RF, and LR) on the training set with ten-fold cross validation and grid search to optimize hyperparameters for each model. Details of the ML models are provided in Supplementary material. The testing set was used to estimate model performance. Model performance was evaluated via receiver operating characteristic (ROC) analysis. To improve model interpretability and investigate important features associated with perioperative complications, we used the SHAP method and feature importance analysis (16). We used the SHAP method to explore important features in ANN models. We used feature score/coefficient to evaluate feature importance in RF and LR models.

Statistical analysis

We performed statistical analyses using version 22.0 of SPSS (IBM Corp., Armonk, NY, USA). Data are presented as mean and standard deviation for quantitative variables, and as frequency for qualitative variables. We used univariate logistic analysis to analyze risk factors related to periprocedural complications after endovascular procedure for UIA. Statistical significance was defined as p < 0.05.

Results

Patient and aneurysm characteristics

We enrolled a total of 443 patients (281 females and 162 males) for this study. Mean age was 55.97 ± 11.41 years. Mean aneurysm size was 6.92 ± 5.08 mm. Of the 443 cases, 75 cases were treated with coil embolization only, 270 with stent-assisted coiling, and 98 with flow diverter therapy.

Periprocedural complications

In total, 48 (10.83%) procedure-related complications occurred: 4 intraprocedural aneurysm ruptures (0.90%), 2 postprocedural aneurysm ruptures (0.45%), 2 cases of cranial nerve palsy (0.45%), and 40 ischemic events (9.03%). The 40 ischemic events included 26 ischemic strokes, 7 transient ischemic attacks, 4 intra-stent thrombosis and 3 thrombosis resulting from coil migration. Of these 48 procedure-related complications, 27 cases (6.09%) were associated with minor adverse events that resolved on discharge, and 21 (4.74%) were associated with major adverse events.

Risk factors for periprocedural complications

Table 1 shows results from univariate logistic regression analysis of risk factors for periprocedural complications. The age of the complication group was significantly older than that of the control group (59 ± 12 vs. 56 ± 11, p = 0.043), and the complication group included a higher proportion of elderly patients than the control group (35.4% vs. 16.2%, p = 0.002). Patients with hypertension and distal aneurysm showed a tendency toward more periprocedural complications (p = 0.006 and p = 0.045, respectively). Aneurysm size was significantly larger in the complication group than in the control group (8.67 ± 5.54 mm vs. 6.71 ± 4.98 mm, p = 0.014), and the complication group had larger aneurysms than the control group (31.3% vs. 16.7%, p = 0.016). Moreover, the incidence of periprocedural complications was higher in cases treated by flow diverter therapy (13.3%) or stent-assisted coiling (11.1%) than cases treated by coiling only (6.7%), although this difference did not reach statistical significance (p = 0.167 and p = 0.265, respectively).

TABLE 1
www.frontiersin.org

Table 1. Results from univariate logistic regression analysis for all variables.

Model performance and identification of important features

With relation to the training set, the area under the curve (AUC) value for the ANN model [0.993; 95% confidence interval (CI) 0.985–0.999] was similar to the AUC value for the RF model (0.999; 95% CI 0.998–1.000), followed by that associated with the LR model (0.768; 95% CI 0.729–0.808). When applied to the testing set, the ANN model produced the highest AUC value (0.761; 95% CI 0.634–0.888; Figure 1). The RF model also achieved an acceptable AUC value (0.735; 95% CI 0.616–0.854), while the AUC for the LR model was 0.668 (95% CI 0.480–0.857).

FIGURE 1
www.frontiersin.org

Figure 1. Receiver operating characteristic (ROC) curves for the three machine learning models (ANN, RF, and LR) on the testing set. ANN, artificial neural network; RF, random forest; LR, logistic regression.

As shown in Figure 2, SHAP analysis on the ANN model showed that presence of a distal aneurysm and treatment modality were the most important features associated with periprocedural complications. These were also identified as important features for the RF model by feature importance analysis. Aneurysm size was one of the top features for all three ML models. Overall, we identified distal aneurysm, aneurysm size, and treatment modality as important features associated with endovascular treatment.

FIGURE 2
www.frontiersin.org

Figure 2. Identification of important features for the three machine learning models. (A) SHAP analysis for the ANN model. (B) Feature importance analysis for the RF model. (C) Feature importance analysis for the LR model. ANN, artificial neural network; RF, random forest; LR, logistic regression. For categorical variables, gender (male), potential risk factors (≥2), location (posterior circulation), and shape (irregular) were analyzed as potential risk factors. Receiver operating characteristic (ROC) curves for the three machine learning models (ANN, RF, and LR) on the testing set. ANN, artificial neural network; RF, random forest; LR, logistic regression.

Discussion

Periprocedural complications associated with endovascular treatment for UIA represent a source of serious concern for practitioners. In the current study, we developed three ML models to predict these events and investigate risk factors associated with periprocedural complications. First and foremost, our results demonstrate that it is feasible to predict periprocedural complications associated with endovascular treatment using ML. Distal aneurysm, aneurysm size, and treatment modality may be key risk factors associated with endovascular treatment. Our findings may serve as a reference for physicians, and aid their decision-making process prior to UIA treatment.

ML is advantageous in exploring complex non-linear relationships across large datasets, and is a promising tool for clinical decision-making (17). Although many studies have reported successful ML prediction of risk for aneurysm rupture, there is little research on the application of ML to the prediction of periprocedural complications associated with endovascular treatment (18, 19). Ji et al. developed a scoring system for predicting the risk of neurological complications after endovascular treatment of UIAs, but their system was based on only three key factors (aneurysm size, aneurysm location, and cerebral ischemic comorbidity). Their approach may therefore be unsuitable for real-world applications (20). Staartjes et al. explored the feasibility of predicting neurological deficits after microsurgery for UIAs via application of ML techniques, and found that these methods support adequate prediction of early clinical endpoints after microsurgery for UIAs (21). However, their study did not include endovascularly treated UIA patients, and their models may therefore perform poorly when applied to such cases. In this study, we developed three ML models to predict perioperative complications associated with endovascular treatment for UIAs. Our results show that the ANN and RF models deliver satisfactory performance, indicating that ML is a valuable tool for prediction of perioperative complications after endovascular treatment for UIAs.

Distal aneurysm is an important predictor of periprocedural complications. In distal aneurysms, diameter of the parent artery and aneurysm size are often relatively small (22). In addition, the parent artery often presents several anatomical variants with numerous perforators or important small vessels that cannot be displayed on digital subtraction angiography. At the same time, sacrificing such vessels can result in neurological deficits (20), and distal location can increase arterial tortuosity. These factors pose serious challenges for successful endovascular treatment. Furthermore, they restrict the movement of endovascular devices, thus resulting in a higher rate of periprocedural complications. In this study, distal aneurysm was the most important feature for both ANN and RF models.

The modality of endovascular treatment has been demonstrated to be closely associated with periprocedural complications. Piotin et al. reported results from 1137 patients treated by coiling only or stent-assisted coiling (23). These authors found that stent-assisted coiling caused more permanent neurologic complications than coiling only (7.4 vs. 3.8%, p = 0.64) and a higher procedure-related mortality (4.6 vs. 1.2%, p = 0.006). Algra et al. reported that stents are associated with a higher complication risk than coiling (24). Naggara et al. found that the use of a flow-diverter device doubled the risk of unfavorable outcomes compared with simple coil placement (25). In accordance with these previous studies, we found that coiling was the safest treatment modality. Compared with coiling only, both flow-diverter devices and stent-assisted coiling resulted in more periprocedural complications. We also found that treatment modality was one of the most important features for both ANN and RF models, although this result did not reach statistical significance after univariate logistic regression analysis. This apparent discrepancy may be due to the advantage of ML over conventional statistical methods in dealing with complex non-linear relationships across large datasets.

Larger aneurysm size has been reported to be associated with increased risk of periprocedural complications after endovascular treatment (26). Larger aneurysm size increases the complexity of endovascular procedures, and impedes good wall apposition for stent deployment (27). Furthermore, the embolization rate of intracranial aneurysm decreases with increasing aneurysm size, which means that larger aneurysms are more likely to carry residual flow within the coil mass (2830). Our results confirm and extend these findings by demonstrating that aneurysm size is larger in the complication group compared with the control group. Furthermore, we found that aneurysm size was an important feature for all three ML models.

Limitations

Our study presents several limitations. Our dataset is relatively small and may involve patient selection bias. Therefore, our results may not generalize well to other patients and settings. Moreover, the synthetic data generated by the ADASYN procedure may not adequately represent less frequent cases. Future verification of our findings and validation of our models will require larger datasets from multiple centers.

Conclusion

Periprocedural complications after endovascular treatment for UIA can carry substantial consequences for patients. We show that these complications can be successfully predicted using ML models. These models represent promising tools for aiding decision-making prior to UIA treatment.

Data availability statement

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Ethics statement

The studies involving human participants were reviewed and approved by the Ethics Committee of Zhujiang Hospital of Southern Medical University. Written informed consent to participate in this study was provided by the participants' legal guardian/next of kin.

Author contributions

ZT performed the manuscript writing and statistical analysis. WL processed the data. XF and KS acquired the data. CD conceived and designed the research. All authors contributed to the article and approved the submitted version.

Funding

This work was funded by the National Key Research Development Program (Grant numbers: 2016YFC1300804 and 2016YFC1300800), the National Natural Science Foundation of China (81974178, 81974177, and 82001300), the Science and Technology Project Foundation of Guangdong province (Grant number: 2016A020215098), and the Key Project of Clinical Research of Southern Medical University (Grant number: LC2016ZD024).

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fneur.2022.1027557/full#supplementary-material

References

1. Vlak MH, Algra A, Brandenburg R, Rinkel GJ. Prevalence of unruptured intracranial aneurysms, with emphasis on sex, age, comorbidity, country, and time period: a systematic review and meta-analysis. Lancet Neurol. (2011) 10:626–36. doi: 10.1016/S1474-4422(11)70109-0

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Li MH, Chen SW, Li YD, Chen YC, Cheng YS, Hu DJ, et al. Prevalence of unruptured cerebral aneurysms in Chinese adults aged 35 to 75 years: a cross-sectional study. Annal Int Med. (2013) 159:514–21. doi: 10.7326/0003-4819-159-8-201310150-00004

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Steiner T, Juvela S, Unterberg A, Jung C, Forsting M, Rinkel G. European Stroke Organization guidelines for the management of intracranial aneurysms and subarachnoid haemorrhage. Cereb Dis. (2013) 35:93–112. doi: 10.1159/000346087

PubMed Abstract | CrossRef Full Text | Google Scholar

4. Molyneux AJ, Kerr RS, Yu LM, Clarke M, Sneade M, Yarnold JA, et al. International subarachnoid aneurysm trial (ISAT) of neurosurgical clipping versus endovascular coiling in 2143 patients with ruptured intracranial aneurysms: a randomised comparison of effects on survival, dependency, seizures, rebleeding, subgroups, and aneurysm occlusion. Lancet. (2005) 366:809–17. doi: 10.1016/S0140-6736(05)67214-5

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Malhotra A, Wu X, Forman HP, Matouk CC, Gandhi D, Sanelli P. Management of tiny unruptured intracranial aneurysms: a comparative effectiveness analysis. JAMA Neurol. (2018) 75:27–34. doi: 10.1001/jamaneurol.2017.3232

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Park HK, Horowitz M, Jungreis C, Genevro J, Koebbe C, Levy E, et al. Periprocedural morbidity and mortality associated with endovascular treatment of intracranial aneurysms. AJNR. (2005) 26:506–14.

PubMed Abstract | Google Scholar

7. Xiong W, Chen T, Li J, Xiang L, Zhang C, Xiang L, et al. Interpretable machine learning model to predict rupture of small intracranial aneurysms and facilitate clinical decision. Neurol Soc Italian Soc Clin Neurophysiol. (2022). doi: 10.1007/s10072-022-06351-x. [Epub ahead of print].

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Chen R, Mo X, Chen Z, Feng P, Li H. An Integrated Model combining machine learning and deep learning algorithms for classification of rupture status of IAs. Front Neurol. (2022) 13:868395. doi: 10.3389/fneur.2022.868395

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Lin S, Zou Y, Hu J, Xiang L, Guo L, Lin X, et al. Development and assessment of machine learning models for predicting recurrence risk after endovascular treatment in patients with intracranial aneurysms. Neurosurg Rev. (2022) 45:1521–31. doi: 10.1007/s10143-021-01665-4

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Liu Q, Jiang P, Jiang Y, Ge H, Li S, Jin H, et al. Prediction of aneurysm stability using a machine learning model based on pyradiomics-derived morphological features. Stroke. (2019) 50:2314–21. doi: 10.1161/STROKEAHA.119.025777

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Zhu W, Li W, Tian Z, Zhang Y, Wang K, Zhang Y, et al. Stability assessment of intracranial aneurysms using machine learning based on clinical and morphological features. Trans Stroke Res. (2020) 11:1287–95. doi: 10.1007/s12975-020-00811-2

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Paliwal N, Jaiswal P, Tutino VM, Shallwani H, Davies JM, Siddiqui AH, et al. Outcome prediction of intracranial aneurysm treatment by flow diverters using machine learning. Neurosurg Focus. (2018) 45:E7. doi: 10.3171/2018.8.FOCUS18332

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Guédon A, Thépenier C, Shotar E, Gabrieli J, Mathon B, Premat K, et al. Predictive score for complete occlusion of intracranial aneurysms treated by flow-diverter stents using machine learning. J Neuroint Surg. (2020) 13:341–6. doi: 10.1136/neurintsurg-2020-016748

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Kallmes DF, Hanel R, Lopes D, Boccardi E, Bonafe A, Cekirge S, et al. International retrospective study of the pipeline embolization device: a multicenter aneurysm treatment study. AJNR. (2015) 36:108–15. doi: 10.3174/ajnr.A4111

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Liu J, Chen Y, Lan L, Lin B, Chen W, Wang M, et al. Prediction of rupture risk in anterior communicating artery aneurysms with a feed-forward artificial neural network. Eur Radiol. (2018) 28:3268–75. doi: 10.1007/s00330-017-5300-3

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Ou C, Liu J, Qian Y, Chong W, Zhang X, Liu W, et al. Rupture risk assessment for cerebral aneurysm using interpretable machine learning on multidimensional data. Front Neurol. (2020) 11:570181. doi: 10.3389/fneur.2020.570181

PubMed Abstract | CrossRef Full Text | Google Scholar

17. Marasini A, Shrestha A, Phuyal S, Zaidat OO, Kalia JS. Role of artificial intelligence in unruptured intracranial aneurysm: an overview. Front Neurol. (2022) 13:784326. doi: 10.3389/fneur.2022.784326

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Chen G, Lu M, Shi Z, Xia S, Ren Y, Liu Z, et al. Development and validation of machine learning prediction model based on computed tomography angiography-derived hemodynamics for rupture status of intracranial aneurysms: a Chinese multicenter study. Eur Radiol. (2020) 30:5170–82. doi: 10.1007/s00330-020-06886-7

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Shi Z, Chen GZ, Mao L, Li XL, Zhou CS, Xia S, et al. Machine learning-based prediction of small intracranial aneurysm rupture status using CTA-derived hemodynamics: a multicenter study. AJNR. (2021) 42:648–54. doi: 10.3174/ajnr.A7034

PubMed Abstract | CrossRef Full Text | Google Scholar

20. Ji W, Liu A, Lv X, Kang H, Sun L, Li Y, et al. Risk Score for neurological complications after endovascular treatment of unruptured intracranial aneurysms. Stroke. (2016) 47:971–8. doi: 10.1161/STROKEAHA.115.012097

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Staartjes VE, Sebök M, Blum PG, Serra C, Germans MR, Krayenbühl N, et al. Development of machine learning-based preoperative predictive analytics for unruptured intracranial aneurysm surgery: a pilot study. Acta Neurochirurgica. (2020) 162:2759–65. doi: 10.1007/s00701-020-04355-0

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Park YK, Yi HJ, Choi KS, Lee YJ, Chun HJ. Intraprocedural rupture during endovascular treatment of intracranial aneurysm: clinical results and literature review. World Neurosurg. (2018) 114:e605–15. doi: 10.1016/j.wneu.2018.03.040

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Piotin M, Blanc R, Spelle L, Mounayer C, Piantino R, Schmidt PJ, et al. Stent-assisted coiling of intracranial aneurysms: clinical and angiographic results in 216 consecutive aneurysms. Stroke. (2010) 41:110–5. doi: 10.1161/STROKEAHA.109.558114

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Algra AM, Lindgren A, Vergouwen MDI, Greving JP, van der Schaaf IC, van Doormaal TPC, et al. Procedural clinical complications, case-fatality risks, and risk factors in endovascular and neurosurgical treatment of unruptured intracranial aneurysms: a systematic review and meta-analysis. JAMA Neurol. (2019) 76:282–93. doi: 10.1001/jamaneurol.2018.4165

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Naggara ON, Lecler A, Oppenheim C, Meder JF, Raymond J. Endovascular treatment of intracranial unruptured aneurysms: a systematic review of the literature on safety with emphasis on subgroup analyses. Radiology. (2012) 263:828–35. doi: 10.1148/radiol.12112114

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Orrù E, Roccatagliata L, Cester G, Causin F, Castellan L. Complications of endovascular treatment of cerebral aneurysms. Eur J Radiol. (2013) 82:1653–8. doi: 10.1016/j.ejrad.2012.12.011

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Brinjikji W, Lanzino G, Cloft HJ, Siddiqui AH, Boccardi E, Cekirge S, et al. Risk factors for ischemic complications following pipeline embolization device treatment of intracranial aneurysms: results from the intreped study. AJNR. (2016) 37:1673–8. doi: 10.3174/ajnr.A4807

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Ihn YK, Shin SH, Baik SK, Choi IS. Complications of endovascular treatment for intracranial aneurysms: Management and prevention. Int Neuroradiol J Perither Neuroradiol Surg Proc Neurosci. (2018) 24:237–45. doi: 10.1177/1591019918758493

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Pierot L, Cognard C, Anxionnat R, Ricolfi F. Ruptured intracranial aneurysms: factors affecting the rate and outcome of endovascular treatment complications in a series of 782 patients (CLARITY study). Radiology. (2010) 256:916–23. doi: 10.1148/radiol.10092209

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Tamatani S, Ito Y, Koike T, Abe H, Kumagai T, Takeuchi S, et al. Evaluation of the stability of intracranial aneurysms occluded with guglielmi detachable coils. Int Neuroradiol J Perither Neuroradiol Surg Proc Neurosci. (2001) 7:143–8. doi: 10.1177/15910199010070S121

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: intracranial aneurysm, endovascular treatment, periprocedural complication, machine learning (ML), feature importance analysis

Citation: Tian Z, Li W, Feng X, Sun K and Duan C (2022) Prediction and analysis of periprocedural complications associated with endovascular treatment for unruptured intracranial aneurysms using machine learning. Front. Neurol. 13:1027557. doi: 10.3389/fneur.2022.1027557

Received: 25 August 2022; Accepted: 27 September 2022;
Published: 12 October 2022.

Edited by:

Baofeng Gao, Beijing Institute of Technology, China

Reviewed by:

Chao Fu, China-Japan Union Hospital of Jilin University, China
Yingkun He, Henan Provincial People's Hospital, China
Cong-Hui Li, The First Hospital of Hebei Medical University, China

Copyright © 2022 Tian, Li, Feng, Sun and Duan. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Chuanzhi Duan, doctor_duanzj163.com

These authors have contributed equally to this work

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.