- 1Division of Cardiovascular Surgery, Henan Provincial Chest Hospital, Affiliated Chest Hospital of Zhengzhou University, Zhengzhou, Henan, China
- 2Division of Cardiothoracic Surgery, Rhode Island Hospital, Alpert Medical School of Brown University, Providence, RI, United States
- 3Department of Ultrasound, The First Affiliated Hospital of Zhengzhou University, Zhengzhou, Henan, China
- 4Department of Radiation Oncology, The Affiliated Cancer Hospital of Zhengzhou University, Zhengzhou, Henan, China
- 5Department of Pathology, Affiliated Hospital of Nantong University, Nantong University, Nantong, Jiangsu, China
Background: Acute aortic dissection is a life-threatening condition, and malperfusion significantly exacerbates the prognosis of patients diagnosed with type A Acute aortic dissection (ATAAD). Current risk assessment tools often fail to consider the impact of nutritional and inflammatory factors, limiting their predictive accuracy. The aim of this study was to develop a machine learning model that integrates nutritional and inflammatory indices to predict 1-year mortality in ATAAD patients with malperfusion.
Methods: This retrospective study included 433 ATAAD patients with malperfusion from Henan Provincial Chest Hospital (August 2020 to June 2023). Four machine learning models—logistic regression, XGBoost, random forest, and deep neural network—were developed to predict 1-year mortality using inflammatory and nutritional laboratory values, indices, and other clinical variables. Model training employed stratified 5-fold cross-validation and SMOTE for imbalanced data. The area under the receiver operating characteristic (ROC AUC) and other performance metrics were used to evaluate model efficacy, while SHAP values were computed to interpret feature importance.
Results: Among 433 ATAAD patients with malperfusion, the random forest model used inflammatory and nutritional laboratory values to achieve the highest discrimination (AUC = 0.8242, 95% CI 0.7095–0.9219), while the XGBoost model performed best with inflammatory and nutritional indices (AUC = 0.7334, 95% CI 0.6115–0.8488). Calibration curves and Brier scores indicated good agreement between predicted and observed outcomes. Decision curve analysis demonstrated consistent net benefit for random forest and XGBoost models across clinically relevant threshold probabilities. Feature importance and SHAP analyses identified albumin, platelet count, total cholesterol, and C-reactive protein as consistently influential predictors.
Conclusion: Nutritional and inflammatory factors significantly contribute to the 1-year mortality risk of ATAAD patients with malperfusion. Machine learning models that incorporate these factors, particularly random forest and XGBoost, can effectively stratify patient risk and support clinical decision-making. These findings underscore the importance of a comprehensive approach to risk assessment that includes metabolic and inflammatory markers to enhance patient outcomes and guide personalized interventions.
Introduction
Acute aortic dissection (AAD) is a critical and potentially fatal condition that demands immediate diagnosis and treatment. The estimated occurrence rate of AAD is approximately 5–30 cases per 1 million individuals annually (1). AAD results from a tear in the layers of the aortic wall, and if left untreated, mortality rates can increase to 50% within the initial 48 h (2). Most AADs involve the aortic arch and occur due to a tear where the aorta exits from the heart, and type A AADs (ATAAD) account for 70%–75% of all aortic dissections (3). Malperfusion occurs in approximately one-third of patients with AAD (4–7); furthermore, malperfusion has a substantial negative impact on patient prognosis by compromising blood flow to critical organs and tissues, significantly influencing both short- and long-term outcomes for affected individuals (8).
Studies have demonstrated that patients experiencing malperfusion have a significantly higher in-hospital mortality rate (21.5% vs. 5.7%) than to those without malperfusion (9). However, the specific 1-year mortality rate for ATAAD patients with malperfusion is not explicitly known. Various risk factors such as age, genetic predisposition, hypertension, and other comorbidities can increase a patient's likelihood of developing ATAAD and exacerbate their prognosis (10). Prompt recognition of ATAAD and appropriate management of malperfusion are crucial to improving outcomes for these critically ill patients.
Traditional risk assessment tools, such as the Stanford classification and the DeBakey classification, have limitations in predicting malperfusion in ATAAD patients. These traditional risk stratification models often overlook the role of nutritional and inflammatory factors, which are crucial in the pathophysiology of ATAAD. Inflammatory factors are involved in the body's response to trauma and indicate the state of lymphocytes, neutrophils, and other immune responses (11). These immune responses increase the expression of proteases and reactive oxygen species (ROS), which lead to increased apoptosis of smooth muscle cells in the aortic artery and further medial degradation (12). Recent studies have shown that nutritional and inflammatory factors are vital to the development and progression of ATAAD (13, 14). However, there is a lack of machine learning models that use these factors to accurately predict the 1-year mortality rate for ATAAD patients with malperfusion.
Identifying predictive indicators of 1-year mortality is essential for enhancing patient outcomes, since these patients require vigilant monitoring even after successful interventions. This study aimed to develop a machine learning model that incorporates nutritional and inflammatory factors to predict 1-year mortality in ATAAD patients with malperfusion. By integrating these critical factors, this study seeks to refine risk assessment and support targeted post-treatment care in ATAAD patients.
Methods
Data set
Patients
The study included 433 ATAAD patients with malperfusion from Henan Provincial Chest Hospital from August 2020 to June 2023. Approval for the study was obtained from the Henan Provincial Chest Hospital Ethics Committee [Reg. No. 2024 (09-16)]; since the study was retrospective, individual informed consent was waived. On the basis of the Diagnosis of Aortic Dissection published by the European Society of Cardiology (ESC) and the Stanford criterion, ATAAD was diagnosed via symptoms, physical examination, transthoracic echocardiography, and computed tomography angiography (CTA). Malperfusion was diagnosed in patients on the basis of clinical symptoms (altered consciousness, paralysis, melena, abdominal pain, tenderness to palpation, loss of sensory or motor function of the lower extremities), laboratory tests (elevated cardiac enzymes, lactate, myoglobin, or creatine kinase), and impaired blood flow to the corresponding arteries on radiographic findings [computed tomography angiography (CTA) scan or ultrasound] (Supplementary Material 1). The exclusion criteria included relapse, declined treatment, a lack of data required to calculate inflammatory and nutritional indices, or loss to follow-up. The workflow of this study is shown in Figure 1.
Predictors and endpoint
A total of 19 variables, including age, sex, BMI, the inflammatory index (IMI), the nutritional index (NI), inflammatory and nutritional laboratory values (IMNLV), and inflammatory and nutritional indices (IMNI), were collected. The inflammatory and nutritional indices were calculated as described in Supplementary Material 2. IMNLV, IMNI, IMI and NI were separately used as predictors along with age, sex, and BMI to develop the models. The variables are presented as continuous variables, except for sex, which is represented as a binary variable. The primary endpoint was 1-year mortality after the diagnosis of ATAAD with malperfusion.
Data analysis
Data preprocessing
Data analysis was carried out for 1-year mortality. The full dataset was divided into model development (70%) and model testing (30%) datasets. The model used stratified random sampling and resulted in approximately equal frequencies of outcomes in both subsets.
Model development and testing
The dataset was used to establish four predictive models for binary classification of the modeled outcome: a logistic regression model, an XGBoost model, a random forest model and a deep neural network. Candidate variable selection for all the models involved all the predictors in the dataset. The models were trained with a stratified 5-fold cross-validation method, in which the development dataset was partitioned into five data “folds”. To improve training, we rebalanced the training subset with respect to the outcome via synthetic minority oversampling (SMOTE). With the rebalanced training subset, hyperparameter tuning was performed by applying a random grid search strategy to select an optimal hyperparameter set. This cross-validation was repeated five times so that each fold was used for validation exactly once. The receiver operating characteristic (ROC) area under the curve (AUC) was calculated for each validation fold, and the optimal threshold was determined by minimizing the distance from the AUC to the (0, 1) point.
Once cross-validation was completed, the model with the highest validation AUC was selected, and its corresponding hyperparameters were saved. This model was then evaluated on a holdout testing dataset. For the testing dataset, we computed the ROC AUC and applied the optimal prediction threshold determined during validation to predict outcomes. We also assessed the models' performances by calculating key metrics such as the sensitivity, specificity, positive predictive value (PPV), negative predictive value (NPV), each with their respective 95% confidence intervals. To evaluate clinical utility, decision curve analysis (DCA) was used to quantify the net benefit of each model across a range of probability thresholds. Additionally, calibration curves were generated on the internal test set, and brier scores were calculated to quantify the overall accuracy of predicted probabilities.
Model interpretability
To interpret how individual features contribute to the model's ability to predict 1-year mortality, we computed feature importance values via both model-specific and post hoc explainability methods. For model-specific feature importance, we extracted feature importance scores from the ensemble model by analyzing their respective decision trees. Each feature's importance was determined on the basis of its role in tree node splits, quantified by metrics such as information gain and Gini index reduction. The cumulative importance values across all trees were normalized for individual features to indicate their relative influence on the model's predictions.
SHAPley additive explanations (SHAP) is a post hoc explainability method designed as an additive feature attribution method; it represents the contribution of each feature to the ML model prediction by constructing an interpretable approximation of the original model. Post hoc explainability is required to understand complex models, such as XGBoost and random forest, that forgo simplicity and explainability for increased model performance. SHAP values are a unified measure of 4 feature attribution models that quantitatively decide how important a feature is to the decision-making process of the model. Additionally, we performed decision curve analysis, a method that accounts for the different weights of misclassification types, providing a direct clinical interpretation. The net benefit of each model was calculated and graphically displayed across a range of threshold probabilities, illustrating the clinical utility of each model.
Statistical analysis
For comparisons between the survivor and non-survivor groups, continuous variables were tested for normality using the Shapiro–Wilk test. Normally distributed variables were expressed as mean ± standard deviation (SD) and compared between groups using Student's t-test. Non-normally distributed variables were presented as median (interquartile range, IQR) and compared using the Mann–Whitney U-test. Categorical variables were summarized as counts (percentages) and compared between groups using the Chi-square test. The classification performance was assessed via the ROC AUC, sensitivity, specificity, PPV, and NPV metrics. Bootstrapping was used to estimate the variability in all the metrics, and 95% confidence intervals were calculated. Pairwise DeLong tests were conducted to statistically compare ROC AUC performance across individual models. Statistical significance was taken as P < 0.05.
Software and packages
Python version 3.12.6 was used to perform all analyses. The scikit-learn (version 1.5.2) package was used for data preprocessing, model development, and calculation of performance metrics. Logistic regression, random forest, and deep neural networks were implemented in scikit-learn (version 1.5.2), SMOTE-Tomek was implemented in imblearn (version 0.12.3), and the xgboost model was implemented in the xgboost (version 2.1.1) package. Statistical testing was performed via scipy (version 1.14.1).
Results
Of the 443 consecutive patients screened, 10 were excluded, and the follow-up completeness was 97.74%. Table 1 summarizes the baseline characteristics of included 433 patients stratified by 1-year survival status. Of the cohort, 352 (81.3%) were survivors and 81 (18.7%) were non-survivors. The median age was 48 years (IQR: 40–57) overall, 47 years (40–57) in survivors, and 51 years (42–58) in non-survivors (P = 0.06). Males comprised 65.1% of the cohort, with a similar distribution between survivors (65.1%) and non-survivors (65.4%) (P = 0.95). The median BMI was 21 (IQR: 18–25) with no significant group difference (P = 0.18). Most inflammatory and nutritional markers, including C-reactive protein, white blood cell count, and lymphocyte count, did not differ significantly between groups; however, platelet count was significantly lower in non-survivors (P = 0.02). Prognostic nutritional index was also lower (P < 0.01) and instant nutritional assessment score higher (P = 0.02) in non-survivors. Coronary malperfusion was more common in non-survivors (58.0% vs. 5.4%, P < 0.01). Non-survivors also had a higher prevalence of aortic atherosclerosis (9.9% vs. 4.0%, P = 0.04) and a longer median time from symptom onset to surgery [7 (IQR: 4–10) vs. 4 (IQR: 2–6) hours, P < 0.01] (Supplementary Table S1).
The performance of four machine learning models (a logistic regression model, an XGBoost model, a random forest model and a deep neural network) in the prediction of 1-year mortality was assessed via different feature sets: IMNLV, IMNI, IMI and NI. Key metrics, including the ROC AUC, sensitivity, specificity, PPV, and NPV, were used to evaluate the models' effectiveness (Table 2).

