Volume 12 - Issue 2

Research Article Biomedical Science and Research Biomedical Science and Research CC by Creative Commons, CC-BY

Artificial Intelligence for Developing Tools and Technologies in Vascular and Cardiac Surgery Applications: A Survey

*Corresponding author: Miltiadis Alamaniotis, Department of Electrical and Computer Engineering, University of Texas at San Antonio, One UTSA Circle, San Antonio, 78249, Texas, USA.

Received: March 01, 2021; Published: March 17, 2021

DOI: 10.34297/AJBSR.2021.12.001738

Abstract

In the last decade, scientific advancements in artificial intelligence have paved the way for the utilization of artificial intelligence in the field of medicine in various capacities. The objective of this paper is to review and summarize the principal methodologies, advances, and trends of the applied artificial intelligence technologies in relation to cardiovascular pathologies and medical applications. This survey groups the implemented artificial intelligence methods in a set of broad categories based on their relevance in cardiovascular applications. The artificial intelligence technologies are summarized in a technology- based format.

This survey recognized four main technological categories of artificial intelligence utilization in cardiovascular applications, namely, a) operation parameter prediction, b) image analysis and segmentation, c) monitoring and diagnosis systems, and d) surgical performance support and assistive systems. Furthermore, a diverse variety of artificial intelligence technologies has been identified within each of the four categories, including well established tools like neural networks, support vector machines, evolutionary computing and expert systems. In addition, this survey reports the technological approach (i.e., type of methods or parameters) that each artificial intelligence tool adopts within each category, and the specific medical operations for which each of the identified artificial intelligence tools has been developed.

The plethora of artificial intelligence methods presented herein draws the main conclusion that the complexity of cardiovascular pathologies and healthcare needs, are especially well-suited to integrate advanced artificial intelligence tools to aid clinicians and improve patient care.

Keywords: Artificial Intelligence; Vascular Surgery; Cardiac Surgery

Abbreviations: CFD: Computational Fluid Dynamics; AAA: Abdominal Aortic Aneurysm; EVAR: Endovascular Aneurysm Repair; 3D-CT: 3-Dimensional Computerized Tomography; 4D-MRI: 4-Dimensional Magnetic resonance Imaging; DICOM: Digital Imaging and Communications in Medicine; 3D-CMR: 3D cardiovascular magnetic resonance; ICG: Impedance Cardiography Signals

Introduction

Novel computing and information technologies have led to the generation of large quantities of data, whose efficient analysis constitutes a major challenge. Humans do not have the capacity to analyze and identify patterns across vast quantities of data, thus necessitating technological solutions. Artificial intelligence (AI) contains a robust armamentarium of diverse methods and tools that can be utilized for these purposes, based on the requirements of the specific application. Processing of multimodal and datarich information, ranging from physiological signals, pathological information, patient-specific anatomy and vascular network morphology, all potentially varying in real time is critical in the decision-making during interventions for cardiovascular patients, which makes the use of AI technologies a natural choice for the aforementioned applications.

From a technical point of view, artificial intelligence may be defined as follows [1]: “AI = knowledge representation + solution search”, and its’ goal is the development of intelligent systems that act and think rationally. Overall, artificial intelligence has been identified to consist of six components as represented in (Figure 1).

Biomedical Science &, Research

Figure 1: Artificial Intelligence components (Adapted from (1)).

Notably, one of the most important components of artificial intelligence is “machine learning”, which encompasses models that utilize available data to evaluate their parameters (e.g., regression models for prediction making) or to recognize patterns (e.g., clusters within data) [2]. With the rapid development of data technologies, machine learning has evolved to become the most widely used and most recognizable component of AI, with increasing translation to practical applications [3]. Machine learning tools are developed on the basis of several parameters, called weights, which are estimated during the training phase. The training phase is a process that utilizes pre-existing data to identify and optimize values for the weights. Usually, training takes the form of an optimization problem that aims at minimizing an objective function based on a set of known data. The training data are organized as combinations of known inputs-known outputs for the system under investigation.

In this paper, we present the implementation of artificial intelligence towards the analysis cardiovascular physiology and more specifically the relevance of AI in cardiovascular diagnostic and therapeutic operations. We will describe existing methodologies and the current state-of-the-art in applied AI, as well as trends for future applications in complex cardiac and aortic procedures. In the next sections, the AI applications are presented in technical domain groups, followed by an overview and a summary of the key highlights.

Artificial Intelligence in Operation Parameter Prediction

