Abstract
The human right ventricle is barely monitored during open-chest surgery due to the absence of intraoperative imaging techniques capable of elaborating its complex function. Accordingly, artificial intelligence could not be adopted for this specific task. We recently proposed a video-based approach for the real-time evaluation of the epicardial kinematics to support medical decisions. Here, we employed two supervised machine learning algorithms based on our technique to predict the patients’ outcomes before chest closure. Videos of the beating hearts were acquired before and after pulmonary valve replacement in twelve Tetralogy of Fallot patients and recordings were properly labeled as the “unhealthy” and “healthy” classes. We extracted frequency-domain-related features to train different supervised machine learning models and selected their best characteristics via 10-fold cross-validation and optimization processes. Decision surfaces were built to classify two additional patients having good and unfavorable clinical outcomes. The k-nearest neighbors and support vector machine showed the highest prediction accuracy; the patients’ class was identified with a true positive rate ≥95% and the decision surfaces correctly classified the additional patients in the “healthy” (good outcome) or “unhealthy” (unfavorable outcome) classes. We demonstrated that classifiers employed with our video-based technique may aid cardiac surgeons in decision making before chest closure.
Keywords: supervised machine learning, right ventricle kinematics, Tetralogy of Fallot, surgery decision making, prognosis prediction
1. Introduction
Artificial intelligence (AI) has been heralded in the family of “disruptive” technology and as a promising tool to assist clinicians in making better clinical decisions [1,2]. AI implementations can discover and use information hidden in the massive amounts of data usually available for clinical decision making [3,4,5]. Moreover, AI systems aim to reduce diagnostic and therapeutic errors, unavoidable in routine clinical practice, using any sensor or available data to improve the prediction. Among the AI systems that have been tested, there is the Medical Decision Support System which improved clinical decision making in both diagnosis and therapy selection, especially in cases of uncertainty or incomplete information [6].
AI promisingly showed to surpass diagnoses obtained from repetitive human tasks by merging digital imaging with all other data coming from different fields of research [7,8]. Regarding cardiac imaging, AI has been proposed for analyzing CT-scan [9], MRI [10,11] and transthoracic echocardiography data [12].
Recently, AI has been implemented to reduce the number of observations needed to achieve both prognostic and diagnostic robust results [13,14,15,16] with a limited number of patients.
Several AI-related tools, especially for rare disease diagnoses, have shown progress in determining the risk score and in screening areas such as genomics [17], histopathology [18] and radiology [19]. Although all of them are certain to revolutionize our concept of prognosis and diagnosis, AI-related cardiac imaging is currently not employed during open-chest surgery.
Transesophageal echocardiography is the gold standard imaging technique to monitor the left ventricular mechanics during cardiac surgery, but there is still the absence of real-time intraoperative imaging techniques for the evaluation of the right ventricle (RV). This is critical, especially for complex congenital heart diseases in which RV dysfunctions are common features [20]. Hence, AI algorithms are still not employed or developed for this specific task. As for the intraoperative evaluation of the RV, our group has introduced and validated an innovative and contactless imaging technique named Vi.Ki.E. (Video Kinematic Evaluation) [21]. Briefly, the technique consists of recording high-temporal resolution videos of the epicardial movement of the exposed beating heart to calculate kinematic parameters before and after surgery. We applied Vi.Ki.E. in the field of myocardial ischemia [21] and complex congenital heart diseases such as Tetralogy of Fallot (ToF) [22,23], which is the most common RV pathology representing 7–10% of the congenital cardiac defects [24]. Interestingly, in our most recent work on ToF [23], we observed a promising correlation between the before surgery Vi.Ki.E. parameters and preoperative RVEDVI measured by cardiac magnetic resonance (the gold standard for RV evaluation in congenital patients).
In the present work, two supervised machine learning (SML) models were selected and trained with data extracted from twelve consecutive ToF patients undergoing pulmonary valve replacement (PVR). We opted for SML over unsupervised machine learning due to its capability to consider not only the data but also the patient’s documented clinical outcome, reducing the classification error and providing more clinically relevant results [24]. In the operating room, the success and prediction of the outcome of the surgical intervention are still based on the medical team’s experience. Our intraoperative approach allows us to compare the heart kinematic parameters before and after surgery and postulate on the intervention success, but the implementation of SML would allow us to predict the outcome upon chest closure. Therefore, to develop suitable SML models, we extracted features from the frequency domain [25,26,27,28] of the RV epicardial movement recorded with our imaging technique.
This monocentric study aimed to develop Vi.Ki.E.-based SML models to provide an important decision-making tool supporting the medical team during open-chest surgery.
2. Materials and Methods
2.1. Surgical Methods
The surgical methods and selection criteria of our study were described in our previous work [22]. Briefly, all surgical procedures were performed by one surgeon (G.B.L.) via repeat median sternotomy, using aortic and bicaval cannulation, under normothermic cardiopulmonary bypass on the beating heart. The latter criterion was implemented to exclude the effects of myocardial ischemia/stunning on the kinematic parameters and, thus, the whole recording. Anesthetic was administered only once at the beginning of the surgery. Finally, apart from one patient who had an intraoperative tachycardia that was assessed in our pilot study [21], the heart rate of all patients was the same between the two timepoints.
2.2. Right Ventricle Video Recording
The study was approved by the Institutional Review Board (# 847CESC Protocol # 13371) and all patients signed an informed consent agreement. Between November 2016 and November 2018, a total of twelve consecutive ToF patients undergoing PVR were studied accordingly with our previous works [20] and used to train the classifiers. Briefly, three to four videos lasting five seconds were recorded at 200 fps in two surgical phases: before the beginning of the surgical procedure and at the end of the surgery (PVR), circa 30 min after protamine sulphate infusion. The timing of the second surgery was implemented to obtain the same blood density of the before-surgery phase. Consequently, the open source tracking software Video Spot Tracker (VST, CISMM, Computer Integrated Systems for Microscopy and Manipulation, UNC Chapel Hill, NC, USA) was used to track the right ventricle epicardial movement using a virtual video marker (Figure 1a). Then, a custom algorithm implemented in MATLAB® (Release R2020a, The MathWorks, Inc., Natick, MA, USA) extracted the x and y coordinates versus the time of the RV movement (Figure 1b), which were used as a source of information for the SML classifiers.
As concerns the Vi.Ki.E. data, the algorithm provides the following parameters, as described in [21]:
Maximum contraction velocity: estimates the instantaneous maximal velocity of the cardiac tissue during systole;
Force: estimates the instantaneous acceleration;
Energy: estimates the kinetic energy during cardiac cycles;
Perimeter: estimates the ventricular compliance.
In detail, we have recorded and analyzed a total of 86 videos of beating hearts, subdivided into 43 before and 43 after PVR surgery.
Moreover, we tested our classifiers on two additional patients, with known clinical outcomes and not used for the models’ training, via the decision surface method. One ToF patient undergoing PVR who had a favorable outcome (discharged after 7 days of hospitalization) and one patient undergoing PVR for isolated congenital pulmonary valve regurgitation who had an unfavorable hospital course (death two weeks after surgery).
2.3. Features/Predictors
For each video, we extracted numeric features/predictors (Table 1) that are an overall measure of the “trait” of the periodic mechanical x and y coordinates representing the cardiac cycle.
Table 1.
Feature/Predictor | MATLAB® Function |
---|---|
Band power [pixel]: it returns the ‘average power’ or average l2 norm (average Euclidean norm) of the input signal [pixel] | bandpower https://it.mathworks.com/help/signal/ref/bandpower.html |
Power bandwidth [Hz]: it returns the 3 dB (half-power) bandwidth of the input signal | powerbw https://it.mathworks.com/help/signal/ref/powerbw.html |
Occupied bandwidth [Hz]: it returns the 99% occupied bandwidth of the input signal | obw https://it.mathworks.com/help/signal/ref/obw.html |
Spurious free dynamic range [dB]: it returns the SFDR of the real sinusoidal-like input signal | sfdr https://it.mathworks.com/help/signal/ref/sfdr.html |
Signal to noise and distortion ratio [dB]: it returns the SINAD of the real sinusoidal-like input signal | sinad https://it.mathworks.com/help/signal/ref/sinad.html |
Signal to noise ratio [dB]: it returns the SNR of the input signal | SNR https://it.mathworks.com/help/signal/ref/snr.html |
Spectral entropy (information content) of the input signal | pentropy https://it.mathworks.com/help/signal/ref/pentropy.html |
In detail, Table 1 showed the seven MATLAB® functions (Release R2020a, The MathWorks, Inc., Natick, MA, USA) to calculate the features/predictors for each of the 86 video recordings. Furthermore, the known clinical outcome was used to label the patient video recording as unhealthy (before surgery) or healthy (after surgery) class.
2.4. Models’ Training and Optimization
The two classifiers showing the highest classification accuracy were trained and optimized with the abovementioned matrix. In detail:
Optimizable KNN (k-nearest neighbor classifier), via the “fitcknn” function (https://it.mathworks.com/help/stats/fitcknn.html, accessed on 1 August 2021) with a total of 100 optimization iterations and no standardization of the input features;
Optimizable SVM (support vector machine classifier), via the “fitcsvm” function (https://it.mathworks.com/help/stats/fitcsvm.html, accessed on 1 August 2021) with a total of 100 optimization iterations and no standardization of the input features.
Both models were optimized via the minimization of the classification error and, also, 10-fold cross-validated: for 10 times, a new 10% of the patients were not used to train but to blindly validate the models. Cross-validation is a good practice to avoid over-fitting, which is undesired memorization of the training data reducing the model predictive ability.
2.5. Decision Surface
The cross-validated and optimized classifiers were used to build 2D simplified classification models for both x and y coordinates. This simplified 2D approach allowed to build the so-called decision surface where every point of the Cartesian plane is classified using, as a representative feature of the patient status, the SNR of the kinematic periodic movement of the RV.
2.6. Statistical Analysis
To calculate the minimum number of patients to perform the study, we used the formula by Armitage et al. [29] to evaluate the 95% confidence interval for the disease’s prevalence, where the amplitude (D) of that confidence interval is established a priori and with Z(σ⁄2) = 1.96. Knowing the ToF prevalence is circa 1/3500 live births and establishing D = 2%, the minimum number of patients that should be enrolled to study the disease is N > 10.97 [30].
The Vi.Ki.E. parameters are expressed as mean ± SEM. The normality of the distribution of the data was investigated with Kolmogorov–Smirnov test, and the significance was assessed by Mann–Whitney test. p values were considered significant at <0.05.
3. Results
3.1. Selected Models
The frequency-domain-related features extracted from the epicardial movement of the RV were processed by the Classification Learner Application in MATLAB® to test different classification models.
Table 2 shows that the two ensemble methods, as well as the linear discriminant, the kernel naïve Bayes and the Gaussian naïve Bayes models, displayed a classification accuracy below 75% and therefore were not adopted in this work [31].
Table 2.
Classifier | Accuracy (%) |
---|---|
Boosted trees (ensemble of trees using the AdaBoost (Adaptive Boosting) algorithm) [32] | 46.5 |
RUSBoosted trees (ensemble of trees using the RUSBoost (Random Undersampling Boosting) algorithm) [33] | 46.5 |
Linear discriminant [34] | 66.3 |
Kernel naïve Bayes [35] | 68.6 |
Gaussian naïve Bayes [36] | 69.8 |
Fine Gaussian (Radial Basis) support vector machine (SVM) [37] | 79.1 |
Fine k-nearest neighbor (KNN) [38] | 86.0 |
On the contrary, both KNN and SVM classifiers showed the highest classification accuracy and therefore were elected to be customized and optimized for our specific medical aim.
3.2. Optimized Model Training
At the end of the optimized training we obtained:
The confusion matrix with the number of truly recognized videos on the diagonal and the number of falsely recognized videos on the antidiagonal (Figure 2a and Figure 3a);
The preceding confusion matrices were used to compute the corresponding True Positive Rate (TPR), the probability to truly recognize the class, on the diagonal, and False Negative Rate (FNR), the probability to misrecognize the class, on the antidiagonal (Figure 2b and Figure 3b);
The optimized parameters of the 10-fold cross-validated models (Figure 4a and Figure 5a);
The Area Under Curve (AUC) or area under ROC (Receiver Operating Characteristic) curve (Figure 4b and Figure 5b);
The MATLAB®’s script of the optimized model;
The MATLAB®’s optimized model (as a saved workspace structure array) to employ in the operating room to classify the current patient’s heart movement as unhealthy or healthy.
In detail, the KNN displayed a TPR of 95.3% and an FNR of 4.7% before surgery, whereas after surgery the TPR was 97.7% and the FNR was 2.3% (Figure 2).
Similarly, the SVM showed a TPR of 97.7% and an FNR of 2.3% before surgery, whereas after surgery the TPR was 95.3% and the FNR was 4.7% (Figure 3). When the cross-validated classifier reached the last optimization iteration (the 100th in our study), each iteration was evaluated in terms of classification error and the one with the minimum error provided the so-called “best point hyperparameters”. The estimated and observed minimum classification errors were plotted against the iteration number when they were <0.05. The KNN was optimized for a number of neighbors equal to 1, for the Euclidean distance metric and the squared inverse distance weight (Figure 4). The SVM was optimized considering a Gaussian kernel function, a kernel scale of 19.6027 and a box constraint level of 465.2959 (Figure 5). In addition, for both optimized models, the AUC was close to 1 (0.97 for KNN and 0.99 for SVM), which is the value of a perfect classification (Figure 4 and Figure 5).
3.3. Classifiers’ Prediction Ability Tested via Two Additional Patients with Different Outcomes
We sought to investigate the classifiers’ prediction skills in two additional patients not considered in the training process. First, we assessed the cardiac kinematics (Figure 6a) in one ToF patient who underwent PVR with a known favorable outcome (discharged after 7 days of hospitalization). As in our previous works [22,23], we observed a decreasing trend for all Vi.Ki.E. parameters, which was significant for the energy and perimeter. Then, the Vi.Ki.E. coordinates of this patient were inputted into our SML models to build the decision surfaces. As a representative feature, we selected the signal-to-noise ratio (dB) (SNR) displayed in Figure 6b. Both before and after surgery, video recordings were correctly classified into the unhealthy and healthy classes by both trained models, respectively.
Likewise, we assessed the cardiac kinematics (Figure 7a) in a patient undergoing PVR for isolated congenital pulmonary valve regurgitation who had an unfavorable hospital course (death two weeks after surgery). We observed an increasing trend for all the Vi.Ki.E. parameters, which is in contrast with our previous work. The Vi.Ki.E. coordinates of this patient were used to build the decision surfaces for the SNR feature (Figure 7b). In detail, the before-surgery video recordings were correctly classified into the unhealthy class by both trained models (Figure 7: left panels, top and bottom). On the contrary, the after-surgery video recordings were still classified into the unhealthy class (instead of healthy) by both trained models (Figure 7: right panels, top and bottom), thus correctly predicting the documented unfavorable outcome.
4. Discussion
In this work, we employed supervised classifiers capable of correctly predicting outcomes on a set of patients affected by ToF and undergoing PVR. Tetralogy of Fallot is a rare congenital heart disease, which requires repair in early infancy and is associated with excellent survival into adulthood. Later on, most patients will develop chronic pulmonary valve regurgitation, which is characterized by the impairment of the right ventricular mechanical function [39]. The lack of imaging techniques for the intraoperative evaluation of the RV does not allow a precise assessment of its mechanical function during surgery, comparable to the information provided by MRI outside the operating room setting [40]. Moreover, the kinematics of the RV are extremely complex and there are emblematic cases in which its movement could be very atypical [41].
Predictive outcomes based on conventional technologies require a vast dataset of patients; conditions that, for rare diseases, entail multi-center investigations [42]. To overcome this limitation, a promising tool could be SML classifiers due to their ability to merge data coming from different research fields.
In this study, we trained two SML classifiers based on Vi.Ki.E., a contactless imaging technology developed by our laboratories to evaluate the RV kinematics [21,22,23,43]. We used the Vi.Ki.E. coordinates to extract frequency-domain-related features/predictors from the sinusoidal-like movement of the heart. The outputs of the trained classifiers are two classes, named either unhealthy (before surgery) or healthy (after surgery). The two models with the highest classification accuracy were the KNN and the SVM (>75%), which were optimized for our specific medical aim. Interestingly, both KNN and SVM classifiers are widely used in cardiology/cardiac surgery. For example, KNN has been recently employed for the accurate delineation of the QRS complex [44] and as predictive analytics for the postoperative length of stay after isolated coronary artery bypass grafting [45]. Likewise, SVM has been extensively used for predicting the development of complications after cardiac surgery [46,47]. Indeed, Moghaddasi et al. employed the SVM model to classify the severity of mitral regurgitation via transthoracic echocardiography [48].
Despite the limited number of cases, as shown in the power analysis consistent with the rarity of ToF, we optimized and 10-fold cross-validated the SMLs, obtaining good results in terms of TPR, FNR and AUC for both KNN and SVM models.
The usefulness of both classifiers was tested with an additional ToF patient undergoing PVR who had a favorable outcome. The Vi.Ki.E. assessment showed a decreasing trend for all kinematic parameters in line with our previous studies on right ventricular unloading [22,23]. We used the signal-to-noise ratio (SNR) predictor as a representative feature to build a simplified 2D classification model, named “decision surface”, for both coordinates. Both KNN and SVM decision surfaces correctly recognized the patient’s before and after surgery status in the respective unhealthy and healthy classes, which is thus in line with his prognosis.
We also used our classifiers on another patient who died two weeks after PVR for isolated congenital pulmonary valve regurgitation. The intraoperative Vi.Ki.E. parameters showed the opposite trend to that of our ToF population, denoting a still fatigued heart, although supported by inotropic drugs. As shown by the decision surfaces, the two classification models classified the after surgery heart movement as unhealthy (instead of healthy), thus correctly highlighting the still complex clinical condition. In conclusion, both KNN and SVM models classified the dead patient in line with his adverse prognosis.
The intraoperative clinical situation of the patient with an unfavorable outcome demonstrated the necessity of a real-time classification tool, directly applicable in the operating room [49], that could be useful to surgeons for prognostic assessment [50]. It is conceivable that the patient who did not benefit from PVR had since developed irreversible right ventricular dysfunction, due to longstanding RV hypertrophy and dilation, ultimately resulting in myocardial scarring (replacement of muscle with connective tissue). The quantification of scar tissue deposition relies on preoperative cardiac MRI. However, the extent of myocardial scarring, which may predict irreversible right ventricular dysfunction, is presently unclear. Therefore, any additional tool which may aid in predicting postoperative recovery, including intraoperative technology integrated with AI elaboration, is potentially applicable and beneficial.
This study aimed to create ready-to-use classifiers to support surgeons during open-chest surgery. As both Vi.Ki.E. and classifiers’ algorithms were implemented in MATLAB®, the SMLs can be employed within the operating room right after the video-kinematic evaluation, providing insights for the intraoperative prognosis. Another strength of our classifiers is their customizable and optimizable nature, given that the proposed framework could be applied in other cardiac pathological conditions after training with specific patients’ datasets. Moreover, the models can be improved over time as new patients are followed up and included in the training dataset. Our single-center pilot study demonstrated that, in the context of rare congenital heart diseases, predictive classification can be achieved with a minimal number of patients by resorting to artificial intelligence tools.
Acknowledgments
We thank Cristina Caffarra Malvezzi, Rosario Statello and Amparo Guerrero Gerbolés for their helpful discussion regarding the manuscript.
Author Contributions
F.P.L.M.: writing—original draft; designed the video recording protocol; data acquisition. G.R.: writing—original draft; designed the video recording protocol; data acquisition. S.R.: writing—review and editing. G.B.L.: performed all the surgeries; writing—review and editing. R.F.: writing—review and editing. A.C.: funding acquisition; writing—review and editing. L.F.: conceptualization: feature extraction and machine learning; writing—review and editing. M.M.: conceptualization; funding acquisition; project supervision; writing—review and editing. All authors have read and agreed to the published version of the manuscript.
Funding
FIL-2018–2021 (Quota incentivante di Ateneo) to M.M. and A.C. This work was also supported by a PRIN grant (2017AXL54F_002) to L.F.P.
Institutional Review Board Statement
The study was approved by the Institutional Review Board of AOUI of Verona (IT) (# 847CESC Protocol # 13371) and all patients signed an informed consent agreement.
Informed Consent Statement
Informed consent was obtained from all subjects involved in the study.
Data Availability Statement
Data will be provided upon request.
Conflicts of Interest
The authors declare no conflict of interest.
Footnotes
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
References
- 1.Jiang F., Jiang Y., Zhi H., Dong Y., Li H., Ma S., Wang Y., Dong Q., Shen H., Wang Y. Artificial intelligence in healthcare: Past, present and future. Stroke Vasc. Neurol. 2017;2:230–243. doi: 10.1136/svn-2017-000101. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2.Foresti R., Rossi S., Magnani M., Lo Bianco C.G., Delmonte N. Smart Society and Artificial Intelligence: Big Data Scheduling and the Global Standard Method Applied to Smart Maintenance. Engineering. 2020;6:835–846. doi: 10.1016/j.eng.2019.11.014. [DOI] [Google Scholar]
- 3.Haleem A., Javaid M., Khan I.H. Holography applications toward medical field: An overview. Indian J. Radiol. Imaging. 2020;30:354–361. doi: 10.4103/ijri.IJRI_39_20. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Jayaraman P.P., Forkan A.R.M., Morshed A., Haghighi P.D., Kang Y.-B. Healthcare 4.0: A review of frontiers in digital health. WIREs Data Min. Knowl. Discov. 2020;10:e1350. doi: 10.1002/widm.1350. [DOI] [Google Scholar]
- 5.Poli R., Obrst L. The Interplay Between Ontology as Categorial Analysis and Ontology as Technology. In: Poli R., Healy M., Kameas A., editors. Theory and Applications of Ontology: Computer Applications. Springer; Dordrecht, The Netherlands: 2010. pp. 1–26. [Google Scholar]
- 6.Bal M., Amasyali M.F., Sever H., Kose G., Demirhan A. Performance evaluation of the machine learning algorithms used in inference mechanism of a medical decision support system. Sci. World J. 2014;2014:137896. doi: 10.1155/2014/137896. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Chen Y., McElvain L.E., Tolpygo A.S., Ferrante D., Friedman B., Mitra P.P., Karten H.J., Freund Y., Kleinfeld D. An active texture-based digital atlas enables automated mapping of structures and markers across brains. Nat. Methods. 2019;16:341–350. doi: 10.1038/s41592-019-0328-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Feeny A.K., Chung M.K., Madabhushi A., Attia Z.I., Cikes M., Firouznia M., Friedman P.A., Kalscheur M.M., Kapa S., Narayan S.M., et al. Artificial Intelligence and Machine Learning in Arrhythmias and Cardiac Electrophysiology. Circ. Arrhythm. Electrophysiol. 2020;13:e007952. doi: 10.1161/CIRCEP.119.007952. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Oikonomou E.K., Siddique M., Antoniades C. Artificial intelligence in medical imaging: A radiomic guide to precision phenotyping of cardiovascular disease. Cardiovasc. Res. 2020;116:2040–2054. doi: 10.1093/cvr/cvaa021. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Knott K.D., Seraphim A., Augusto J.B., Xue H., Chacko L., Aung N., Petersen S.E., Cooper J.A., Manisty C., Bhuva A.N., et al. The Prognostic Significance of Quantitative Myocardial Perfusion An Artificial Intelligence-Based Approach Using Perfusion Mapping. Circulation. 2020;141:1282–1291. doi: 10.1161/CIRCULATIONAHA.119.044666. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Dawes T.J.W., de Marvao A., Shi W., Fletcher T., Watson G.M.J., Wharton J., Rhodes C.J., Howard L., Gibbs J.S.R., Rueckert D., et al. Machine Learning of Three-dimensional Right Ventricular Motion Enables Outcome Prediction in Pulmonary Hypertension: A Cardiac MR Imaging Study. Radiology. 2017;283:381–390. doi: 10.1148/radiol.2016161315. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Genovese D., Rashedi N., Weinert L., Narang A., Addetia K., Patel A.R., Prater D., Goncalves A., Mor-Avi V., Lang R.M. Machine Learning-Based Three-Dimensional Echocardiographic Quantification of Right Ventricular Size and Function: Validation Against Cardiac Magnetic Resonance. J. Am. Soc. Echocardiogr. 2019;32:969–977. doi: 10.1016/j.echo.2019.04.001. [DOI] [PubMed] [Google Scholar]
- 13.Deo R.C. Machine Learning in Medicine. Circulation. 2015;132:1920–1930. doi: 10.1161/CIRCULATIONAHA.115.001593. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Fralick M., Colak E., Mamdani M. Machine Learning in Medicine. N. Engl. J. Med. 2019;380:2588–2589. doi: 10.1056/NEJMc1906060. [DOI] [PubMed] [Google Scholar]
- 15.Mukherjee P., Cintra M., Huang C., Zhou M., Zhu S., Colevas A.D., Fischbein N., Gevaert O. CT-based Radiomic Signatures for Predicting Histopathologic Features in Head and Neck Squamous Cell Carcinoma. Radiol. Imaging Cancer. 2020;2:e190039. doi: 10.1148/rycan.2020190039. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Fassina L., Faragli A., Lo Muzio F.P., Kelle S., Campana C., Pieske B., Edelmann F., Alogna A. A Random Shuffle Method to Expand a Narrow Dataset and Overcome the Associated Challenges in a Clinical Study: A Heart Failure Cohort Example. Front. Cardiovasc. Med. 2020;7:599923. doi: 10.3389/fcvm.2020.599923. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Rockowitz S., LeCompte N., Carmack M., Quitadamo A., Wang L., Park M., Knight D., Sexton E., Smith L., Sheidley B., et al. Children’s rare disease cohorts: An integrative research and clinical genomics initiative. NPJ Genom. Med. 2020;5:29. doi: 10.1038/s41525-020-0137-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Guthridge J.M., Lu R., Tran L.T., Arriens C., Aberle T., Kamp S., Munroe M.E., Dominguez N., Gross T., DeJager W., et al. Adults with systemic lupus exhibit distinct molecular phenotypes in a cross-sectional study. EClinicalMedicine. 2020;20:100291. doi: 10.1016/j.eclinm.2020.100291. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Cohen A.M., Chamberlin S., Deloughery T., Nguyen M., Bedrick S., Meninger S., Ko J.J., Amin J.J., Wei A.H., Hersh W. Detecting rare diseases in electronic health records using machine learning and knowledge engineering: Case study of acute hepatic porphyria (vol 15, e0235574, 2020) PLoS ONE. 2020;15:e0238277. doi: 10.1371/journal.pone.0238277. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Hinton R.B., Ware S.M. Heart Failure in Pediatric Patients With Congenital Heart Disease. Circ. Res. 2017;120:978–994. doi: 10.1161/CIRCRESAHA.116.308996. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Fassina L., Rozzi G., Rossi S., Scacchi S., Galetti M., Lo Muzio F.P., Del Bianco F., Colli Franzone P., Petrilli G., Faggian G., et al. Cardiac kinematic parameters computed from video of in situ beating heart. Sci. Rep. 2017;7:46143. doi: 10.1038/srep46143. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Rozzi G., Lo Muzio F.P., Sandrini C., Rossi S., Fassina L., Faggian G., Miragoli M., Luciani G.B. Real-time video kinematic evaluation of the in situ beating right ventricle after pulmonary valve replacement in patients with tetralogy of Fallot: A pilot study. Interact. Cardiovasc. Thorac. Surg. 2019;29:625–631. doi: 10.1093/icvts/ivz120. [DOI] [PubMed] [Google Scholar]
- 23.Rozzi G., Lo Muzio F.P., Fassina L., Rossi S., Statello R., Sandrini C., Laricchiuta M., Faggian G., Miragoli M., Luciani G.B. Right ventricular functional recovery depends on timing of pulmonary valve replacement in tetralogy of Fallot: A video kinematic study. Eur. J. Cardio-Thorac. Surg. Off. J. Eur. Assoc. Cardio-Thorac. Surg. 2021;59:1329–1336. doi: 10.1093/ejcts/ezab026. [DOI] [PubMed] [Google Scholar]
- 24.Villafane J., Feinstein J.A., Jenkins K.J., Vincent R.N., Walsh E.P., Dubin A.M., Geva T., Towbin J.A., Cohen M.S., Fraser C., et al. Hot topics in tetralogy of Fallot. J. Am. Coll. Cardiol. 2013;62:2155–2166. doi: 10.1016/j.jacc.2013.07.100. [DOI] [PubMed] [Google Scholar]
- 25.Sevakula R.K., Au-Yeung W.M., Singh J.P., Heist E.K., Isselbacher E.M., Armoundas A.A. State-of-the-Art Machine Learning Techniques Aiming to Improve Patient Outcomes Pertaining to the Cardiovascular System. J. Am. Heart Assoc. 2020;9:e013924. doi: 10.1161/JAHA.119.013924. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Lin C.H. Frequency-domain features for ECG beat discrimination using grey relational analysis-based classifier. Comput. Math. Appl. 2008;55:680–690. doi: 10.1016/j.camwa.2007.04.035. [DOI] [Google Scholar]
- 27.Kinoshita O., Fontaine G., Rosas F., Elias J., Iwa T., Tonet J., Lascault G., Frank R. Time-Domain and Frequency-Domain Analyses of the Signal-Averaged Ecg in Patients with Arrhythmogenic Right-Ventricular Dysplasia. Circulation. 1995;91:715–721. doi: 10.1161/01.CIR.91.3.715. [DOI] [PubMed] [Google Scholar]
- 28.Taye G.T., Hwang H.J., Lim K.M. Application of a convolutional neural network for predicting the occurrence of ventricular tachyarrhythmia using heart rate variability features (vol 10, 6769, 2020) Sci. Rep. 2020;10:6769. doi: 10.1038/s41598-020-63566-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Armitage P.B.G., Berry G., Matthews J.N.S. Statistical Methods in Medical Research. Wiley Blackwell; Hoboken, NJ, USA: 2002. Clinical Trials; pp. 591–647. [Google Scholar]
- 30.Liu Y., Chen S., Zuhlke L., Black G.C., Choy M.K., Li N., Keavney B.D. Global birth prevalence of congenital heart defects 1970-2017: Updated systematic review and meta-analysis of 260 studies. Int. J. Epidemiol. 2019;48:455–463. doi: 10.1093/ije/dyz009. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Gould K.A. The Elements of Statistical Learning (2nd edition): Data Mining, Inference, and Prediction. Dimens Crit. Care Nur. 2016;35:52. [Google Scholar]
- 32.Freund Y., Schapire R.E. A decision-theoretic generalization of on-line learning and an application to boosting. J. Comput. Syst. Sci. 1997;55:119–139. doi: 10.1006/jcss.1997.1504. [DOI] [Google Scholar]
- 33.Seiffert C., Khoshgoftaar T.M., Van Hulse J., Napolitano A. RUSBoost: Improving Classification Performance when Training Data is Skewed; Proceedings of the 2008 19th International Conference on Pattern Recognition; Tampa, FL, USA. 8–11 December 2008; pp. 3650–3653. [Google Scholar]
- 34.Melillo P., Fusco R., Sansone M., Bracale M., Pecchia L. Discrimination power of long-term heart rate variability measures for chronic heart failure detection. Med. Biol. Eng. Comput. 2011;49:67–74. doi: 10.1007/s11517-010-0728-5. [DOI] [PubMed] [Google Scholar]
- 35.Melillo P., Izzo R., Orrico A., Scala P., Attanasio M., Mirra M., De Luca N., Pecchia L. Automatic Prediction of Cardiovascular and Cerebrovascular Events Using Heart Rate Variability Analysis. PLoS ONE. 2015;10:e0118504. doi: 10.1371/journal.pone.0118504. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Ali L., Khan S.U., Golilarz N.A., Yakubu I., Qasim I., Noor A., Nour R. A Feature-Driven Decision Support System for Heart Failure Prediction Based on chi 2 Statistical Model and Gaussian Naive Bayes. Comput. Math. Methods Med. 2019;2019:6314328. doi: 10.1155/2019/6314328. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Dutta S., Chatterjee A., Munshi S. Correlation technique and least square support vector machine combine for frequency domain based ECG beat classification. Med. Eng. Phys. 2010;32:1161–1169. doi: 10.1016/j.medengphy.2010.08.007. [DOI] [PubMed] [Google Scholar]
- 38.Liu G.Z., Wang L., Wang Q., Zhou G.M., Wang Y., Jiang Q. A New Approach to Detect Congestive Heart Failure Using Short-Term Heart Rate Variability Measures. PLoS ONE. 2014;9:e93399. doi: 10.1371/journal.pone.0093399. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39.Frigiola A., Tsang V., Bull C., Coats L., Khambadkone S., Derrick G., Mist B., Walker F., van Doorn C., Bonhoeffer P., et al. Biventricular response after pulmonary valve replacement for right ventricular outflow tract dysfunction: Is age a predictor of outcome? Circulation. 2008;118:S182–S190. doi: 10.1161/CIRCULATIONAHA.107.756825. [DOI] [PubMed] [Google Scholar]
- 40.Mercer-Rosa L., Yang W., Kutty S., Rychik J., Fogel M., Goldmuntz E. Quantifying pulmonary regurgitation and right ventricular function in surgically repaired tetralogy of Fallot: A comparative analysis of echocardiography and magnetic resonance imaging. Circ. Cardiovasc. Imaging. 2012;5:637–643. doi: 10.1161/CIRCIMAGING.112.972588. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.Pedrotti P., Peritore A., Cereda A., Giannattasio C., Imazio M. Total pericardial agenesis mimicking arrhythmogenic right ventricular dysplasia. J. Cardiovasc. Med. 2016;17:e216–e217. doi: 10.2459/JCM.0000000000000425. [DOI] [PubMed] [Google Scholar]
- 42.Bokma J.P., Geva T., Sleeper L.A., Babu Narayan S.V., Wald R., Hickey K., Jansen K., Wassall R., Lu M., Gatzoulis M.A., et al. A propensity score-adjusted analysis of clinical outcomes after pulmonary valve replacement in tetralogy of Fallot. Heart. 2018;104:738–744. doi: 10.1136/heartjnl-2017-312048. [DOI] [PubMed] [Google Scholar]
- 43.Lo Muzio F.P., Rozzi G., Rossi S., Gerboles A.G., Fassina L., Pela G., Luciani G.B., Miragoli M. In-situ optical assessment of rat epicardial kinematic parameters reveals frequency-dependent mechanic heterogeneity related to gender. Prog. Biophys. Mol. Biol. 2020;154:94–101. doi: 10.1016/j.pbiomolbio.2019.05.003. [DOI] [PubMed] [Google Scholar]
- 44.Saini I., Singh D., Khosla A. QRS detection using K-Nearest Neighbor algorithm (KNN) and evaluation on standard ECG databases. J. Adv. Res. 2013;4:331–344. doi: 10.1016/j.jare.2012.05.007. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45.Alshakhs F., Alharthi H., Aslam N., Khan I.U., Elasheri M. Predicting Postoperative Length of Stay for Isolated Coronary Artery Bypass Graft Patients Using Machine Learning. Int. J. Gen. Med. 2020;13:751–762. doi: 10.2147/IJGM.S250334. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 46.Tseng P.Y., Chen Y.T., Wang C.H., Chiu K.M., Peng Y.S., Hsu S.P., Chen K.L., Yang C.Y., Lee O.K. Prediction of the development of acute kidney injury following cardiac surgery by machine learning. Crit. Care. 2020;24:478. doi: 10.1186/s13054-020-03179-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 47.Fernandes M.P.B., Armengol de la Hoz M., Rangasamy V., Subramaniam B. Machine Learning Models with Preoperative Risk Factors and Intraoperative Hypotension Parameters Predict Mortality After Cardiac Surgery. J. Cardiothorac. Vasc. Anesth. 2021;35:857–865. doi: 10.1053/j.jvca.2020.07.029. [DOI] [PubMed] [Google Scholar]
- 48.Moghaddasi H., Nourian S. Automatic assessment of mitral regurgitation severity based on extensive textural features on 2D echocardiography videos. Comput. Biol. Med. 2016;73:47–55. doi: 10.1016/j.compbiomed.2016.03.026. [DOI] [PubMed] [Google Scholar]
- 49.Bellini V., Guzzon M., Bigliardi B., Mordonini M., Filippelli S., Bignami E. Artificial Intelligence: A New Tool in Operating Room Management. Role of Machine Learning Models in Operating Room Optimization. J. Med. Syst. 2019;44:20. doi: 10.1007/s10916-019-1512-1. [DOI] [PubMed] [Google Scholar]
- 50.Bartek M.A., Saxena R.C., Solomon S., Fong C.T., Behara L.D., Venigandla R., Velagapudi K., Lang J.D., Nair B.G. Improving Operating Room Efficiency: Machine Learning Approach to Predict Case-Time Duration. J. Am. Coll. Surg. 2019;229:346–354.e3. doi: 10.1016/j.jamcollsurg.2019.05.029. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
Data will be provided upon request.