Next Article in Journal
New Frontiers of Early Diagnosis of Pancreatic Fistula after Pancreaticoduodenectomy
Next Article in Special Issue
Hypothermic Oxygenated Machine Perfusion (HOPE) Prior to Liver Transplantation Mitigates Post-Reperfusion Syndrome and Perioperative Electrolyte Shifts
Previous Article in Journal
Multifactorial Evaluation following Cytoreductive Surgery for Malignant Pleural Mesothelioma in Patients with High Symptom-Burden
Previous Article in Special Issue
Expansion of Double-Negative T Cells in Patients before Liver Transplantation Correlates with Post-Transplant Infections
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Novel Deep Learning Model as a Donor–Recipient Matching Tool to Predict Survival after Liver Transplantation

1
Department of General, Visceral and Transplantation Surgery, Ludwig-Maximilians-University, 81377 Munich, Germany
2
Institute of Informatics, Ludwig-Maximilians-University, 81377 Munich, Germany
*
Author to whom correspondence should be addressed.
J. Clin. Med. 2022, 11(21), 6422; https://doi.org/10.3390/jcm11216422
Submission received: 18 September 2022 / Revised: 24 October 2022 / Accepted: 27 October 2022 / Published: 29 October 2022
(This article belongs to the Special Issue Recent Advances in Liver Transplantation and Adjacent Therapies)

Abstract

:
Background: The “digital era” in the field of medicine is the new “here and now”. Artificial intelligence has entered many fields of medicine and is recently emerging in the field of organ transplantation. Solid organs remain a scarce resource. Being able to predict the outcome after liver transplantation promises to solve one of the long-standing problems within organ transplantation. What is the perfect donor recipient match? Within this work we developed and validated a novel deep-learning-based donor–recipient allocation system for liver transplantation. Method: In this study we used data collected from all liver transplant patients between 2004 and 2019 at the university transplantation centre in Munich. We aimed to design a transparent and interpretable deep learning framework to predict the outcome after liver transplantation. An individually designed neural network was developed to meet the unique requirements of transplantation data. The metrics used to determine the model quality and its level of performance are accuracy, cross-entropy loss, and F1 score as well as AUC score. Results: A total of 529 transplantations with a total of 1058 matching donor and recipient observations were added into the database. The combined prediction of all outcome parameters was 95.8% accurate (cross-entropy loss of 0.042). The prediction of death within the hospital was 94.3% accurate (cross-entropy loss of 0.057). The overall F1 score was 0.899 on average, whereas the overall AUC score was 0.940. Conclusion: With the achieved results, the network serves as a reliable tool to predict survival. It adds new insight into the potential of deep learning to assist medical decisions. Especially in the field of transplantation, an AUC Score of 94% is very valuable. This neuronal network is unique as it utilizes transparent and easily interpretable data to predict the outcome after liver transplantation. Further validation must be performed prior to utilization in a clinical context.

1. Introduction

Liver-related death accounts for approximately 2 million deaths per year and is continuously increasing [1]. Combined, liver cirrhosis and liver cancer account for 3.5% of all death worldwide [2]. Liver transplantation (LT) can be a curative and life prolonging therapy for patients with end-stage liver disease. Furthermore, the post-transplant survival of the patient and the survival and functionality of the graft is continuously increasing [3]. However, as we live in a time of organ shortage there is a large gap between supply and demand [4]. Contrary to kidney transplantation, the guiding principle for the allocation of livers is urgency. This urgency is estimated by the model for end-stage liver disease (MELD) [5]. Aside from being an imperfect estimation of the severity of the underlying diseases, this urgency-based system can lead to transplantations in increasingly futile cases and is in danger of manipulation [6,7]. There are many ordinal and deontological allocation concepts. However, none of these, at first sometimes logical concepts (lottery, first-come-first-served, etc.), can fulfil all requirements (equal treatment, maximizing benefit for all, maximizing the benefit for the individual patient and respecting autonomy) for a truly fair allocation concept. In a recent publication we showed that a utility-based system that has the goal of maximizing gain-of-survival after transplantation could potentially eliminate futile transplantations [7]. For this, however, almost perfect prediction of survival is needed. In recent years, multiple simple models such as the donor risk index (DRI) [8], survival outcome following liver transplantation (SOFT) [9], balance of risk (BAR) [10] or the donor age x recipient MELD (D -MELD) [11] have been developed. However, none appear to be vastly superior in predicting outcome after liver transplantation [12]. It seems that artificial intelligence (AI) might be suited for that [13]. AI has shown promising results in multiple medical fields [14,15,16]. It is also a competent method of choice for reducing human innate subjectivity [17]. Recently, AI has also been increasingly applied to data from transplantations since predicting outcome based on donor and recipient data is especially hard [18,19]. Results from these studies are promising. A recent review underlined, that artificial neural networks are the most common algorithms to be used in transplantation data sets. The authors point out that neural networks are especially suited since they are more flexible than older score-based systems. Also, they conclude that more accurate neural networks could aid in in better allocation by taking more variables into account [20].
In this study, we report on the development and testing of a novel deep learning model for the prediction of overall survival at different timepoints after transplantation.

