Artificial Intelligence and Machine Learning for Risk Prediction in Surgery

Article Information

Shamsul Masum1, Adrian Hopgood2*, Jim Khan3,4

1School of Energy and Electronic Engineering, Faculty of Technology, University of Portsmouth, Portsmouth PO1 3DJ, UK

2Faculty of Technology, University of Portsmouth, Portsmouth PO1 3AH, UK

3Colorectal Department, Portsmouth Hospitals University NHS Trust, Portsmouth PO6 3LY, UK

4Faculty of Science & Health, University of Portsmouth, Portsmouth PO1 2DT, UK

*Corresponding Author: Adrian Hopgood, Faculty of Technology, University of Portsmouth, Portsmouth PO1 3AH, UK.

Received: 18 August 2022; Accepted: 30 August 2022; Published: 14 October 2022

Citation: Shamsul Masum, Adrian Hopgood, Jim Khan. Artificial Intelligence and Machine Learning for Risk Prediction in Surgery. Journal of Cancer Science and Clinical Therapeutics 6 (2022): 358-359.

View / Download Pdf Share at Facebook

Keywords

Algorithm; Artificial Intelligence; Machine Learning; Surgery

Algorithm articles; Artificial Intelligence articles; Machine Learning articles; Surgery articles

Algorithm articles Algorithm Research articles Algorithm review articles Algorithm PubMed articles Algorithm PubMed Central articles Algorithm 2023 articles Algorithm 2024 articles Algorithm Scopus articles Algorithm impact factor journals Algorithm Scopus journals Algorithm PubMed journals Algorithm medical journals Algorithm free journals Algorithm best journals Algorithm top journals Algorithm free medical journals Algorithm famous journals Algorithm Google Scholar indexed journals Artificial Intelligence articles Artificial Intelligence Research articles Artificial Intelligence review articles Artificial Intelligence PubMed articles Artificial Intelligence PubMed Central articles Artificial Intelligence 2023 articles Artificial Intelligence 2024 articles Artificial Intelligence Scopus articles Artificial Intelligence impact factor journals Artificial Intelligence Scopus journals Artificial Intelligence PubMed journals Artificial Intelligence medical journals Artificial Intelligence free journals Artificial Intelligence best journals Artificial Intelligence top journals Artificial Intelligence free medical journals Artificial Intelligence famous journals Artificial Intelligence Google Scholar indexed journals Machine Learning articles Machine Learning Research articles Machine Learning review articles Machine Learning PubMed articles Machine Learning PubMed Central articles Machine Learning 2023 articles Machine Learning 2024 articles Machine Learning Scopus articles Machine Learning impact factor journals Machine Learning Scopus journals Machine Learning PubMed journals Machine Learning medical journals Machine Learning free journals Machine Learning best journals Machine Learning top journals Machine Learning free medical journals Machine Learning famous journals Machine Learning Google Scholar indexed journals Surgery articles Surgery Research articles Surgery review articles Surgery PubMed articles Surgery PubMed Central articles Surgery 2023 articles Surgery 2024 articles Surgery Scopus articles Surgery impact factor journals Surgery Scopus journals Surgery PubMed journals Surgery medical journals Surgery free journals Surgery best journals Surgery top journals Surgery free medical journals Surgery famous journals Surgery Google Scholar indexed journals surgical procedure articles surgical procedure Research articles surgical procedure review articles surgical procedure PubMed articles surgical procedure PubMed Central articles surgical procedure 2023 articles surgical procedure 2024 articles surgical procedure Scopus articles surgical procedure impact factor journals surgical procedure Scopus journals surgical procedure PubMed journals surgical procedure medical journals surgical procedure free journals surgical procedure best journals surgical procedure top journals surgical procedure free medical journals surgical procedure famous journals surgical procedure Google Scholar indexed journals SARS-CoV-2 articles SARS-CoV-2 Research articles SARS-CoV-2 review articles SARS-CoV-2 PubMed articles SARS-CoV-2 PubMed Central articles SARS-CoV-2 2023 articles SARS-CoV-2 2024 articles SARS-CoV-2 Scopus articles SARS-CoV-2 impact factor journals SARS-CoV-2 Scopus journals SARS-CoV-2 PubMed journals SARS-CoV-2 medical journals SARS-CoV-2 free journals SARS-CoV-2 best journals SARS-CoV-2 top journals SARS-CoV-2 free medical journals SARS-CoV-2 famous journals SARS-CoV-2 Google Scholar indexed journals multilayer perceptron articles multilayer perceptron Research articles multilayer perceptron review articles multilayer perceptron PubMed articles multilayer perceptron PubMed Central articles multilayer perceptron 2023 articles multilayer perceptron 2024 articles multilayer perceptron Scopus articles multilayer perceptron impact factor journals multilayer perceptron Scopus journals multilayer perceptron PubMed journals multilayer perceptron medical journals multilayer perceptron free journals multilayer perceptron best journals multilayer perceptron top journals multilayer perceptron free medical journals multilayer perceptron famous journals multilayer perceptron Google Scholar indexed journals random forest articles random forest Research articles random forest review articles random forest PubMed articles random forest PubMed Central articles random forest 2023 articles random forest 2024 articles random forest Scopus articles random forest impact factor journals random forest Scopus journals random forest PubMed journals random forest medical journals random forest free journals random forest best journals random forest top journals random forest free medical journals random forest famous journals random forest Google Scholar indexed journals extra trees articles extra trees Research articles extra trees review articles extra trees PubMed articles extra trees PubMed Central articles extra trees 2023 articles extra trees 2024 articles extra trees Scopus articles extra trees impact factor journals extra trees Scopus journals extra trees PubMed journals extra trees medical journals extra trees free journals extra trees best journals extra trees top journals extra trees free medical journals extra trees famous journals extra trees Google Scholar indexed journals stochastic gradient boosting articles stochastic gradient boosting Research articles stochastic gradient boosting review articles stochastic gradient boosting PubMed articles stochastic gradient boosting PubMed Central articles stochastic gradient boosting 2023 articles stochastic gradient boosting 2024 articles stochastic gradient boosting Scopus articles stochastic gradient boosting impact factor journals stochastic gradient boosting Scopus journals stochastic gradient boosting PubMed journals stochastic gradient boosting medical journals stochastic gradient boosting free journals stochastic gradient boosting best journals stochastic gradient boosting top journals stochastic gradient boosting free medical journals stochastic gradient boosting famous journals stochastic gradient boosting Google Scholar indexed journals

