Next Article in Journal
Parasomnias and Disruptive Sleep-Related Disorders: Insights from Local Sleep Findings
Next Article in Special Issue
Influences of Increasing Pedicle Screw Diameter on Widening Vertebral Pedicle Size during Surgery in Spinal Deformities in Children and Adolescents without Higher Risk of Pedicle and Vertebral Breaches
Previous Article in Journal
Pachychoroid Spectrum Diseases in Patients with Cushing’s Syndrome: A Systematic Review with Meta-Analyses
Previous Article in Special Issue
Cervical Paraspinal Chordoma: A Literature Review with a Novel Case Report
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Artificial Neural Network Model for the Prediction of Perioperative Blood Transfusion in Adult Spinal Deformity Surgery

1
Spine Research Group, Montefiore Medical Center, Albert Einstein College of Medicine, New York, NY 10467, USA
2
Department of Neurological Surgery, Montefiore Medical Center, Albert Einstein College of Medicine, New York, NY 10467, USA
3
Division of Spinal Surgery, Department of Orthopaedic and Neurological Surgery, NYU School of Medicine, New York, NY 10467, USA
4
Spine Surgery Service, Department of Orthopaedic Surgery, Hospital for Special Surgery, New York, NY 10467, USA
5
Department of Neurosurgery, Harvard Medical School, Massachusetts General Hospital, Boston, MA 02114, USA
6
Hartford HealthCare, Westport, CT 06880, USA
*
Author to whom correspondence should be addressed.
J. Clin. Med. 2022, 11(15), 4436; https://doi.org/10.3390/jcm11154436
Submission received: 13 June 2022 / Revised: 26 July 2022 / Accepted: 28 July 2022 / Published: 29 July 2022

Abstract

:
Prediction of blood transfusion after adult spinal deformity (ASD) surgery can identify at-risk patients and potentially reduce its utilization and the complications associated with it. The use of artificial neural networks (ANNs) offers the potential for high predictive capability. A total of 1173 patients who underwent surgery for ASD were identified in the 2017–2019 NSQIP databases. The data were split into 70% training and 30% testing cohorts. Eighteen patient and operative variables were used. The outcome variable was receiving RBC transfusion intraoperatively or within 72 h after surgery. The model was assessed by its sensitivity, positive predictive value, F1-score, accuracy (ACC), and area under the curve (AUROC). Average patient age was 56 years and 63% were female. Pelvic fixation was performed in 21.3% of patients and three-column osteotomies in 19.5% of cases. The transfusion rate was 50.0% (586/1173 patients). The best model showed an overall ACC of 81% and 77% on the training and testing data, respectively. On the testing data, the sensitivity was 80%, the positive predictive value 76%, and the F1-score was 78%. The AUROC was 0.84. ANNs may allow the identification of at-risk patients, potentially decrease the risk of transfusion via strategic planning, and improve resource allocation.

1. Introduction

Corrective surgery for adult spinal deformity (ASD) is associated with significant blood loss [1]. Perioperative red blood cell (RBC) transfusion rates have been estimated to range from 27% up to 90% in some series [2,3,4,5]. Although the use of blood products can improve tissue oxygenation, their administration does not come without health and economic costs. Multiple studies have shown associations between RBC transfusion and adverse events such as transfusion reactions, transfusion-related lung injury, infection, venous thromboembolism, and prolonged intensive care unit and overall length of stay [3,6,7,8,9].
Multiple studies have reported “risk factors” for transfusion in deformity surgery, but estimating an individual patient’s probability is challenging. Identifying a high-risk patient could allow for better preoperative optimization or alterations in the surgical plan to minimize the transfusion rate and associated complications [10]. In recent years, advanced computer algorithms such as artificial neural networks (ANN) have emerged as powerful tools for prediction in spine surgery [11,12,13,14]. These models are inspired by biological neural networks and are excellent at problems, such as classifying a patient into needing or not needing a transfusion based on input parameters.
In this study, we attempted to predict the need for RBC transfusion in ASD surgery by creating an ANN model. Input data from a prospectively collected database was used to train the model and a withheld dataset was used for testing.

2. Materials and Methods

2.1. Data Source and Patient Selection