2. Materials and Methods

2.1. Data Selection and Study Population

In this single-centre study, we used data collected from all liver transplant patients between 2004 and 2019 at the university transplant centre in Munich/Erlangen. Ethical approval was obtained from the institutional review board (EK 19–395) at the Ludwig-Maximilian University in Munich. The need for an informed consent was waived by the institutional review board. Patients were selected by having both the donor and recipient values present. Data from a total of 1058 individuals were included. To present a transparent and interpretable model we included variables that are globally available and belong to the “standard” panel of recorded data. Recipient data consisted of demographic data (age, sex, gender, BMI, etc.), the underlying disease (Cirrhosis, etc.), disease features (Ascites, etc.), the MELD score and fourteen laboratory values. Donor data consisted of demographic data (age, sex, etc.), living or deceased donor, cause of death, reanimation of the deceased, donor risk index and fourteen laboratory values. We selected donor variables that were available prior to organ allocation since this reflects the clinical reality. Any donor variables that were only available after Tx were neglected. Importantly, we also included transplant-specific data that is not directly related to donor or recipient. Transplant-specific data consisted of ischemia time, full or split donation, distance organ travelled to transplantation location and graft quality. The detailed recipient, donor and transplant-specific datapoints are outlined in Table 1, Table 2 and Table 3.

2.2. Missing Data

Transplant data is generally heterogeneous and therefore challenges traditional statistical models. Since the organ is donated by a person who is largely independent from the recipient, the missing data needs to be calculated independently from one another. Further location data and laboratory markers may require different algorithms to estimate the most accurate value missing. Therefore, we developed and validated a novel multidimensional medical combined imputation (MMCI) algorithm to analyse this multifaceted and segmented dataset. The MMCI is a pipeline of interconnected imputation methods to impute segmented data with the highest accuracy. We have tested and validated the imputation mechanism on two different complete datasets. For both datasets, the most established imputation methods were tested, and accuracy (ACC) was compared with the novel MMCI. The model outperformed well-established imputation mechanisms such as missforrest, k-NN and MICE.

2.3. Model Development

An individually designed neural network was developed to meet the requirements of the data. A neural network, in general, is an arrangement of linear and non-linear modules that enable a network of nodes to intercommunicate and learn using the training data. The training data includes input data (variables) and the outcome which is to be predicted. To understand the correlation and causality within the data, the network needs several layers between input and outcome. At every node (decision point) data importance is weighted. An important hyperparameter to tune is defining the correct size of the layers and their depth. A lack of layers and nodes leads to the network underrepresenting individual data points and thus an underfitting occurs. Underfitting describes a situation in which the model is too rigid to be able to predict the outcome. However, when the model is oversized then it could lead to overfitting. Overfitting describes the situation when the model is trained so specifically that it is only able to predict the dataset it was trained on and is therefore not generalizable. To avoid this, four hyperparameters were introduced to monitor the development of the learning progress and to adjust the network in an iterative adaptation process. The goal was to scale the network to find the right balance between over- and underfitting. To measure this, the metrics accuracy, cross-entropy loss, F1 Score and AUC Score were utilized for monitoring. Accuracy reflects how often the network was correct in its prediction. Cross-entropy loss describes how far the prediction and the true value are divergent. F1 score is a weighted mean of the precision and recall metrics. It is especially helpful when a classifier “X” has a high precision and another classifier “Y” has a high recall. In this scenario, the F1 score helps to compare the average results of both models within one metric. Lastly, the AUC tells us how well the model can distinguish between different classes. (Detailed definitions are in Supplementary S1.b-Metric Definitions).
After imputation and before training and cross-validation of the algorithm, the study cohort was split 8:1:1. This split ratio describes the training data (80%), the cross-validation data (10%) and finally the separate test data (10%). We used this common split ratio to allow the algorithm to train on as much data as possible to combat the phenomena of over- and underfitting. With a total of 529 transplantations in the study group, the training dataset (including 80% training data and 10% cross-validation data) included n = 477 and the test dataset n = 52 transplantations. After separation, the test dataset remained untouched throughout the analysis and was only used for testing the final model. With the given amount of 62 variables and 478 transplantations (956 observations from donors and recipients) inside the training dataset, the depth of the network was defined in six layers. A simple schematic display of the model is outlined in Figure 1.