Article Details

1. Artificial Intelligence and Machine Learning

Artificial Intelligence (AI) has been a field of research for more than 70 years, with the goal of mimicking human thought processes in a computer. There were early successes in the subgenre of expert systems, designed to capture knowledge in specialist domains like medicine. These expert systems are part of a broader family of AI known as knowledge-based systems, which contain explicit knowledge expressed in human-readable form [1]. However, the current wave of excitement is largely driven by a different model, namely machine learning (ML). The idea is that by showing a computer algorithm thousands of examples of images or other forms of data, it will learn to associate those examples with their correct classification [1]. A key characteristic of ML is generalization. When presented with an image or data pattern that it has not seen before, the algorithm can classify it reliably, provided that similar examples existed in the training set. Unsurprisingly, many surgeons have limited knowledge of AI and ML. Nevertheless, the fusion of their experiences from the medical domain with those from the computing sciences has led to a significant interest in the developing discipline of health informatics.

2. AI for Risk Prediction

AI has shown great potential in surgery risk prediction, with various innovations and ideas that could shift regular practice. Jalali et al. have used ML models to predict the mortality risk and length of stay (LoS) following the Norwood surgical procedure [2]. Their study compared ridge logistic regression, decision trees, random forest, gradient boosting, and deep neural networks as ML algorithms. They found that deep neural networks outperformed the other algorithms and they claimed that their model may help clinicians and organizations make decisions. Masum et al. have developed prediction models for patient outcomes following colorectal cancer surgery [3, 4]. They compared different ML algorithms to extract important features and predict the LoS, readmission, and mortality following colorectal surgery. They showed that support vector regressor (SVR) algorithms perform best for the LoS prediction and bidirectional long short-term memory (Bi-LSTM) performs best in predicting readmission and mortality.