Table 2. Prediction ability of the 4 machine learning models in 1-year mortality of acute type A aortic dissection with malperfusion.
Inflammatory and nutritional laboratory values. The random forest model demonstrated the highest performance, with an AUC of 0.8225 (95% CI: 0.7184–0.9136), achieving a sensitivity of 0.7082 (95% CI: 0.5238–0.8750) and a specificity of 0.8107 (95% CI: 0.7315–0.8807). The XGBoost model showed a slightly lower AUC of 0.7901 (95% CI: 0.6738–0.8857), with lower sensitivity (0.4948, 95% CI: 0.2857–0.7001) but higher specificity (0.9432, 95% CI: 0.8956–0.9818) (Figure 2A). DeLong tests confirmed random forest model was superior to all other models (all p < 0.01). The decision curve analysis revealed that the random forest model demonstrated the most significant net benefit across a wide range of 10%–50% probabilities in predicting outcomes (Figure 2B). The calibration curve further showed that the random forest model was well calibrated (Brier score = 0.1288) (Supplementary Figure S1), indicating its reliability in predicting 1-year mortality for type A aortic dissection with malperfusion.

Figure 2. (A) ROC analysis results of the four models, including logistic regression, random forest, deep neural network, and XGBoost. (B) Decision curve analysis illustrating the potential clinical application of the prediction models (logistic regression, random forest, deep neural network, and XGBoost) across a range of threshold probabilities. (C) Importance matrix of the XGBoost model. (D) SHAP summary plot of all the features in the XGBoost model. (E) Importance matrix of the random forest model. (F) SHAP summary plots of all features in the random forest model. (G–L) Beeswarm plot illustrating the SHAP values for albumin, platelet count, total cholesterol, C-reactive protein, age and gender in the random forest model.
The feature importance and SHAP value of variables in the XGBoost and random forest models for each data source are shown in Figures 2C–. SHAP values provide a nuanced view of how each feature impacts individual predictions, capturing variability and localized interactions. By comparing feature importance of the XGBoost and random forest models, it was clear that albumin, platelet count, C-reactive protein and total cholesterol overlapped among the 5 most important features of both models. In addition, albumin was also identified as a shared top 5 feature in both models based on SHAP values, beyond platelet count.
An albumin concentration <3.7 g/dl and >4.09 g/dl, a platelet count <144.2 × 109/L, a total cholesterol concentration <157.97 mg/dl, and a C-reactive protein concentration >2.32 mg/dl were associated with an increase in model SHAP output, reflecting a model-detected trend toward increased mortality risk. Also, age >65 years and male sex were associated with an increase in the model output linked to a higher predicted risk of 1-year mortality (Figures 2G–L).
Inflammatory and nutritional indices
When the inflammatory and nutritional indexes were used, the XGBoost model achieved the highest performance, with an AUC of 0.7334 (95% CI: 0.6115–0.8488), a sensitivity of 0.6688 (95% CI: 0.4737–0.8519), and a specificity of 0.7164 (95% CI: 0.6336–0.7947). The random forest model had a slightly lower AUC of 0.7075 (95% CI: 0.5604–0.8317), with a sensitivity of 0.5032 (95% CI: 0.3041–0.7037) and a higher specificity of 0.8865 (95% CI: 0.8241–0.9439) (Figure 3A). DeLong tests confirmed the XGBoost model was superior to all other models (all p < 0.01). The XGBoost model performed exceptionally well when the threshold probabilities were between 0.12 and 0.34 (Figure 3B). Moreover, the XGBoost model also demonstrated good calibration (Brier score = 0.1506) (Supplementary Figure S1), indicating its reliability in predicting the 1-year mortality of acute type A aortic dissection with malperfusion.

