Figures
Abstract
Background
Postoperative cerebrovascular events, including transient ischemic attacks, infarctions, and hemorrhages, remain a significant concern in pediatric patients with Moyamoya disease (MMD)undergoing surgical revascularization. This study aimed to develop an explainable deep learning-based classification model using intraoperative arterial blood pressure (ABP) waveform analysis for postoperative cerebrovascular events in pediatric patients undergoing surgery for MMD, with exploratory analysis of associated waveform-derived physiologic features.
Methods
This retrospective study included 181 pediatric patients (≤18 years) who underwent revascularization surgery for MMD, with an independent temporal holdout cohort of 79 patients reserved for validation. ABP signals were preprocessed using detrending, pulse segmentation, and normalization, then converted into image representations for deep learning classification. Various convolutional neural network (CNN) models, including ResNet50, ResNet34, DenseNet121, VGG16, and VGG19, were evaluated against Vision Transformer (ViT) architectures. Multiple image transformation methods were tested, and Grad-CAM analysis and statistical comparisons of waveform-derived physiologic features were conducted between patients with and without postoperative cerebrovascular events.
Results
The optimal model configuration achieved the best performance using raw pulse waveforms with three consecutive pulses per image. CNN-based models outperformed ViT-based models, with the highest internal classification performance observed using raw pulse waveforms (AUROC = 0.772, SD = 0.070).In the independent temporal validation cohort, the model achieved an AUROC of 0.738 ± 0.011 at the patient level. Grad-CAM visualization highlighted the diastolic runoff phase as a region of interest for classification. Four waveform-derived features related to arterial compliance were significantly associated with postoperative cerebrovascular events (p < 0.05).
Conclusions
In this study, CNN-based deep learning models demonstrated the feasibility of predicting postoperative cerebrovascular events from intraoperative ABP waveforms, with diastolic runoff dynamics emerging as a potentially relevant physiologic pattern. These findings are exploratory and require prospective multi-center validation before clinical application.
Citation: Park J-B, Shin Y, Kim J, Kim YJ, Lee S-B, Kim E-H, et al. (2026) Deep learning-based arterial waveform analysis for predicting postoperative cerebrovascular events in pediatric patients with Moyamoya disease. PLoS One 21(6): e0350637. https://doi.org/10.1371/journal.pone.0350637
Editor: Haipeng Liu, Coventry University, UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND
Received: August 6, 2025; Accepted: May 15, 2026; Published: June 4, 2026
Copyright: © 2026 Park et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: The datasets generated and/or analyzed during the current study are not publicly available due to the presence of potentially identifiable patient information. Data are available upon reasonable request and with approval from the Seoul National University Hospital Institutional Review Board (IRB). Researchers who meet the criteria for access to confidential data may contact the Seoul National University Hospital IRB at irb@snuh.org. The source code used in this study, including model architecture and training pipeline, is publicly available at https://github.com/Medical-Vision-Lab/Aline_analysis.
Funding: This study was supported by the SNUH Lee Kun-hee Child Cancer & Rare Disease Project (grant number: 22C-003-0100) and the Institute of Information & Communications Technology Planning & Evaluation (IITP) grant funded by the Korea government (MSIT) [NO. RS-2021-II211343, Artificial Intelligence Graduate School Program (Seoul National University)]. The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
Competing interests: The authors have declared that no competing interests exist.
Introduction
Moyamoya disease (MMD) is a rare, progressive cerebrovascular disorder characterized by stenosis or occlusion of the distal segments of the intracranial internal carotid arteries or their branches, resulting in cerebral ischemia, infarction, and neurologic deficit [1–4].
Pediatric patients with MMD remain at high risk for postoperative cerebrovascular events such as transient ischemic attacks (TIAs; up to 42.9%), cerebral infarctions (9.1–10%), and hemorrhage [5,6].These events frequently necessitate intensive clinical management, including fluid resuscitation, close hemodynamic monitoring, laboratory evaluation, and neuroimaging, and are associated with prolonged hospital stay and risk of irreversible neurologic injury. Moreover, as routine postoperative neuroimaging is not always performed, subclinical ischemic injury may go undetected. Collectively, these events highlight the need for reliable intraoperative predictors of postoperative cerebrovascular risk. However, such predictors remain limited [7,8].
Arterial blood pressure (ABP) waveform analysis provides a dynamic assessment of vascular compliance and systemic hemodynamics and may reflect physiologic characteristics relevant to cerebrovascular perfusion [9–11]. Given that MMD is often associated with systemic vasculopathy and impaired cerebrovascular reserve, intraoperative ABP waveform morphology may contain physiologic information relevant to postoperative cerebrovascular risk [3,4]. However, this potential role has not been investigated in pediatric patients with MMD. Recent advances in deep learning have enabled automated extraction of complex patterns from raw physiologic waveform data without predefined feature engineering [12,13].
This study aimed to develop an explainable deep learning-based classification model using intraoperative ABP waveform analysis and to explore waveform-derived physiologic features associated with postoperative cerebrovascular events in pediatric patients undergoing surgery for MMD.
Materials and methods
Data sources
This retrospective study received approval from the Institutional Review Board of Seoul National University Hospital (approval No. H-2408-031-1558, approval date: August 9, 2024, Chairperson: Hyun-Hoon Jung). An amendment for the temporal validation cohort received expedited IRB approval on April 3, 2026. The requirement for written informed patient consent was waived by the Institutional Review Board of Seoul National University Hospital owing to the retrospective nature of the study. The patient data were anonymized prior to analysis. All methods were performed in accordance with the relevant guidelines and regulations.
Datasets
A total of 500 surgical cases involving pediatric patients aged ≤18 years, who underwent elective indirect revascularization surgery under general anesthesia between January 2019 and June 2024 at a tertiary referral center, Seoul National University Children’s Hospital, South Korea, were initially considered for this study. Patients were excluded if they had undergone only an occipital artery burr hole procedure, had a history of renovascular hypertension or systemic hypertension requiring pharmacologic treatment, had associated conditions such as Down syndrome, systemic vasculitis, or neurofibromatosis, or had other systemic diseases that could affect hemodynamic stability. Additionally, cases were excluded if arterial pressure waveform data were unavailable or contained excessive noise in the VitalDB database [14]. After applying these exclusion criteria, a total of 181 cases were included in the final analysis (Fig 1).For independent temporal validation, an additional cohort of 79 pediatric patients who underwent revascularization surgery between January 2025 and December 2025 at the same institution was separately collected using identical inclusion and exclusion criteria. This temporal hold-out cohort was entirely independent of the 181-patient development cohort and was not used at any stage of model development, being reserved solely for final validation.
We reviewed the medical records of all included patients to assess overall clinical outcomes, cerebrovascular events, and clinical status (accessed August 11, 2024). Demographic data, including age, sex, height, and weight were collected. Preoperative and postoperative imaging studies, including magnetic resonance imaging (MRI) with perfusion imaging, computed tomography (CT), and angiography, were analyzed. Intraoperative arterial pressure waveform data were obtained using the Vital Recorder Program (available at https://vitaldb.net; accessed August 10, 2024) [14]. The authors had access to identifiable patient information during the initial data collection phase, but all data were anonymized prior to analysis.
Postoperative cerebrovascular events were defined as follows: (1) the occurrence of TIAs as assessed by a neurosurgeon during the postoperative hospital stay, (2) documentation of postoperative infarctions or hemorrhages in the electronic medical records by a neurosurgeon, or (3) radiological evidence of hemorrhage or infarction identified on postoperative CT or MRI scans. We included TIAs as part of the composite outcome, as postoperative TIAs in this population frequently require diagnostic evaluation, medical optimization, or hemodynamic management, and therefore represent clinically meaningful events despite their transient nature.
Data preprocessing
The ABP signals were converted into digital form at a sampling frequency of 100 Hz. Clean segments of at least 10 minutes were extracted through visual inspection to ensure signal quality. Several preprocessing steps were performed to refine the signals:
- 1. Detrending: A detrending process was applied to remove low-frequency drifts and baseline fluctuations in the ABP signals using a 0.5 Hz band-pass filter.
- 2. Pulse separation: To segment individual pulses within the ABP waveform, we employed two complementary methods: a rule-based approach and PyPPG function-based detection [15]. The rule-based method identified systolic peaks as local maxima and determined pulse onset by detecting the minimum value within 30 sample points preceding each peak, while the pulse offset was defined as the subsequent trough. In parallel, the PyPPG function provided additional onset and offset estimates, enhancing segmentation accuracy through signal processing techniques optimized for pulse wave analysis. In cases where the two methods produced discrepant results, visual inspection was performed to ensure accurate segmentation, though such instances were rare. By integrating both approaches, we achieved robust and precise pulse identification, minimizing segmentation errors.
- 3. Normalization: To minimize inter-patient variability, each sample was constructed by grouping three consecutive pulses into a single unit. The Y-axis was normalized using min-max scaling (0–1) to standardize amplitude, while the X-axis was resized to a fixed length of 300 data sample points to ensure uniform temporal representation.
Model development
To classify postoperative cerebrovascular events, we employed two categories of deep learning models: CNN-based architectures and ViT-based architectures [16–18]. The CNN-based models included ResNet50, ResNet34, DenseNet121, VGG16, and VGG19, while the ViT-based models comprised ViT-Small, ViT-Base, ViT-Large, and ViT-Base with CLIP pre-trained [19–21]. However, ViT-based models failed to learn meaningful representations and showed no convergence during training. Due to their poor performance, they were excluded from further experiments.
Various methods were considered for converting ABP signals into image representations, including Gramian Angular Summation Field (GASF), Markov Transition Field (MTF), Recurrence Plot (RP), Spectrograms (SPEC), and direct raw pulse plotting (DRP) (S1 Fig in S1 File) [22–25]. Among these, the raw pulse waveform plot demonstrated the best classification performance. Consequently, all model training and evaluation were conducted using raw pulse image representations.
The 181-patient development cohort was split at the patient level into training, validation, and internal test sets (70%/15%/15%), repeated five times using different random seeds. All splits were performed strictly at the patient level to prevent waveform instances from the same patient from being shared across sets. The independently collected temporal hold-out cohort (n = 79, January 2025–December 2025) was not used at any stage of model development and was reserved solely for final validation. The models were trained using the Adam optimizer with a learning rate of 0.001, and early stopping was employed based on validation loss with a patience of 10 epochs to mitigate overfitting. Data augmentation (random horizontal flipping, rotation, and color jittering) was applied to improve generalization performance.
For benchmarking purposes, handcrafted waveform features were also used to train conventional machine learning (ML)models, including logistic regression, random forest, support vector machine, and k-nearest neighbors. To further improve baseline performance, feature selection techniques (Recursive feature elimination, F-value ranking, and mutual information scoring) were applied prior to model training. These models served as traditional ML comparators to the deep learning classifier (S1 Table in S1 File).
Instance Aggregation Analysis
To determine the optimal number of pulses per image and the most effective aggregation strategy, we conducted additional analyses exploring different approaches to image construction and classification decision-making.
First, we investigated the impact of the number of pulses included in a single image, assessing how varying pulse counts influenced classification performance. Next, we evaluated voting-based ensemble methods, analyzing the optimal number of instances to aggregate for a more robust classification decision. Lastly, we implemented a Multiple Instance Learning (MIL)-based approach, utilizing a top-k aggregation strategy, where predictions were made at the individual pulse level, and the top k highest-confidence instances were aggregated to derive a case-level decision [26].
CAM visualization
Class Activation Mapping (CAM) was used to interpret the model’s decision-making process, with Grad-CAM applied to highlight salient regions in the input images [27]. Activation maps from the final convolutional layer initially highlighted the entire image rather than specific regions of interest. To improve localization, we analyzed the penultimate convolutional layer, which provided more focused and interpretable feature activations.
Statistical comparison
To extract features centered on the notch point, the ABP signal was first normalized within each pulse segment, specifically from peak to offset. This normalization was applied to minimize the impact of variations between the onset and peak, which could otherwise bias statistical calculations. Following normalization, the signal was divided into three segments: peak to dicrotic notch(DN), DN to diastolic peak (DP), and DP to offset.
For each segment, features were extracted from raw signals, and their first and second derivatives, including segment length, slope, minimum and maximum values, mean, median, and area under the receiving operating curve (AUROC). Outliers were removed based on the interquartile range (IQR) to minimize biases arising from the limited sample size.
Feature distributions between patients with and without postoperative cerebrovascular events were compared using the Mann-Whitney U-test or independent t-test, depending on data normality assessed by the Shapiro-Wilk test. A significance level of p < 0.05 was set for all comparisons. Statistical analysis was performed using the Python 3.8 software.
Results
Of the 181 cases, 125 (69.1%) experienced postoperative cerebrovascular events during hospitalization (Table 1). Demographic characteristics, including age, sex, height, and weight, were comparable between the two groups. The surgical approach, posterior circulation involvement, and Suzuki stage showed no significant differences. A total of 10 patients (5.52%) developed postoperative infarction, while 3 patients (1.66%) experienced postoperative hemorrhage.
To classify postoperative cerebrovascular events, we compared various deep learning architectures using different ABP signal image representations. CNN-based models (ResNet50, ResNet34, DenseNet121, VGG16, and VGG19) consistently outperformed ViT-based models (ViT-Small, ViT-Base, ViT-Large, and ViT-Base with CLIP pre-trained). The ViT models failed to learn meaningful representations and showed poor classification performance, leading to their exclusion from further analysis (S2 Table in S1 File).
Among the different ABP signal-to-image conversion methods, raw pulse waveform plots demonstrated the best classification performance (Table 2), outperforming GASF, MTF, RP, and Spectrograms. Consequently, all final training and evaluation were conducted using raw pulse image representations.
Table 3 presents the impact of the number of pulses per image and the number of instances used for aggregation in classification. Performance initially improved as the number of pulses per image increased, but plateaued or slightly declined beyond a certain threshold. A voting-based ensemble strategy was applied, and the optimal number of instances for aggregation was determined, contributing to improved classification stability. Additionally, a MIL approach with top-k aggregation was implemented, where classification decisions were derived from the highest-confidence instances. Although MIL achieved reasonable performance (AUROC = 0.740, SD (standard deviation) = 0.011), it did not yield the best results, suggesting that although it provided robustness, it was not the optimal aggregation strategy. The optimal classification performance was achieved when a single image containing three pulses was used as input. This configuration yielded the highest AUROC (0.772) with the lowest SD (0.070). For comparison, the best-performing CNN configuration outperformed all traditional ML baselines trained on handcrafted features, suggesting a potential advantage of end-to-end representation learning over feature-engineered models (S3 Table in S1 File).
The final model configuration was additionally evaluated in an independent temporal hold-out cohort (n = 79). Baseline characteristics of the temporal hold-out cohort were generally comparable to those of the development cohort (S4 Table in S1 File). The model achieved an AUROC of 0.712 ± 0.022 at the image level and 0.738 ± 0.011 at the patient level. Threshold-based classification metrics and calibration results for both the internal test set and the temporal hold-out cohort are summarized in S5 Table in S1 File. Compared with the ML and MIL models, the best-performing deep learning model showed higher sensitivity in both cohorts, although this was accompanied by lower specificity in the temporal hold-out cohort. However, the performance differences between the best-performing deep learning model and the comparator models were not statistically significant in the internal evaluation (DL vs. ML, p = 0.380 ± 0.109; DL vs. MIL, p = 0.495 ± 0.188)
The final convolutional layer exhibited a tendency to highlight the entire image rather than focusing on specific regions of interest. To obtain more localized feature activations, the preceding convolutional layer was examined (S2 Fig in S1 File). As shown in Fig 2, Grad-CAM visualization revealed that in patients with postoperative cerebrovascular events, the diastolic runoff region was distinctly highlighted, suggesting that this region may be relevant for classification.
Representative Grad-CAM activation maps are shown for a case with postoperative cerebrovascular events (A) and a case without events (B). In the case with postoperative cerebrovascular events, the model showed stronger activation over the diastolic phase, particularly the diastolic runoff region (white box), suggesting that this waveform segment may be relevant to the model’s prediction. The prediction output for each case is shown together with the corresponding Grad-CAM overlay.
After excluding patient cases that exhibited outliers in specific features, a time point-by-point statistical comparison between the patients with postoperative cerebrovascular events (event group) and those without (non-event group) was conducted (Fig 3). The visually apparent differences observed between the two groups were also statistically validated. Further analysis revealed that four features demonstrated statistically significant differences (U-test, p < 0.05), all of which were significantly higher in the event group. These features included the mean of the first derivative from peak to DN, the minimum value of the first derivative from DN to DP, the minimum value of the first derivative from DP to offset, and the AUROC of the second derivative from peak to DN.
Panels A–D show the distribution of the four physiologic features that were significantly different between the two groups (p < 0.05). Panel E presents a point-by-point comparison across the diastolic segment of the waveform, illustrating localized regions where the patients with postoperative cerebrovascular events exhibited steeper decay in pressure.
Discussion
This study aimed to develop a deep learning-based model and explore whether intraoperative ABP waveform analysis could identify physiologic signatures associated with postoperative cerebrovascular events in pediatric patients undergoing revascularization surgery. Our findings showed that CNN-based models outperformed ViT-based models in classifying postoperative cerebrovascular events. Among various ABP signal-to-image transformations, raw waveform images showed the best performance, with three pulses per image yielding an AUROC of 0.772. Grad-CAM analysis highlighted the diastolic runoff region as a discriminative region, and four waveform-derived features were significantly associated with postoperative cerebrovascular events. To our knowledge, this is the first study to apply deep learning to intraoperative ABP waveform analysis for predicting postoperative cerebrovascular events in pediatric patients with MMD.
CNN-based models demonstrated robust classification performance, whereas ViT-based models failed to achieve stable convergence. One possible explanation is that, unlike natural images where pixel-wise relationships and global textures provide meaningful information, ABP waveforms exhibit distinct morphological structures, such as systolic upstroke, dicrotic notch, and diastolic downstroke, which may not be effectively captured by ViT’s self-attention mechanism alone [9,28]. In contrast, CNNs are designed for local feature extraction and hierarchical pattern recognition, which may be advantageous for capturing subtle variations in waveform morphology [28]. In medical signal analysis, CNN-based architectures have shown favorable performance compared with transformer-based models for tasks requiring structured feature extraction from physiologic waveforms [29,30]. Prior studies in electrocardiography and electroencephalography analysis have reported similar findings, particularly with raw signals [31,32]. ViT performance may be limited in settings with limited data, as transformers typically require large-scale datasets to learn generalizable features [17,18]. Additionally, class imbalance may have further contributed to ViT’s difficulty in learning discriminative representations in this relatively small dataset [28].
While alternative image transformation methods, such as GASF, MTF, RP, and spectrograms, offer different perspectives for representing the signal, raw pulse plots yielded the highest classification performance. This may reflect the relatively constrained feature space of ABP waveforms, where complex transformations do not necessarily enhance discriminability. Regarding input construction, a single image containing three consecutive pulses outperformed configurations using multiple images per case, suggesting that increasing the number of images may introduce redundancy rather than additional informative variation. These findings suggest the importance of careful input selection in waveform-based deep learning, as simpler representations may provide more stable inputs in settings with limited data.
Grad-CAM analysis revealed relatively stronger activation in the diastolic phase, which was consistent with four statistically significant derivative-based waveform features. These derivative features may reflect subtle variations in ABP waveform morphology that may be associated with differences in vascular compliance or flow dynamics among patients who develop postoperative cerebrovascular events. For example, the elevated mean of the first derivative from peak to DN suggests a steeper rise in ABP, whereas reduced minimum values of the first derivative in the DN-to-DP and DP-to-offset intervals indicate a more abrupt decline in ABP. The increased AUROC of the second derivative from DN to DP was also consistent with this pattern. A rapid diastolic runoff has been associated with decreased vascular resistance, hypovolemia, or impaired blood flow compensation, potentially leading to insufficient distal perfusion [10,33]. These observations raise the possibility that diastolic-phase waveform alterations may reflect impaired maintenance of continuous forward flow during diastole, potentially influencing cerebral blood flow dynamics.
In patients with MMD, impaired diastolic hemodynamics are physiologically relevant because progressive stenosis of the distal internal carotid and proximal cerebral arteries reduces cerebrovascular reserve and limits compensatory blood flow capacity [3]. The diastolic waveform pattern observed in the event group resembles patterns reported in aging populations, where reduced diastolic flow has been associated with increased vulnerability to hypoperfusion [34]. Although the underlying mechanisms differ, this observation suggests a potential link between diastolic flow characteristics and susceptibility to cerebral hypoperfusion in MMD. However, this interpretation remains speculative and requires prospective validation.
From an intraoperative perspective, these findings may indicate that diastolic hemodynamic stability is a relevant physiologic consideration in pediatric MMD patients. However, given the qualitative nature of Grad-CAM and the exploratory design of this study, these observations should be regarded as exploratory rather than conclusive, and further prospective validation is required before clinical recommendations can be made.
Previous studies have shown that greater intraoperative blood pressure variability and abrupt decreases in blood pressure are independently associated with an increased risk of postoperative cerebral infarction [7]. Our findings suggest that intraoperative ABP waveforms may contain additional prognostic information beyond conventional blood pressure metrics. Furthermore, patient-specific vascular properties, as reflected in waveform-derived features, may influence postoperative outcomes. Future studies integrating multimodal physiologic data could provide deeper insights into the complex interplay between intraoperative hemodynamics, vascular pathology, and surgical outcomes inpatients with MMD.
For benchmarking purposes, we also evaluated traditional ML models trained on handcrafted waveform features (S3 Table in S1 File). Although the CNN-based classifier showed the best overall discrimination among the evaluated approaches, the performance gains over the comparator models were modest and not statistically significant in the current cohort. Therefore, the present findings should not be interpreted as definitive evidence of the superiority of deep learning over simpler approaches. Rather, the main value of the CNN-based model in this study lies in its ability to learn directly from raw waveform representations without handcrafted feature engineering and to provide additional interpretability through Grad-CAM, which identified the diastolic runoff region as a discriminative pattern. These findings were further supported by independent statistical analyses of waveform-derived physiologic features. Taken together, these results suggest the feasibility of deep learning as an end-to-end representation-learning framework for raw ABP waveform analysis, rather than establishing its definitive superiority as a predictive model.
To address class imbalance, we used a class-weighted loss with patient-level validation during training to mitigate model bias toward the majority class. We also tested data-level rebalancing (oversampling and undersampling), but these approaches did not improve performance. Specifically, oversampling introduced redundancy and led to mild overfitting, while undersampling reduced informative waveform variability. These findings suggest that class weighting may be a more suitable strategy for this dataset (S6 Table in S1 File).
The best-performing deep learning model showed relatively high sensitivity in both the internal and temporal validation cohorts, which may be clinically advantageous in the context of postoperative cerebrovascular monitoring. In pediatric MMD patients, missing a high-risk patient has greater clinical consequence than a false-positive prediction, as undetected events may result in delayed intervention and irreversible neurologic injury. From this perspective, a screening-oriented tool that prioritizes sensitivity, even at the cost of some specificity, may be appropriate in this population. However, the modest overall discrimination and the reduction in specificity observed in the temporal cohort highlight the current limitations of the model as a standalone decision-support tool. Currently, no validated clinical risk scoring system exists for predicting postoperative cerebrovascular events in pediatric MMD, and the present model should be regarded as a proof-of-concept framework rather than a deployment-ready tool. In this context, the model may provide an additional layer of physiologic insight beyond conventional hemodynamic parameters, potentially helping clinicians recognize vulnerable hemodynamic states and prompt closer monitoring or individualized hemodynamic assessment. While the current study does not define specific intervention thresholds, prospective studies evaluating waveform-guided management strategies would be a reasonable next step toward clinical translation.
Our study has several limitations. First, this was a single-center retrospective study with a limited sample size, which restricts generalizability. True external multi-center validation was not feasible, as our institution performs the majority of pediatric MMD revascularization surgeries in the country, and comparable independent datasets of sufficient quality and scale are not available elsewhere. Although we additionally performed an independent temporal validation using a chronologically separated cohort from the same institution, this does not constitute true external validation, and generalizability beyond our institution remains to be established. In addition, although all dataset splits were performed strictly at the patient level to minimize data leakage and robustness was explored through repeated seed-based evaluation, different pulse-per-image settings, varying numbers of aggregated images, and an MIL-based aggregation strategy, these measures cannot fully eliminate the risk of overfitting in a relatively small cohort. Given these constraints, the present work should be regarded as a feasibility study, and prospective multi-center external validation will be necessary before clinical application. Furthermore, because the observed performance differences between the deep learning model and comparator models were modest and not statistically significant, this study does not establish definitive superiority of deep learning, and larger-scale validation will be required to determine whether its added complexity is justified. Second, the composite outcome included TIAs alongside infarctions and hemorrhages. While this definition reflects the clinical relevance of TIAs in perioperative management of pediatric MMD, the low incidence of major cerebrovascular events precluded separate analysis of these endpoints. Future studies with larger cohorts should evaluate model performance across distinct cerebrovascular outcome categories. Third, we did not incorporate well-established clinical risk factors, such as posterior cerebral artery involvement or a history of previous neurological insults, which may influence postoperative outcomes. This study was specifically designed to determine whether intraoperative arterial waveform morphology alone provides physiologic signatures associated with postoperative cerebrovascular events. Incorporating strong clinical predictors into a relatively small and imbalanced dataset could have increased the risk of overfitting and caused the deep learning model to rely predominantly on those features, thereby obscuring the incremental contribution of waveform-derived information. Future studies with larger cohorts are needed to develop multimodal models that integrate angiographic and clinical severity with waveform-based physiologic features.
In conclusion, this study demonstrates the feasibility of predicting postoperative cerebrovascular events from intraoperative ABP waveforms using CNN-based deep learning models in pediatric MMD patients. Derivative-based waveform features, particularly diastolic runoff dynamics, may represent physiologically relevant patterns associated with postoperative cerebrovascular events. Future prospective multi-center studies are needed to validate these findings and determine the clinical utility of waveform-based risk stratification in this population.
References
- 1. Bang OY, Fujimura M, Kim S-K. The pathophysiology of moyamoya disease: an update. J Stroke. 2016;18(1):12–20. pmid:26846756
- 2. Choi JW, Chong S, Phi JH, Lee JY, Kim H-S, Chae JH, et al. Postoperative symptomatic cerebral infarction in pediatric moyamoya disease: risk factors and clinical outcome. World Neurosurg. 2020;136:e158–64. pmid:31870818
- 3. Phi JH, Wang K-C, Lee JY, Kim S-K. Moyamoya syndrome: a window of moyamoya disease. J Korean Neurosurg Soc. 2015;57(6):408–14. pmid:26180607
- 4. Abumiya T, Fujimura M. Moyamoya vasculopathy and moyamoya-related systemic vasculopathy: a review with histopathological and genetic viewpoints. Stroke. 2024;55(6):1699–706. pmid:38690664
- 5. Hayashi T, Shirane R, Fujimura M, Tominaga T. Postoperative neurological deterioration in pediatric moyamoya disease: watershed shift and hyperperfusion. J Neurosurg Pediatr. 2010;6(1):73–81. pmid:20593991
- 6. Kim S-K, Seol HJ, Cho B-K, Hwang Y-S, Lee DS, Wang K-C. Moyamoya disease among young patients: its aggressive clinical course and the role of active surgical treatment. Neurosurgery. 2004;54(4):840–4; discussion 844-6. pmid:15046649
- 7. Li J, Zhao Y, Zhao M, Cao P, Liu X, Ren H, et al. High variance of intraoperative blood pressure predicts early cerebral infarction after revascularization surgery in patients with Moyamoya disease. Neurosurg Rev. 2020;43(2):759–69. pmid:31203482
- 8. Zhu B, He L. Transient ischemic attack after indirect revascularization surgery for pediatric patients with moyamoya disease: A retrospective study of intraoperative blood pressure. Anaesth Crit Care Pain Med. 2023;42(1):101168. pmid:36309164
- 9. Esper SA, Pinsky MR. Arterial waveform analysis. Best Pract Res Clin Anaesthesiol. 2014;28(4):363–80. pmid:25480767
- 10. Nichols WW. Clinical measurement of arterial stiffness obtained from noninvasive pressure waveforms. Am J Hypertens. 2005;18(1 Pt 2):3S-10S. pmid:15683725
- 11. Thiele RH, Durieux ME. Arterial waveform analysis for the anesthesiologist: past, present, and future concepts. Anesth Analg. 2011;113(4):766–76. pmid:21890890
- 12. Shin Y, Kim YJ, Jin J, Lee S-B, Kim H-S, Kim Y-G. Machine learning model for predicting immediate postoperative desaturation using spirometry signal data. Sci Rep. 2023;13(1):21881. pmid:38072984
- 13. Park J-B, Lee H-J, Yang H-L, Kim E-H, Lee H-C, Jung C-W, et al. Machine learning-based prediction of intraoperative hypoxemia for pediatric patients. PLoS One. 2023;18(3):e0282303. pmid:36857376
- 14. Lee H-C, Park Y, Yoon SB, Yang SM, Park D, Jung C-W. VitalDB, a high-fidelity multi-parameter vital signs database in surgical patients. Sci Data. 2022;9(1):279. pmid:35676300
- 15. Goda MÁ, Charlton PH, Behar JA. pyPPG: a Python toolbox for comprehensive photoplethysmography signal analysis. Physiol Meas. 2024;45(4):045001. pmid:38478997
- 16. Mascarenhas S, Agarwal M. A comparison between VGG16, VGG19 and ResNet50 architecture frameworks for image classification. In: 2021 International conference on disruptive technologies for multy-disciplinary research and applications (CEVTCON). IEEE. 2021
- 17. Dosovitskiy A, Beyer L, Kolesnikov A, Weissenborn D, Zhai X, Unterthiner T. An image is worth 16x16 words: Transformers for image recognition at scale. arXiv preprint. 2020.
- 18. Ashish V. Attention is all you need. Advances in neural information processing systems. 2017;30:I.
- 19. He K, Zhang X, Ren S, Sun J, editors. Deep Residual Learning for Image Recognition. In: 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). 2016. 770–8.
- 20. Huang G, Liu Z, Van Der Maaten L, Weinberger KQ. Densely Connected Convolutional Networks. In: 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). 2017;2261–9.
- 21. Simonyan K, Zisserman A. Very deep convolutional networks for large-scale image recognition. arXiv preprint. 2014.
- 22. Thanaraj KP, Parvathavarthini B, Tanik UJ, Rajinikanth V, Kadry S, Kamalanand K. Implementation of deep neural networks to classify EEG signals using gramian angular summation field for epilepsy diagnosis. arXiv preprint. 2020.
- 23. Ramos-Aguilar R, Olvera-López JA, Olmos-Pineda I, Sánchez-Urrieta S. Feature extraction from EEG spectrograms for epileptic seizure detection. Pattern Recognition Letters. 2020;133:202–9.
- 24. Wang M, Wang W, Zhang X, Iu HH-C. A New Fault Diagnosis of Rolling Bearing Based on Markov Transition Field and CNN. Entropy (Basel). 2022;24(6):751. pmid:35741472
- 25. Marwan N, Carmenromano M, Thiel M, Kurths J. Recurrence plots for the analysis of complex systems. Physics Reports. 2007;438(5–6):237–329.
- 26. Maron O, Lozano-Pérez T. A framework for multiple-instance learning. Advances in neural information processing systems. 1997;10.
- 27. Selvaraju RR, Cogswell M, Das A, Vedantam R, Parikh D, Batra D. Grad-CAM: Visual Explanations from Deep Networks via Gradient-Based Localization. In: 2017 IEEE International Conference on Computer Vision (ICCV). 2017;618–26.
- 28.
Lu K, Xu Y, Yang Y. Comparison of the potential between transformer and CNN in image classification. ICMLCA 2021; 2nd International Conference on Machine Learning and computer Application; 2021.
- 29.
Li Q, Cai W, Wang X, Zhou Y, Feng DD, Chen M, editors. Medical image classification with convolutional neural network. 2014 13th international conference on control automation robotics & vision (ICARCV). IEEE; 2014.
- 30. Salehi AW, Khan S, Gupta G, Alabduallah BI, Almjally A, Alsolai H, et al. A Study of CNN and Transfer Learning in Medical Imaging: Advantages, Challenges, Future Scope. Sustainability. 2023;15(7):5930.
- 31. Craik A, He Y, Contreras-Vidal JL. Deep learning for electroencephalogram (EEG) classification tasks: a review. J Neural Eng. 2019;16(3):031001. pmid:30808014
- 32. Baloglu UB, Talo M, Yildirim O, San Tan R, Acharya UR. Classification of myocardial infarction with multi-lead ECG signals and deep CNN. Pattern Recognition Letters. 2019;122:23–30.
- 33. Nichols WW, Denardo SJ, Wilkinson IB, McEniery CM, Cockcroft J, O’Rourke MF. Effects of arterial stiffness, pulse wave velocity, and wave reflections on the central aortic pressure waveform. J Clin Hypertens (Greenwich). 2008;10(4):295–303. pmid:18401227
- 34. OwashI KP, Capel C, Balédent O. Cerebral arterial flow dynamics during systole and diastole phases in young and older healthy adults. Fluids and Barriers of the CNS. 2023;20(1):65.