This is a retrospective study of prospectively collected data. We utilized the American College of Surgeons National Surgical Quality Improvement Program (NSQIP) dataset from 2017 to 2019. The NSQIP prospectively collects patient and operative data on major surgical cases performed at over 700 participating institutions, as well as 30-day morbidity and mortality. A trained “Surgical Clinical Reviewer” at each institution performs data collection; current inter-rater reliability is over 95% [15].
Adult patients >18 years of age who underwent surgery for ASD were identified via the use of CPT codes (primary CPT code: 22206, 22207, 22800, 22802, 22804, 22808, 22810, 22812, 22818, 22819, 22843, 22844, or 22846). The initial search yielded 1446 patients; 273 were excluded (18.9%) given they had one or more of the following characteristics: missing data, emergency case, transfer from a facility other than home, disseminated cancer, outpatient surgery, ventilator dependency, preoperative sepsis, or a history of recent unintentional weight loss. The final analytic sample consisted of 1173 cases.
We followed the guidelines by Luo et al. for developing and reporting machine learning predictive models in biomedical research [16].

2.2. Collected Parameters

Collected data included patient age, sex, ASA (American Society of Anesthesiologists) class, smoking status, chronic steroid use, history of bleeding disorder, dependent functional status, body weight, preoperative hematocrit, surgeon specialty (neurosurgery vs. orthopedic surgery), surgery duration in hours, the use of pelvic fixation, the use of interbody grafts, the use of osteotomy or three-column osteotomy (3CO), the number of posterior levels fused (6–12 or 7–13), and revision status.

2.3. Model Creation

Our model was built to solve a diagnostic problem. It is a classification algorithm with the main outcome variable being the administration of at least one RBC unit intraoperatively or within 72 h after surgery (as defined by NSQIP). The 18 collected parameters were used as input neurons in the model based on previously reported risk factors for transfusion [5,17]. The feedforward ANN model was built using Python 3.0 (Python Software Foundation, Wilmington, DE, USA) and the TensorFlow (Google Brain, Mountain View, CA, USA) and Keras libraries (open source software, developed by Francois Chollet). For model creation, a 70/30 random split was made for training and testing data, respectively. Data were scaled before analysis. Ten percent of the data used for training was used for internal validation (150 epochs, verbose = 2). Several ANN models were tested with various hidden layers and different activation functions. These were compared based on the following accuracy metrics: sensitivity, positive predictive value, F1-score (harmonic mean between sensitivity and positive predictive value), and overall accuracy (ACC). The area under the curve of the receiver operating characteristic analysis (AUROC) was also calculated for the final model.

2.4. Data Analysis and Model Creation

Statistical analyses were performed in Stata IC 16 (StataCorp, College Station, TX, USA). Comparisons between no transfusion and transfusion groups were made via t-tests or chi-square tests when appropriate. Descriptive statistics were used for the study population. Statistical significance was defined as a probability (p-value) value less than 0.05.

3. Results

3.1. Patient Population

A total of 1173 cases were analyzed in this study (Table 1). Mean age was 55.7 years and 62.9% of patients were female. The most common ASA classification was 3 (56.8%), and 14.9% of patients were smokers. Average duration of surgery was 5.8 h and 3CO was performed in 19.5% of cases. Overall, the transfusion rate was 50.0% (586/1173 patients).
Comparisons between the no transfusion and transfusion groups are summarized in Table 2. Statistically significant differences were found across most parameters examined. Notably, patients requiring a transfusion were older (57 vs. 54 years, p = 0.005), had a higher comorbidity burden as determined by the ASA Class (p < 0.001), and they were also more likely to be dependent for activities of daily living (p < 0.001). Operative time was also significantly longer (7.1 vs. 4.4 h, p < 0.001) and these patients were more likely to undergo pelvic fixation (35.3% vs. 7.3%, p < 0.001), 3CO (28.3% vs. 10.7%, p < 0.001), and revision surgery (13.3% vs. 7.0%, p < 0.001), among other differences.

3.2. ANN Models

A summary of the different model architectures is shown in Table 3. They were all sequentially built on the training data (70% of patients) and compared via their accuracy metrics on the testing data (30% of patients). All models had 18 input neurons and 2–4 hidden layers (with 8–128 neurons per layer). Model validation was carried out on 10% of the data. Sigmoid or rectified linear unit (ReLU) activation functions were used. A dropout of 10–20% of neurons was also used to prevent overfitting.
After comparing the models, model #3 achieved the highest accuracy metrics. This model consisted of only two hidden layers (one with 128 and one with 64 neurons) and used ReLU activation function as the main function (Figure 1). The model achieved the highest sensitivity and positive predictive value of 0.80 and 0.76, respectively. Its F1-score was 0.78 and overall ACC was 0.77. The AUROC was calculated at 0.84.