Chang et al. have used AI algorithms to predict mortality for patients with congenital heart disease undergoing cardiac surgery [5]. They considered multilayer perceptron, random forest, extra trees, stochastic gradient boosting, Ada boost classification, and bag decision tree for their study. They found that random forest outperformed other algorithms and suggested that it should be considered to predict mortality following cardiac surgery in patients with congenital heart disease. Bihorac et al. introduced ‘MySurgeryRisk’, an automated predictive tool that can predict the risk of postoperative complications and death after surgery [6]. They used a generalized additive model and random forest, and applied them to preoperative electronic health records data. Corey et al. introduced ‘Pythia’, which identifies high-risk surgical patients from electronic health records [7]. They used least absolute shrinkage and selection operator, penalized logistic regressor, random forest models, and extreme gradient boosted decision trees as ML algorithms.

The supervised learning techniques of ML have been used recently for COVID-19 mortality risk and severity prediction. The COVIDSurg cohort study developed a machine learning-based risk score to predict postoperative mortality risk in patients with perioperative SARS-CoV-2 infection [8]. They used logistic regression, decision trees, and random forest as ML algorithms to find the important features and develop the prediction models.

3. The way forward?

AI is playing an essential role in our daily lives. It has gained trust and reliability in tasks like internet search, wellbeing monitoring, shopping recommendations, and smart-home devices. In most of these domains, failure is inconvenient but not serious. In contrast, how does AI perform in predicting risk in the medical domain, and can it be trusted? Different AI approaches have been used to build prediction models for the risk of disease and other medical outcomes. However, clinical use and trial of these models are limited due to the model limitations and the workload of the clinicians. These models are often criticised for their dependence on reliable datasets, validation issues, and the opacity of a ‘black-box’ model with little understanding or explanation capability. ML requires large databases and clean data to perform the risk prediction task, but clean data and large databases are rare in the medical arena. Moreover, access to such data is a hurdle for AI researchers as most of these datasets are not publicly available.

One of the limitations of these risk-prediction models is that they are not externally validated. They split the dataset into training and testing sets to evaluate the model, whereas the best evaluation method would be to test it on external or different datasets. Using risk-prediction models as an opaque black box can reduce trust, whereas an explainable AI model would help to build trust. Explainable AI can be achieved by complementing the ML with knowledge-based representations to explain how the predictions were performed, how features interact, the importance of variables, and confidence intervals in predicting the risk of the disease. There is a gap between AI and clinical researchers in understanding their respective areas and how they can help each other. Researchers from both fields need to collaborate more so that clinical researchers know the basics of AI methods and AI researchers get to know the basics of medical risks.

4. Conclusion

In conclusion, AI has shown promising results and has massive potential in risk prediction. In addition to predicting short-term outcomes, AI can be used to predict survival and prognosis following various forms of surgery. However, a proper framework should consider issues like collaboration, data availability, transparency of the developed models, and randomized clinical trials.

References

  1. Hopgood AA. Intelligent Systems for Engineers and Scientists: A Practical Guide to Artificial Intelligence, 4th edition, CRC Press (2022).
  2. Jalali Ali, Lonsdale H, Do N, et al. Deep Learning for Improved Risk Prediction in Surgical Outcomes. Scientific Reports 10 (2020): 9289.
  3. Masum S, Hopgood A, Stefan S, et al. Data analytics and artificial intelligence in predicting length of stay, readmission, and mortality: a population-based study of surgical management of colorectal cancer. Discover Oncology 13 (2022): 1-17.
  4. Masum S, Hopgood A, Stefan S, et al. Data analytics and artificial intelligence to predict length of stay, readmission, and mortality after colorectal cancer surgery. European Journal of Surgical Oncology 47 (2021): e5.
  5. Chang Junior J, Binuesa F, Caneo LF, et al. (2020). Improving preoperative risk-of-death prediction in surgery congenital heart defects using artificial intelligence model: a pilot study. PLoS One 15 (2020): e0238199.
  6. Bihorac A, Ozrazgat-Baslanti T, Ebadi A, et al. MySurgeryRisk: development and validation of a machine-learning risk algorithm for major complications and death after surgery. Annals of Surgery 269 (2019): 652.
  7. Corey KM, Kashyap S, Lorenzi E, et al. (2018). Development and validation of machine learning models to identify high-risk surgical patients using automatically curated electronic health record data (Pythia): A retrospective, single-site study. PLoS Medicine 15 (2018): e1002701.
  8. COVIDSurg Collaborative. Machine learning risk prediction of mortality for patients undergoing surgery with perioperative SARS-CoV-2: the COVIDSurg mortality score. British Journal of Surgery 108 (2021): 1274-1292.

© 2016-2024, Copyrights Fortune Journals. All Rights Reserved