Figure 3. (A) ROC analysis results of the four models, including logistic regression, random forest, deep neural network, and XGBoost. (B) Decision curve analysis illustrating the potential clinical application of the prediction models (logistic regression, random forest, deep neural network, and XGBoost) across a range of threshold probabilities. (C) Importance matrix plot of the XGBoost model. (D) SHAP summary plots of all the features in the XGBoost model. (E) Importance matrix plot of the random forest model. (F) SHAP summary plots of all features in the random forest model. (G–K) Beeswarm plot illustrating the SHAP values for the systemic inflammation response index, neutrophil-to-lymphocyte ratio, monocyte-to-lymphocyte ratio, prognostic nutritional index (PNI) and systemic immune inflammation index features in the XGBoost model.
A comparison of the feature importance of the inflammatory and nutritional indices in the XGBoost and random forest models revealed that the prognostic nutritional index, systemic immune inflammation index, and neutrophil-to-lymphocyte ratio were shared among the top 5 most important features in both models. Additionally, SHAP values indicated that these three indices were consistently shared among the top 5 features in both models, along with the monocyte-to-lymphocyte ratios and systemic inflammation response index (Figures 3C–F).
A systemic inflammation response index from 1.26 to 1.62 and >3.96, a neutrophil-to-lymphocyte ratio >4.01, a monocyte-to-lymphocyte ratio from 0.24 to 0.23, and a prognostic nutritional index <37.22 and >40.81 were associated with higher SHAP values, indicating a model-predicted trend toward increased 1-year mortality risk. The systemic immune inflammation index is more scattered approximately 0, suggesting that those indices are both positive and negative in different patients (Figures 3G–K).
Nutritional Index
For the nutritional index, the XGBoost model achieved the highest AUC at 0.7358 (95% CI: 0.6158–0.8515), with a sensitivity of 0.4949 (95% CI: 0.2857–0.6897) and a specificity of 0.9439 (95% CI: 0.8972–0.9813). The random forest model showed a comparable AUC of 0.7169 (95% CI: 0.5636–0.8481), with slightly lower sensitivity of 0.4600 (95% CI: 0.2590–0.6670) but higher specificity of 0.9628 (95% CI: 0.9223–0.9910). DeLong tests confirmed the XGBoost model was superior to all other models (all p < 0.01). The XGBoost model performed particularly well when the threshold probability was between 0.13 and 0.35, highlighting its reliability for evaluating patients with malperfusion and ATAAD to predict 1-year mortality (Figure 4B).