4. Discussion

Corrective surgery for ASD is associated with high blood loss given the need for extensive soft tissue dissection, osteotomies, and prolonged operative duration [18]. Although RBC transfusion can improve tissue oxygenation and prevent hypoperfusion to the spinal cord and vital organs, multiple studies have reported an association between transfusion and postoperative complications [3,6,7,19,20,21,22,23]. Another current issue is the severe shortage of blood products resulting in a national crisis [24]. Thus, the implementation of predictive algorithms can potentially identify at-risk patients and reduce the potential transfusion rate or improve resource allocation. In this study, we created an ANN model in an attempt to identify at-risk patients for perioperative RBC transfusion. One of our models was able to correctly identify 80% of at-risk patients and showed a positive predictive value of 76% and an overall ACC of 77%.
The current estimated blood loss during deformity surgery is approximately 2 L [1]. Transfusion rates are high and although multiple studies have identified “risk factors” for their need [2,3], predicting their occurrence is based on a “best guess” by the clinician based on prior experience with patients presenting with similar risk factors. Puvanesarajah et al. examined 165 adult patients who underwent ASD surgery, finding an intraoperative transfusion rate of 90%. Authors found that preoperative hemoglobin < 11.5 g/dL, increasing operative time, and the use of osteotomies were all significantly associated with the number of allogenic RBC unites transfused intraoperatively [5]. In another investigation of 5805 patients, authors found age over 65 years, ASA Class ≥ 3, cardiac comorbidities, and bleeding disorders to all be independently associated with perioperative transfusion. In terms of surgical risk factors, independent predictors included posterior approaches, pelvic fixation, and osteotomy [17].
Compared to traditional statistical modeling, ANNs are considered deep-learning algorithms, a branch of artificial intelligence. These networks are inspired by biological neural networks and are very useful in classification problems. They use training data and can learn how much each input variable (such as age, sex, preoperative hematocrit, or use of osteotomies) influences a particular outcome; they are then able to adjust themselves accordingly to make the most accurate prediction possible. The model can then be tested on new data and its accuracy metrics calculated. Some of the most common neural networks include feedforward neural networks, recurrent neural networks, and convolutional neural networks. In feedforward networks such as the one used in this study, data travel from input neurons towards the output neuron(s). In recurrent networks such as Hopfield’s network, data/signals can travel in both directions and also within a same layer. Lastly, convolutional neural networks are a specialized algorithm predominantly used in image recognition.
When deciding which models to develop and test, no universal guidelines exist. However, some of the most common features that are adjusted include the number of hidden layers and activation functions. Hidden layers are layers of mathematical functions located between the input neurons (the patient/surgical parameters to be examined) and the output neurons (classifying a patient into no transfusion vs. transfusion). These layers contain a certain number of neurons/nodes that each produce a probability value from 0 to 1 depending on the activation function used. In terms of activation functions, these algorithms take the input from previously activated neurons and transforms the value into an ON or OFF state. Some of the most used activation functions include sigmoid and rectified linear unit functions.
Durand et al. also utilized advanced learning algorithms in an attempt to predict the need for RBC transfusion in ASD [2]. They used data on 824 patients for training and 205 patients for testing. Surgical duration, surgical invasiveness, preoperative hematocrit, and patient weight and age were the most influential parameters associated with transfusion [2]. Using a random forest classifier model, they achieved an AUROC of 0.85 (compared to 0.84 for our model). Unfortunately, other than the model’s discriminative capacity, no data were provided regarding its ACC, sensitivity, or positive predictive value on the testing data. Simply using the AUROC as a measurement of a model’s performance is insufficient, as it does not provide any clinically useful data [25].
Raman et al. performed a single-center review of 909 patients who underwent deformity correction and used decision-tree-based modeling to identify predictors of blood loss and transfusion [3]. They reported a 41.5% transfusion rate and found that the fusion of >13 levels, ASA Class > 1, hypertension, three-column osteotomies, pelvic fixation, and operative time > 8 h were all significant risk factors associated with perioperative transfusion [3]. Although they used a machine learning approach to identify risk factors, no predictive model was created.
On the other hand, our study’s proposed model can correctly predict 80% of patients needing a transfusion. When faced with an at-risk patient, several strategies could be employed such as the modification of the surgical plan to reduce the number of levels fused or osteotomies performed; improving intraoperative resuscitation without blood products; optimization of antifibrinolytic agents; preoperative iron supplementation; improving preoperative nutritional status; and others [10].
While our proposed model could correctly identify 80% of at-risk patients, one of the concerns that may arise is that an ANN is considered a “black box” model. This means that exact parameter weights are unknown and function optimization is carried out by the model without human input. In other words, we cannot know exactly which parameters (age, comorbidities, or surgical invasiveness for example) are the most “significantly associated” with transfusion. This machine learning philosophy differs from traditional statistical approaches that focus more on the specific variables associated with an outcome rather than focusing on the optimal predictive capability of the model.
Nonetheless, we believe the model can be useful as is given its high accuracy metrics. Further improvements in positive predictive value can be made (currently at 76%). This means that 24% of patients will be false positives and incorrectly classified as needing a transfusion. However, implementing blood-saving strategies would not necessarily be detrimental to patients. Although the NSQIP database contains high-quality data, information on curve types or degrees of deformity is missing and cannot be used as input parameters; thus, whether these data can improve the model’s performance is unknown. Another limitation is that NSQIP does not quantify the total units of RBCs given. The transfusion of one versus multiple units of blood reflects different patient profiles and circumstances; as such, it is unclear as to whether our model would perform differently when predicting single versus multiple transfusions. Not knowing the specific threshold for transfusion initiation is also a limiting factor. Thresholds of <7 g/dL or <8 g/dL may result in different transfusion rates and practices among surgeons or centers; thus, the model needs to be interpreted within each context. Ultimately, the development and implementation of predictive algorithms should be unique to each institution and target population.