Utilization of simulations and models is essential to estimate the outcome of operations and therefore based on these predictions to formulate appropriate decisions. Predictive models have found use in cardiac and vascular surgery, exhibiting high potential as prediction tools. Machine learning offers a variety of tools that learn from existing data (patterns) and provide prediction over future values of specific parameters. Approaches in this direction include the development of a deep neural network adopted for simulating the hemodynamics of the thoracic aorta and predict the steady state distributions of pressure and flow velocity [4]. After training using computational fluid dynamics (CFD) data and geometry analysis, the deep neural network was able to predict both distributions with error ranging between 1.5 and 2%. A deep neural network is a machine learning unit comprised of more than 3 layers that mimics the way human brain functions; (Figure 2) depicts the basic architecture of a neural network [5]. A simple neural network for developing a predictive model for cardiovascular flows has been previously developed [6] and avoids the use of conventional simulators. The neural network is instead trained on noisy and scattered clinical data of flow and vessel wall displacement, from 4-dimensional flow Magnetic Resonance Imaging (4D-MRI) and provided predictions for velocity, pressure and wall displacement pulse wave propagation that were found to be consistent with physical models.

Biomedical Science &, Research

Figure 2: Artificial Intelligence components (Adapted from (1)).

Furthermore, an ensemble of a neural network, a Bayesian network (i.e., a directed graphical model that expresses causal relationships between the system variables (2)), and a support vector machine (abbreviated as SVM - a decision model that is based on identifying the maximum margin between sets of known datapoints that denote different decisions (2)) were developed [7] to provide predictions of post-operative morbidity following endovascular aneurysm repair (EVAR). The ensemble model was developed using a training set of pre-operative patient data such as their co-morbidities and post-operative outcome variables. The performance of the ensemble model was compared against real patient outcomes and was found to be satisfactory [7]. Similarly, another methodology involved a neural network adopted for classifying the sizes of the aortic deformation using 3-Dimensional (3D) data from Computerized Tomography (CT) Scans and subsequently predicted the survival probability of patients with Abdominal Aortic Aneurysms (AAAs) [8]. Results from such an approach provided a high prediction accuracy independent of the number of weights used to model the neural network [8].

Image Analysis and Segmentation

AI based approaches have already made significant contributions in the field of image analysis for diagnostic inference making. Early applications for these technologies were implemented in vascular surgery research, such as autonomous imaging analysis diagnostic models, for peripheral arterial disease and myopathy classification [9]. In this approach, image segmentation was performed on skeletal muscle biopsy specimens and binary image reconstructions where utilized for autonomous discriminant analysis and patient classification [9]. An essential part of such image analysis is the autonomous process of segmentation and detection (the process of partitioning an image into multiple sets of pixels, known as image objects and boundaries). In the medical field, where CT scans are used to support cardiovascular and aortic operations, accurate image segmentation is of paramount importance. AI techniques, mainly taken from the machine learning library, have been applied for image segmentation of CT scan Digital Imaging and Communications (DICOM) file formats. A new method that utilizes support vector machines (SVM) has recently been used as the basis for segmenting an image and subsequently detecting the thin boundaries of silver-stained endothelial cells [10]. Results exhibited detection accuracy of 93% for this approach. Furthermore, an automatic method for image segmentation for the lumen of the thoracic aorta and its main branches, from 3D cardiovascular magnetic resonance (3D-CMR) has been reported in [11]. The presented automatic method was based on machine learning algorithms and more specifically, principal component analysis and classifiers to characterize the aortic anatomy.

A more sophisticated method that has recently been proposed for aortic images analysis utilized a combination of artificial intelligence tools [12]. Segmentation is often further complicated by the high variance of adjacent structures along the aorta in the thoracic and abdominal regions (specifically, it is challenging to discriminate the presence of luminal thrombus from surrounding tissue at the aortic wall). Therefore, a combination of machine learning methods and additional features were utilized in concert for the automated detection of the aortic outer wall, which included both the lumen and thrombus, in order to achieve more accurate diagnostic measurements. The proposed method implemented a support vector machine classifier [2] whose parameters were being adjusted by means of an evolutionary algorithm. Evolutionary algorithms are a set of artificial intelligence algorithms that mimic the natural evolution of species; as depicted in (Figure 3) [13].

Biomedical Science &, Research

Figure 3: Basic steps of an evolutionary algorithm, which mimics the natural evolution processes.

Deep learning neural networks have also been successfully applied and tested for image segmentation from optical coherence tomography, such as to identify the aortic intimal layer in the rat [14]. Convolutional neural networks (CNN), a type of neural networks that do not change even when certain input data undergo numerical transformations [2], have been also utilized for segmentation of images, focused on applications in predicting AAA outcomes [15]. The ability to generalize the use of a CNN trained using synthetic images was tested on a set of real medical images, and the CNN was found to provide high detection accuracy [15]. Another approach for image segmentation has been developed based on identifying clusters within the images [16]. The intelligent algorithms used for such an approach worked for aortic root analysis in preparation for aortic valve implant procedures, were the K-means clustering algorithms exhibited high efficacy. K-means is a widely used machine learning algorithm which identifies clusters within available datasets; where clusters represent groups of data with similar properties [2].

A comprehensive review of the literature detailing the use of AI techniques exclusively for AAA image segmentation underlines not only the value of using AI algorithms to predict rupture or postsurgical outcomes, but also the inherent benefit that AI approaches improve with use and data availability since the training/learning dataset grows larger and the predictive accuracy improves [17]. Lastly, a new approach that adopts a set of deep convolutional networks (i.e., a convolution neural network with at least four layers) has been proposed for identifying features in CT images from 3D reconstructions of the aortic anatomy and autonomous measurements pertinent to pre-operative surgical planning. Tests demonstrated that the isolation and localization of clinically significant features on CT scans was feasible through CNNs even in non-optimized images [18]. In particular, the proposed technique employed a set of three deep convolutional networks (i.e., a single deep CNN for each dimension) to identify regions of interest, namely, the heart, aortic arch and descending aorta within the CT images, has the potential to improve image analysis and accurate detection of organs in images, at rates as high as 98% as shown in [18].

Monitoring and Diagnosis Systems

AI has also been used for developing medical prognosis, diagnosis and monitoring systems. Specifically, for the diagnosis of cardiovascular anomalies, a novel method utilizes data from impedance cardiography signals (ICG) (which represent aortic impedance variation during the heart activity cycle), the Fisher information (which denotes the expected value of the observed information (2)) and the Mahalanobis distance (a measure of the distance between a single datapoint and distribution of data (2)) to differentiate values between known anomalies and measurements [19]. Results exhibit that the proposed intelligent method provided accuracy equal to 96.4% of correct clinical diagnoses. Another approach for monitoring patients after aortic arch repair procedures, introduces a quantitative solution for continuous evaluation of quality of life [20]. In this approach, deep learning, which is utilized for data fusion and reasoning, outputs a numerical value that expresses a quality of life index for the patient under surveillance.

Furthermore, interesting approaches have been implemented to serve as intelligent diagnostic systems [21]. In particular, the synergy between machine learning algorithms used for 3D CT image reconstruction and predictive modeling of aortic deformations have been leveraged for the diagnosis and treatment of aortic valve pathologies. Ultimately the proposed work could replace the highly resource-intensive manual geometric reconstruction and finite element analyses, with a fully automated predictive system. An advanced technique for diagnosis of AAA, has already demonstrated the ability to autonomously analyze computational fluid dynamic data and calculate wall shear stresses [22]. The algorithm is based on data mining methods and more specifically on the Ant Colony optimization algorithm (ACO); which is an evolutionary algorithm and probabilistic technique for computations, inspired by the motion of ants in fields in nature [23]. The results reported designate the ant colony optimization-based system as a highly accurate system for the presence of AAA.

Since the applicability of algorithms is highly dependent on the input data source, new methods for performing clinical diagnosis have also looked at alternate sources for relevant information, including the use of ultrasound signals [24]. The proposed method adopts a temporal convolutional neural network to process a sequence of ultrasonic signals (measuring the vascular diameter of the fetal abdominal aorta) and output a diagnosis in real time [24]. Tests on experimentally obtained signals demonstrate the efficiency of the method as a substantial improvement in the accuracy of diagnosis is observed when compared to the current state-of-theart. Similarly, AI systems have also been developed for diagnosis of cardiac disease using phonocardiogram signals [25]. The AI system is implemented in two forms: the first adopts a Bayesian neural network, while the second adopts a radial basis function network [25]. The comparison between the two types of neural networks highlighted the superiority of the radial basis network over the Bayesian; both demonstrating high relative accuracy at 98% and 90% respectively. AI was also used to implement a monitoring system that conducted prognosis of postsurgical complications [26], for patients who had undergone coronary artery bypass grafting (CABG). The AI tool used in this particular instance was a single hidden layer artificial neural network [26]. Prognosis algorithms of post-cardiac surgery complications were benchmarked for performance accuracy in a recent review of the field [27]. In that work, several intelligent algorithms such as Random Forest (that is a multitude of decision trees which designate the best decision), Adaboost (a technique for combining multiple classifier models and then fuse their decision into a single classifier (2) using their weighted sum), gradient boosting (similar to Adaboost but with individual weights computed using a differentiable loss function (2)) were compared, with gradient boosting having the highest accuracy.

