A Machine Learning Model for Predicting the Occurrence of Early Heart Failure in Patients with Acute Myocardial Infarction
ShuangLiu1
XuejinChen1
YananHu1
JingjingJin1
ChunmeiQi1✉Email
JiHao1Email
1Department of CardiologyThe Second Affiliated Hospital of Xuzhou Medical University221000XuzhouChina
Shuang Liuz,2, Xuejin Chen1,Yanan Hu1, Jingjing Jin1, Chunmei Qi1,y,3∗, Ji Hao1, x,4∗∗
z,2 Department of Cardiology, The Second Affiliated Hospital of Xuzhou Medical University, Xuzhou, China.
A
y,3 Correspondence to: Chunmei Qi, Department of Cardiology, The Second Affiliated Hospital of Xuzhou Medical University, Xuzhou 221000, China (e-mail: 19351706684@163.com).
x,4∗ Correspondence to: Ji Hao, Department of Cardiology, The Second Affiliated Hospital of Xuzhou Medical University, Xuzhou 221000, China (e-mail: hj202122@outlook.com ).
Abstract
Aims
Heart failure (HF) remains a frequent and burdensome complication of acute myocardial infarction (AMI), posing a substantial challenge to global healthcare systems. This study aimed to develop and compare six machine learning (ML) algorithms to identify the optimal model for the early prediction of HF following AMI.
Methods
A
We retrospectively enrolled patients admitted for AMI at the Second Affiliated Hospital of Xuzhou Medical University between June 1, 2022, and December 31, 2024. Participants were categorized into HF and non-HF groups based on the occurrence of in-hospital heart failure. The cohort was randomly split into a training set (70%) and a validation set (30%) for model development and internal validation, respectively. Model performance was assessed using the receiver operating characteristic (ROC) curve, and clinical utility was evaluated via decision curve analysis (DCA).
Results
Among the six ML models evaluated, the extreme gradient boosting (XGBoost) algorithm demonstrated superior predictive performance. Feature importance analysis within the XGBoost model identified the top eight predictors, in descending order of contribution: high-sensitivity C reactive protein (hsCRP), age, aspartate aminotransferase (AST), left ventricular anterior–posterior diameter (LVAPD), blood urea nitrogen (BUN), albumin (ALB), glucose (GLU), and myocardial infarction type(MI). In the validation cohort, the model achieved an area under the ROC curve (AUC) of 0.818. DCA further confirmed its favourable net clinical benefit.
Conclusion
A
An XGBoost model incorporating eight readily available clinical features was developed and validated for the early prediction of HF after AMI, showing promising discriminative ability and clinical utility. This tool may assist clinicians in stratifying risk and guiding early intervention.
Keywords
Myocardial infarction
Heart failure
Machine learning
Predict
A
A
Introduction
Heart failure (HF) is a complex clinical syndrome resulting from structural or functional cardiac abnormalities that impair ventricular filling or ejection. Key clinical manifestations include dyspnea, fatigue, and fluid retention (e.g., pulmonary and systemic congestion, peripheral edema). As a major global public health challenge, HF affects over 64 million individuals worldwide, with an estimated prevalence of 1–2% [1, 2]. The condition imposes a substantial economic burden on healthcare systems, driven by high rates of morbidity, hospital readmissions, and mortality, as well as significant impairments in functional capacity and health-related quality of life [3]. In developed countries, HF accounts for an estimated 1–2% of total annual healthcare expenditures [4]. Indirect costs—such as productivity loss, early retirement, and informal caregiving—further amplify its socioeconomic impact [3].
Ischemic heart disease(IHD) remains the leading cause of HF. Following acute myocardial infarction (AMI), the irreversible loss of cardiomyocytes triggers a reparative fibrotic response. This process activates neurohumoral pathways, leading to ventricular remodeling, cardiac dilation, and impaired contractility. Subsequent hemodynamic overload often results in pulmonary congestion, manifesting as dyspnea and chest tightness, and poses a serious threat to patient survival. Against the backdrop of population aging and rising prevalence of comorbidities such as obesity, both the incidence and prevalence of HF are expected to increase. Missed or delayed diagnosis can worsen clinical outcomes and elevate treatment costs, underscoring the critical importance of early screening and risk stratification. Timely identification of high-risk patients not only saves lives but also enables personalized treatment strategies that can improve quality of life [5].
Recent advances in artificial intelligence (AI) have created new opportunities for enhancing clinical decision-making. Machine learning (ML), a core subset of AI, leverages computational models to identify patterns in large datasets and supports tasks such as diagnosis, risk prediction, and treatment optimization [6, 7]. ML approaches can be broadly categorized into supervised, unsupervised, and reinforcement learning. In clinical settings, supervised learning algorithms—such as logistic regression, k-nearest neighbors, decision trees, support vector machines, and naive Bayes—are frequently used for classification tasks, including binary outcome prediction [8]. For instance, the extreme gradient boosting (XGBoost) algorithm has been employed to predict in-hospital mortality in acute HF [9], and random forest models have been applied to HF classification [10]. These methods can uncover complex, non-linear relationships in multidimensional clinical data, offering valuable insights for disease prediction and diagnosis.
In this study, we aimed to develop and compare six ML algorithms for early prediction of HF following AMI. Using routinely collected clinical data, we constructed prediction models and evaluated their performance to identify the most effective approach. We anticipate that a robust ML-based tool will assist clinicians in stratifying post-AMI risk, facilitating early intervention, and ultimately improving patient outcomes.
Materials and Methods
Study Design and Patient Selection
This single-center, retrospective study enrolled consecutive patients diagnosed with acute myocardial infarction (AMI) at the Second Affiliated Hospital of Xuzhou Medical University between June 1, 2022, and December 31, 2024.
Patients were stratified into two groups based on the occurrence of in-hospital heart failure (HF): the HF group and the non-HF group. The diagnosis of AMI (including ST-segment elevation MI [STEMI] and non-ST-segment elevation MI [NSTEMI]) was established upon admission according to contemporary guidelines for acute coronary syndrome [11]. Similarly, HF events during hospitalization were identified based on the latest clinical guidelines [12].
Inclusion and Exclusion Criteria
Inclusion criteria were as follows: (1) age ≥ 18 years; (2) initial diagnosis of AMI at admission; and (3) no evidence of HF at the time of admission.
Exclusion criteria comprised: (1) HF attributable to valvular heart disease or cardiomyopathy; (2) non-obstructive myocardial infarction; (3) concomitant rheumatic or autoimmune diseases; (4) history of malignant tumor; and (5) in-hospital mortality.
A
A
The study protocol was approved by the Ethics Committee of the Second Affiliated Hospital of Xuzhou Medical University (Approval No.
A
2024071501), which waived the requirement for informed consent due to the retrospective nature of the analysis.
Data Collection and Preprocessing
A
Demographic, clinical, laboratory, and echocardiographic data were extracted from the hospital's electronic medical record system for all eligible participants and linked to a unique admission identifier. Data preprocessing involved cleaning and standardization: records with extensive missing data (> 30%) were excluded, while remaining missing values in continuous variables were imputed using the mean or median after assessing normality with the Shapiro-Wilk test. The robustness of this imputation was evaluated by comparing model performance pre- and post-imputation. Finally, all laboratory values were converted to international standard units to ensure consistency.
ML Algorithms and Model Development
To develop the prediction model, a two-step feature selection process was employed. First, Least Absolute Shrinkage and Selection Operator (LASSO) regression with 5-fold cross-validation was applied to the initial 61 variables, identifying 24 non-zero coefficients as potentially significant predictors. These 24 variables were subsequently subjected to a multivariate logistic regression analysis, which further refined the feature set to 8 statistically significant indicators. These final 8 features were used as inputs for the following six machine learning algorithms: backpropagation neural network (BPNN), decision tree (DT), logistic regression (LR), random forest (RF), support vector machine (SVM), and XGBoost. The dataset was randomly partitioned into a training set (70%) for model construction and a validation set (30%) for performance evaluation. The models were trained on the training set, and their predictive performance was assessed on the validation set. Furthermore, 5-fold cross-validation was implemented during the training phase of each algorithm to optimize hyperparameters and ensure model robustness.
Statistical Analysis
Data management and statistical analyses were performed using Excel 2024 and SPSS software (version 23.0). Continuous variables were assessed for normality using the Shapiro–Wilk test. Normally distributed data are presented as mean ± standard deviation and were compared between groups using the independent samples t-test. Non-normally distributed data are expressed as median (interquartile range, IQR) and were compared using the Mann–Whitney U test. Categorical variables are summarized as frequencies (percentages) and were compared using Pearson’s chi-square test or Fisher’s exact test, as appropriate. The predictive performance of the developed models was evaluated by the area under the receiver operating characteristic curve (AUC). The clinical utility of the optimal model was assessed using decision curve analysis (DCA). A two-sided p-value of less than 0.05 was considered statistically significant.
Results
Study Population and Baseline Characteristics
A total of 664 patients with AMI were included in the final analysis. Based on the occurrence of in-hospital HF, 421 patients (63.4%) were classified into the HF group and 223 (33.6%) into the non-HF group. The baseline characteristics of the two groups are summarized in Table 1. Significant differences were observed in age, MI type (coded as 1 for STEMI and 2 for NSTEMI), history of diabetes, and sex between the two groups. Consequently, these variables were included as candidate features for subsequent model development. In contrast, no significant differences were found in the prevalence of hypertension or history of alcohol consumption between the groups.
Table 1
Demographic characteristics of the participants.
Variable
 
Group
Z/χ²
p
NHF
HF
  
Age
 
61.0(52.5, 70.0)
71.0(61.0, 79.0)
-7.9692
<0.001
MI
STEMI
116(18.0%)
264(41.0%)
6.887
0.09
NSTEMI
107(16.6%)
157(24.4%)
Hypertension
NO
107(16.6%)
180(28.0%)
1.612
0.212
YES
116(18.0%)
241(37.4%)
Diabetes
NO
152(23.6%)
249(38.7%)
5.044
0.026
YES
71(11.0%)
172(26.7%)
Sex
Male
183(28.4%)
293(45.5%)
11.75
0.001
Female
40(6.2%)
128(19.9%)
Smoke
NO
108(16.8%)
243(37.7%)
5.073
0.025
YES
115(17.9%)
178(27.6%)
Alcohol
NO
176(27.3%)
344(53.4%)
0.728
0.402
YES
47(7.3%)
77(12.0%)
NHF: non-Heart failure group; HF: Heart failure group;MI: type of AMI.
Model Construction and Feature Selection
A total of 61 variables were initially extracted from patient baseline characteristics, initial laboratory tests, and echocardiographic examinations as potential predictors for model development. Missing quantitative data were imputed using the median value of each variable. Feature selection was performed in two stages: first, LASSO regression with 5-fold cross-validation was applied, which reduced the feature set to 24 non-redundant variables (Figs. 1 and 2). These variables included type of myocardial infarction (MI), diabetes, sex, age, diastolic blood pressure (DBP), neutrophil count (NEUT), albumin (ALB), globulin (GLB), aspartate aminotransferase (AST), alkaline phosphatase (ALP), blood urea nitrogen (BUN), serum creatinine (Scr), glucose (GLU), high-density lipoprotein cholesterol (HDLC), lipoprotein(a) (Lpa), residual cholesterol (RC), high-sensitivity C-reactive protein (hsCRP), prothrombin time (PT), high-sensitivity cardiac troponin I (hscTnI), creatine kinase-MB (CKMB), left atrial anterior–posterior diameter (LAAPD), left ventricular anterior–posterior diameter (LVAPD), left ventricular posterior wall thickness (LVPW), and right ventricular anterior–posterior diameter (RVAPD). Subsequently, logistic regression was used to further refine the predictor set, identifying the eight most clinically meaningful features: MI type, age, ALB, AST, BUN, GLU, PT, hsCRP, and LVAPD, which were used to construct the final prediction model for post-infarction heart failure (Fig. 3).
Fig. 1
Coefficient path diagram of LASSO regression model.
Click here to Correct
Fig. 2
LASSO regression cross-validation plot.
Click here to Correct
Fig. 3
Forest plots of 8 variable effects after logstic regression screening.
Click here to Correct
Model Selection and Validation
The cohort of 664 AMI patients was randomly divided into a training set (70%) and a validation set (30%). Six machine learning algorithms—BPNN, DT, LR, RF, SVM, and XGBoost—were trained and evaluated using these datasets. The sensitivity, specificity, and AUC values for both the training and validation sets are summarized in Table 2a, 2b and illustrated in Figs. 4a and 4b.
Table 2
a: Diagnostic efficacy of Six classifiers(Train set)
Model
SPE
SEN
ACC
PR
Recall
F1
AUC
BPNN
0.503
0.913
0.765
0.765
0.913
0.832
0.830
DT
0.795
0.878
0.849
0.885
0.878
0.881
0.886
Logistic
0.609
0.854
0.766
0.791
0.854
0.821
0.846
RF
1.000
1.000
1.000
1.000
1.000
1.000
1.000
SVM
0.826
0.948
0.904
0.907
0.948
0.927
0.868
XGBoost
0.702
0.896
0.826
0.843
0.896
0.869
0.879
Table 2
b: Diagnostic efficacy of Six classifiers(Test set)
Model
SPE
SEN
ACC
PR
Recall
F1
AUC
BPNN
0.450
0.910
0.767
0.786
0.910
0.843
0.794
DT
0.565
0.759
0.697
0.789
0.759
0.774
0.720
Logistic
0.710
0.767
0.749
0.850
0.767
0.806
0.795
RF
0.629
0.707
0.682
0.803
0.707
0.752
0.786
SVM
0.565
0.865
0.769
0.810
0.865
0.837
0.776
XGBoost
0.677
0.820
0.774
0.845
0.820
0.832
0.818
SPE = True Negative/( True Negative + False Positive); SEN = True Positive /( True Positive + False Negative); ACC = (True Positive + True Negative)/( Positive + Negative); PR = True Positive/( True Positive + False Positive); Recall = True Positive /( True Positive + False Negative); F1 = 2*Precision*Recal / (Precision + Recal)
Click here to Correct
Figure 4a: ROC curve of the training set.
Fig. 4b
ROC curve of the testing set.
Click here to Correct
Based on a comprehensive assessment of sensitivity, specificity, and AUC—while also accounting for potential overfitting or underfitting—the XGBoost model was identified as the best-performing predictor. Feature importance analysis within the XGBoost model revealed the following predictors in descending order of contribution: hs-CRP, age, AST, LVAPD, BUN, albumin, glucose, and MI type (Fig. 5). DCA further demonstrated that the XGBoost model provided substantial net clinical benefit across both the training and validation sets (Fig. 6).
Fig. 5
Feature importance ranking of the 8 features in the XGBoost.
Click here to Correct
Fig. 6
The DCA curve of the XGBoost.
Click here to Correct
Discussion
The growing global burden of AMI is closely linked to contemporary shifts in lifestyle and increasing exposure to psychosocial stressors, contributing to its rising incidence. As a leading cause of HF, AMI imposes a substantial economic and healthcare burden worldwide. This challenge is further compounded by population aging, which has been widely recognized as an independent risk factor for HF. Epidemiological studies indicate that adults over 60 years of age face a markedly elevated risk of developing HF compared to younger individuals [13], and aging is strongly associated with the pathogenesis and progression of the disease [14]. In our study, the mean age of both the HF and non-HF groups exceeded 60 years, with patients in the HF group being significantly older. Those affected by HF frequently experience recurrent hospitalizations, long-term pharmacotherapy, and severely impaired functional capacity, leading to considerable loss of productivity and diminished quality of life. These factors underscore the critical importance of early prediction of HF following AMI [15, 16].
The widespread adoption of electronic medical record (EMR) systems in healthcare institutions has generated vast repositories of clinical data, which—while requiring rigorous information security measures—provide a valuable foundation for applying ML in clinical research. Conventional statistical methods often face limitations in handling high-dimensional and complex multimodal health data, which can restrict the predictive performance of resulting models. In contrast, ML techniques offer a powerful alternative by leveraging computational algorithms to automatically learn patterns from data without relying solely on pre-specified hypotheses.
ML models are trained by establishing mappings between input features and output labels, enabling the prediction of outcomes through classification or regression mechanisms [17]. These methods can capture both linear and non-linear relationships, but their performance heavily depends on appropriate feature selection and model design. Consequently, model development is an iterative, empirically driven process that involves continuous adjustment of algorithms and hyperparameters based on performance feedback [18].
Current diagnosis of heart failure relies on comprehensive assessment of patient symptoms, physical signs, laboratory tests, imaging findings, and medical history. In this study, we developed and validated an XGBoost-based machine learning model using routinely collected clinical data—including baseline characteristics, laboratory results, and echocardiographic parameters—to predict early-onset heart failure following AMI.
Feature importance analysis revealed that hsCRP was the most influential predictor in our model, with significantly higher levels observed in the HF group compared to the non-HF group. As a sensitive inflammatory marker, hsCRP reflects underlying chronic inflammation, which contributes to atherosclerotic plaque vulnerability and progression of coronary artery disease. Elevated hsCRP levels have been documented in patients with non-ST-segment elevation acute coronary syndrome (NSTEMI-ACS) and have shown predictive value for new-onset HF [19]. Similarly, elevated hsCRP in stable ACS patients has been associated with a two-fold increased risk of new or worsening HF within two years [20].
AST and ALB were also identified as significant predictors in our model. Elevated AST following AMI may result from oxidative stress, cardiomyocyte necrosis, or ischemia-reperfusion injury, although direct evidence linking AST to HF progression remains limited [21, 22]. Thus, AST may serve as an auxiliary predictive marker in this context. Hypoalbuminemia, frequently observed in HF patients (affecting up to 40% in some cohorts [23]), is associated with higher NYHA functional class, reduced renal function, and increased comorbidity burden [24]. Higher serum albumin levels have been correlated with improved outcomes in HF with preserved ejection fraction (HFpEF) [25], supporting ALB’s relevance as a prognostic indicator.
LVAPD also contributed to model performance. Following AMI, compensatory ventricular dilation may initially maintain stroke volume but can progress to adverse remodeling and functional deterioration. Previous studies have linked LVAPD to adverse outcomes in both HFpEF and HF with reduced ejection fraction (HFrEF) [26, 27], consistent with our findings.
BUN emerged as another relevant predictor. In HF, reduced cardiac output activates neurohormonal systems such as the sympathetic nervous system and renin–angiotensin–aldosterone system, promoting renal sodium retention and elevated BUN. These pathways are associated with worse cardiac function and prognosis [28, 29], and BUN has been consistently linked to HF outcomes [30, 31].
Diabetes and elevated admission blood glucose are well-established risk factors for HF, with diabetic patients facing a two-fold increase in HF risk in men and up to five-fold in women after age adjustment [3235]. Hyperglycemia at admission may reflect impaired myocardial energy metabolism and oxidative stress, further aggravating cardiac injury [3638] and contributing to HF onset [39].
Finally, MI type (STEMI vs. NSTEMI) was incorporated into the model. STEMI, typically resulting from transmural ischemia, often leads to more extensive myocardial damage and higher HF incidence compared to NSTEMI [40]. Although MI type had the lowest feature importance in our model, it still provided complementary predictive value, consistent with prior studies [41].
Strengths and Limitations
This study possesses several notable strengths. First, the use of initial patient data obtained upon admission enabled the early identification of key predictors, creating a valuable time window for preventive strategies against post-infarction heart failure. Through a rigorous two-step feature selection process—incorporating LASSO regression followed by logistic regression—we distilled 8 clinically meaningful predictors from an initial set of 61 variables, achieving an optimal balance between model performance and simplicity. Furthermore, the model relies exclusively on routinely collected electronic medical record data, requiring no additional costs or specialized examinations, which enhances its potential for real-world implementation. Finally, by systematically comparing six machine learning algorithms and selecting XGBoost based on its AUC performance, robustness against overfitting and underfitting, and net clinical benefit, this study offers a reliable prediction tool.
Several limitations should also be acknowledged. As a single-center retrospective analysis, the findings may reflect local patient characteristics and clinical practices, and missing data, though handled, may introduce bias. Future multicenter prospective studies are needed to validate and generalize the results. The relatively limited sample size may also constrain the model’s predictive power; expanding the cohort in subsequent research could improve accuracy and stability. In addition, this study incorporated basic demographic, laboratory, and echocardiographic variables but did not include electrocardiographic, coronary CTA, or angiographic data. Integrating these parameters in future models could further enhance predictive comprehensiveness.
Conclusion
In this study, we developed and compared six machine learning models for predicting in-hospital heart failure following acute myocardial infarction. The XGBoost algorithm demonstrated superior performance, forming the basis of a final prediction model that incorporates eight key clinical features: hs-CRP, age, AST, LVAPD, BUN, albumin, glucose, and MI type. This model exhibits strong predictive capability and clinical utility, offering a reliable, data-driven tool for early risk stratification that may support clinical decision-making and improve patient management.
Abbreviations
AI
artificial intelligence
ALB
albumin
ALP
alkaline phosphatase
AMI
acute myocardial infarction
AST
aspartate aminotransferase
AUC
an area under the ROC curve
BPNN
backpropagation neural network
BUN
blood urea nitrogen
CKMB
creatine kinase-MB
DBP
diastolic blood pressure
DCA
ecision curve analysis
DT
decision tree
EMR
electronic medical record
GLB
globulin
GLU
glucose
HDLC
high-density lipoprotein cholesterol
HF
heart failure
HFpEF
heart failure with preserved ejection fraction
HFrEF
heart failure with reduced ejection fraction
hsCRP
high-sensitivity C reactive protein
hscTnI
high-sensitivity cardiac troponin I
IHD
Ischemic heart disease
LAAPD
left atrial anterior–posterior diameter
LASSO Regression
Least Absolute Shrinkage and Selection Operator regression
Lpa
lipoprotein
LR
logistic regression
LVAPD
left ventricular anterior–posterior diameter
LVPW
left ventricular posterior wall thickness
ML
type of AMI
NEUT
neutrophil count
NSTEMI
non-ST-segment elevation MI
NSTEMI-ACS
non-ST-segment elevation acute coronary syndrome
PT
prothrombin time
RC
residual cholesterol
RF
random forest
ROC
receiver operating characteristic
RVAPD
right ventricular anterior–posterior diameter
Scr
serum creatinine
STEMI
ST-segment elevation MI
SVM
support vector machine
XGBoost
extreme gradient boosting
Acknowledgements
None.
A
Author Contribution
S. L. conceptualized and designed the study. X.C. and Y.H. collected the data. S.L., X.C. and J.J. performed the analyses and produced the results. S.L., X.C. and Y.H. analysed the results and wrote the manuscript. C.Q. and J.H. provided funding and reviewed the manuscript.
A
Funding
None.
A
Data Availability
The datasets used and analysed during the current study available from the corresponding author on reasonable request.
Declarations
Ethics approval and consent to participate
A
A statement to confirm that all methods were carried out in accordance with relevant guidelines and regulations. The study protocol was approved by the Ethics Committee of the Second Affiliated Hospital of Xuzhou Medical University (Approval No. 2024071501), which waived the requirement for informed consent due to the retrospective nature of the analysis.
Consent for publication
Not applicable.
Competing interests
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.
References
1.
Savarese G, Becher PM, Lund LH, et al. Global burden of heart failure: a comprehensive and updated review of epidemiology. Cardiovasc Res. 2023;118(17):3272–87. 10.1093/cvr/cvac013.
2.
Khan MS, Shahid I, Bennis A, et al. Global epidemiology of heart failure. Nat Rev Cardiol. 2024;21(10):717–34. 10.1038/s41569-024-01046-6.
3.
Hessel FP. Overview of the socio-economic consequences of heart failure. Cardiovasc Diagn Ther. 2021;11(1):254–62. 10.21037/cdt-20-291.
4.
Ong SC, Low JZ, Yew WY, et al. Cost analysis of chronic heart failure management in Malaysia: A multi-centred retrospective study. Front Cardiovasc Med. 2022;9:971592. 10.3389/fcvm.2022.971592.
5.
Mohammad MA, Olesen KKW, Koul S, et al. Development and validation of an artif-icial neural network algorithm to predict mortality and admission to hospital for heart failure after myocardial infarction: a nationwide population-based study. Lancet Digit Health. 2022;4(1):e37–45. 10.1016/S2589-7500(21)00228-4.
6.
Li F, Wang Y, Xu T, et al. Deep learning-based automated detection for diabetic reti-nopathy and diabetic macular oedema in retinal fundus photographs. Eye (Lond). 2022;36(7):1433–41. 10.1038/s41433-021-01552-8.
7.
Ski CF, Thompson DR, Brunner-La Rocca HP. Putting AI at the centre of heart failu-re care. ESC Heart Fail. 2020;7(5):3257–8. 10.1002/ehf2.12813.
8.
Yasmin F, Shah SMI, Naeem A, et al. Artificial intelligence in the diagnosis and det-ection of heart failure: the past, present, and future. Rev Cardiovasc Med. 2021;22(4):1095–113. 10.31083/j.rcm2204121.
9.
Tanaka M, Kohjitani H, Yamamoto E, et al. Development of interpretable machine le-arning models to predict in-hospital prognosis of acute heart failure patients. ESC He-art Fail. 2024;11(5):2798–812. 10.1002/ehf2.14834.
10.
Chulde-Fernández B, Enríquez-Ortega D, Guevara C, et al. Classification of Heart Fai-lure Using Machine Learning: A Comparative Study. Life (Basel). 2025;15(3):496. 10.3390/life15030496.
11.
Rao SV, O'Donoghue ML, Ruel M, et al. 2025 ACC/AHA/ACEP/NAEMSP/SCAI Gui-deline for the Management of Patients With Acute Coronary Syndromes: A Report of the American College of Cardiology/American Heart Association Joint Committee on Clinical Practice Guidelines. Circulation. 2025;151(13):e771–862. 10.1161/CIR.0000000000001309.
12.
Chinese Society of Cardiology, Chinese Medical Association; Chinese College of Card-iovascular Physician; Chinese Heart Failure Association of Chinese Medical Doctor Association. Editorial Board of Chinese Journal of Cardiology. [Chinese guidelines for the diagnosis and treatment of heart failure 2024]. Zhonghua xin xue guan bing za zhi. 2024;52(3):235–75. 10.3760/cma.j.cn112148-20231101-00405. Chinese.
13.
Goyal P, Maurer MS, Roh J. Aging in Heart Failure: Embracing Biology Over Chron-ology: JACC Family Series. JACC Heart Fail. 2024;12(5):795–809. 10.1016/j.jchf.2024.02.021. Epub 2024 Apr 8.
14.
Fang Z, Raza U, Song J, et al. Systemic aging fuels heart failure: Molecular mechani-sms and therapeutic avenues. ESC Heart Fail. 2025;12(2):1059–80. 10.1002/ehf2.14947. Epub 2024 Jul 22.
15.
Darvish M, Shakoor A, Feyz L, et al. Heart failure: assessment of the global econom-ic burden. Eur Heart J. 2025;46(31):3069–78. 10.1093/eurheartj/ehaf323.
16.
Roth GA, Forouzanfar MH, Moran AE, et al. Demographic and epidemiologic drivers of global cardiovascular mortality. N Engl J Med. 2015;372(14):1333–41. 10.1056/NEJMoa1406656.
17.
Itchhaporia D. Artificial intelligence in cardiology. Trends Cardiovasc Med. 2022;32(1):34–41. 10.1016/j.tcm.2020.11.007.
18.
Vandenberk B, Chew DS, Prasana D, Gupta S, Exner DV. Successes and challenges of artificial intelligence in cardiology. Front Digit Health. 2023;5:1201392. 10.3389/fdgth.2023.1201392.
19.
James SK, Armstrong P, Barnathan E, et al. Troponin and C-reactive protein have dif-ferent relations to subsequent mortality and myocardial infarction after acute coronary syndrome: a GUSTO-IV substudy. J Am Coll Cardiol. 2003;41(6):916–24. 10.1016/s0735-1097(02)02969-8.
20.
Scirica BM, Cannon CP, Sabatine MS, et al. Concentrations of C-reactive protein and B-type natriuretic peptide 30 days after acute coronary syndromes independently predict hospitalization for heart failure and cardiovascular death. Clin Chem. 2009;55(2):265–73. 10.1373/clinchem.2008.117192.
21.
Han JH, Kwak JY, Lee SS, Kim HG, Jeon H, Cha RR. Markedly Elevated Aspartate Aminotransferase from Non-Hepatic Causes. J Clin Med. 2022;12(1):310. 10.3390/jcm12010310.
22.
Myhre PL, Grupper A, Mebazaa A, et al. Changes in Liver Function Tests, Congestio-n, and Prognosis After Acute Heart Failure: The STRONG-HF Trial. JACC Adv. 2025;4(3):101607. 10.1016/j.jacadv.2025.101607.
23.
El Iskandarani M, El Kurdi B, Murtaza G, Paul TK, Refaat MM. Prognostic role of albumin level in heart failure: A systematic review and meta-analysis. Med (Baltim). 2021;100(10):e24785. 10.1097/MD.0000000000024785.
24.
Bonilla-Palomas JL, Gámez-López AL, Moreno-Conde M, et al. Hypoalbuminemia in acute heart failure patients: causes and its impact on hospital and long-term mortality. J Card Fail. 2014;20(5):350–8. 10.1016/j.cardfail.2014.01.016.
25.
Dastjerdi P, Mahalleh M, Shayesteh H, et al. Liver biomarkers as predictors of progn-osis in heart failure with preserved ejection fraction: a systematic review and meta-analysis. BMC Cardiovasc Disord. 2025;25(1):244. 10.1186/s12872-025-04647-2.
26.
Ogawa S, Nagatomo Y, Takei M, et al. Impact of Left Ventricular Chamber Size on Outcome in Heart Failure with Preserved Ejection Fraction. Int Heart J. 2022;63(1):62–72. 10.1536/ihj.21-486.
27.
Rowe SJ, Xiang R, Paratz ED, Takeuchi F, La Gerche A. Left ventricular size and heart failure: A cardiac MRI assessment of 38,129 individuals from the UK Biobank. Int J Cardiol. 2025;419:132687. 10.1016/j.ijcard.2024.132687.
28.
Rengo G, Lymperopoulos A, Zincarelli C, et al. Blockade of β-adrenoceptors restores the GRK2-mediated adrenal α(2) -adrenoceptor-catecholamine production axis in heart failure. Br J Pharmacol. 2012;166(8):2430–40. 10.1111/j.1476-5381.2012.01972.x.
29.
Bozic J, Kumric M, Ticinovic Kurir T, et al. Catestatin as a Biomarker of Cardiovas-cular Diseases: A Clinical Perspective. Biomedicines. 2021;9(12):1757. 10.3390/biomedicines9121757.
30.
Xu Z, Yue Y, Xu M, et al. The role of cut-off values for creatinine, blood urea nitr-ogen, and uric acid in prognostic assessment of chronic heart failure: a retrospective cohort study. BMC Cardiovasc Disord. 2025;25(1):209. 10.1186/s12872-025-04675-y.
31.
Duan S, Li Y, Yang P. Predictive value of blood urea nitrogen in heart failure: a sys-tematic review and meta-analysis. Front Cardiovasc Med. 2023;10:1189884. 10.3389/fcvm.2023.1189884.
32.
Nichols GA, Hillier TA, Erbey JR, Brown JB. Congestive heart failure in type 2 dia-betes: prevalence, incidence, and risk factors. Diabetes Care. 2001;24(9):1614–9. 10.2337/diacare.24.9.1614.
33.
Dei Cas A, Khan SS, Butler J, et al. Impact of diabetes on epidemiology, treatment, and outcomes of patients with heart failure. JACC Heart Fail. 2015;3(2):136–45. 10.1016/j.jchf.2014.08.004.
34.
Kannel WB, Hjortland M, Castelli WP. Role of diabetes in congestive heart failure: the Framingham study. Am J Cardiol. 1974;34(1):29–34. 10.1016/0002-9149(74)90089-7.
35.
Kannel WB, McGee DL. Diabetes and cardiovascular disease. The Framingham study. JAMA. 1979;241(19):2035–8. 10.1001/jama.241.19.2035.
36.
Montaigne D, Marechal X, Coisne A, et al. Myocardial contractile dysfunction is asso-ciated with impaired mitochondrial function and dynamics in type 2 diabetic but not in obese patients. Circulation. 2014;130(7):554–64. 10.1161/CIRCULATIONAHA.113.008476.
37.
Lowell BB, Shulman GI. Mitochondrial dysfunction and type 2 diabetes. Science. 2005;307(5708):384–7. 10.1126/science.1104343.
38.
Liesa M, Shirihai OS. Mitochondrial dynamics in the regulation of nutrient utilization and energy expenditure. Cell Metab. 2013;17(4):491–506. 10.1016/j.cmet.2013.03.002.
39.
Ritsinger V, Hagström E, Lagerqvist B, Norhammar A. Admission Glucose Levels an-d Associated Risk for Heart Failure After Myocardial Infarction in Patients Without Diabetes. J Am Heart Assoc. 2021;10(22):e022667. 10.1161/JAHA.121.022667.
40.
Butler J, Hammonds K, Talha KM, et al. Incident heart failure and recurrent coronar-y events following acute myocardial infarction. Eur Heart J. 2025;46(16):1540–50. 10.1093/eurheartj/ehae885.
41.
Li X, Shang C, Xu C, Wang Y, Xu J, Zhou Q. Development and comparison of ma-chine learning-based models for predicting heart failure after acute myocardial infarction. BMC Med Inf Decis Mak. 2023;23(1):165. 10.1186/s12911-023-02240-1.
Total words in MS: 3256
Total words in Title: 18
Total words in Abstract: 257
Total Keyword count: 4
Total Images in MS: 7
Total Tables in MS: 3
Total Reference count: 41