5. Conclusions

Different ANN models were tested for their ability to predict perioperative RBC transfusion after surgery for ASD. One of the models achieved high sensitivity, being able to correctly classify 80% of patients needing a transfusion. Further research and external validation is needed. These advanced models may allow the identification of at-risk patients, potentially decrease the risk of transfusion via strategic planning, and improve resource allocation.

Author Contributions

Conceptualization, R.D.l.G.R. and R.Y.; methodology, R.D.l.G.R.; software, R.D.l.G.R.; formal analysis, R.D.l.G.R.; investigation, all authors; resources, R.D.l.G.R.; data curation, J.R., M.K.H. and O.K.; writing—original draft preparation, R.D.l.G.R., J.R., M.K.H., O.K., P.G.P., M.S.F., J.H.S., V.Y., Y.G., S.M. and R.Y.; writing—review and editing, all authors.; visualization, R.D.l.G.R.; supervision, Y.G., S.M. and R.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

The study was conducted in accordance with the Declaration of Helsinki and approved by the Institutional Review Board of Montefiore Medical Center (IRB 2016-6862).

Informed Consent Statement

Patient consent was waived due to this being a national database investigation.

Data Availability Statement

Data are available.

Conflicts of Interest

R.D.l.G.R is an Editorial Board Member of JCM and Artificial Intelligence Surgery. The American College of Surgeons National Surgical Quality Improvement Program and the hospitals participating in the ACS NSQIP are the sources of the data used herein; however, they are not responsible for the statistical validity of the data analysis or the conclusions derived by the authors.