Figure 4. (A) ROC analysis results of the four models, including logistic regression, random forest, deep neural network, and XGBoost. (B) Decision curve analysis illustrating the potential clinical application of the prediction models (logistic regression, random forest, deep neural network, and XGBoost) across a range of threshold probabilities. (C) Importance matrix plot of the XGBoost model. (D) SHAP summary plots of all the features in the XGBoost model. (E) Importance matrix plot of the random forest model. (F) SHAP summary plots of all features in the random forest model.
A comparison of the feature importance of the nutritional indices in the XGBoost and random forest models revealed that the prognostic nutritional index was a shared feature from the top 3 most important features in both models. Furthermore, the top 3 features according to the SHAP value were the prognostic nutritional index, age and BMI in both models. The prognostic nutritional index exhibited the same pattern as previously described, suggesting that an abnormal nutritional status contributes significantly to an increased model-predicted trend for1-year mortality risk. Age and BMI are more scattered approximately 0, suggesting that those indices are both positive and negative in different patients (Figures 4C–F).
Inflammatory indices
Among the four models evaluated for predicting the inflammatory response in ATAAD patients with malperfusion, all demonstrated limited ability to distinguish between classes, with moderate sensitivity and specificity values that reflect a weaker overall discriminatory power for this application (Figures 5A,B).

Figure 5. (A) ROC analysis results of the four models, including logistic regression, random forest, deep neural network, and XGBoost. (B) Decision curve analysis illustrating the potential clinical application of the prediction models (logistic regression, random forest, deep neural network, and XGBoost) across a range of threshold probabilities. (C) Importance matrix plot of the XGBoost model. (D) SHAP summary plots of all the features in the XGBoost model. (E) Importance matrix plot of the random forest model. (F) SHAP summary plots of all features in the random forest model.
A comparison of the feature importance of the inflammatory indices in the XGBoost and random forest models revealed that only the systemic immune inflammation index was shared by the top 3 most important features in both models. Furthermore, in both models, the top 3 features in terms of the SHAP value were the systemic inflammation response index, monocyte-to-lymphocyte ratio, and neutrophil-to-lymphocyte ratio. These inflammation indicators may have limited predictive power in their specific combination, which could contribute to the model's overall limited performance (Figures 5C–F).
Individual patients included in the random forest model. SHAP value visualizations for three individual patients in a waterfall plot of the random forest model illustrate the impact of each variable on model predictions for the inflammatory and nutritional laboratory values. As shown in Figure 6A, the level of albumin, white blood cell count, and neutrophil count had strong negative impacts, decreasing the predicted outcome. Conversely, the monocyte count and body mass index had minor positive effects. Figure 6B shows a similar trend in which the ALB concentration and lymphocyte count are influential negative predictors, whereas sex and monocyte count slightly increase the prediction. Figure 6C shows that Albumin has a notably high positive impact, indicating its significant contribution to an elevated prediction score, alongside a smaller contribution from the Platelet Count. Overall, these visualizations highlight Albumin as a consistently impactful feature, with its effect varying between negative and positive contributions, depending on the patient. This variation underscores the complexity of feature interactions within the model and their individualized impact on prediction scores (Figures 6A–C).