2.4. Code Description

It is necessary to understand that the whole framework of this code has been built to serve as a dynamic usable structure for all types of transplant data. Therefore, it is built in a modular way where the user can train this specialized neural network on any transplant. The basic description is outlined in Supplementary S1.a. “Basic-Code”.

2.5. Outcome Parameter

Accuracy was defined as the primary metric for training and testing of the prediction for the survival rate. The last layer of the network is the outcome. The network learns and evaluates itself during the training phase. Due to the fact that different timepoints of survival were evaluated, a subdivision of the data within the algorithm was made to increase the precision of the prediction. This subdivision related to death within 48 h, in-hospital mortality, 3-month, 6-month, 9-month and 12-month survival rates and death within the follow-up period.
To gain value from this network, the allocation needs to be conducted with one current donor for all possible recipients that are available. Based on having a list of possible recipients who are waiting for an organ and the new availability of one donor in the process of organ-extraction, a real-time allocation needs to take place to determine what the best mapping is. Therefore, out of the evaluation dataset, one patient is extracted and mapped onto the whole recipient dataset. Thus, a prediction is made based on the previous attributes that were necessary for determining the rate of survival.

3. Results

3.1. Demographic Data Characteristics

A total of 529 transplantations were included from 2004 to 2019. For these, 529 matching donor and recipient observations were added into the database. The demographic and clinical data for the transplanted patients are listed in Table 1. Accepted organs were 321.56 ± 210.99 km distant from the university transplantation centre in Munich. Consequently, the cold ischemia time is relatively high at 630.69 ± 156.61 min (Table 2). Donors were 54.79 ± 16.27 years old. Overall, they had a calculated donor risk index of 1.98 ± 0.43. Albumin levels were 27.86 ± 6.46 g/L. Notably, when comparing the recipient data, inflammation parameters were increased with leukocytes at 13.85 ± 5.95 G/L and CRP 14.78 ± 10.72 mg/dL. All data are listed in Table 3.
Variables were compared between the training and the test datasets. Regarding recipients, all demographic disease-specific variables showed no significant difference. In the comparison of the laboratory values, only potassium levels were shown to be significantly different between the datasets.
In the comparison of the donor data. The DRI was higher in the training dataset (p = 0.0095).

3.2. Algorithm Performance

The metrics used to determine the model quality and its level of performance are accuracy, cross-entropy loss, F1 score and AUC score. By splitting the initial data set with a ratio of 8:1:1, where the first nine parts were used to train the network, the evaluation can take place on completely unseen data that were initially randomly sorted out. The distribution of outcome data between the training set and evaluation set is represented in Supplementary S1.c Figures S1 and S2.
The overall results given by the metrics calculated through an average of all outcome parameters show 0.958 (95.8%) accuracy with a cross-entropy loss of 0.042. The combined F1 score was 0.899, whereas the AUC score was 0.940. For better visibility, the summarized results are shown in Table 4.

4. Discussion

