key: cord-0912023-qscrup0t authors: Busnatu, Ștefan; Niculescu, Adelina-Gabriela; Bolocan, Alexandra; Petrescu, George E. D.; Păduraru, Dan Nicolae; Năstasă, Iulian; Lupușoru, Mircea; Geantă, Marius; Andronic, Octavian; Grumezescu, Alexandru Mihai; Martins, Henrique title: Clinical Applications of Artificial Intelligence—An Updated Overview date: 2022-04-18 journal: J Clin Med DOI: 10.3390/jcm11082265 sha: 459a4e9d2e5988089fddc94b5275e263b229fadd doc_id: 912023 cord_uid: qscrup0t Artificial intelligence has the potential to revolutionize modern society in all its aspects. Encouraged by the variety and vast amount of data that can be gathered from patients (e.g., medical images, text, and electronic health records), researchers have recently increased their interest in developing AI solutions for clinical care. Moreover, a diverse repertoire of methods can be chosen towards creating performant models for use in medical applications, ranging from disease prediction, diagnosis, and prognosis to opting for the most appropriate treatment for an individual patient. In this respect, the present paper aims to review the advancements reported at the convergence of AI and clinical care. Thus, this work presents AI clinical applications in a comprehensive manner, discussing the recent literature studies classified according to medical specialties. In addition, the challenges and limitations hindering AI integration in the clinical setting are further pointed out. Artificial intelligence (AI) has increasingly become an integral part of our life, having an undeniable impact on today's society. Owing to the growth of computing power, advances in methods and techniques, and the explosion of data, AI has positioned itself as a supportive technology in many domains, ranging from industry to business and education [1] [2] [3] [4] . Despite not having an official definition, AI is generally recognized as the ability to imitate human cognitive functions using machines. Through an ingenious association of computer science, algorithms, machine learning, and data science, AI can solve tasks with a comparable performance to humans or above their level [3, [5] [6] [7] . In more detail, AI comprises any system with the ability to sense, reason, engage, and learn that can be used for various human-like functions, such as understanding digital images, voice recognition, motion, planning, and organization. On the other hand, machine learning (ML) is a subset of AI that uses statistical techniques to endow computer systems 2 of 33 with the ability to improve with experience. Specifically, ML encompasses the AI tools that can adapt their models to improve predictions, leading to a progressive performance enhancement for the set task. Theoretically, ML methods can be applied to datasets of any size, yet a larger amount of data provides more experience for training the model. The working principle of ML assumes feeding these features into computational models that can offer insights into the observations, such as clustering similar observations into groups or predicting certain outcomes. Moving further, deep learning (DL) assumes the subclass of ML where algorithms can train themselves due to the "self-learning" ability achieved through a sequential chain of pivotal features from input data. Data representations are automatically mastered by deep neural networks (DNNs) that can learn very complex nonlinear mathematical functions. The term "deep" is used in reference to the number of layers (so-called neurons) or iterations between the input and output. In more detail, input features are fed into the first layer of neurons and propagated towards the output layer, the process being inspired by the information processing principles of biological neurons [1, [7] [8] [9] . The relationship between AI, ML, and DL is visually represented in Figure 1 . Moreover, Table 1 briefly defines the most important and relevant concepts concerning AI tools. J. Clin. Med. 2022, 11, x FOR PEER REVIEW 2 of 34 tal images, voice recognition, motion, planning, and organization. On the other hand, machine learning (ML) is a subset of AI that uses statistical techniques to endow computer systems with the ability to improve with experience. Specifically, ML encompasses the AI tools that can adapt their models to improve predictions, leading to a progressive performance enhancement for the set task. Theoretically, ML methods can be applied to datasets of any size, yet a larger amount of data provides more experience for training the model. The working principle of ML assumes feeding these features into computational models that can offer insights into the observations, such as clustering similar observations into groups or predicting certain outcomes. Moving further, deep learning (DL) assumes the subclass of ML where algorithms can train themselves due to the "self-learning" ability achieved through a sequential chain of pivotal features from input data. Data representations are automatically mastered by deep neural networks (DNNs) that can learn very complex nonlinear mathematical functions. The term "deep" is used in reference to the number of layers (so-called neurons) or iterations between the input and output. In more detail, input features are fed into the first layer of neurons and propagated towards the output layer, the process being inspired by the information processing principles of biological neurons [1, [7] [8] [9] . The relationship between AI, ML, and DL is visually represented in Figure 1 . Moreover, Table 1 briefly defines the most important and relevant concepts concerning AI tools. Machine learning (ML) Process by which an algorithm encodes statistical regularities from a database of examples into parameter weights for future predictions [11] Deep learning (DL) Multilayered complex ML platform comprised of numerous computational layers able to make accurate predictions [6] Supervised learning Training an ML algorithm using previously labeled training examples, consisting of inputs and desired outputs provided by an expert [7, 11] Machine learning (ML) Process by which an algorithm encodes statistical regularities from a database of examples into parameter weights for future predictions [11] Deep learning (DL) Multilayered complex ML platform comprised of numerous computational layers able to make accurate predictions [6] Supervised learning Training an ML algorithm using previously labeled training examples, consisting of inputs and desired outputs provided by an expert [7, 11] Unsupervised learning When an ML algorithm discovers hidden patterns or data groupings without the need for human intervention [11] Reinforcement learning Learning strategies towards acting optimally in certain situations with respect to a given criterion; such an algorithm obtains feedback on its performance by comparison with this criterion through reward values during training [7] Model A trained ML algorithm that can make predictions from unseen data [11] Training Feeding an ML algorithm with examples from a training dataset towards deriving useful parameters for future predictions [11] Features Components of a dataset describing the characteristics of the studied observations [1] Decision tree Nonparametric supervised learning method visualized as a graph representing the choices and their outcomes in the form of a tree; each tree consists of nodes (attributes in the group to be classified) and branches (values that a node can take) [12, 13] Random forest Ensemble classification technique that uses "parallel ensembling", fitting several decision tree classifiers in parallel on dataset subsamples [13] Naïve Bayes (NB) Classification technique assuming independence among predictors (i.e., assumes that the presence of a feature in the class is unrelated to the presence of any other feature) [12] Logistic regression Algorithm using a logistic function to estimate probabilities that can overfit high-dimensional datasets, being suitable for datasets that can be linearly separated [13] K-nearest neighbors (KNN) "Instance-based learning" or a non-generalizing learning algorithm that does not focus on constructing a general internal model but, rather, stores all instances corresponding to the training data in an n-dimensional space and classifies new data points based on similarity measures [13] Support vector machine (SVM) Supervised learning model that can efficiently perform linear and nonlinear classifications, implicitly mapping their inputs into high-dimensional feature spaces [12] Boosting Family of algorithms converting weak learners (i.e., classifiers) to strong learners (i.e., classifiers that are arbitrarily well-correlated with the true classification) towards decreasing the bias and variance [12] Artificial neural network (ANN) An ML technique that processes information in an architecture comprising many layers ("neurons"), each inter-neuronal connection extracting the desired parameters incrementally from the training data [6, 11] Deep neural network (DNN) A DL architecture with multiple layers between the input and output layers [11] Convolutional neural network (CNN) A class of DNN displaying connectivity patterns similar to the connectivity patterns and image processing in the visual cortex [11] In recent years, AI has attracted more and more research interest in medicine, being investigated for a plethora of applications. Numerous studies have evaluated various aspects of the healthcare system, reporting the progress in AI involvement in the prevention, screening, and treatment of diseases and prediction of the prognosis [14, 15] . In this context, the present paper thoroughly reviews the most recent potential clinical applications of AI in the fields of cardiology, neurology, oncology, hematology, nephrology, gastroenterology, hepatology, orthopedics, and rheumatology, further focusing on the challenges that limit their introduction to clinical practice. More specifically, this work reviews English language research articles in the fields published in the last 5 years (2018-2022). Studies were retrieved from the Science Direct and Google Scholar databases using combinations between the following keywords: "artificial intelligence", "machine learning", "deep learning", "clinical applications", "prediction", "diagnosis", "screening", "treatment", "prognosis", "cardiology", "neurology", "oncology", "cancer", "hematology", "nephrology", "gastroenterology", "hepatology", "orthopedics", and "rheumatology". The relevant search results were manually selected; the papers were analyzed and discussed in the main text of the review; and the studies for which at least one of the following performance metrics was available, namely accuracy, precision, sensitivity, specificity, or correlation between the automated and manual measurements, were additionally summarized in a series of tables. The choice of the included medical specialties was based on the available literature data, as other areas were not as explored in recent years or remained at the level of hypothesis/opinion papers. Artificial intelligence has faced tremendous advances in recent years, rendering it interesting for applications in a variety of clinical care procedures ( Figure 2 ). In this respect, the following subsections discuss the most recent studies concerning AI involvement in medicine, classified according to medical specialties. Moreover, the studies for which at least one of the following performance metrics was available, namely accuracy, precision, sensitivity, specificity, or correlations between automated and manual measurements, are included in the summative tables. using combinations between the following keywords: "artificial intelligence", "machine learning", "deep learning", "clinical applications", "prediction", "diagnosis", "screening", "treatment", "prognosis", "cardiology", "neurology", "oncology", "cancer", "hematology", "nephrology", "gastroenterology", "hepatology", "orthopedics", and "rheumatology". The relevant search results were manually selected; the papers were analyzed and discussed in the main text of the review; and the studies for which at least one of the following performance metrics was available, namely accuracy, precision, sensitivity, specificity, or correlation between the automated and manual measurements, were additionally summarized in a series of tables. The choice of the included medical specialties was based on the available literature data, as other areas were not as explored in recent years or remained at the level of hypothesis/opinion papers. Artificial intelligence has faced tremendous advances in recent years, rendering it interesting for applications in a variety of clinical care procedures ( Figure 2 ). In this respect, the following subsections discuss the most recent studies concerning AI involvement in medicine, classified according to medical specialties. Moreover, the studies for which at least one of the following performance metrics was available, namely accuracy, precision, sensitivity, specificity, or correlations between automated and manual measurements, are included in the summative tables. Cardiovascular diseases represent one of the leading causes of morbidity and mortality worldwide, requiring expensive treatments and posing a burden on both patients and the healthcare system [16] . Introducing AI technology to the field of cardiology holds great promise for improving the prediction and diagnosis of cardiac events and visualizing cardiac anomalies that anticipate patients' needs and provide personalized medical care. This is particularly appealing in cardiology due to the large amount and variety of Cardiovascular diseases represent one of the leading causes of morbidity and mortality worldwide, requiring expensive treatments and posing a burden on both patients and the healthcare system [16] . Introducing AI technology to the field of cardiology holds great promise for improving the prediction and diagnosis of cardiac events and visualizing cardiac anomalies that anticipate patients' needs and provide personalized medical care. This is particularly appealing in cardiology due to the large amount and variety of available biological data. By properly analyzing and interpreting images, pulse waves, electrocardiograms, and sound information, various algorithms can identify patterns that lead to disease offset or aggravation, helping the cardiologists in choosing the best treatment alternative [15, 17] . For instance, Ye et al. [18] developed and validated a model for predicting incident essential hypertension. The authors used a machine learning algorithm for processing electronic health record (EHR) data that generated an ensemble of classification trees and assigned a predictive risk score to each individual. As the model was able to accurately predict incident essential hypertension for the following year, it has been deployed in the state of Maine to provide implications in interventions for hypertension and associated diseases and, subsequentially, improve hypertension care. Another interesting example was proposed by Tison and colleagues [19] , who created a deep neural network for detecting atrial fibrillation using smartwatch data, such as heart rate and step count. The deep neural network (DNN) was trained by the heuristic pretraining method (the network approximated representations of the R-R interval (i.e., the time between heartbeats) without manual labeling of the training data) and validated both against the reference standard 12-lead electrocardiography in a separate cohort of patients undergoing cardioversion and on smartwatch data from ambulatory patients against the reference standard of self-reported persistent AF history. The authors concluded that the combination of smartwatch photoplethysmography and DNN could be a solution for passively detecting AF, with some reduction in sensitivity and specificity against a criterion standard ECG. In contrast, Picon et al. [20] coupled one-dimensional convolutional neural network (1D-CNN) layers and a long short-term memory (LSTM) network into a deep learning architecture for detecting ventricular fibrillation. The newly proposed DL architecture was compared to 1D-CNN only and to a classical approach based on ventricular fibrillation (VF) detection features and a support vector machine (SVM), outperforming these classifiers. Up to that moment, and according to the authors' knowledge, this algorithm was the most accurate for VF detection, with the potential to enable an accurate shock or no shock diagnosis in a very short time. Artificial intelligence was also found to be useful for the classification of aortic stenosis, as demonstrated by Yang et al. [21] . The research group used a feature analysis framework to reduce the features from collected cardio-mechanical signals generated by continuous wavelet transform. Several ML algorithms were compared by performance, while an additional 2D-CNN was developed using CWT coefficients as images. The obtained accuracies validated the effectiveness of the feature selection and classification framework, encouraging the implementation of AI tools in AS classification. Alternatively, Eberhard et al. [22] evaluated the feasibility of a computed tomographyderived fractional flow reserve (FFR CT ) in patients presenting to the emergency department with acute chest pain who underwent chest pain-computed tomography (CPCT). As FFR CT allows a noninvasive functional assessment of coronary artery stenosis, involving MLbased software for performing the measurements could only make it more advantageous. By evaluating the agreement between the results from the FFR CT and patient outcomes for a follow-up of three months, the authors concluded that this method was feasible for the tested category of patients. Therefore, this approach can be implemented in clinical care for improving patient triage by reducing the need for further downstream testing. Nonetheless, some limitations were noticed in patients with CT signs of acute plaque rupture, so further research is needed. Another study conducted by Nguyen et al. [23] proposed an algorithm based on a CNN as a feature extractor and a Boosting classifier for detecting sudden cardiac arrest on an electrocardiogram signal. Their developed shock advice algorithm applied in the automated external defibrillator showed a validated performance, with the accuracy, sensitivity, and specificity above the preexisting algorithms for the same task. Thus, its high and reliable detection represents a potential asset in clinical settings, the correct detection of SCA being essential for improving the survival rate and reducing unnecessary defibrillation. Retson and colleagues [24] developed a deep learning algorithm for the clinical measurements of the right and left ventricular volumes and functions. MRI images for various clinical indications and pathologies were analyzed with the aid of commercially available software for the automated DL-based and manual contouring of biventricular volumes. Given the promising obtained results, the authors concluded that their algorithm could be used to aid in expert segmentation; however, the model can benefit from expert supervision, especially for solving errors of the basal and apical slices. Encouraging results were also obtained by Hannun et al. [25] , who developed a DNN able to classify 12 rhythm classes based on single-lead electrocardiograms. When validated against an independent test dataset annotated by a consensus committee of board-certified practicing cardiologists, the DNN performance outperformed the specialists, exceeding the average cardiologist sensitivity for all the rhythm classes. Hence, it may be expected that introducing this DL-based approach into the clinical setting could lower the rate of misdiagnosed computerized ECG interpretations and enhance the human ECG interpretation efficiency by properly triaging patients and prioritizing the most urgent conditions. To summarize the discussion in a clear and easy-to-follow manner, Table 2 comprises the information regarding the objectives of the studies mentioned above, the used AI approaches, the data sources for the developed algorithms, and the performance metrics. 1D-one-dimensional; 2D-two-dimensional; AVB-atrioventricular block; CWT-continuous wavelet transform; CNN-convolutional neural network; DL-deep learning; DNN-deep neural network; EAR-ectopic atrial rhythm; IVR-idioventricular rhythm; LSTM-long short-term memory; LV-left ventricle; OHCA-out-ofhospital cardiac arrest; RV-right ventricle; SVT-supraventricular tachycardia. The benefits of AI have also attracted attention in the area of clinical neurosciences, as newly developed tools can ensure early detection and improve the management of neurological conditions [26] . Abedi et al. [27] recently investigated ML-based tools for predicting stroke recurrence and identifying the key variables. All the selected algorithms (i.e., logistic regression, XGBoost, gradient boosting machine, random forest, SVM, and decision tree) could be trained to predict the occurrence of long-term ischemic stroke, and laboratory-based variables were highly correlated with stroke recurrence, paving the way for personalized interventions. Another study on acute ischemic stroke was conducted by Rava et al. [28] , who researched the matter from the perspective of collateral circulation. AI-based algorithms can accurately and efficiently determine a patient's degree of collateral flow, being a potential tool for helping in the decision of which patients are eligible for a reperfusion procedure. Tackling the potential of machine learning as well, Young et al. [29] introduced a ML technique called "Subtype and Stage Interference (SuStaIn)". SuStaIn can be used for identifying genotypes from imaging alone in neurodegenerative diseases, such as genetic frontotemporal dementia and Alzheimer's disease. Providing fine-grained patient stratification, SuStaIn can significantly enhance the ability to predict the conversion between diagnostic categories over standard models that ignore the subtype or temporal stage. Thus, it holds great promise in enabling disease subtype discovery and precision medicine. Following similar considerations, Eshaghi and colleagues [30] applied unsupervised ML to brain MRI scans to classify multiple sclerosis based on the pathological features. According to the authors' findings, the identified subtypes predicted the disability progression and patients' responses to treatment, SuStaIn being a valuable technique for use in defining groups of patients in interventional studies. Considerable research interest has been invested in applying AI technology to detecting epilepsy and managing this disease. For instance, Jin et al. [31] coupled machine learning with automated surface-based MRI morphometry, obtaining a robust performance of detecting FCD during presurgical evaluations for patients with pharmacoresistant epilepsy. Using a similar approach, Gleichgerrcht et al. [32] focused on improving the detection of brain abnormalities in temporal lobe epilepsy patients, concluding that ML has the potential to aid in the radiological diagnosis of this disease. Alternatively, Daoud and Bayoumi [33] developed a deep learning-based technique applied to long-term scalp electroencephalogram recordings for predicting incoming epileptic seizures, obtaining the best performance among the state-of-the-art techniques. As recently demonstrated by Quon and colleagues [34] , DL also represents a potential solution in automatically classifying intracranial epileptiform discharges (IEDs). Using a template-matching algorithm and a CNN, the authors obtained comparable performances to expert clinical neurophysiologists, confident in their study's potential practical applications. Another interesting study for the field of neurology was reported by Qiu et al. [35] . The authors proposed an interpretable DL strategy for the delineation of unique Alzheimer's disease signatures from multimodal inputs. A fully convolutional network was involved for constructing high-resolution maps of disease probability from the local brain structure to a multilayer perceptron. In this manner, the model could generate precise, intuitive visualization of an individual's Alzheimer's disease risk, identifying nuanced neuroimaging signatures for diagnosing this condition. Research has also been conducted towards improving the diagnosis and care of other neurodegenerative disorders. For example, Shinde et al. [36] established a computer-based analysis technique to create prognostic and diagnostic biomarkers of Parkinson's disease (PD) by the use of neuromelanin-sensitive MRI (NMS-MRI). NMS-MRI has been involved, as this method can help identify the abnormalities in the substantia nigra pars compacta (SNc) in PD, since condition is characterized by the loss of dopaminergic neurons in the SNc. The proposed CNN-based method offered a testing accuracy superior to contrast ratiobased classification and the radiomics classifier, supporting PD discrimination from atypical parkinsonian syndromes. The authors concluded that their technique might support the radiological diagnosis of PD while facilitating a deeper understanding of the abnormalities in SNc. Important results were also reported in a study performed on patients in the intensive care unit who had an acute brain injury and were unresponsive to spoken commands. Claassen et al. [37] applied ML to patients' EEG recordings to detect brain activation in response to commands that patients move their hands. The authors observed in this manner that, early after brain injury, 15% of the clinically unresponsive patients who did not follow spoken motor commands presented EEG evidence of brain activation in response to them. Artificial intelligence can also be involved in improving brain surgeries. Shahjouei et al. [38] developed an ANN for predicting the safe clipping time (SCT) of temporary artery occlusion during intracranial aneurysm surgery. The proposed technique works offline, estimating the SCT before the surgery; however, the authors suggested that an online version would provide a more accurate and precise SCT during the surgery. A summary of the above-presented studies is comprised in Table 3 . In addition to neurological condition-specific studies, interest has also been drawn to integrating AI algorithms into neurosurgical audits. Brzezicki et al. [39] used the Frideswide algorithm to analyze the same dataset (clinical notes of 45 medical outliers on a neurosurgical ward) as 46 human students. The AI-based algorithm produced considerably more recommendations in a shorter time, the audits being more factually accurate and logically consistent. Thus, this method may help improve the safety, efficiency, and quality of care, implying only a small part of the resources would be required to conduct it through human processes. Cancer comprises a group of more than a hundred types of diseases characterized by abnormal cell growth in different body parts and requires prompt and adequate treatment to prevent serious health issues and increase patients' survival rates [40] [41] [42] [43] . As cancer poses tremendous burdens on patients and healthcare systems worldwide, there is no surprise that AI has started being investigated in relation to oncology. AI may assist with collecting and evaluating data, diagnose the information on the basis of health, match it with prior information and expertise, and choose adequate diagnostic treatment plans. Thus, it has been studied for improving the diagnosis and management of many forms of cancer, including breast, lung, thyroid, oral, gastric, colorectal, liver, and skin cancers [44] . For instance, Rocca et al. [45] used AI models for improving the radiological diagnosis of colorectal cancer liver metastases (CRCLM). With a precision of 100%, Formal Methods (FM) can help medical professionals predict the presence of liver metastasis still undetectable when using the standard protocols. Thus, the authors concluded that FM could effectively detect CRCLM, even in very heterogeneous and small clinical samples. Alternatively, Lu and colleagues [46] employed the Faster RCNN model to create a recognition framework for colorectal cancer tumor sprouting. The model can automatically identify the budding areas from pathological sections and count their numbers in a short time, with high accuracy. Therefore, this method can improve the diagnostic efficacy while also reducing the burden of pathologists in reading the sections. Lee et al. [47] investigated the use of AI in analyzing pancreatic cancer recurrence after surgery and its determinants. Employing the random forest algorithm, the authors concluded that the major predictors of disease-free survival were tumor size, tumor grade, TNM stage, T stage, and lymphovascular invasion. Thus, this technology represents a promising decision support system for treating patients undergoing surgery for pancreatic cancer; yet, further studies are required to demonstrate its benefits in clinical practice. A different study, conducted by Pantanowitz et al. [48] , focused on aiding in a prostate cancer diagnosis from H&E-stained slides of prostate core needle biopsies. Their computer-assisted diagnostic tool could accurately detect, grade, and evaluate clinically relevant features in digitized slides. These encouraging results suggest that the developed technique could be a useful asset in automating the screening of prostate biopsies for a primary diagnosis, assessing signed-out cases for quality control purposes, and standardizing reporting. An interesting AI approach for cancer care was proposed by Faron et al. [49] . The authors used an automated DL-based body composition analysis pipeline to predict the outcome in patients with melanoma receiving immune checkpoint inhibitor therapy. The model identified a lowered skeletal muscle mass as an independent predictor of mortality, the patients with such characteristics displaying increased mortality rates up to three years after starting the treatment. An innovative ML-based strategy for diagnosing laryngeal cancer was reported by Kim et al. [50] . The researchers investigated if an automated voice signal analysis could help to discriminate between patients with laryngeal cancer and healthy individuals. Promising results were obtained, as the deployed method demonstrated a greater performance than trained laryngologists in identifying the diseased. Recent research was also directed at developing a reliable tool for estimating radiation doses before any planning of head and neck radiation therapy. In this respect, Chan et al. [51] created a machine learning-based clinical decision support system that could predict whether mandible subsites would receive a mean dose higher than 50 Gy. Obtaining promising results, the authors concluded that the implementation of such a dose prediction system would allow for more precise estimations of radiation side effects in specific at-risk organs. One more study that focused on cancer therapy rather than diagnosis/monitoring was proposed by Houy and Le Grand [52] . The authors used AI technology for computing optimal personalized protocols for temozolomide administration in a heterogeneous population of patients. Every day, the protocol was updated with the feedback from the patients' reactions to drug administration, resulting in very different personalized protocols between the tested group and the standard maximum tolerated dose protocol. This treatment customization was reflected in a reduced tumor size, on average and patient-wise, while avoiding severe toxicity. To summarize the discussion on the oncological applications of AI, Table 4 was created. AI approaches have also gathered interest in benign and malign hematology settings, being researched for applications in the diagnosis and prognosis of various forms of leukemia, lymphoma, anemias, and genetic blood disorders [53, 54] . Carreras et al. [55] recently employed an algorithm using multilayer perceptron ANN to highlight new markers and predict the overall survival of patients with mantle cell lymphoma (MCL) (a subtype of mature B-cell non-Hodgkin's lymphoma). The AI tool identified five genes associated with poor survival (i.e., KIF18A, YBX3, PEMT, GCNA, and POGLUT3) and five genes linked with favorable survival (i.e., SELENOP, AMOTL2, IGFBP7, KCTD12, and ADGRG2). By the further use of several ML-based algorithms, the authors obtained high accuracy predictions of the overall survival of MCL patients. In another recent study, El Hussein et al. [56] investigated the use of a novel AIbased heatmap technique for the objective assessment of proliferation centers in chronic lymphocytic leukemia (CLL). The integrative analysis of the cell nuclear size and mean nuclear intensity model demonstrated a high accuracy in separating the three progression stages, displaying robust diagnosis predictive values. Alternatively, Boldú et al. [57] used peripheral blood cell images to predict an acute leukemia diagnosis. The authors used a DL-based approach, configuring a system with two sequentially working CNN modules: the first one for recognizing abnormal promyelocytes among other mononuclear blood cell images, and the second module for distinguishing whether the blasts were of myeloid or lymphoid lineage. The as-designed model represents a promising asset for clinical pathologists, helping them diagnose acute leukemia during a blood smear review. In comparison, Didi and colleagues [58] trained and compared ML and DL predictive models in order to predict the best treatment for newly diagnosed acute myeloid leukemia. The AI algorithms outperformed the classical statistical analysis or naïve predictors, also predicting the overall survival with high accuracy. A study proposed by AlAgha et al. [59] focused on overcoming the challenges in a thalassemia diagnosis. Using simple laboratory test results, the authors involved a hybrid data mining approach to differentiate between healthy individuals and persons carrying beta-thalassemia. In addition to the promising performance of the proposed model, this method also helped to reduce the diagnosis cost and time as, without AI tools, additional tests would have been needed to correctly identify the diseased persons. A different study, conducted by Memmolo et al. [60] , aimed to find better solutions for the early differential diagnosis of anemia. The authors used label-free holographic microscopy coupled with a hierarchical ML decider, obtaining enough accuracy for discerning between different hereditary anemia classes with minimal morphological differences. In addition, the method only requires a fraction of a blood drop, reducing the necessary volume of blood drawn for a correct diagnosis. Moreover, this study opened the door for point-of-care blood testing and telemedicine with lab-on-chip platforms. Given the significant interindividual variabilities of presentation and the clinical course among patients with sickle cell anemia, Dutra et al. [61] proposed an AI method for better understanding this disease. By using a cluster analysis, the authors identified five clusters differentiated by unconjugated bilirubin, reticulocytes, lactate dehydrogenase, leukocytes, lymphocytes, and monocytes. Furthermore, it was investigated if this grouping could be correlated with clinical manifestations, concluding that the clusters exhibited different degrees of inflammation, hemolysis, and liver abnormalities. Research has also been conducted towards improving anemia management in hemodialysis patients. Barbieri et al. [62] developed an AI decision support system called the "Anemia Control Model" (ACM) that can recommend suitable erythropoietic-stimulating agent doses according to patient profiles. ACM showed promising results, as it helped improve anemia outcomes in the target population while minimizing their medication use and reducing the cost of treatment. As cytomorphology represents the gold standard for assessing peripheral blood and bone marrow samples in hematological neoplasms, interesting investigations have also been performed for enhancing this method through AI tools. In this respect, Haferlach et al. [63] conducted a prospective, blinded clinical study (NCT04466059) in which they compared a blood smears analysis done by an ML-based model vs. routine diagnostics, obtaining a correlation of 95% for the pathogenic cases. Alternatively, Osman et al. [64] tackled the benefits of a CNN for separating monocytes from their precursor cells (i.e., promonocytes and monoblasts). The authors concluded that the AI-based method could reach an accuracy comparable to the human reviewers, suggesting that CNN models could be used for this task and further improved with a larger study population. The studies discussed above are outlined in Table 5 . AML-Acute Myeloid Leukemia; AZA-azacitidine; CDA-congenital dyserythropoietic anemia; CNN-convolutional neural network; CRISP-DM-cross-industry standard process for data mining; DHS-dehydrated hereditary stomatocytosis; HS-hereditary spherocytosis; IC-intensive chemotherapy; IRIDA-iron-refractory iron-deficiency anemia; SVM-support vector machine. The advancement of digitalization and widespread availability of EHR have been reflected in finding better solutions of care in nephrology settings. AI influence has been specially investigated for the early detection and prediction of acute kidney injury (AKI) in an effort to help clinicians intervene during what may be a crucial stage for preventing permanent kidney injury [65, 66] . For example, Tomašev et al. [67] developed a DL approach involving an RNN for the continuous risk prediction of future deterioration in patients with AKI. This method may ensure the identification of patients at risk within a time window that would enable early treatment and, consequently, improve the outcomes. In contrast, other scientists have employed several ML algorithms for better tackling AKI recognition and prediction. Specifically, Mohamadlou et al. [65] used XGBoost to train an AKI prediction tool on retrospective data. The promising results obtained by the authors encouraged them to state that this method may provide important prognostic capabilities for determining which patients are likely to suffer AKI, but, being a retrospective study, no conclusions could be drawn about the impact on patient outcomes in a clinical setting. Alternatively, Adhikari et al. [66] proposed an algorithm, called "Intraoperative Data Embedded Analytics" (IDEA), to readjust the preoperative risk by the use of a physiological time series and other data collected during surgery. The dynamic incorporation of intraoperative data resulted in improving the postoperative AKI predictions with high sensitivity and specificity. ML algorithms also proved useful in recognizing AKI in burn patients, as demonstrated through studies conducted by Tran et al. [68] and Lin et al. [69] . Another category of nephrological conditions that gathered attention for AI utilization is represented by chronic kidney disease (CKD) in its various forms, including immunoglobulin A nephropathy (IgAN), diabetic kidney diseases (DKD), and autosomal dominant polycystic kidney disease (ADPKD) [3] . For instance, Chen et al. [70] used the XGBoost algorithm coupled with a survival analysis to stratify the risk for kidney disease progression in the setting of IgAN. By using routinely available characteristics, such as urine protein excretion, global sclerosis, and tubular atrophy/interstitial fibrosis, the model could accurately predict the outcome. In comparison, Schena et al. [71] recently developed an ANN prediction model for end-stage kidney disease in patients with IgAN. Being a retrospective study, the authors could compare the predicted and observed outcomes, reporting similar results over a 25-year follow-up period. A distinct study conducted by Makino and colleagues [72] focused on better understanding DKD. The authors developed a predictive model for DKD aggravation by the use of AI, processing natural language and longitudinal data with big data machine learning. The proposed model may assist in a more effective and accurate intervention towards reducing hemodialysis. AI can also be employed for automatically determining an estimated glomerular filtration rate (eGFR) and CKD status. In this respect, Kuo et al. [73] used a CNN, called ResNet, to predict kidney function based on ultrasound images, obtaining good performance for the model. Alternatively, Li et al. [74] exploited an ANN integrated with more independent variables for developing an accurate GFR estimation model for the Chinese population. The authors suggested that such a model could fully utilize the predictive ability of additional auxiliary variables but requires further validation in more diverse cohort data. The potential of AI has also been investigated for predicting dry weight in hemodialysis patients [75] , predicting the calciphylaxis risk and understanding the disease mechanism [76] , analyzing histopathological images towards improving the diagnostic accuracy of clinicians [77, 78] , enhancing risk stratification for kidney transplant recipients [79] , and early detecting of acute renal transplant rejection [80] . The studies discussed above are shown in Table 6 . The fields of gastroenterology and hepatology have also gathered renewed interest in using AI for improving the prediction, diagnosis, treatment, and prognosis of various conditions. For instance, Cao et al. [81] comparatively examined DBN, MLR, and CNN for predicting a long-term postoperative health-related quality of life after bariatric surgery. Among the tested models, DBN showed the best performance; yet, the authors considered that a hybrid network is worth investigating in the future. Significant attention has been drawn to creating better assessment methods for celiac disease, as this condition may be associated with severe reactions (e.g., pancreatic exocrine dysfunction, microscopic colitis, and enteropathy-associated lymphoma), despite glutenfree diet adherence [10] . In this respect, Caetano dos Santos et al. [82] applied an ML algorithm that enabled a quick and precise endomysial autoantibody (EmA) test analysis for diagnosing celiac disease. In contrast, Syed and colleagues [83] combined a CNN with a deconvolutional network in a histopathological analysis model for identifying and differentiating between duodenal biopsies from children with environmental enteropathy and celiac disease. Alternatively, Choung et al. [84] aimed to discover celiac disease biomarkers derived from neoepitopes of deamidated gliadin peptides (DGP) and tTG fragments. Given the promising results obtained using a SVM, the authors concluded that this biomarker assay can be employed to detect and monitor patients with celiac disease. Interesting recent developments have also been envisaged for procedures like endoscopy and colonoscopy. Yang et al. [85] used AI image recognition to obtain digestive endoscopy images, judge the disease type, and decide the treatment plan. Their 5G DL edge algorithm exhibited a high accuracy and speed, being considered promising for assisting in a medical diagnosis. On a different note, Zhou et al. [86] aimed to improve the bowel preparation needed for an effective colonoscopy through AI tools. The authors developed an objective and stable DCNN-based system, called ENDOANGEL, whose performance recommends it for application in clinical settings. Numerous studies have investigated the application of AI tools for detecting, enhancing decision support, and quantifying the treatment response in patients with liver diseases. For instance, Mostafa et al. [87] proposed the use of ML classification methods for the prediction of liver disease in blood donors. Obtaining promising performance metrics, the tested methods (i.e., ANN, random forest, and SVM) could assist healthcare workers in distinguishing between healthy and diseased individuals. A different study conducted by Taylor-Weiner et al. [88] applied machine learning to characterize the disease severity and heterogeneity and quantify the treatment response in nonalcoholic steatohepatitis (NASH). The use of a DCNN led to encouraging results, paving the way for further advances in understanding the disease heterogeneity in NASH, risk stratifying the affected patients, and facilitating the development of therapies. Alternatively, Roy and colleagues [89] introduced a deep learning-based region-boundary integrated network for precise steatosis quantification that can enhance liver disease decision support using whole slide liver histopathology images. In another study, Gawrieh et al. [90] evaluated the role of AI in the detection and quantification of hepatic fibrosis in nonalcoholic fatty liver disease (NAFLD) biopsies. The automated quantification of a collagen proportionate area (CPA) was in good agreement with the pathologist score of the fibrosis stage, demonstrating reliability in accomplishing the set task. Important works have also been reported in the subfield of liver transplantation, as the many decisions that need to be accomplished for such a procedure could benefit from the integration of AI [9] . Pérez-Sanz et al. [91] recently developed a computer vision-based application for the quantification of macrovesicular steatosis in histopathological liver section slides in pretransplant liver biopsies. The use of a Sudan stain was reflected in a reliable contrast and the facilitation of fast and accurate quantification through the tested ML algorithms. A similar approach was also proposed by Narayan et al. [92] , who used a computer vision AI platform to score donor liver steatosis and compared its capability for predicting early allograft dysfunction. This method resulted in slightly better calibration than pathologist steatosis, paving the way for more accurate and reliable predictions of the post-transplantation outcomes. The discussion on the clinical applications of AI in gastroenterology and hepatology is summarized in Table 7 . The use of AI has also reached the interconnected fields of orthopedics and rheumatology, being studied for a variety of applications. For example, Diaz-Rodriguez et al. [94] focused on developing a novel intraarticular (IA) injection for osteoarthritis management. The authors proposed the combination of poloxamers with hyaluronic acid in producing suitable beta-lapachone-loaded IA formulations. With the use of AI, an optimized formulation was developed based on the experimental results of a broad range of hydrogels. According to an ex vivo evaluation, the as-designed formulation exhibited excellent rheological properties and significantly decreased the secretion of degradative and proinflammatory molecules, being a promising candidate for osteoarthritis treatment. A recent study proposed by Bayramoglu et al. [95] tackled the potential of analyzing patellar bone texture to predict patellofemoral osteoarthritis. Using knee lateral view radiographs, a ML model, and DCNNs, the authors obtained promising results, demonstrating that the analyzed texture features contained useful information of the patellar bone structure and could be used as additional imaging biomarkers in osteoarthritis diagnostics. Another possible application of AI is the detection and characterization of a meniscus tear based on MRI examinations of the knee. In this respect, Roblot et al. [96] proposed the use of a fast region CNN for a meniscus tears diagnosis, demonstrating its accuracy in detecting the positions of the two meniscal horns, the presence of a meniscal tear, and the orientation of the tear. Similarly, Couteaux et al. [97] trained a mask region-based CNN with MR images to explicitly localize normal and torn menisci and classify the orientation of the tear. The model had a satisfactory performance; yet, the authors concluded that further extension of the database or the inclusion of 3D data could improve the results, especially for nontypical cases of extensively damaged menisci or multiple tears. Rouzrokh et al. [98] studied the potential of a CNN model for assessing the risk of dislocation following total hip arthroplasty. Based on postoperative anteroposterior pelvis radiographs, the model could be coupled with clinical risk factor information for the rapid and accurate assessment of the risk of dislocation. Interesting studies have also reported the use of genetic backgrounds for training AI tools, as genetic or epigenomic datasets can be employed in developing new biomarkers and finding new disease patterns and abnormalities [7] . In this context, Patrick et al. [99] utilized data from patients with genotyped psoriatic arthritis (PsA) and cutaneous-only psoriasis (PsC) to train ML algorithms for identifying differences in the genetic architecture between the two groups and assess the PsA risk before the appearance of symptoms. The authors demonstrated that the combination of statistical and ML techniques accurately identified the underlying genetic differences between the psoriasis subtypes, being of potential use in an individualized subtype risk assessment. Alternatively, another research group focused on differentiating rheumatoid arthritis (RA) from osteoarthritis (OA). Specifically, by means of ML algorithms, Long and colleagues [100] found a 16-gene signature, including TMOD1, POP7, SGCA, KLRD1, ALOX5, RAB22A, ANK3, PTPN3, GZMK, CLU, GZMB, FBXL7, TNFRSF4, IL32, MXRA7, and CD8A, that could effectively differentiate RA from OA. Given the model's good performance, the authors concluded that the proposed genetic signature coupled with complex classification methods holds promise for improving the diagnosis and management of RA patients. Studies with at least one of the accuracy, precision, sensitivity, or specificity performance metrics available are summarized in Table 8 . CNN-convolutional neural network; ML-machine learning; RCNN-region convolutional neural network; PsA-psoriatic arthritis; PsC-cutaneous-only psoriasis; THA-total hip arthroplasty. Unlike AI in medicine, which uses autonomously functioning algorithms for analyzing patient data towards improving patient outcomes, AI can also be employed in surgery with the involvement of movement. Through the latest developments in DL and DCNNs, AI enables object detection and tracking, making surgical resection easier and safer [101, 102] . AI may also be engaged in surgical education for the assessment of surgical competencies, yet further evidence is required concerning its implementation and applicability [103] . The use of AI technologies also paves the way for creating patient-specific devices that can meet the exact requirements of each individual. Interest has been raised in constructing customized devices with distinct designs compared to the commercially available ones that match the anatomic particularities, physiological conditions, and pathological status of patients [104, 105] . Specifically, advances have been reported in developing a broad range of personalized devices, including bioprosthetic heart valves [106] , cardiovascular stents [107] , tissue-engineered vascular grafts [108] , prostheses for tumor reconstruction [109] , cranial implants [110] [111] [112] , and dental implants [113] . Another potential use of AI consists of contributing to clinical trial designs and execution towards enhancing the participation and diversity within the trial populations. Specifically, the ingenious use of data in the EHR, medical literature, and trial databases can improve patient-trial matching and recruitment, subsequently increasing trial success rates [114, 115] . Promising perspectives also arise from the involvement of AI in the pharmaceutical industry [116] [117] [118] [119] . Various techniques can assess the severity of a disease and predict whether a certain treatment will be effective for an individual patient even before its administration. Moreover, AI can be employed in developing or extrapolating new applications of instruments or chemicals. Particularly, through active learning, ML-based tools can overcome concerning issues in drug design due to their ability to adapt surplus amounts of data available for generating meaningful insights [14] (Figure 3 ). In addition, introducing AI in studies of polypharmacology, drug design, drug screening, and drug repurposing ( Figure 4) can significantly improve the efficiency and reduce the necessary time for generating treatments for various diseases, including new outbreaks like COVID-19 [120] . [14] . Despite the recent advances in AI technology and the benefits it may bring to clinic care, there are many challenges that impede its translation into practice ( Figure 5 ). One issu is related to the legal regulation of the conditions and features of development, functionin applicability, integration into other systems, and control over the utilization of end-to-en digital AI technology. As there is no common legal framework yet, this challenge is ove come in each country by considering the particularities of the local legal system [5] . Despite the recent advances in AI technology and the benefits it may bring to clinical care, there are many challenges that impede its translation into practice ( Figure 5 ). One issue is related to the legal regulation of the conditions and features of development, functioning, applicability, integration into other systems, and control over the utilization of end-to-end digital AI technology. As there is no common legal framework yet, this challenge is overcome in each country by considering the particularities of the local legal system [5] . Another important problem faced by AI tools is skepticism, especially given by the lack of understanding of the methodology of the algorithms [14] . Found in the literature as the "black box" phenomenon, this challenge can be defined as the "human inability in explaining the precise steps leading to the AI tools' predictions" [11] . Hence, clinicians may preferentially opt for highly transparent models in which the risk factors are handled in a comprehensible way from a pathophysiological point of view. Examples of "black box" techniques are neural networks, random forests, and gradient boosting models, while, at the opposite end, "white box" algorithms can be found, such as logistic regression and decision trees. Nonetheless, there is a tradeoff between the accuracy and interpretability of these methods, causing an ongoing debate of choosing the best options for clinical applications [4] . bias means that humans tend to agree with AI decisions, even when they are incorrect. H ever, as machines cannot be held responsible for their decisions, the legal liability wi be on the shoulders of physicians [10, 127, 128] . To summarize, artificial intelligence holds great promise for revolutionizing cl care. By the ingenious use of big data in healthcare, ML algorithms, and neural netw better options can be envisaged for the triage, diagnosis, prognosis, monitoring, and ment of various challenging diseases. Numerous studies have tackled the potential u AI in medical fields, such as cardiology, neurology, oncology, hematology, nephro gastroenterology, hepatology, orthopedics, and rheumatology, and in auxiliary area cluding drug design and the fabrication of patient-specific medical devices. Nonetheless, several limitations have impeded the translation of AI developm into clinical practices. Thus, prompt solutions and clarifications are required before grating these emerging technologies into medical protocols. Moreover, the idea th should be viewed as a complementary tool to the expertise of clinicians and not as placement alternative must be reinforced. In conclusion, AI is a source of tremendous opportunity in clinical care, dese considerable attention from the scientific community in order to fully understandi benefits and develop novel tools. Through the proper exploitation of AI advantages sonalized medicine may soon become a worldwide reality. In addition to the rule of law, nonlegal instruments also set important guidelines in medical activities. Hence, AI technology must also be seen from the perspective of the psychological, ethical, and moral aspects of treating patients [5, 121] . Although there is a positive attitude towards engaging AI technology in clinical practice, it has been reported that there is a lack of training in students and medical doctors who are supposed to work with these innovative methods. This aspect represents an important drawback, as running AI procedures by inexperienced users may lead to biased, subjective outcomes. This problem can be solved by expanding and improving medical school training in AI through familiarizing healthcare workers and taking full advantage of these emerging technologies without disregarding ethical considerations [121] . Special consideration must be given to the standardization of the metrics used in AI-based studies, as researchers present their findings in quite a heterogeneous manner. In more detail, numerous performance metrics, including accuracy, sensitivity, specificity, precision, F1 score, the area under the receiver operating curve, and more, are alternatively used for demonstrating the quality of a model, yet they are difficult to compare and correlate. Additionally, the outstanding results of exclusive in silico studies may not be reflected with the same success in clinical practice [10, 11] . In comparison to business and industry, the medical sector also faces technological limitations in acquiring and analyzing data. As the extent of the resources required to store and analyze data can be prohibitive, it imposes additional limitations on translating AI into clinical investigations and practices. Moreover, the poor organization and management of big data in healthcare may lead to the production of inaccurate models in which erroneous data is inappropriately included [1, 122] . Furthermore, ML algorithms are dependent on a predefined set of data to learn from, being restricted by the information that a dataset can provide. When there is a disproportionate number of features in comparison to the amount of data in the training set, the ML model may result in overfitting, compromising the reliability of future predictions and leading to poor generalizability of the findings. Thus, for an AI system to be effectively used in medicine, sufficient data must be provided in the training stage [10, 123, 124] . Generally, 70% of the available dataset is allocated for training, while the remaining 30% is used for validation. Concerning the data amount, the rule is "the more data, the better"; however, a clear minimum acceptable dataset size has not been indicated. Nonetheless, learning curves (the model performance as a function of the training sample size) may provide an indication of the sample size required for effective training of the model [125, 126] . In addition, an algorithm applied in one environment will not automatically be suitable in another environment, requiring careful development, testing, and evaluation in each new context before implementing AI systems for patient care [127] . Intense debate has also arisen from the fact that AI studies tend to compare algorithm performances to clinicians when, instead, realistic applications would involve a combination of human and artificial intelligence [128] . This has raised concerns on whether human clinicians will become redundant with the advancements of AI technology or lose the skills they do not regularly use. Moreover, automation bias means that humans tend to agree with AI decisions, even when they are incorrect. However, as machines cannot be held responsible for their decisions, the legal liability will still be on the shoulders of physicians [10, 127, 128] . To summarize, artificial intelligence holds great promise for revolutionizing clinical care. By the ingenious use of big data in healthcare, ML algorithms, and neural networks, better options can be envisaged for the triage, diagnosis, prognosis, monitoring, and treatment of various challenging diseases. Numerous studies have tackled the potential use of AI in medical fields, such as cardiology, neurology, oncology, hematology, nephrology, gastroenterology, hepatology, orthopedics, and rheumatology, and in auxiliary areas, including drug design and the fabrication of patient-specific medical devices. Nonetheless, several limitations have impeded the translation of AI developments into clinical practices. Thus, prompt solutions and clarifications are required before integrating these emerging technologies into medical protocols. Moreover, the idea that AI should be viewed as a complementary tool to the expertise of clinicians and not as a replacement alternative must be reinforced. In conclusion, AI is a source of tremendous opportunity in clinical care, deserving considerable attention from the scientific community in order to fully understanding its benefits and develop novel tools. Through the proper exploitation of AI advantages, personalized medicine may soon become a worldwide reality. Applications of Machine Learning in Cardiac Electrophysiology Artificial intelligence in medical Imaging: An analysis of innovative technique and its future promise. Mater Application of artificial intelligence in renal disease Successfully Implemented Artificial Intelligence and Machine Learning Applications In Cardiology: State-of-the-Art Review Artificial Intelligence in Brain Tumour Surgery-An Emerging Paradigm Applied machine learning and artificial intelligence in rheumatology Artificial Intelligence (AI)-Empowered Echocardiography Interpretation: A State-of-the-Art Review Artificial intelligence in celiac disease Artificial Intelligence shaping the future of neurology practice Machine learning algorithms-a review A comprehensive study on artificial intelligence and machine learning in drug discovery and drug development Artificial intelligence and cardiology: Current status and perspective Role of Adipose-Derived Mesenchymal Stem Cells in the Regeneration of Cardiac Tissue and Improvement of Cardiac Function: A Narrative Review Applications of Artificial Intelligence (AI) for cardiology during COVID-19 pandemic Prediction of incident hypertension within the next year: Prospective study using statewide electronic health records and machine learning Passive Detection of Atrial Fibrillation Using a Commercially Available Smartwatch Mixed convolutional and long short-term memory network for the detection of lethal ventricular arrhythmia Classification of aortic stenosis using conventional machine learning and deep learning methods based on multi-dimensional cardio-mechanical signals Machine learning-based CT fractional flow reserve assessment in acute chest pain: First experience Deep Feature Learning for Sudden Cardiac Arrest Detection in Automated External Defibrillators Clinical Performance and Role of Expert Supervision of Deep Learning for Cardiac Ventricular Volumetry: A Validation Study Cardiologist-level arrhythmia detection and classification in ambulatory electrocardiograms using a deep neural network Chapter 20-Artificial intelligence as applied to clinical neurological conditions Prediction of Long-Term Stroke Recurrence Using Machine Learning Models Automated Collateral Flow Assessment in Patients with Acute Ischemic Stroke Using Computed Tomography with Uncovering the heterogeneity and temporal complexity of neurodegenerative diseases with Subtype and Stage Inference Identifying multiple sclerosis subtypes using unsupervised machine learning and MRI data Automated detection of focal cortical dysplasia type II with surface-based magnetic resonance imaging postprocessing and machine learning Artificial intelligence for classification of temporal lobe epilepsy with ROI-level MRI data: A worldwide ENIGMA-Epilepsy study Efficient Epileptic Seizure Prediction Based on Deep Learning AiED: Artificial intelligence for the detection of intracranial interictal epileptiform discharges Development and validation of an interpretable deep learning framework for Alzheimer's disease classification Predictive markers for Parkinson's disease using deep neural nets on neuromelanin sensitive MRI Detection of brain activation in unresponsive patients with acute brain injury Artificial Neural Network for Predicting the Safe Temporary Artery Occlusion Time in Intracranial Aneurysmal Surgery Artificial intelligence outperforms human students in conducting neurosurgical audits Artificial intelligence techniques for cancer detection in medical image processing: A review. Mater Role of Telemedicine and Telegenetics Framework for the Management of Cancer Patients During the COVID-19 Pandemic Comparative Analysis Between Cellular Oncogenes and Viral Oncogenes Oncolytic Viruses as Nanomedicines against the Tumor Microenvironment By artificial intelligence algorithms and machine learning models to diagnosis cancer Early Diagnosis of Liver Metastases from Colorectal Cancer through CT Radiomics and Formal Methods: A Pilot Study Research on the development and application of a detection platform for colorectal cancer tumor sprouting pathological characteristics based on artificial intelligence Usefulness of artificial intelligence for predicting recurrence following surgery for pancreatic cancer: Retrospective cohort study An artificial intelligence algorithm for prostate cancer diagnosis in whole slide images of core needle biopsies: A blinded clinical validation and deployment study Deep Learning-Based Body Composition Analysis Predicts Outcome in Melanoma Patients Treated with Immune Checkpoint Inhibitors Convolutional Neural Network Classifies Pathological Voice Change in Laryngeal Cancer with High Accuracy Artificial Intelligence-Guided Prediction of Dental Doses Before Planning of Radiation Therapy for Oropharyngeal Cancer: Technical Development and Initial Feasibility of Implementation Personalized oncology with artificial intelligence: The case of temozolomide Artificial Intelligence in Hematology: Current Challenges and Opportunities How artificial intelligence might disrupt diagnostics in hematology in the near future Artificial Intelligence Analysis of Gene Expression Predicted the Overall Survival of Mantle Cell Lymphoma and a Large Pan-Cancer Series Artificial Intelligence-Assisted Mapping of Proliferation Centers in Chronic Lymphocytic Leukemia/Small Lymphocytic Lymphoma Identifies Patterns That Reliably Distinguish Accelerated Phase and Large Cell Transformation A deep learning model (ALNet) for the diagnosis of acute leukaemia lineage using peripheral blood cell images Artificial Intelligence-Based Predictive Models for Acute Myeloid Leukemia Identifying β-thalassemia carriers using a data mining approach: The case of the Gaza Strip Differential diagnosis of hereditary anemias from a fraction of blood drop by digital holography and hierarchical machine learning Sickle cell anemia: Hierarchical cluster analysis and clinical profile in a cohort in Brazil An international observational study suggests that artificial intelligence for clinical decision support optimizes anemia management in hemodialysis patients Automated Peripheral Blood Cell Differentiation Using Artificial Intelligence-A Study with More Than 10,000 Routine Samples in a Specialized Leukemia Laboratory Classification of Monocytes, Promonocytes and Monoblasts Using Deep Neural Network Models: An Area of Unmet Need in Diagnostic Hematopathology Prediction of Acute Kidney Injury With a Machine Learning Algorithm Using Electronic Health Record Data Improved predictive models for acute kidney injury with IDEA: Intraoperative Data Embedded Analytics A clinically applicable approach to continuous prediction of future acute kidney injury Artificial intelligence and machine learning for predicting acute kidney injury in severely burned patients: A proof of concept Predicting in-hospital mortality of patients with acute kidney injury in the ICU using random forest model Prediction and Risk Stratification of Kidney Outcomes in IgA Nephropathy Development and testing of an artificial intelligence tool for predicting end-stage kidney disease in patients with immunoglobulin A nephropathy Artificial intelligence predicts the progression of diabetic kidney disease using big data machine learning Automation of the kidney function prediction and classification through ultrasound-based kidney imaging using deep learning. Npj Digit Improving accuracy of estimating glomerular filtration rate using artificial neural network: Model development and validation Artificial intelligence outperforms experienced nephrologists to assess dry weight in pediatric patients on chronic hemodialysis Using Machine Learning Algorithms to Predict Risk for Development of Calciphylaxis in Patients with Chronic Kidney Disease Deep Learning-Based Histopathologic Assessment of Kidney Tissue Classification of glomerular pathological findings using deep learning and nephrologist-AI collective intelligence approach Dynamic prediction of renal survival among deeply phenotyped kidney transplant recipients using artificial intelligence: An observational, international, multicohort study Using Bayesian Networks to Predict Long-Term Health-Related Quality of Life and Comorbidity after Bariatric Surgery: A Study Based on the Scandinavian Obesity Surgery Registry Automatic classification of IgA endomysial antibody test for celiac disease: A new method deploying machine learning Assessment of Machine Learning Detection of Environmental Enteropathy and Celiac Disease in Children Synthetic Neoepitopes of the Transglutaminase-Deamidated Gliadin Complex as Biomarkers for Diagnosing and Monitoring Celiac Disease Artificial intelligence image recognition based on 5G deep learning edge algorithm of Digestive endoscopy on medical construction A novel artificial intelligence system for the assessment of bowel preparation (with video) Statistical Machine Learning Approaches to Liver Disease Prediction. Livers 2021, 1, 23 A Machine Learning Approach Enables Quantitative Measurement of Liver Histology and Disease Monitoring in NASH Deep-learning-based accurate hepatic steatosis quantification for histological assessment of liver biopsies Automated quantification and architectural pattern detection of hepatic fibrosis in NAFLD Efficiency of Machine Learning Algorithms for the Determination of Macrovesicular Steatosis in Frozen Sections Stained with Sudan to Evaluate the Quality of the Graft in Liver Transplantation Artificial intelligence for prediction of donor liver allograft steatosis and early post-transplantation graft failure. HPB 2021 High-Throughput, Machine Learning-Based Quantification of Steatosis, Inflammation, Ballooning, and Fibrosis in Biopsies From Patients With Nonalcoholic Fatty Liver Disease Targeting joint inflammation for osteoarthritis management through stimulus-sensitive hyaluronic acid based intra-articular hydrogels Machine learning based texture analysis of patella from X-rays for detecting patellofemoral osteoarthritis Artificial intelligence to diagnose meniscus tears on MRI Automatic knee meniscus tear detection and orientation classification with Mask-RCNN Deep Learning Artificial Intelligence Model for Assessment of Hip Dislocation Risk Following Primary Total Hip Arthroplasty From Postoperative Radiographs Genetic signature to provide robust risk assessment of psoriatic arthritis development in psoriasis patients Efficacy of Integrating a Novel 16-Gene Biomarker Panel and Intelligence Classifiers for Differential Diagnosis of Rheumatoid Arthritis and Osteoarthritis Artificial Intelligence Surgery: How Do We Get to Autonomous Actions in Surgery? Sensors Augmented Reality and Image-Guided Robotic Liver Surgery Artificial Intelligence and Surgical Education: A Systematic Scoping Review of Interventions A Review of Past, Current, and Emerging Devices Cardiovascular patient-specific modeling: Where are we now and what does the future look like? APL Bioeng. 2020, 4, 040401 Learning Framework for Design and Analysis of Surgical Bioprosthetic Heart Valves Deep Learning in Personalization of Cardiovascular Stents Automatic Shape Optimization of Patient-Specific Tissue Engineered Vascular Grafts for Aortic Coarctation Additively manufactured patient-specific prosthesis for tumor reconstruction: Design, process, and properties Synthetic skull bone defects for automatic patient-specific craniofacial implant design Deep Learning for Cranial Defect Reconstruction An online platform for automatic skull defect restoration and cranial implant design Design of patient specific dental implant using FE analysis and computational intelligence techniques Heuristic Biases, and the Optimization of Health Outcomes: Cautionary Optimism Artificial intelligence for clinical trial design Development of Score Based Smart Risk Prediction Tool for Detection of Type-1 Diabetes: A Bioinformatics and Machine Learning Approach Ovarian Cancer Substantial Risk Factor Analysis by Machine Learning: A Low Incoming Country Perspective Recent Trends in Machine Learning-based Protein Fold Recognition Methods Smart Risk Prediction Tools of Appendicitis Patients: A Machine Learning Approach Application of Artificial Intelligence in COVID-19 drug repurposing A healthy debate: Exploring the views of medical doctors on the ethics of artificial intelligence Big data, machine learning, and artificial intelligence: A field guide for neurosurgeons Artificial intelligence in the diagnosis and management of arrhythmias Artificial intelligence in dermatology Artificial intelligence and machine learning for human reproduction and embryology presented at ASRM and ESHRE 2018 Sample size planning for classification models The ethical, legal and social implications of using artificial intelligence systems in breast cancer care Assessing the Economic Value of Clinical Artificial Intelligence: Challenges and Opportunities