Surgical Performance Support and Assistive Systems

Technological advancements in AI have also made possible the development of systems that support and assist surgeons in their procedural decision making or that simplify several complex but predictable processes that human operators find difficult to perform. Such assistive systems often involve a method for controlling assistive robotics in order to conduct minimally invasive surgeries [28]. The main premise is to introduce the technology platforms for an improved human -robot interface and adaptation of the surgical robotic systems to the individual operator’s dexterity needs. Intelligent systems have been developed for controlling robotics that support the operator during cardiac motion [29], where the system is based on the locally weighted regression method (i.e., regression that is conducted around a specific point and utilizes a training set comprised of data “local” (close) to that specific point). The proposed technology compensates for physiologic cardiac motion, in order to create more stable contact during the operators’ hand motion. An expert system that supports decision making involved in the treatment for cardiac intensive care patients, postoperative management and prevention of medical errors has also been outlined [30]. Expert systems are a subset of artificial intelligence that model the accumulated expertise of a human expert, in the form of IF-THEN rules. The basic architecture of an expert system is depicted in (Figure 4). An evaluation of various visual assistive systems for transcatheter implantation of aortic valve prosthesis has been previously reported [31]. The set of systems evaluated are based on image processing, machine learning and deep learning algorithms [31]. The idea is to be able to support the operator after learning the operative process, utilizing angiographic images etc. For the same type of operations, the development of an expert system has also been presented [32], focusing on supporting decision-making with regard to appropriate implant selection, based on patient anatomical data and manufacturing parameters. Lastly, a clinical decision support system has been proposed to help physicians provide a better understanding of the AAA behavior and prognosis [33]. The decision support system utilizes a set of machine learning algorithms to predict mortality rate of patients who have undergone open repair of AAAs. The AI tool used in this work was a multilayer perceptron (a type of neural network) that achieved 95% accuracy [33]. A more advanced application in assistive systems, is the navigation control for endovascular robotic interventions implementing a fuzzy-logic control model that may support aortic aneurysms invasive surgery [34]. The use of fuzzylogic – in the form of fuzzy variables and fuzzy rules - facilitates the dynamic processing of input coordinate data, handles data uncertainty, and allows fast navigation decision making. In this work, a human aortic model was analyzed for ideal endovascular anatomical navigation of a robotic system, by processing coordinate parameters in an (x,y,z) fashion and subsequently control the robotic movement for endo-aortic navigation. The overall work virtually described a fundamental AI surgical assistive model that mimics the vascular surgery expertise.

Biomedical Science &, Research

Figure 4: Architecture of an Expert System.

Results

intelligence offers a wide variety of methods that allow the development of automated tools in various domains. In this paper, the use of artificial intelligence in the medical domain is presented. Several AI tools have been developed and proposed to support cardiovascular diagnostics, monitoring, patient management and operations. The reviewed works were grouped based on the system functionality they implement. Specifically, AI tools have been used for i) parameter prediction, ii) image analysis and segmentation, iii) monitoring and diagnosis systems, and iv) operation support and assistive systems. (Figure 5) depicts the AI tools and their functionality as presented in the current paper. In addition, the fundamentals of some of the most popular AI tools are summarized, namely, neural networks, evolutionary algorithms, and expert systems.

Biomedical Science &, Research

Figure 5: Summary of AI tools and their functionality as presented in the current paper.

Discussion

Artificial intelligence has found use in cardiovascular and aortic applications but wide-spread application is still low. Thus, there is room for more advanced and sophisticated tools and technologies that will push the envelope in the state-of-the-art in AI applications for cardiac, and vascular procedures. AI technologies have the potential to support physicians in various capacities. However, development of intelligent technologies and tools requires collaboration between people from various fields - i.e., medical, engineering and computer science to ensure both high accuracy and translation to practice.

References

Sign up for Newsletter

Sign up for our newsletter to receive the latest updates. We respect your privacy and will never share your email address with anyone else.