References

  1. Sciubba, D.M.; Yurter, A.; Smith, J.S.; Kelly, M.P.; Scheer, J.K.; Goodwin, C.R.; Lafage, V.; Hart, R.A.; Bess, S.; Kebaish, K.; et al. A Comprehensive Review of Complication Rates after Surgery for Adult Deformity: A Reference for Informed Consent. Spine Deform. 2015, 3, 575–594. [Google Scholar] [CrossRef] [PubMed]
  2. Durand, W.M.; DePasse, J.M.; Daniels, A.H. Predictive Modeling for Blood Transfusion after Adult Spinal Deformity Surgery: A Tree-Based Machine Learning Approach. Spine 2018, 43, 1058–1066. [Google Scholar] [CrossRef] [PubMed]
  3. Raman, T.; Vasquez-Montes, D.; Varlotta, C.; Passias, P.G.; Errico, T.J. Decision Tree-based Modelling for Identification of Predictors of Blood Loss and Transfusion Requirement after Adult Spinal Deformity Surgery. Int. J. Spine Surg. 2020, 14, 87–95. [Google Scholar] [CrossRef] [PubMed]
  4. Lee, N.J.; Kothari, P.; Kim, J.S.; Shin, J.I.; Phan, K.; Di Capua, J.; Somani, S.; Leven, D.M.; Guzman, J.Z.; Cho, S.K. Early Complications and Outcomes in Adult Spinal Deformity Surgery: An NSQIP Study Based on 5803 Patients. Glob. Spine J. 2017, 7, 432–440. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Puvanesarajah, V.; Rao, S.S.; Hassanzadeh, H.; Kebaish, K.M. Determinants of perioperative transfusion risk in patients with adult spinal deformity. J. Neurosurg. Spine 2018, 28, 429–435. [Google Scholar] [CrossRef]
  6. Triulzi, D.J.; Vanek, K.; Ryan, D.H.; Blumberg, N. A clinical and immunologic study of blood transfusion and postoperative bacterial infection in spinal surgery. Transfusion 1992, 32, 517–524. [Google Scholar] [CrossRef]
  7. Kato, S.; Chikuda, H.; Ohya, J.; Oichi, T.; Matsui, H.; Fushimi, K.; Takeshita, K.; Tanaka, S.; Yasunaga, H. Risk of infectious complications associated with blood transfusion in elective spinal surgery—A propensity score matched analysis. Spine J. 2016, 16, 55–60. [Google Scholar] [CrossRef]
  8. Aoude, A.; Nooh, A.; Fortin, M.; Aldebeyan, S.; Jarzem, P.; Ouellet, J.; Weber, M.H. Incidence, Predictors, and Postoperative Complications of Blood Transfusion in Thoracic and Lumbar Fusion Surgery: An Analysis of 13,695 Patients from the American College of Surgeons National Surgical Quality Improvement Program Database. Glob. Spine J. 2016, 6, 756–764. [Google Scholar] [CrossRef] [Green Version]
  9. Veeravagu, A.; Patil, C.G.; Lad, S.P.; Boakye, M. Risk factors for postoperative spinal wound infections after spinal decompression and fusion surgeries. Spine 2009, 34, 1869–1872. [Google Scholar] [CrossRef] [Green Version]
  10. Mikhail, C.; Pennington, Z.; Arnold, P.M.; Brodke, D.S.; Chapman, J.R.; Chutkan, N.; Daubs, M.D.; DeVine, J.G.; Fehlings, M.G.; Gelb, D.E.; et al. Minimizing Blood Loss in Spine Surgery. Glob. Spine J. 2020, 10, 71S–83S. [Google Scholar] [CrossRef]
  11. Porche, K.; Maciel, C.B.; Lucke-Wold, B.; Robicsek, S.A.; Chalouhi, N.; Brennan, M.; Busl, K.M. Preoperative prediction of postoperative urinary retention in lumbar surgery: A comparison of regression to multilayer neural network. J. Neurosurg. Spine 2022, 36, 32–41. [Google Scholar] [CrossRef] [PubMed]
  12. Kim, J.; Ryu, H.; Kim, S.W.; Oh, J.K.; Kim, T.H. Prediction of Recurrence in Pyogenic Vertebral Osteomyelitis by Artificial Neural Network Using Time-series Data of C-Reactive Protein: A Retrospective Cohort Study of 704 Patients. Spine 2021, 46, 1207–1217. [Google Scholar] [CrossRef] [PubMed]
  13. McDonnell, J.M.; Evans, S.R.; McCarthy, L.; Temperley, H.; Waters, C.; Ahern, D.; Cunniffe, G.; Morris, S.; Synnott, K.; Birch, N.; et al. The diagnostic and prognostic value of artificial intelligence and artificial neural networks in spinal surgery: A narrative review. Bone Jt. J. 2021, 103, 1442–1448. [Google Scholar] [CrossRef] [PubMed]
  14. Durand, W.M.; Lafage, R.; Hamilton, D.K.; Passias, P.G.; Kim, H.J.; Protopsaltis, T.; Lafage, V.; Smith, J.S.; Shaffrey, C.; Gupta, M.; et al. Artificial intelligence clustering of adult spinal deformity sagittal plane morphology predicts surgical characteristics, alignment, and outcomes. Eur. Spine J. 2021, 30, 2157–2166. [Google Scholar] [CrossRef]
  15. Shiloach, M.; Frencher, S.K., Jr.; Steeger, J.E.; Rowell, K.S.; Bartzokis, K.; Tomeh, M.G.; Richards, K.E.; Ko, C.Y.; Hall, B.L. Toward robust information: Data quality and inter-rater reliability in the American College of Surgeons National Surgical Quality Improvement Program. J. Am. Coll. Surg. 2010, 210, 6–16. [Google Scholar] [CrossRef]
  16. Luo, W.; Phung, D.; Tran, T.; Gupta, S.; Rana, S.; Karmakar, C.; Shilton, A.; Yearwood, J.; Dimitrova, N.; Ho, T.B.; et al. Guidelines for Developing and Reporting Machine Learning Predictive Models in Biomedical Research: A Multidisciplinary View. J. Med. Internet Res. 2016, 18, e323. [Google Scholar] [CrossRef] [Green Version]
  17. White, S.J.W.; Cheung, Z.B.; Ye, I.; Phan, K.; Xu, J.; Dowdell, J.; Kim, J.S.; Cho, S.K. Risk Factors for Perioperative Blood Transfusions in Adult Spinal Deformity Surgery. World Neurosurg. 2018, 115, e731–e737. [Google Scholar] [CrossRef]
  18. Hu, S.S. Blood loss in adult spinal surgery. Eur. Spine J. 2004, 13 (Suppl. 1), S3–S5. [Google Scholar] [CrossRef] [Green Version]
  19. De la Garza Ramos, R.; Gelfand, Y.; Benton, J.A.; Longo, M.; Echt, M.; Yanamadala, V.; Yassari, R. Rates, Risk Factors, and Complications of Red Blood Cell Transfusion in Metastatic Spinal Tumor Surgery: An Analysis of a Prospective Multicenter Surgical Database. World Neurosurg. 2020, 139, e308–e315. [Google Scholar] [CrossRef]
  20. Kurra, S.; DeMercurio, P.; Lavelle, W.J.; Lavelle, W.F.; Tallarico, R.A.; Sun, M.H.; Gorji, R.; Li, F. Impact of liberal intraoperative allogeneic blood transfusion on postoperative morbidity and mortality in major thoracic and lumbar posterior spine instrumentation surgeries. Spine Deform. 2021, 10, 573–579. [Google Scholar] [CrossRef]
  21. Lee, N.J.; Shin, J.I.; Kothari, P.; Kim, J.S.; Leven, D.M.; Steinberger, J.; Guzman, J.Z.; Skovrlj, B.; Caridi, J.M.; Cho, S.K. Incidence, Impact, and Risk Factors for 30-Day Wound Complications Following Elective Adult Spinal Deformity Surgery. Glob. Spine J. 2017, 7, 417–424. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  22. Fisahn, C.; Jeyamohan, S.; Norvell, D.C.; Tubbs, R.S.; Moisi, M.; Chapman, J.R.; Page, J.; Oskouian, R.J. Association between Allogeneic Blood Transfusion and Postoperative Infection in Major Spine Surgery. Clin. Spine Surg. 2017, 30, E988–E992. [Google Scholar] [CrossRef] [PubMed]
  23. Elsamadicy, A.A.; Adil, S.M.; Charalambous, L.; Drysdale, N.; Koo, A.B.; Lee, M.; Kundishora, A.J.; Camara-Quintana, J.; Kolb, L.; Laurans, M.; et al. Independent Association Between Type of Intraoperative Blood Transfusion and Postoperative Delirium after Complex Spinal Fusion for Adult Deformity Correction. Spine 2020, 45, 268–274. [Google Scholar] [CrossRef]
  24. Hassan, A. U.S. blood banks are experiencing their biggest shortage in a decade. The New York Times, 25 December 2021.
  25. Lobo, J.M.; Jiménez-Valverde, A.; Real, R. AUC: A misleading measure of the performance of predictive distribution models. Glob. Ecol. Biogeogr. 2008, 17, 145–151. [Google Scholar] [CrossRef]