Figure 6. SHAP waterfall plot illustrating the contribution of individual features, including inflammatory and nutritional laboratory values, age, BMI and sex, to a specific predictions generated by the random forest model in real patients. (A) Patient 1; (B) Patient 2; (C) Patient 3.
Discussion
In this retrospective study, we developed a predictive machine learning model for evaluating ATAAD with a 1-year mortality rate incorporating nutritional and inflammatory factors. Among these factors, albumin, platelet count, total cholesterol, and c-reactive protein had the highest predictive value for mortality among the nutritional and inflammatory factors. The predictive values of these factors indicate that these factors are the most reliable predictors of 1-year mortality in ATAAD patients with malperfusion. The random forest model had excellent prediction ability: it had an AUC of 0.8225 and good discrimination and calibration power in predicting 1-year mortality in the inflammatory and nutritional laboratory values dataset.
Traditional risk models tend to focus on demographic and clinical factors, such as age, sex, and disease history. However, emerging biomarkers related to inflammation and nutrition play significant roles in the pathophysiology of AAD (15–17). Previous studies have demonstrated that inflammatory factors and nutritional factors can significantly influence patient prognosis (13, 18). The importance of inflammatory and nutritional factors in predicting patient outcomes is well documented in the cardiovascular disease literature, but few studies have systematically integrated these parameters into ML models for ATAAD patients with perfusion.
Nutrition has been closely linked with AAD mortality rates, especially since malnutrition has been associated with exacerbations of cardiovascular disorders (19). Predictors such as albumin levels, the prognostic nutritional index, and other tests can reflect a patient's nutritional status as well as the severity of their condition (20–22). Nutritional factors such as albumin levels and the prognostic nutritional index (which reflect a patient's overall health and recovery capacity) are similarly critical for predicting outcomes (23, 24). For example, a patient's prognostic nutritional index has been linked to surgical outcomes and long-term mortality under cardiovascular conditions and has been shown to be an accurate indicator of their future recovery (25, 26). Malnutrition has been linked to poorer outcomes in various cardiovascular conditions, and it can exacerbate the course of diseases such as AAD by weakening the body's ability to recover from acute events (26).
Similarly, inflammation plays a pivotal role in the degradation of the aortic wall, leading to complications such as aortic rupture or malperfusion (27–29). Elevated inflammatory markers such as neutrophils, CRP, and fibrinogen are often indicative of heightened immune responses, which can accelerate tissue damage and worsen prognosis. Increased inflammation is often a sign of increased protease and ROS production, which may lead to increased smooth muscle apoptosis and worsening of conditions such as AAD (30–34). When used in combination, both inflammatory and nutritional factors can create a holistic understanding of a patient's state of health, which can support model-based predictions of mortality in conditions such as AAD.
The performance of the ML models, especially XGBoost and random forest, was promising. These models achieved AUCs around 0.80 when inflammatory and nutritional laboratory values were used as predictors, such as albumin, total cholesterol, and various inflammatory factors, such as white blood cell count, monocyte, neutrophil, and lymphocyte count, significantly improving the predictive performance compared with traditional models that exclude these factors. In particular, the random forest model demonstrated excellent performance, with an AUC of 0.8225, a sensitivity of 0.7082, and a specificity of 0.8107, making it suitable for identifying high-risk patients who may require more aggressive monitoring and intervention.
The inclusion of inflammatory and nutritional indices also led to good model performance, although it was slightly lower than when raw laboratory values were used. This suggests that while indices provide a useful summary of a patient's condition, the granular data captured by individual laboratory values offer more predictive power. These findings highlight the complexity of AAD pathophysiology and the need for detailed biochemical data to accurately predict outcomes. Importantly, the machine learning models were less accurate in their predictions when nutritional and inflammatory factors were considered separately. The parameters of the index model consist of a controlling nutritional index, a prognostic nutritional index, and different inflammatory indices, utilizing evaluations of neutrophils, platelets, monocytes, and lymphocytes, as they are recognized as crucial mediators of inflammatory responses.
In clinical practice, these ML models could aid early-stage AAD management by identifying patients at higher risk for 1-year mortality, enabling more intensive monitoring and personalized interventions. SHAP analysis revealed nonlinear relationships, including a U-shaped association between serum albumin and mortality risk, reflecting complex, non-monotonic effects and potential feature interactions rather than fixed thresholds. Clinically, low albumin indicates poor nutritional status, systemic inflammation, and adverse surgical prognosis (35, 36), while markedly elevated levels may signal hemoconcentration from hypovolemia or shock (37). The patients with abnormal albumin could be flagged for measures to mitigate malperfusion or control inflammation.
In our cohort, over half of the non-survivors had coronary (58.0%) and/or cerebral malperfusion (53.1%) and often died from acute myocardial infarction, stroke, or fatal mechanical complications before ischemia or inflammatory markers such as C-reactive protein and troponin I rose to clinically significant levels, explaining the relatively low CRP and troponin I in both groups (Supplementary Table S1). For such patients, mortality may be driven more by mechanical and hemodynamic collapse than by systemic derangements. These observations underscore the importance of integrating clinical and hemodynamic parameters—such as ischemia time, presence of tamponade, and brachiocephalic artery occlusion—alongside laboratory predictors in future prognostic models to better capture the multifactorial nature of mortality risk in ATAAD with malperfusion.
The decision curve analysis (DCA) data further emphasize the promising potential of machine learning models in clinical applications. The random forest, in particular, demonstrated the highest net benefit across a range of threshold probabilities, indicating its superior performance in balancing the risks of false positives and false negatives. This is especially relevant in a clinical setting where over- and undertriage can have significant consequences. Over-triaging may lead to unnecessary interventions and increased healthcare costs, whereas undertriaging could result in delayed treatment and increased mortality. The ability of the random forest model to offer the best trade-off between these two extremes makes it a valuable tool in the clinical management of AAD patients with malperfusion through the use of inflammatory and nutritional laboratory values.
Limitations and future directions
While the findings of this study are promising, several limitations should be considered. (1) The sample size of 433 patients, although sufficient for initial model development, is relatively small for robust ML applications, particularly when complex algorithms such as random forest and XGBoost are used. (2) Additionally, the study was conducted at a single center, which limits the generalizability of the findings. Larger, multicenter studies are needed to validate the model's performance in diverse patient populations. (3) Another limitation is the retrospective nature of the study, which introduces potential biases related to data collection and patient selection. Prospective studies would provide more robust evidence and allow for real-time application of ML models in clinical practice. (4) Moreover, the study did not explore the mechanistic pathways linking nutritional and inflammatory factors to ATAAD with perfusion outcomes in detail. Future research should aim to uncover the biological mechanisms through which these factors influence disease progression. Future models could also integrate quantitative malperfusion burden scores, such as the number and extent of vascular territories involved, to potentially improve predictive performance.
Conclusion
This study highlights the potential of machine learning models that incorporate nutritional and inflammatory factors to evaluate patients with malperfusion and acute type A aortic dissection to predict 1-year mortality. The results suggest that these factors play a significant role in patient outcomes and should be considered in risk stratification models. While the XGBoost and random forest models showed high predictive accuracy, further research is needed to validate these findings in larger, multicenter studies. Additionally, integrating these models into clinical practice could improve patient outcomes by enabling more personalized and timely interventions. By emphasizing the importance of nutritional and inflammatory factors, this study paves the way for more comprehensive and individualized treatment approaches for AAD, ultimately aiming to better inform physicians, reduce mortality and improve the quality of life of affected patients.
Data availability statement
The original contributions presented in the study are included in the article/Supplementary Material, further inquiries can be directed to the corresponding author.
Ethics statement
The studies involving humans were approved by Henan Provincial Chest Hospital Ethics Committee. The studies were conducted in accordance with the local legislation and institutional requirements. Written informed consent for participation was not required from the participants or the participants' legal guardians/next of kin in accordance with the national legislation and institutional requirements.
Author contributions
YZ: Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Writing – original draft. DM: Investigation, Methodology, Writing – original draft. HX: Conceptualization, Formal analysis, Methodology, Software, Visualization, Writing – review & editing. JY: Data curation, Formal analysis, Investigation, Writing – review & editing. BZ: Data curation, Formal analysis, Investigation, Writing – review & editing. YS: Formal analysis, Investigation, Methodology, Writing – review & editing. TW: Formal analysis, Investigation, Methodology, Writing – review & editing. BZ: Investigation, Methodology, Software, Writing – review & editing. LW: Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Supervision, Writing – review & editing.
Funding
The author(s) declare that no financial support was received for the research and/or publication of this article.
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.
Generative AI statement
The author(s) declare that no Generative AI was used in the creation of this manuscript.
Any alternative text (alt text) provided alongside figures in this article has been generated by Frontiers with the support of artificial intelligence and reasonable efforts have been made to ensure accuracy, including review by the authors wherever possible. If you identify any issues, please contact us.
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/fcvm.2025.1539267/full#supplementary-material
Supplementary Figure S1. | Calibration curves for (A) the Random Forest model using inflammatory and nutritional laboratory values and (B) the XGBoost model using inflammatory and nutritional indices. The dashed line (Ideal) represents perfect calibration, where predicted probabilities exactly match observed outcomes. The blue solid line (Apparent) shows the observed performance of the model, while the yellow solid line (Bias-corrected) reflects bias-adjusted performance.
References
1. Levy D, Sharma S, Farci F, Le JK. Aortic dissection. In: Levy D, Sharma S, Farci F, Le JK, editors. StatPearls [Internet]. Treasure Island (FL): StatPearls Publishing (2024). Available online at: https://www.ncbi.nlm.nih.gov/books/NBK441963/
2. Silaschi M, Byrne J, Wendler O. Aortic dissection: medical, interventional and surgical management. Heart. (2017) 103(1):78–87. doi: 10.1136/heartjnl-2015-308284
3. Vignaraja V, Sharma S, Dindyal S. Acute aortic syndrome. In: Vignaraja V, Sharma S, Dindyal S, editors. StatPearls [Internet]. Treasure Island (FL): StatPearls Publishing (2024). Available online at: https://www.ncbi.nlm.nih.gov/books/NBK576402/
4. Yu W, Liang Y, Gao J, Xie D, Xiong J. Surgical choice for the treatment of partial intestinal ischemic necrosis caused by acute type A aortic dissection combined with malperfusion of superior mesenteric artery. J Cardiothorac Surg. (2024) 19(1):286. doi: 10.1186/s13019-024-02790-z
5. Pape LA, Awais M, Woznicki EM, Suzuki T, Trimarchi S, Evangelista A, et al. Presentation, diagnosis, and outcomes of acute aortic dissection: 17-year trends from the international registry of acute aortic dissection. J Am Coll Cardiol. (2015) 66(4):350–8. doi: 10.1016/j.jacc.2015.05.029
6. Boening A, Karck M, Conzelmann LO, Easo J, Krüger T, Rylski B, et al. German registry for acute aortic dissection type A: structure, results, and future perspectives. Thorac Cardiovasc Surg. (2017) 65(2):77–84. doi: 10.1055/s-0036-1572436
7. Zindovic I, Gudbjartsson T, Ahlsson A, Fuglsang S, Gunn J, Hansson EC, et al. Malperfusion in acute type A aortic dissection: an update from the Nordic consortium for acute type A aortic dissection. J Thorac Cardiovasc Surg. (2019) 157(4):1324–33.e6. doi: 10.1016/j.jtcvs.2018.10.134
8. Yang B, Rosati CM, Norton EL, Kim KM, Khaja MS, Dasika N, et al. Endovascular fenestration/stenting first followed by delayed open aortic repair for acute type A aortic dissection with malperfusion syndrome. Circulation. (2018) 138(19):2091–103. doi: 10.1161/CIRCULATIONAHA.118.036328
9. Brown JA, Aranda-Michel E, Navid F, Serna-Gallegos D, Thoma F, Sultan I. Outcomes of emergency surgery for acute type A aortic dissection complicated by malperfusion syndrome. J Thorac Cardiovasc Surg. (2024) 167(3):882–92.e2. doi: 10.1016/j.jtcvs.2022.04.051
10. Chukwu M, Ehsan P, Aburumman RN, Muthanna SI, Menon SR, Vithani V, et al. Acute Stanford type A aortic dissection: a review of risk factors and outcomes. Cureus. (2023) 15(3):e36301. doi: 10.7759/cureus.36301
11. Hu JW, Shi T. Postoperative prognostic nutritional index and fibrinogen could well predict poor prognosis of acute type A aortic dissection patients after surgery. Braz J Cardiovasc Surg. (2024) 39(2):e20220185. doi: 10.21470/1678-9741-2022-0185
12. Luo F, Zhou XL, Li JJ, Hui RT. Inflammatory response is associated with aortic dissection. Ageing Res Rev. (2009) 8(1):31–5. doi: 10.1016/j.arr.2008.08.001
13. Lin Y, Chen Q, Peng Y, Chen Y, Huang X, Lin L, et al. Prognostic nutritional index predicts in-hospital mortality in patients with acute type A aortic dissection. Heart Lung. (2021) 50(1):159–64. doi: 10.1016/j.hrtlng.2020.06.004
14. Zhou Z, Cecchi AC, Prakash SK, Milewicz DM. Risk factors for thoracic aortic dissection. Genes (Basel). (2022) 13(10):1814. doi: 10.3390/genes13101814
15. Sayed A, Munir M, Bahbah EI. Aortic dissection: a review of the pathophysiology, management and prospective advances. Curr Cardiol Rev. (2021) 17(4):e230421186875. doi: 10.2174/1573403X16666201014142930
16. Zhao Y, Fu W, Wang L. Biomarkers in aortic dissection: diagnostic and prognostic value from clinical research. Chin Med J (Engl). (2024) 137(3):257–69. doi: 10.1097/CM9.0000000000002719
17. Zeng Q, Rong Y, Li D, Wu Z, He Y, Zhang H, et al. Identification of serum biomarker in acute aortic dissection by global and targeted metabolomics. Ann Vasc Surg. (2020) 68:497–504. doi: 10.1016/j.avsg.2020.06.026
18. Liu H, Luo Z, Liu L, Yang X, Zhuang Y, Tu G, et al. Inflammatory biomarkers to predict adverse outcomes in postoperative patients with acute type A aortic dissection. Scand Cardiovasc J. (2020) 54(1):37–46. doi: 10.1080/14017431.2019.1689289
19. Arques S. Serum albumin and cardiovascular disease: state-of-the-art review. Ann Cardiol Angeiol (Paris). (2020) 69(4):192–200. doi: 10.1016/j.ancard.2020.07.012
20. Zhou T, Luo S, Lin W, Sun Y, Wang J, Liu J, et al. Prevalence and prognostic significance of malnutrition in patients with type B aortic dissection undergoing endovascular repair. Rev Cardiovasc Med. (2024) 25(7):249. doi: 10.31083/j.rcm2507249
21. Xie LF, Lin XF, Xie YL, Wu QS, Qiu ZH, Lan Q, et al. Development of a machine learning-based model to predict major adverse events after surgery for type A aortic dissection complicated by malnutrition. Front Nutr. (2024) 11:1428532. doi: 10.3389/fnut.2024.1428532
22. Xie L, He J, Lin X, Zhang Z, Zhuang X, Jiang D. Efficacy of prognostic nutrition index in combination with D-dimer in predicting postoperative clinical adverse events after acute type A aortic dissection: a single center retrospective study. Front Cardiovasc Med. (2023) 10:1210725. doi: 10.3389/fcvm.2023.1210725
23. Gucu A, Ozluk OA, Sunbul SA, Engin M, Seker IB, Sunbul A. Prognostic nutritional index as a marker of mortality: an observational cohort study of patients undergoing cardiac surgery. RCM. (2021) 22(2):499–503. doi: 10.31083/j.rcm2202057
24. Nam WS, Bae MI, Nam SB, Song SW, Jo A, Ham SY. Prognostic value of serum albumin in aortic aneurysm patients undergoing graft replacement of ascending aorta and aortic arch. Int J Med Sci. (2023) 20(5):663–8. doi: 10.7150/ijms.81884
25. Keskin HA, Kurtul A, Esenboga K, Çiçek MC, Katircioglu SF. Prognostic nutritional index predicts in-hospital mortality in patients with acute Stanford type A aortic dissection. Perfusion. (2021) 36(7):710–6. doi: 10.1177/0267659120961937
26. Hayashi J, Uchida T, Ri S, Hamasaki A, Kuroda Y, Yamashita A, et al. Clinical significance of the prognostic nutritional index in patients undergoing cardiovascular surgery. Gen Thorac Cardiovasc Surg. (2020) 68(8):774–9. doi: 10.1007/s11748-020-01300-x
27. Syed MBJ, Fletcher JA, Dweck MR, Forsythe R, Newby DE. Imaging aortic wall inflammation. Trends Cardiovasc Med. (2019) 29(8):440–8. doi: 10.1016/j.tcm.2018.12.003
28. Wortmann M, Peters AS, Erhart P, Körfer D, Böckler D, Dihlmann S. Inflammasomes in the pathophysiology of aortic disease. Cells. (2021) 10(9):2433. doi: 10.3390/cells10092433
29. Anzai A, Sano M. Inflammatory mechanisms contributing to aortic expansion and rupture after acute aortic dissection. J Immunol Sci. (2018) 2(3):22–6. doi: 10.29245/2578-3009/2018/4.1156
30. Yin ZQ, Han H, Yan X, Zheng QJ. Research progress on the pathogenesis of aortic dissection. Curr Probl Cardiol. (2023) 48(8):101249. doi: 10.1016/j.cpcardiol.2022.101249
31. Malecki C, Hambly BD, Jeremy RW, Robertson EN. The role of inflammation and myeloperoxidase-related oxidative stress in the pathogenesis of genetically triggered thoracic aortic aneurysms. Int J Mol Sci. (2020) 21(20):7678. doi: 10.3390/ijms21207678
32. Lu HY, Hsu HL, Li CH, Li SJ, Lin SJ, Shih CM, et al. Hydrogen sulfide attenuates aortic remodeling in aortic dissection associating with moderated inflammation and oxidative stress through a NO-dependent pathway. Antioxidants (Basel). (2021) 10(5):682. doi: 10.3390/antiox10050682
33. Xu S, Han X, Wang X, Yu Y, Qu C, Liu X, et al. The role of oxidative stress in aortic dissection: a potential therapeutic target. Front Cardiovasc Med. (2024) 11:1410477. doi: 10.3389/fcvm.2024.1410477
34. Pincemail J, Tchana-Sato V, Courtois A, Musumeci L, Cheramy-Bien JP, Munten J, et al. Alteration of blood oxidative stress status in patients with thoracic aortic dissection: a pilot study. Antioxidants. (2023) 12(5):1106. doi: 10.3390/antiox12051106
35. Eckart A, Struja T, Kutz A, Baumgartner A, Baumgartner T, Zurfluh S, et al. Relationship of nutritional status, inflammation, and serum albumin levels during acute illness: a prospective study. Am J Med. (2020) 133(6):713–22.e7. doi: 10.1016/j.amjmed.2019.10.031
36. Xu R, Hao M, Zhou W, Liu M, Wei Y, Xu J, et al. Preoperative hypoalbuminemia in patients undergoing cardiac surgery: a meta-analysis. Surg Today. (2023) 53(8):861–72. doi: 10.1007/s00595-022-02566-9
37. Taghavi S, Nassar A, Askari R. Hypovolemia and hypovolemic shock. In: StatPearls [Internet]. Treasure Island (FL): StatPearls Publishing (2025). Available online at: https://www.ncbi.nlm.nih.gov/books/NBK513297/
Keywords: acute aortic dissection, artificial intelligence, inflammatory factor, nutritional factor, mortality
Citation: Zhang Y, Marimekala D, Xing H, Yuan J, Zhang B, Song Y, Wang T, Zhang B and Wang L (2025) Machine learning-based prediction of 1-year mortality using nutritional and inflammatory factors for type A acute aortic dissection with malperfusion. Front. Cardiovasc. Med. 12:1539267. doi: 10.3389/fcvm.2025.1539267
Received: 9 December 2024; Accepted: 3 September 2025;
Published: 29 September 2025.
Edited by:
Pietro Scicchitano, ASLBari - Azienda Sanitaria Localedella provincia di Bari (ASL BA), ItalyReviewed by:
Vladimir Uspenskiy, Almazov National Medical Research Centre, RussiaKan-paatib Barnabo Nampoukime, Huazhong University of Science and Technology, China
Copyright: © 2025 Zhang, Marimekala, Xing, Yuan, Zhang, Song, Wang, Zhang and Wang. 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: Long Wang, d2FuZ2xvbmczNzYwQDEyNi5jb20=