This study represents a novel deep-learning-based prediction model for survival after liver transplantation. The model was trained on 529 transplantations including 1048 donors and recipients. Further, it aims to be interpretable and transparent, especially in its process of data utilization. It managed to perform with an AUC of 0.940 that, in a clinical context, represents a very strong prediction. We chose this method because of the nature of the dynamic interaction between the donor and recipient. It is built in a modular way, where the user can train this specialized neural network on any transplant data with little effort. Previous studies have applied similar methods to accomplish predictions of outcome. Since we did not utilize the same data and used different outcome parameters a direct comparison between different prediction models is difficult. However, Ayllon et al. achieved an AUC of 0.82 for prediction of 12-month survival after liver transplantation [20]. Ershoff et al. achieved an AUC of 0.703 [21] for the prediction of 90-day post-transplant mortality. Our model achieved comparable and higher accuracies to those shown above. Even though these models also seem to be performing reasonably well, they can only predict one timepoint, whereas the model presented here can predict multiple timepoints.
The European General Data Protection Regulation of 2018 stated reasonable concerns with black-box predictions. The concerns not only include the opaqueness of the model itself but also the necessity to have control over the data, the processing and the interpretation of the results obtained [22]. Our data selection and processing were specifically set out to meet these concerns. As missing data is omnipresent within medical archives, we developed our own imputation method, which proved to be more accurate than readily known imputation algorithms (Boerner et al. under review).
Regarding the interpretation of the resulting predictions, we propose to create an AI-assisted utility-based allocation concept. AI offers the chance of utilizing the vast amount of data in the field of transplantation to optimize organ utility. The state-of-the-art allocation target metrics such as the DRI, MELD score, SOFT score, and BAR score offer some success in predicting the most favourable outcome. However, these scores are criticized for being inaccurate, untransparent and static [23,24,25]. An AI-assisted utility-based allocation concept using gain-of-survival as the target metric would be more flexible and could represent the best approximation towards a perfect allocation practice [7,26].
This study has some limitations that are inherent to its design. First of all, this is a retrospective study with data from two German transplant centres. We have mitigated the possible biases by utilizing cross-validation to make our results more generalizable. Multiple models have been developed over the past years and have aided the process of discussion on how to incorporate machine learning and neuronal networks into our clinical decision process [27,28]. As mentioned above, we have strived for maximum transparency, however, the very nature of a black-box model could not be fundamentally changed.
This study is intended as a proof of concept. It represents a novel deep learning model that was trained and tested. Such a model could potentially be used as a part of a utility-based allocation concept. Before this model or any of its kind can be used as a bedside tool, the results need to be externally confirmed in a randomized clinical trial, ideally in a multicentre setting.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/jcm11216422/s1, Supplementary S1: a. Basic Code. b. Metric Definitions. c. Distribution of outcome Data Training vs. Evaluation.

Author Contributions

Conceptualization, N.B., M.B.S., P.P. and M.G.; methodology, N.B., M.B.S. and M.G.; software, N.B., M.B.S., P.P. and M.G.; validation, N.B., M.B.S., P.P., C.H., S.J., D.K. (Dionysios Koliogiannis), B.P., M.D., D.K. (Dominik Koch), C.B., K.W.K., and M.G.; formal analysis, N.B., M.B.S., P.P., C.H., S.J., D.K. (Dionysios Koliogiannis), B.P., M.D, D.K. (Dominik Koch) and M.G.; investigation, N.B., M.B.S., P.P., C.H., S.J., D.K. (Dionysios Koliogiannis), B.P., M.D, D.K. (Dominik Koch) and M.G.; resources, N.B., M.B.S., C.B., K.W.K., J.W. and M.G.; data curation, N.B., M.B.S., P.P. and M.G.; writing-original draft preparation, N.B., M.B.S. and M.G.; writing-review and editing: all authors; supervision, N.B., M.B.S., C.B., K.W.K., J.W. and M.G.; project administration, N.B. and M.G. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

The study was conducted in accordance with the Declaration of Helsinki and approved by the Institutional Review Board (or Ethics Committee) of Ludwig-Maximilian University in Munich (EK19-395). The need for an informed consent was waived by the institutional review board.

Informed Consent Statement

The need for an informed consent was waived by the institutional review board.

Data Availability Statement

De-identified data used in this study are not publicly available. Parties interested in the transplant data set should contact [email protected]. The code description is outlined within the Supplementary Materials. The full IP for the mentioned novel method (MMCI) can be acquired via the co-author Philipp Pöschke ([email protected]).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Paik, J.M.; Golabi, P.; Younossi, Y.; Mishra, A.; Younossi, Z.M. Changes in the Global Burden of Chronic Liver Diseases From 2012 to 2017: The Growing Impact of NAFLD. Hepatology 2020, 72, 1605–1616. [Google Scholar] [CrossRef] [PubMed]
  2. Asrani, S.K.; Devarbhavi, H.; Eaton, J.; Kamath, P.S. Burden of liver diseases in the world. J. Hepatol. 2019, 70, 151–171. [Google Scholar] [CrossRef] [PubMed]
  3. Duffy, J.P.; Kao, K.; Ko, C.Y.; Farmer, D.G.; McDiarmid, S.V.; Hong, J.C.; Venick, R.S.; Feist, S.; Goldstein, L.; Saab, S.; et al. Long-term patient outcome and quality of life after liver transplantation: Analysis of 20-year survivors. Ann. Surg. 2010, 252, 652–661. [Google Scholar] [CrossRef] [PubMed]
  4. Axelrod, D.; Yeh, H. Liver transplantation equity: Supply, demand, and access. Am. J. Transplant. 2017, 17, 2759–2760. [Google Scholar] [CrossRef] [Green Version]
  5. Kamath, P.S.; Kim, W.R. The model for end-stage liver disease (MELD). Hepatology 2007, 45, 797–805. [Google Scholar] [CrossRef]
  6. Jasseron, C.; Francoz, C.; Antoine, C.; Legeai, C.; Durand, F.; Dharancy, S.; Collaborators; Jacquelinet, C.; Azoulay, D.; Duvoux, C.; et al. Impact of the new MELD-based allocation system on waiting list and post-transplant survival—A cohort analysis using the French national CRISTAL database. Transpl. Int. 2019, 32, 1061–1073. [Google Scholar] [CrossRef]
  7. Schoenberg, M.B. Objective and transparent allocation of postmortal livers for transplantation = Objektive und transparente Allokation von postmortalen Lebern zur Transplantation. Z. Med. Ethik 2022, 68, 109–127. [Google Scholar]
  8. Flores, A.; Asrani, S.K. The donor risk index: A decade of experience. Liver Transplant. 2017, 23, 1216–1225. [Google Scholar] [CrossRef] [Green Version]
  9. Rana, A.; Hardy, M.A.; Halazun, K.J.; Woodland, D.C.; Ratner, L.E.; Samstein, B.; Guarrera, J.V.; Brown, R.S., Jr.; Emond, J.C. Survival Outcomes Following Liver Transplantation (SOFT) Score: A Novel Method to Predict Patient Survival Following Liver Transplantation. Am. J. Transplant. 2008, 8, 2537–2546. [Google Scholar] [CrossRef]
  10. Dutkowski, P.; Oberkofler, C.E.; Slankamenac, K.; Puhan, M.A.; Schadde, E.; Müllhaupt, B.; Geier, A.; Clavien, P.A. Are There Better Guidelines for Allocation in Liver Transplantation?: A Novel Score Targeting Justice and Utility in the Model for End-Stage Liver Disease Era. Ann. Surg. 2011, 254, 745–754. [Google Scholar] [CrossRef]
  11. Halldorson, J.B.; Bakthavatsalam, R.; Fix, O.; Reyes, J.D.; Perkins, J.D. D-MELD, a Simple Predictor of Post Liver Transplant Mortality for Optimization of Donor/Recipient Matching. Am. J. Transplant. 2009, 9, 318–326. [Google Scholar] [CrossRef] [PubMed]
  12. Schlegel, A.; Linecker, M.; Kron, P.; Györi, G.; De Oliveira, M.L.; Müllhaupt, B.; Clavien, P.-A.; Dutkowski, P. Risk Assessment in High- and Low-MELD Liver Transplantation. Am. J. Transplant. 2017, 17, 1050–1063. [Google Scholar] [CrossRef] [PubMed]
  13. Topol, E.J. High-performance medicine: The convergence of human and artificial intelligence. Nat. Med. 2019, 25, 44–56. [Google Scholar] [CrossRef] [PubMed]
  14. Lee, C.; Light, A.; Alaa, A.; Thurtle, D.; van der Schaar, M.; Gnanapragasam, V.J. Application of a novel machine learning framework for predicting non-metastatic prostate cancer-specific mortality in men using the Surveillance, Epidemiology, and End Results (SEER) database. Lancet Digit. Health 2021, 3, e158–e165. [Google Scholar] [CrossRef]
  15. Schoenberg, M.B.; Bucher, J.N.; Koch, D.; Börner, N.; Hesse, S.; De Toni, E.N.; Seidensticker, M.; Angele, M.K.; Klein, C.; Bazhin, A.V.; et al. A novel machine learning algorithm to predict disease free survival after resection of hepatocellular carcinoma. Ann. Transl. Med. 2020, 8, 434. [Google Scholar] [CrossRef]
  16. Harris, J.; Purssell, E.; Cornelius, V.; Ream, E.; Jones, A.; Armes, J. Development and internal validation of a predictive risk model for anxiety after completion of treatment for early stage breast cancer. J. Patient-Rep. Outcomes 2020, 4, 1–9. [Google Scholar] [CrossRef]
  17. Davenport, T.; Kalakota, R. The potential for artificial intelligence in healthcare. Future Health J. 2019, 6, 94–98. [Google Scholar] [CrossRef] [Green Version]
  18. Wingfield, L.R.; Ceresa, C.; Thorogood, S.; Fleuriot, J.; Knight, S. Using Artificial Intelligence for Predicting Survival of Individual Grafts in Liver Transplantation: A Systematic Review. Liver Transplant. 2020, 26, 922–934. [Google Scholar] [CrossRef]
  19. Yoo, K.D.; Noh, J.; Lee, H.; Kim, D.K.; Lim, C.S.; Kim, Y.H.; Lee, J.P.; Kim, G.; Kim, Y.S. A Machine Learning Approach Using Survival Statistics to Predict Graft Survival in Kidney Transplant Recipients: A Multicenter Cohort Study. Sci. Rep. 2017, 7, 8904. [Google Scholar] [CrossRef] [Green Version]
  20. Ayllón, M.D.; Ciria, R.; Cruz-Ramírez, M.; Pérez-Ortiz, M.; Gómez, I.; Valente, R.; O’Grady, J.; de la Mata, M.; Hervás-Martínez, C.; Heaton, N.D.; et al. Validation of artificial neural networks as a methodology for dono’ recipient matching for liver transplantation. Liver Transplant. 2018, 24, 192–203. [Google Scholar] [CrossRef] [Green Version]
  21. Ershoff, B.D.; Lee, C.K.; Wray, C.L.; Agopian, V.G.; Urban, G.; Baldi, P.; Cannesson, M. Training and Validation of Deep Neural Networks for the Prediction of 90-Day Post-Liver Transplant Mortality Using UNOS Registry Data. Transplant. Proc. 2020, 52, 246–258. [Google Scholar] [CrossRef] [PubMed]
  22. Regulation, P. Regulation (EU) 2016/679 of the European Parliament and of the Council. Regulation 2016, 679, 2016. [Google Scholar]
  23. Boecker, J.; Czigany, Z.; Bednarsch, J.; Amygdalos, I.; Meister, F.; Santana, D.A.M.; Liu, W.-J.; Strnad, P.; Neumann, U.P.; Lurje, G. Potential value and limitations of different clinical scoring systems in the assessment of short- and long-term outcome following orthotopic liver transplantation. PLoS ONE 2019, 14, e0214221. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  24. Elwir, S.; Lake, J. Current Status of Liver Allocation in the United States. Gastroenterol. Hepatol. 2016, 12, 166–170. [Google Scholar]
  25. Lau, L.; Kankanige, Y.; Rubinstein, B.; Jones, R.; Christophi, C.; Muralidharan, V.; Bailey, J. Machine-Learning Algorithms Predict Graft Failure After Liver Transplantation. Transplantation 2017, 101, e125–e132. [Google Scholar] [CrossRef] [PubMed]
  26. Childress, J.F. Putting patients first in organ allocation: An ethical analysis of the U.S. debate. Camb. Q. Healthc. Ethics 2001, 10, 365–376. [Google Scholar] [CrossRef] [PubMed]
  27. Bertsimas, D.; Kung, J.; Trichakis, N.; Wang, Y.; Hirose, R.; Vagefi, P.A. Development and validation of an optimized prediction of mortality for candidates awaiting liver transplantation. Am. J. Transplant. 2019, 19, 1109–1118. [Google Scholar] [CrossRef] [PubMed]
  28. Molinari, M.; Ayloo, S.; Tsung, A.; Jorgensen, D.; Tevar, A.; Rahman, S.H.; Jonassaint, N. Prediction of Perioperative Mortality of Cadaveric Liver Transplant Recipients During Their Evaluations. Transplantation 2019, 103, e297–e307. [Google Scholar] [CrossRef]