Figure 1. Artificial Neural Network architecture.
Figure 1. Artificial Neural Network architecture.
Jcm 11 04436 g001
Table 1. Baseline and operative characteristics of all patients.
Table 1. Baseline and operative characteristics of all patients.
ParameterValue
Age (mean, standard deviation)55.7 (18.9)
Sex
Male435 (37.1%)
Female738 (62.9%)
ASA Class
156 (4.8%)
2420 (35.8%)
3666 (56.8%)
431 (2.6%)
Smoker175 (14.9%)
Chronic steroid use56 (4.8%)
Bleeding disorder35 (3.0%)
Dependent functional status62 (5.3%)
Body weight (mean kg, standard deviation)77.8 (20.9)
Preoperative hematocrit (mean, standard deviation)40.6 (4.5)
Orthopedic surgeon as attending617 (52.6%)
Surgery duration (mean hours, standard deviation)5.8 (2.7)
Pelvic fixation250 (21.3%)
Interbody graft254 (21.7%)
Any osteotomy345 (29.4%)
3CO229 (19.5%)
6–12 posterior levels fused263 (22.4%)
13+ posterior levels fused240 (20.5%)
Revision surgery119 (10.1%)
Table 2. Baseline and operative characteristics of all patients stratified by transfusion requirement.
Table 2. Baseline and operative characteristics of all patients stratified by transfusion requirement.
ParameterNo TransfusionTransfusionp-Value
Age (mean, standard deviation)54.1 (19.2)57.2 (18.6)0.005 *
Sex
Male231 (39.4%)204 (34.8%)0.107
Female356 (60.6%)382 (65.2%)
ASA Class
138 (6.5%)18 (3.1%)<0.001 *
2244 (41.6%)176 (30.0%)
3294 (50.1%)372 (63.5%)
411 (1.9%)20 (3.4%)
Smoker102 (17.4%)73 (12.5%)0.018 *
Chronic steroid use23 (3.9%)33 (5.6%)0.169
Bleeding disorder12 (2.0%)23 (3.9%)0.058
Dependent functional status15 (2.6%)47 (8.0%)<0.001 *
Body weight (mean kg, standard deviation)79.3 (20.9)76.3 (20.9)0.016 *
Preoperative hematocrit (mean, standard deviation)41.2 (4.4)39.9 (4.6)<0.001 *
Orthopedic surgeon as attending327 (55.7%)290 (49.5%)0.033 *
Surgery duration (mean hours, standard deviation)4.4 (2.3)7.1 (2.4)<0.001 *
Pelvic fixation43 (7.3%)207 (35.3%)<0.001 *
Interbody graft147 (25.0%)107 (18.3%)0.005 *
Any osteotomy114 (19.4%)231 (39.4%)<0.001 *
3CO63 (10.7%)166 (28.3%)<0.001 *
6–12 posterior levels fused163 (27.8%)100 (17.1%)<0.001*
13+ posterior levels fused63 (10.7%)177 (30.2%)<0.001 *
Revision surgery41 (7.0%)78 (13.3%)<0.001 *
* statistically significant result.
Table 3. Artificial neural network models’ architectures and accuracy metrics on the testing data.
Table 3. Artificial neural network models’ architectures and accuracy metrics on the testing data.
ParameterModel 1Model 2Model 3Model 4
Input features18181818
Hidden layers4422
Activation functionSigmoidReLUReLUSigmoid
Accuracy metrics
Sensitivity 0.790.760.800.71
Positive predictive value0.720.730.760.75
F1-Score0.760.750.780.73
Accuracy (ACC)0.740.740.770.73
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

De la Garza Ramos, R.; Hamad, M.K.; Ryvlin, J.; Krol, O.; Passias, P.G.; Fourman, M.S.; Shin, J.H.; Yanamadala, V.; Gelfand, Y.; Murthy, S.; et al. An Artificial Neural Network Model for the Prediction of Perioperative Blood Transfusion in Adult Spinal Deformity Surgery. J. Clin. Med. 2022, 11, 4436. https://doi.org/10.3390/jcm11154436

AMA Style

De la Garza Ramos R, Hamad MK, Ryvlin J, Krol O, Passias PG, Fourman MS, Shin JH, Yanamadala V, Gelfand Y, Murthy S, et al. An Artificial Neural Network Model for the Prediction of Perioperative Blood Transfusion in Adult Spinal Deformity Surgery. Journal of Clinical Medicine. 2022; 11(15):4436. https://doi.org/10.3390/jcm11154436

Chicago/Turabian Style

De la Garza Ramos, Rafael, Mousa K. Hamad, Jessica Ryvlin, Oscar Krol, Peter G. Passias, Mitchell S. Fourman, John H. Shin, Vijay Yanamadala, Yaroslav Gelfand, Saikiran Murthy, and et al. 2022. "An Artificial Neural Network Model for the Prediction of Perioperative Blood Transfusion in Adult Spinal Deformity Surgery" Journal of Clinical Medicine 11, no. 15: 4436. https://doi.org/10.3390/jcm11154436

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop