Cheng-Mao Zhou’s research while affiliated with First Affiliated Hospital of China Medical University and other places

What is this page?


This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.

Publications (25)


Table 1 (continued)
LASSO analysis: (A)-Demographic and clinical feature selection using the LASSO binary logistic regression model; (B)- Optimal parameter (lambda) selection in the LASSO model
The nomogram for predicting POD. (The values of each variable for an individual patient are plotted along each variable axis, and a line is drawn upwards to find the points received for each variable value. Then, the sum of these numbers is located on the total points axis, and a line is drawn downwards to the axis of risk to determine the likelihood of postoperative delirium.)
The receiver operating characteristic (ROC) curve of the model for predicting postoperative delirium. A The ROC curve of the full data prediction model. B The ROC curve of the full data prediction model after internal validation
The decision curve analysis (DCA) of the nomogram for predicting postoperative delirium risk

+2

Development of a LASSO machine learning algorithm-based model for postoperative delirium prediction in hepatectomy patients
  • Article
  • Full-text available

January 2025

·

6 Reads

BMC Surgery

Yu Zhu

·

Renrui Liang

·

Ying Wang

·

[...]

·

Cheng-Mao Zhou

Objective The objective of this study was to develop and validate a clinically applicable nomogram for predicting the risk of delirium following hepatectomy. Methods We applied the LASSO regression model to identify the independent risk factors associated with POD. Subsequently, we utilized R software to develop and validate a nomogram model capable of accurately predicting the incidence of POD. Results The final variables selected by the LASSO method were: Ramelteon, Age, Sex, Alcohol, Viral status, Cardiovascular disease, ASA class, Total bilirubin, Prothrombin time, Laparoscopic approach, and Blood transfusion. The performance of the nomogram was measured using ROC curve analysis, with an AUC of 0.854 (95% CI: 0.794–0.914) for the model. At the optimal cutoff value, the model demonstrated a sensitivity of 91.9% and a specificity of 68.8%. Model validation was performed using internal bootstrap validation to further verify the regression analysis. The ROC curve was generated by repeating the bootstrapping process 500 times, resulting in an AUC of 0.848 (95% CI: 0.786–0.904) for the model. The DCA curve representing the net benefit demonstrated the strong clinical validity of the model in predicting postoperative delirium. Conclusion Our results demonstrated that LASSO-based regression effectively constructed a nomogram model for predicting post-hepatectomy delirium.

Download

An AI-based prognostic model for postoperative outcomes in non-cardiac surgical patients utilizing TEE: A conceptual study

August 2024

·

12 Reads

Objective The primary objective of this study was to assess the potential of artificial intelligence techniques, in conjunction with transthoracic echocardiography (TEE) examinations, to forecast postoperative mortality outcomes in patients undergoing moderate-to-high-risk noncardiac surgeries. Methods This is a second retrospective analysis using the BioStudies public database. This dataset includes data from two medical centers. We partitioned the dataset utilizing a 7:3 ratio. This model seamlessly integrated diverse algorithms, encompassing both machine learning and deep learning methodologies such as logistic regression, gradient boosting decision tree, XGBoost, LightGBM, CatBoost, linear support vector classification, multilayer perceptron classifier, Gaussian Naive Bayes, Adaboost, recurrent neural network, convolutional neural network, Bayesian neural network, and probabilistic Bayesian neural network. To thoroughly evaluate the model's performance, we employed multiple metrics, including the receiver operating characteristic curve, accuracy, precision, F1 score, recall, calibration curve, and clinical decision curve. Results The present study included a total of 1453 patients. The Gbdt algorithm ranks the variable importance, and the top five important results are creatinine (Cr), creatinine exceeding twice the upper limit (Cr > 2), creatinine clearance, left ventricular end-diastolic internal diameter, and hemoglobin. Among these algorithms, only Gbdt algorithm yielded satisfactory results both in the training and test groups. In the training group, Gbdt had an area under the curve (AUC) value of 0.904, accuracy of 0.984, and precision of 1; In the testing group, Gbdt had an AUC value of 0.835, accuracy of 0.984, and precision of 0.5. However, the Gbdt algorithm demonstrated suboptimal performance in terms of recall rate and F1 score. Finally, we successfully developed an online intelligent prediction webpage that utilizes the Gbdt algorithm and TEE. Conclusions Gbdt represents an optimal approach for predicting postoperative mortality among patients undergoing non-cardiac surgery with moderate-to-high risk.


Correlation between variables.
Variable importance of features included in machine learning algorithm.
Different AI algorithms predict the PPCs in the training group. Abbreviate: Logistic Regression, Decision Tree, Random Forest, Gradient Boosting Decision Tree-Gradient Boosting, Extreme gradient boosting-XGB, light gradient boosting machine-LGBM, Linear Support Vector-LinearSVC, Multilayer Perceptron Classifier-MLPC, Gaussian naive Bayes-gnb, K-nearst neighbors-knn, AdaBoost-adab, Convolutional Neural Network-CNN, Long Short Term Memory-LSTM, Convolutional Neural Network + Recurrent Neural Networks-CNNRNN, Convolutional Neural Network + Long Short Term Memory-CNNLSTM and Pruning Bayesian neural network-PBNN.
Different AI algorithms predict the PPCs in the test group. Abbreviate: Logistic Regression, Decision Tree, Random Forest, Gradient Boosting Decision Tree-Gradient Boosting, Extreme gradient boosting-XGB, light gradient boosting machine-LGBM, Linear Support Vector-LinearSVC, Multilayer Perceptron Classifier-MLPC, Gaussian naive Bayes-gnb, K-nearst neighbors-knn, AdaBoost-adab, Convolutional Neural Network-CNN, Long Short Term Memory-LSTM, Convolutional Neural Network + Recurrent Neural Networks-CNNRNN, Convolutional Neural Network + Long Short Term Memory-CNNLSTM and Pruning Bayesian neural network-PBNN.
A predictive model for post-thoracoscopic surgery pulmonary complications based on the PBNN algorithm

March 2024

·

18 Reads

·

3 Citations

We constructed an early prediction model for postoperative pulmonary complications after thoracoscopic surgery using machine learning and deep learning algorithms. The artificial intelligence prediction models were built in Python, primarily using artificial intelligencealgorithms including both machine learning and deep learning algorithms. Correlation analysis showed that postoperative pulmonary complications were positively correlated with age and surgery duration, and negatively correlated with serum albumin. Using the light gradient boosting machine(LGBM) algorithm, weighted feature engineering revealed that single lung ventilation duration, history of smoking, surgery duration, ASA score, and blood glucose were the main factors associated with postoperative pulmonary complications. Results of artificial intelligence algorithms for predicting pulmonary complications after thoracoscopy in the test group: In terms of accuracy, the two best algorithms were Logistic Regression (0.831) and light gradient boosting machine(0.827); in terms of precision, the two best algorithms were Gradient Boosting (0.75) and light gradient boosting machine (0.742); in terms of recall, the three best algorithms were gaussian naive bayes (0.581), Logistic Regression (0.532), and pruning Bayesian neural network (0.516); in terms of F1 score, the two best algorithms were LogisticRegression (0.589) and pruning Bayesian neural network (0.566); and in terms of Area Under Curve(AUC), the two best algorithms were light gradient boosting machine(0.873) and pruning Bayesian neural network (0.869). The results of this study suggest that pruning Bayesian neural network (PBNN) can be used to assess the possibility of pulmonary complications after thoracoscopy, and to identify high-risk groups prior to surgery.


Fig. 1. Correlation between various clinical variables.
Fig. 2. Weight analysis of each variable accounting for POI.
Fig. 3. AUC values for the ten artificial intelligence algorithms in the training group. Notes: Logistic Regression, Decision Tree, Gradient Boosting, Linear SVC (Linear Support Vector Classification), XGB (Extreme gradient boosting),Neural Decision Tree,knn (K-nearest neighbors), adab (AdaBoost), LSTM (Long Short -Term Memory), CNNLSTM (Convolutional Neural Network + Long Short -Term Memory).
Artificial intelligence algorithm results for POI prediction by the training group.
Results of artificial intelligence algorithm for POI prediction, by test group.
Artificial intelligence algorithms for predicting post-operative ileus after laparoscopic surgery

March 2024

·

29 Reads

·

8 Citations

Heliyon

Objective By constructing a predictive model using machine learning and deep learning technologies, we aim to understand the risk factors for postoperative intestinal obstruction in laparoscopic colorectal cancer patients, and establish an effective artificial intelligence-based predictive model to guide individualized prevention and treatment, thus improving patient outcomes. Methods We constructed a model of the artificial intelligence algorithm in Python. Subjects were randomly assigned to either a training set for variable identification and model construction, or a test set for testing model performance, at a ratio of 7:3. The model was trained with ten algorithms. We used the AUC values of the ROC curves, as well as accuracy, precision, recall rate and F1 scores. Results The results of feature engineering composited with the GBDT algorithm showed that opioid use, anesthesia duration, and body weight were the top three factors in the development of POI. We used ten machine learning and deep learning algorithms to validate the model, and the results were as follows: the three algorithms with best accuracy were XGB (0.807), Decision Tree (0.807) and Neural DecisionTree (0.807); the two algorithms with best precision were XGB (0.500) and Decision Tree (0.500); the two algorithms with best recall rate were adab (0.243) and Decision Tree (0.135); the two algorithms with highest F1 score were adab (0.290) and Decision Tree (0.213); and the three algorithms with best AUC were Gradient Boosting (0.678), XGB (0.638) and LinearSVC (0.633). Conclusion This study shows that XGB and Decision Tree are the two best algorithms for predicting the risk of developing ileus after laparoscopic colon cancer surgery. It provides new insight and approaches to the field of postoperative intestinal obstruction in colorectal cancer through the application of machine learning techniques, thereby improving our understanding of the disease and offering strong support for clinical decision-making.


Correlation between clinical characteristic data
Ranking results of feature weights of average algorithm
Artificial intelligence algorithm results of training group
Artificial intelligence algorithm results of testing group
Predicting early postoperative PONV using multiple machine-learning- and deep-learning-algorithms

May 2023

·

52 Reads

·

19 Citations

Objective PONV reduces patient satisfaction and increases hospital costs as patients remain in the hospital for longer durations. In this study, we build a preliminary artificial intelligence algorithm model to predict early PONV in patients. Methods We use R for statistical analysis and Python for the machine learning prediction model. Results Average characteristic engineering results showed that haloperidol, sex, age, history of smoking, and history of PONV were the first 5 contributing factors in the occurrence of early PONV. Test group results for artificial intelligence prediction of early PONV: in terms of accuracy, the four best algorithms were CNNRNN (0.872), Decision Tree (0.868), SVC (0.866) and adab (0.865); in terms of precision, the three best algorithms were CNNRNN (1.000), adab (0.400) and adab (0.868); in terms of AUC, the top three algorithms were Logistic Regression (0.732), SVC (0.731) and adab (0.722). Finally, we built a website to predict early PONV online using the Streamlit app on the following website: (https://zhouchengmao-streamlit-app-lsvc-ad-st-app-lsvc-adab-ponv-m9ynsb.streamlit.app/). Conclusion Artificial intelligence algorithms can predict early PONV, whereas logistic regression, SVC and adab were the top three artificial intelligence algorithms in overall performance. Haloperidol, sex, age, smoking history, and PONV history were the first 5 contributing factors associated with early PONV.


Fig. 1. Study flow chart. MMSE: Mini-Mental State Examination.
Fig. 2. Nonlinear association of duration of MAP ≤65 mmHg with risk of POD adjusted for with for age, sex, BMI, drinking, hypotension, stroke, chronic lung disease, MMSE, Charlson comorbidity index, anesthesia time, blood loss, and blood transfusion.
A long duration of intraoperative hypotension is associated with postoperative delirium occurrence following thoracic and orthopedic surgery in elderly

April 2023

·

42 Reads

·

26 Citations

Journal of Clinical Anesthesia

Background: Postoperative delirium (POD) is a common surgical complication associated with increased morbidity and mortality in elderly. Although the underlying mechanisms remain elusive, perioperative risk factors were reported to be closely related to its development. This study was designed to investigate the association between the duration of intraoperative hypotension and POD incidence following thoracic and orthopedic surgery in elderly. Method: The perioperative data from 605 elderly undergoing thoracic and orthopedic surgery from January 2021 to July 2022 were analyzed. The primary exposure was a cumulative duration of mean arterial pressure (MAP) ≤ 65 mmHg. The primary end-point was the POD incidence assessed with confusion assessment method (CAM) or CAM-ICU for three days after surgery. Restricted cubic spline (RCS) was conducted to examine the continuous relationship between the duration of intraoperative hypotension and POD incidence adjusted with patients' demographics and surgery related factors. Then the duration of intraoperative hypotension was categorized into three groups: no hypotension, short (< 5 mins) or long duration (≥ 5 mins) of hypotension for further analysis. Result: The incidence of POD was 14.7% (89 cases out of 605) within three days after surgery. The duration of hypotension presented a non-linear and "inverted L-shaped" effect on POD development. Compared to no hypotension, long duration (adjusted OR 3.93; 95% CI: 2.07-7.45; P < 0.001) rather than short duration of MAP ≤65 mmHg (adjusted OR 1.18; 95% CI: 0.56-2.50; P = 0.671) was closely related to the POD incidence. Conclusion: Intraoperative hypotension (MAP ≤65 mmHg) for ≥5 mins was associated with an increased incidence of POD after thoracic and orthopedic surgery in elderly.


Differentiation of Bone Metastasis in Elderly Patients With Lung Adenocarcinoma Using Multiple Machine Learning Algorithms

April 2023

·

40 Reads

·

6 Citations

Objective: We tested the performance of general machine learning and joint machine learning algorithms in the classification of bone metastasis, in patients with lung adenocarcinoma. Methods: We used R version 3.5.3 for statistical analysis of the general information, and Python to construct machine learning models. Results: We first used the average classifiers of the 4 machine learning algorithms to rank the features and the results showed that race, sex, whether they had surgery and marriage were the first 4 factors affecting bone metastasis. Machine learning results in the training group: for area under the curve (AUC), except for RF and LR, the AUC values of all machine learning classifiers were greater than .8, but the joint algorithm did not improve the AUC for any single machine learning algorithm. Among the results related to accuracy and precision, the accuracy of other machine learning classifiers except the RF algorithm was higher than 70%, and only the precision of the LGBM algorithm was higher than 70%. Machine learning results in the test group: Similarly, for areas under the curve (AUC), except RF and LR, the AUC values for all machine learning classifiers were greater than .8, but the joint algorithm did not improve the AUC value for any single machine learning algorithm. For accuracy, except for the RF algorithm, the accuracy of other machine learning classifiers was higher than 70%. The highest precision for the LGBM algorithm was .675. Conclusion: The results of this concept verification study show that machine learning algorithm classifiers can distinguish the bone metastasis of patients with lung cancer. This will provide a new research idea for the future use of non-invasive technology to identify bone metastasis in lungcancer. However, more prospective multicenter cohort studies are needed.


Correlation between variables
Variable importance of features included in the machine learning algorithm for predicting postoperative death outcomes for gastric cancer
Note: GBM: LightGBM
Machine learning algorithms predict gastric cancer postoperative death outcomes in the training group
Machine learning algorithms predict gastric cancer postoperative death outcomes in the test group
Predicting postoperative gastric cancer prognosis based on inflammatory factors and machine learning technology

March 2023

·

51 Reads

·

17 Citations

BMC Medical Informatics and Decision Making

Objective There is a strong association between gastric cancer and inflammatory factors. Many studies have shown that machine learning can predict cancer patients’ prognosis. However, there has been no study on predicting gastric cancer death based on machine learning using related inflammatory factor variables. Methods Six machine learning algorithms are applied to predict total gastric cancer death after surgery. Results The Gradient Boosting Machine (GBM) algorithm factors accounting for the prognosis weight outcome show that the three most important factors are neutrophil-lymphocyte ratio (NLR), platelet lymphocyte ratio (PLR) and age. The total postoperative death model showed that among patients with gastric cancer from the predictive test group: The highest accuracy was LR (0.759), followed by the GBM algorithm (0.733). For the six algorithms, the AUC values, from high to low, were LR, GBM, GBDT, forest, Tr and Xgbc. Among the six algorithms, Logistic had the highest precision (precision = 0.736), followed by the GBM algorithm (precision = 0.660). Among the six algorithms, GBM had the highest recall rate (recall = 0.667). Conclusion Postoperative mortality from gastric cancer can be predicted based on machine learning.



Correlation between individual variables and DIT. GOITER.CIRC-neck circumference (cm); PAT-Malignancy at HP; AP.MOUTH-Mouth opening <4 cm; MALLAMP-Mallampati score ≥III; NECK.MOV-Neck movement ≤90°; PROGNAT-Inability to prognath; PAST.DI-Past difficult intubation; GOITER.MED-Mediastinal goiter; TRACH.DEV.RX-Tracheal deviation at CXR; TMD-TMD ≤6.5; NC.TMD-NC/TMD ≥5; EL.GANZURI-el-Ganzouri score ≥4.
Weight analysis of individual variables in DIT (the mean machine learning algorithm).
The artificial intelligence algorithm predicts the AUC value of DIT in the test group. Logistic Regression, Random Forest, Gradient Boosting, extreme gradient boosting-XGB, light gradient boosting machine-LGBM, Multilayer Perceptron Classifier-MLPC, Gaussian naive Bayes-gnb, Convolutional Neural Network-CNN, Long Short-Term Memory- LSTM and CNNLSTM.
Predicting difficult airway intubation in thyroid surgery using multiple machine learning and deep learning algorithms

August 2022

·

90 Reads

·

21 Citations

Background In this paper, we examine whether machine learning and deep learning can be used to predict difficult airway intubation in patients undergoing thyroid surgery. Methods We used 10 machine learning and deep learning algorithms to establish a corresponding model through a training group, and then verify the results in a test group. We used R for the statistical analysis and constructed the machine learning prediction model in Python. Results The top 5 weighting factors for difficult airways identified by the average algorithm in machine learning were age, sex, weight, height, and BMI. In the training group, the AUC values and accuracy and the Gradient Boosting precision were 0.932, 0.929, and 100%, respectively. As for the modeled effects of predicting difficult airways in test groups, among the models constructed by the 10 algorithms, the three algorithms with the highest AUC values were Gradient Boosting, CNN, and LGBM, with values of 0.848, 0.836, and 0.812, respectively; In addition, among the algorithms, Gradient Boosting had the highest accuracy with a value of 0.913; Additionally, among the algorithms, the Gradient Boosting algorithm had the highest precision with a value of 100%. Conclusion According to our results, Gradient Boosting performed best overall, with an AUC >0.8, an accuracy >90%, and a precision of 100%. Besides, the top 5 weighting factors identified by the average algorithm in machine learning for difficult airways were age, sex, weight, height, and BMI.


Citations (21)


... Furthermore, external validation of the ARISCAT score in a trial based on a large European data registry showed varying performances across different geographic populations, raising concerns about its applicability to a Chinese population without specific validation [13]. Other predictive models have not been routinely adopted in thoracic surgery, primarily due to inconsistent outcome definitions, limited external validation, absence of one-lung ventilation (OLV)-related factors, and challenges in integrating stratified care into clinical practice [11,[14][15][16][17][18][19]. Additionally, a 2022 systematic review and external validation study revealed that few existing models had undergone external validation, and none showed acceptable performance. ...

Reference:

Development and validation of a nomogram for predicting postoperative pulmonary complications in older patients undergoing noncardiac thoracic surgery: a prospective, bicentric cohort study
A predictive model for post-thoracoscopic surgery pulmonary complications based on the PBNN algorithm

... It enables them to estimate the probability of specific clinical outcomes based on a combination of baseline characteristics and potential risk factors. By employing predictive models, clinicians can quantify and integrate these risks into their decision-making process for individualized treatment or when considering intervention strategies to avert adverse outcomes [18,19]. ...

Artificial intelligence algorithms for predicting post-operative ileus after laparoscopic surgery

Heliyon

... First, GWAS cohorts are urgently needed to map genetic variants (e.g., 5-HT3R SNPs) linked to PONV susceptibility and drug resistance [42]. Second, AI models that integrate real-time EEG entropy and surgical stress biomarkers could enable dynamic risk prediction [43]. ...

Predicting early postoperative PONV using multiple machine-learning- and deep-learning-algorithms

... Post-induction hypotension (PIH) is a common yet perilous adverse effect, posing an increased risk of surgical complications, including myocardial injury, acute kidney injury, delirium, stroke, prolonged hospital stay, and jeopardizing the patient's life [1][2][3][4]. After induction of anesthesia, anesthesiologists are occupied with tasks such as tracheal intubation, adjusting anesthetic drug dosage, fine-tuning ventilator settings, and documenting medical records, which could potentially lead to the oversight of PIH. ...

A long duration of intraoperative hypotension is associated with postoperative delirium occurrence following thoracic and orthopedic surgery in elderly

Journal of Clinical Anesthesia

... More studies are required in order to explore the various kinds of ICIs, their cycles of use, and the choice of LCBM. It is worth proposing that with the development of precision medicine and artificial intelligence, the development of individualized columnline diagrams for BM risk stratification(52)(53)(54) and multiple machine learning algorithms provide new research ideas in identifying and predicting the occurrence of bone metastasis and the final clinical outcome of lung cancer(55)(56)(57)(58)(59). ...

Differentiation of Bone Metastasis in Elderly Patients With Lung Adenocarcinoma Using Multiple Machine Learning Algorithms

... Few numbers of studies have been conducted on the development of AI-based models in the field of GC prognosis. Some studies have utilized deep learning algorithms for image analysis [36][37][38], whereas others have used numerical algorithms [9,10,[12][13][14][15][16][17][39][40][41], most of them have used SVM and ANN algorithms for model development and reported accuracies ranging from 0.79 to 0.94. Some of the studies included demographic (age, sex) and clinicopathological (tumor size, pathological grade, TNM staging) features and two biomarkers (CEA, CA199) as predictors. ...

Predicting postoperative gastric cancer prognosis based on inflammatory factors and machine learning technology

BMC Medical Informatics and Decision Making

... Еще одним подтверждением эффективности алгоритма Xgbc стало описательное исследование Cheng-Mao Zhou et al. (2022), посвященное прогнозированию сложной интубации трахеи при операциях на щитовидной железе с помощью 10 алгоритмов машинного и глубокого обучения. Xgbc показал наилучшие результаты в целом с AUC > 0,8, точностью > 90% и достоверностью 100 % [27]. ...

Predicting difficult airway intubation in thyroid surgery using multiple machine learning and deep learning algorithms

... 65 Similarly, the use of epidural analgesia reduced CPSP up to 1 year after surgery, 66 and intraoperative infusion with lidocaine was associated with a lower incidence of CPSP at 3 months after surgery. 69 In contrast, other interventions, such as quadratus lumborum block, 67 transversus abdominus plane block 68 and nitrous oxide 40 did not result in a significant reduction in CPSP more than 6 months after surgery. Notably, one large RCT study found an increased risk of CPSP when using intraoperative dexamethasone compared to placebo. ...

Quadratus Lumborum Block Spares Postoperative Opioid Usage but Does Not appear to Prevent the Development of Chronic Pain After Gastrointestinal Surgery
  • Citing Article
  • December 2021

Pain Physician

... In recent years, the application of machine learning in cancer pain prediction and management has gained significant traction. [17][18][19] These advanced techniques aim to improve the accuracy of pain assessments, deliver personalized treatment recommendations, and enhance patient outcomes. A recent meta-analysis evaluated 44 studies published between 2006 and 2023, focusing on pain classification following cancer treatment, cancer pain research, and cancer pain management. ...

Predicting chronic pain in postoperative breast cancer patients with multiple machine learning and deep learning models
  • Citing Article
  • November 2021

Journal of Clinical Anesthesia

... Demographic analysis revealed an 8-year age difference between patients with PPCs and those without complications. Age has been established as a key predictor of PPC risk, serving as a critical component in postoperative assessment protocols [12,13]. Age-related physiological decline in respiratory function, including diminished respiratory control and muscle strength, has been directly linked to increased PPC susceptibility [14,15]. ...

Developing Machine Learning Algorithms to Predict Pulmonary Complications After Emergency Gastrointestinal Surgery