Figure 1. Simple schematic display of the deep neuronal network utilized.
Figure 1. Simple schematic display of the deep neuronal network utilized.
Jcm 11 06422 g001
Table 1. Study data from the recipient study cohort before transplantation. Training and test data are compared.
Table 1. Study data from the recipient study cohort before transplantation. Training and test data are compared.
CharacteristicsStudy CohortTraining DataTest DataTraining vs. Test
n = 529n = 477n = 52p-Value
Demographics
Age at operation in years, mean ± SD50.28 ± 12.2950.06 ± 12.4652.31 ± 10.580.2113
Male/Female357/172318/15939/130.2755
Height (m), mean ± SD1.73 ± 0.101.73 ± 0.101.73 ± 0.090.9754
Weight (kg), mean ± SD77.57 ± 16.3977.79 ± 16.3675.58 ± 16.660.3543
BMI, mean ± SD25.67 ± 4.5925.74 ± 4.5725.03 ± 4.440.2903
Liver Disease features
Ascites, Y/N332/197301/17631/210.6518
Encephalopathy, Y/N216/313194/28322/300.8822
Dialysis, Y/N77/45272/4075/470.2921
MELD, mean ± SD23.79 ± 11.0823.86 ± 11.1623.17 ± 10.500.6710
Allocation MELD, mean ± SD27.75 ± 8.5527.83± 8.6627.15 ± 7.640.5912
Laboratory Values
Na mmol/L, mean ± SD135.98 ± 5.42135.98 ± 5.43135.98 ± 5.380.9983
K mmol/L, mean ± SD4.10 ± 0.504.11 ± 0.493.95 ± 0.550.0268
Bilirubin mg/dL, mean ± SD12.12 ± 13.5612.02 ± 13.3212.97 ± 15.830.6296
Albumin g/L, mean ± SD3.15 ± 0.673.15 ± 0.683.16 ± 0.600.8627
ALT U/L, mean ± SD328.94 ± 876.02306 ± 829.33421.81 ± 1023.030.0967
AST U/L, mean ± SD454.85 ± 1318.16389.63 ± 1125.18684.92 ± 1854.650.3536
GGT U/L, mean ± SD141.45 ± 186.77140.23 ± 186.29144.37 ± 189.980.8796
AP U/L, mean ± SD231.38 ± 252.37225.67 ± 251.54246.48 ± 237.750.5693
Haemoglobin g/dL, mean ± SD10.58 ± 2.5010.60 ± 2.5010.43 ± 2.470.6348
INR, mean ± SD1.76 ± 0.901.77 ± 0.941.62 ± 0.510.2541
Creatinine mg/dL, mean ± SD1.66 ± 1.161.65 ± 1.141.83 ± 1.300.2843
CRP mg/dL, mean ± SD2.51 ± 3.582.50 ± 3.642.60 ± 3.090.8481
Leukocytes 106/L, mean ± SD8.15 ± 6.478.22 ± 6.667.50 ± 4.370.4426
Platelets 106/L, mean ± SD100.27 ± 74.17100.49 ± 75.5498.17 ± 60.680.8305
Table 2. Study data regarding variables during transplantation.
Table 2. Study data regarding variables during transplantation.
CharacteristicStudy CohortTraining DataTest DataTraining vs. Test
n = 529n = 477n = 52p-Value
Cold ischemia time (min) ± SD630.69 ± 156.61634.28 ± 159.66597.77 ± 121.490.1104
Full/split liver ± SD499/30447/3052/00.0607
Distance explanation to transplantation (km) ± SD312.56 ± 210.99328.52 ± 210.31257.73 ± 208.380.0215
Duration of stay (days) ± SD45.15 ± 39.8744.79 ± 39.6448.42 ± 42.130.5334
Table 3. Study data from the donor study cohort before transplantation. Training and test data are compared.
Table 3. Study data from the donor study cohort before transplantation. Training and test data are compared.
CharacteristicsStudy CohortTraining DataTest DataTraining vs. Test
n = 529n = 477n = 52p-Value
Demographics
Age at operation in years, mean ± SD54.79 ± 16.2754.68 ± 16.2155.71 ± 16.870.6669
Male/Female271/258241/23630/220.3814
Height (m), mean ± SD1.72 ± 0.091.72 ± 0.091.73 ± 0.080.6766
Weight (kg), mean ± SD77.81 ± 14.7177.88 ± 14.9477.21 ± 12.480.7545
Donor reanimation136 (25.71%)122 (25.58%)14 (26.92%)0.2429
Donor risk index1.98 ± 0.431.98 ± 0.441.82 ± 0.370.0095
Laboratory Values
Na mmol/L, mean ± SD147.9 ± 8.18147.93 ± 8.10147.60 ± 8.930.7803
K mmol/L, mean ± SD4.2 ± 0.564.21 ± 0.574.10 ± 0.500.1627
Bilirubin mg/dL, mean ± SD0.69 ± 0.40.69 ± 0.40.66 ± 0.430.6129
Albumin g/L, mean ± SD27.86 ± 6.4627.97 ± 6.4426.82 ± 6.610.2242
ALT U/L, mean ± SD65.72 ± 132.365.24 ± 137.3459.98 ± 71.440.7855
AST U/L, mean ± SD83.52 ± 135.2782.84 ± 137.3090.46 ± 115.870.7002
GGT U/L, mean ± SD83.12 ± 123.1685.01 ± 128.1565.86 ± 57.500.2874
AP U/L, mean ± SD87.83 ± 55.386.92 ± 54.1496.20 ± 64.980.2506
Haemoglobin g/dL, mean ± SD10.59 ± 2.310.58 ± 2.3110.72 ± 2.200.6897
INR, mean ± SD1.24 ± 0.531.24 ± 0.541.24 ± 0.430.9953
Creatinine mg/dL, mean ± SD1.14 ± 0.871.15 ± 0.881.12 ± 0.730.8153
CRP mg/dL, mean ± SD14.78 ± 10.7214.78 ± 10.5114.86 ± 12.640.9597
Leukocytes 106/L, mean ± SD13.85 ± 5.9513.84 ± 5.5613.91 ± 8.790.9380
Platelets 106/L, mean ± SD191.02 ± 103.2189.69 ± 103.70203.19 ± 98.590.3708
Table 4. Results from evaluation metrics.
Table 4. Results from evaluation metrics.
MetricDeathDeath within 48 hDeath in HospitalDeath within 12 MonthsResults
Accuracy99.22694.339699.339698.11395.745
Cross-Entropy Loss0.03770.05660.05660.01890.0424
F1 Score0.94120.8420.8420.96970.8988
AUC Score0.94440.92170.92170.97060.9396
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Börner, N.; Schoenberg, M.B.; Pöschke, P.; Heiliger, C.; Jacob, S.; Koch, D.; Pöllmann, B.; Drefs, M.; Koliogiannis, D.; Böhm, C.; et al. A Novel Deep Learning Model as a Donor–Recipient Matching Tool to Predict Survival after Liver Transplantation. J. Clin. Med. 2022, 11, 6422. https://doi.org/10.3390/jcm11216422

AMA Style

Börner N, Schoenberg MB, Pöschke P, Heiliger C, Jacob S, Koch D, Pöllmann B, Drefs M, Koliogiannis D, Böhm C, et al. A Novel Deep Learning Model as a Donor–Recipient Matching Tool to Predict Survival after Liver Transplantation. Journal of Clinical Medicine. 2022; 11(21):6422. https://doi.org/10.3390/jcm11216422

Chicago/Turabian Style

Börner, Nikolaus, Markus B. Schoenberg, Philipp Pöschke, Christian Heiliger, Sven Jacob, Dominik Koch, Benedikt Pöllmann, Moritz Drefs, Dionysios Koliogiannis, Christian Böhm, and et al. 2022. "A Novel Deep Learning Model as a Donor–Recipient Matching Tool to Predict Survival after Liver Transplantation" Journal of Clinical Medicine 11, no. 21: 6422. https://doi.org/10.3390/jcm11216422

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop