- 1Department of Liver Surgery, Renji Hospital, School of Medicine, Shanghai Jiao Tong University, Shanghai, China
- 2Department of Medicine, CHA University, Seongnam-si, Republic of Korea
Background: Liver transplantation (LT) is one of the main curative treatments for hepatocellular carcinoma (HCC). Milan criteria has long been applied to candidate LT patients with HCC. However, the application of Milan criteria failed to precisely predict patients at risk of recurrence. As a result, we aimed to establish and validate a deep learning model comparing with Milan criteria and better guide post-LT treatment.
Methods: A total of 356 HCC patients who received LT with complete follow-up data were evaluated. The entire cohort was randomly divided into training set (n = 286) and validation set (n = 70). Multi-layer-perceptron model provided by pycox library was first used to construct the recurrence prediction model. Then tabular neural network (TabNet) that combines elements of deep learning and tabular data processing techniques was utilized to compare with Milan criteria and verify the performance of the model we proposed.
Results: Patients with larger tumor size over 7 cm, poorer differentiation of tumor grade and multiple tumor numbers were first classified as high risk of recurrence. We trained a classification model with TabNet and our proposed model performed better than the Milan criteria in terms of accuracy (0.95 vs. 0.86, p < 0.05). In addition, our model showed better performance results with improved AUC, NRI and hazard ratio, proving the robustness of the model.
Conclusion: A prognostic model had been proposed based on the use of TabNet on various parameters from HCC patients. The model performed well in post-LT recurrence prediction and the identification of high-risk subgroups.
1 Introduction
Hepatocellular carcinoma (HCC) is the most common primary liver cancer, ranks the third leading cause of cancer-associated mortality worldwide (1, 2). Liver transplantation (LT) is one of the main curative treatments for HCC, eliminating the tumor and the underlying liver disease simultaneously (3, 4). Milan criteria, first introduced by Mazzaferro in 1996, is the main policy to select patients with HCC for LT globally (5). Patients within Milan criteria are reported to achieve 5-year survival of approximately 80%. However, the strict selection criteria and another 20% of tumor recurrence after LT remains a major concern and impedes the curative chance for HCC patients (6).
Therefore, constructing a model better selecting patients and predicting tumor recurrence is a major issue in LT treatment. Several risk factors have been identified contributing to HCC recurrence after LT, including tumor morphological characteristics and pathological features (7). AFP, a commonly used serum marker, is highly specific for predicting HCC recurrence (8). Presence of microvascular invasion is also considered as an independent factor in recurrence prediction (9). Other crucial indicators consist of tumor differentiation, pre-transplant treatment, wait time, etc. Based on the above predictors, several models beyond Milan criteria have been constructed in predicting HCC recurrence (10–12). For example, Metroticket Model was developed based on tumor size, tumor number and AFP level to predict HCC recurrence using a Cox-PH regression analysis (13).
In the past few years, artificially intelligence (AI) has been increasingly used for the recurrence of HCC after liver resection. For instance, Ji et al. identified a three-feature signature using the machine-learning framework that demonstrated favorable prediction of HCC recurrence with C-index of 0.633–0.699 (14). Liu et al. proposed a prognostic classifier based on deep learning to identify high-risk recurrence of hepatectomy patients who may benefit from intensive management (15). With the advantage of integrating various risk factors, the advanced AI algorithms and techniques are also urgently needed in developing recurrence prediction models for LT patients with HCC.
Recently, the Google Cloud AI research team invented TabNet as a novel deep learning model for tabular data and it has been shown to be more effective in variety of tasks (16). In the present study, we proposed a model by utilizing TabNet for predicting tumor recurrence after LT. The new model was compared with the Milan criteria and aimed to better select patients for LT.
2 Methods
2.1 Data collection and follow-up
Patients who underwent liver transplantation in Renji Hospital, School of Medicine, Shanghai Jiao Tong University from January 2015 to December 2018 were retrospectively reviewed. Patients were excluded according to the criteria as follows: (1) pathological diagnosis of intrahepatic cholangiocarcinoma (ICC), combined HCC-ICC or other malignancies; (2) perioperative death due to infection, bleeding, organ failure, etc.; (3) incomplete medical records; and (4) loss of follow-up within 90 days after LT. This study was approved by the institutional ethics committee of Renji Hospital, School of Medicine, Shanghai Jiao Tong University.
Preoperative demographic data and serological examinations including age, gender, hepatitis virus infection, liver function, AFP level, and pre-transplant therapy (liver resection, TACE and RFA) were collected. Data of cirrhosis, tumor number, maximal diameter, satellite lesions, pathological grade, microvascular invasion and portal vein tumor thrombus were collected based on postoperative pathology.
All patients were followed up monthly during the 1st year and every 3 months thereafter. The clinical testing included liver function, serum AFP level as well as abdominal ultrasound. To allow early detection of recurrence, CT or MRI scan of the chest and abdomen were performed once every 6 months. When tumor recurrence was suspected, PET-CT was conducted. Adjuvant therapy including transarterial chemoembolization (TACE), radiofrequency ablation, sorafenib or lenvatinib were permitted once tumor recurrence was confirmed. The main endpoint of this study was recurrence of tumor and death of patients. Data of overall (OS) and recurrence-free survival (RFS) were collected for all included patients.
2.2 Extraction of patient features for risk groups
The survival model calculated the probability for a period from a minimum of 3 months to a maximum of 95 months for each patient. We set the final survival period after liver transplantation at 5 years and used a survival analysis model with pycox to extract features of the low-risk group of patients whose 5-year survival time exceeds 0.7 and the high-risk group of patients whose survival probability lower than 0.2. Characteristics of high-risk patients were extracted. The model is a 48-node MLP (Multi-Layer Perceptron) and uses two hidden layers, ReLU activation function, a batch norm and dropout. Dropout rate is 0.1, optimized with Adam, and batch size is 256. Tumor size, pathological grade, and tumor number were considered as extracted features for high-risk and low-risk patient groups. The average value of the three variables in each patient group was calculated and set as the threshold value for classifying high-risk and low-risk patients (Figure 1).
2.3 TabNet
TabNet, the model used to train the classification model in our experiments, is known as a type of neural network that processes tabular data. The overall structure of TabNet is shown in Figure 2.
The overall architecture is divided into the input part and decision steps from steps 1 to N, and each step consists of a feature transformer, attentive transformer, and feature masking. The split block divides the representation from the feature transformer into two, one sends to ReLU and the final output, and the other one is passed to the next attentive transformer. The mask block, which selects features, can provide information about how the features operate at each step, and the Agg block can inform us which features are important. Tabular data is used as input after calculating Min-Max or standard scaling, and normalization is replaced by the Batch Normalization layer. Normalized input is passed to the feature transformer block (17–20). The feature transformer block is composed as shown in Figure 3.
Figure 3. Feature transformer. (A) Shared across decision steps. (B) Decision step dependent steps. FC, Fully-connected layer; BN, Batch normalization; GLU, Gated linear unit.
The feature transformer consists of shared across decision steps and decision step dependent blocks. FC-BN-GLU is repeated four times. Among them, the first two blocks are shared in all decision steps, and the last two blocks are used only in decision step. The Attentive transformer block is structured as shown in Figure 4.
Prior scale is the information that aggregates how much each feature was used in previous decision steps. A Sparse Mask must be learned to select important features from the previous steps. Additionally, through masking, the influence of variables that do not have a significant impact on learning must be reduced during the decision step process. To implement such a mask, the attentive transformer is used. The notation for obtaining the mask is as follows.
In Equation (1), the Mask M[i] performs normalization called Sparsemax. This is a method that allows it to select the most salient features at each decision step. In Equation (2), P[i] denotes the prior scales, which creates a new mask by considering the influence of the feature and masks processed from the previous decision step. Gamma is a relaxation parameter. When gamma is 1, the feature is used only in one decision step. As gamma increases, the hyper-parameter allows the feature to be used in multiple decision steps (21–23).
To train TabNet, the entire cohort was randomly divided into a training cohort and a validation cohort (80:20). Data from the validation cohort was not used for training but was used to verify the performance of the trained model. In our experiment, classification accuracy was calculated as an indicator to verify the model's performance, which is derived from the confusion matrix. To train the TabNet model, training/validation/test data were randomly selected at the ratios of 70%, 20%, and 10%. The training epoch was 100 and the model was built using the TabNet classification function (version: 4.1.0).
2.4 Statistical analysis
Continuous variables are presented as median with range and categorical variables are expressed as numbers with ratio. Discrete variables (gender, hepatitis virus infection, cirrhosis, operation history, laparotomy, liver resection, splenectomy, TACE, RFA, satellite lesion, microvascular invasion, portal vein tumor thrombus, and biliary tumor thrombus) was defined as absence or presence, with absence mapped to 0 and presence to 1, respectively. These variables were used to train TabNet model. Continuous variables (age, AFP, CA199, blood loss, and blood transfusion) were entered into TabNet and survival analysis without preprocessing. In addition to improving classification accuracy through TabNet model training, we implemented a model that tracks patient survival using R (version 4.2.3) code to verify the performance of our newly built model. It was compared with the case where each condition of the Milan scale was applied, and the patient's survival probability was plotted against the survival period. As performance evaluation indicators for the model, C-index, Hazard ratio, p-value, AUC (Area under Curve), and NRI (Net Reclassification Index) were calculated (24, 25). All statistical tests were two-sided, and p values <0.05 were considered statistically significant.
3 Result
3.1 Patient clinicopathological characteristics
As shown in the flow chart (Figure 1), a total of 356 patients who underwent LT for HCC from January 2015 to December 2018 were enrolled in the study. The baseline characteristics of patients were described in Table 1. The median age of included patients was 52 years (22–78 years), and 315 (88.5%) were male. The majority of patients (322, 90.4%) had infection of hepatitis B virus. The median preoperative AFP level was 58.5 ng/ml. Nearly half of patients received pre-transplant surgery or therapy to control tumor development including liver resection, TACE and RFA. Through postoperative pathology, 312 patients had presence of cirrhosis (312, 87.6%). The median tumor max diameter was 4 cm (0.4–24 cm) and multiple tumors were present in 161 patients (45.2%) with 15.1% had satellite lesions. Further, microvascular invasion and portal vein tumor thrombus were confirmed in 151 (42.4%) and 75 patients (21.1%), respectively.
3.2 Extraction of patient characteristics based on survival probability
A total of 356 HCC patients who received LT with complete follow-up data were evaluated. The entire cohort was randomly divided into training set (n = 286) and validation set (n = 70). Multi-layer-perceptron model provided by Pycox library was first used to construct the recurrence prediction model. Then validation data was input to verify the performance of the model. Patients were finally classified as group of high-risk recurrence with a 5-year survival probability of <20% and low-risk with survival more than 70%. Patients who had larger tumor size over 7 cm, poorer differentiation of tumor grade and multiple tumor numbers were determined as high-risk group, while patients with tumor size <2 cm, higher tumor differentiation grade and single tumor were regarded as low-risk group (Table 2). Compared with low-risk group, patients in the high-risk group were more likely to have higher level of preoperative AFP level, more operative blood loss and transfusion, more satellite lesion, microvascular invasion, presence of portal vein tumor thrombus, and biliary tumor thrombus (Table 3).
Table 3. The baseline comparison of patients with high and low risk of recurrence receiving LT with HCC.
3.3 Results of classification by TabNet
We then investigated the performance of our model with TabNet in improving the accuracy of the classification model. All cases were randomly split into training, validation and test set at a ratio of 7:2:1. The accuracy of training/validation set was observed for each epoch, and the final accuracy was calculated using test set. To increase training speed, a GPU (GeForce RTX 4060 TI) was used, and training/validation accuracy was observed for each epoch. As the epoch increased, loss tended to decrease, and training accuracy and verification accuracy gradually increased from negligible levels, which confirmed that the training was stable. As a result of measuring the final accuracy of the trained TabNet classification model by applying the Milan scale, the classification accuracy was 86% (Figure 5). On the other hand, after training our new condition based on risk classification, the accuracy was improved to 95% (Figure 6).
Figure 5. (A) Loss trend. (B) Accuracy of training and validation of models when Milan criteria is applied. In (B) blue line: training accuracy; yellow line: validation accuracy.
Figure 6. (A) Loss trend. (B) Accuracy of training and validation of models when new conditions is applied. In (B) blue line: training accuracy; yellow line: validation accuracy.
3.4 Survival analysis of the model by TabNet
Further we aimed to confirm how much tracking ability was improved in patient survival analysis and to compare the performance of the model with TabNet to that of the Milan criteria. Both time-dependent AUC value and NRI value were significant for our model, confirming its superiority over other conditions in patient survival analysis (Tables 4, 5). The AUC of the survival analysis model built for each condition was calculated, and the NRI was measured based on the model set based on whether the AFP exceeds 100 ng/ml (Figure 7). The patients' survival curve for each survival model was shown in Figure 8.
Figure 7. (A) Area Under Curve (AUC). (B) Net Reclassification Improvement (NRI) of our new conditions comparing with Milan criteria.
Figure 8. Survival analysis plot of applied to our new conditions, Milan criteria (A) our new model applied to Low-risk patients (B) our new model applied to high-risk patients (C) Milan Criteria applied to low-risk patients (D) Milan Criteria applied to High-risk patients.
4 Discussion
Though LT provides curative therapeutic option for HCC, tumor recurrence remains one of the leading problems for long-term prognosis of LT. Traditional Milan criteria based on morphological characteristics is unable to provide a quantification of HCC recurrence risk. Other prediction models on account of mathematical statistics analysis failed to predict tumor recurrence precisely as well (26–28). Therefore, a more efficient model predicting HCC recurrence after LT is urgently needed.
In this study including 356 HCC patients receiving LT, we proposed a survival prediction model based on deep learning algorithm with high accuracy, superior to the traditional Milan criteria. Our work first evaluated prognostic significance of clinical parameters and classified patients with larger tumor size over 7 cm, poorer differentiation of tumor grade and multiple tumor numbers as high risk of recurrence. Then a classification model was trained with TabNet and our proposed model outperformed the Milan criteria in terms of accuracy (0.95 vs. 0.86, p < 0.05). In addition, our model showed better performance results with improved AUC, NRI and hazard ratio, proving the robustness of the model.
Compared with previous HCC recurrence prediction models, our model based on TabNet was characterized by an improvement of methodology and prediction accuracy. TabNet is a novel deep learning model specialized for extracting a subset of semantically important features from tabular data such as patient information. Although several studies have been reported using TabNet, there are few reports in the medical field constructing a tumor recurrence prediction model (29, 30). Previous studies have established HCC prognostic models after resection. However, these models were based on weakly supervised network of categories and few reports were associated with HCC recurrence after LT (31, 32). In our study, more tumor categories instead of only morphological parameters were input to our model, which enhanced the diversity during feature extraction. In addition, the TabNet consisting of multiple-step decision units (attentive transformer, feature transformer, spilt, and ReLU function) greatly improved the automatic learning capability of providing predicting analyses. Therefore, we achieved better predictive performance and model convergence than the traditional Milan criteria.
Recently, Qu et al. established a deep pathomics score for predicting tumor recurrence after LT (33). The study mainly focused on structural and cellular significance of immune cells of LT patients, which was different from our study. Since multiple therapies including TACE, multi-kinase inhibitors and immune checkpoint inhibitors were increasingly used before LT, different tumor immune microenvironment predicting tumor recurrence should be given more attention. Additionally, subgroups of immune cells change with immunosuppressants after LT patients, which needs further exploration of its impact on prognosis. Future studies could focus on the mechanism of regulating immune cells and crosstalk between different cell grouping based on deep learning algorithm.
There are several limitations of our study to be noted. Firstly, it is a retrospective study with a limited number of patients coming from a single institution. External validation from other centers is needed to confirm the results. Second, the imbalance of clinicopathological characteristics including gender, HBV infection, etc. may cause selection bias and reduce the representativeness of our population. Additionally, medical imaging plays an important role and has been widely used in oncological deep learning, but was not explored in this study. Our future study will combine imaging information and immune-pathological profiles to further validate our prediction model via deep learning computing.
In conclusion, our study proposed an efficient tumor recurrence model for HCC patients after LT based on deep learning algorithm. Our model outperformed Milan criteria in guiding HCC surveillance strategies by predicting tumor recurrence and survival. Future studies should focus on the correlation between imaging information and immune-pathological profiles.
Data availability statement
The original contributions presented in the study are included in the article/Supplementary material, further inquiries can be directed to the corresponding authors.
Ethics statement
The manuscript presents research on animals that do not require ethical approval for their study.
Author contributions
SK: Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Project administration, Software, Validation, Visualization, Writing – original draft, Writing – review & editing. JC: Formal analysis, Project administration, Validation, Writing – review & editing. Y-kY: Data curation, Formal analysis, Methodology, Project administration, Validation, Writing – review & editing. Z-fX: Data curation, Formal analysis, Methodology, Project administration, Validation, Writing – review & editing. HH: Supervision, Writing – review & editing. MS: Conceptualization, Data curation, Formal analysis, Funding acquisition, Investigation, Methodology, Project administration, Resources, Supervision, Writing – original draft, Writing – review & editing. QX: Supervision, Writing – review & editing.
Funding
The author(s) declare that financial support was received for the research, authorship, and/or publication of this article. This study was supported by the National Natural Science Foundation of China (81902379) and Cultivation Foundation of Renji Hospital (RJPY-LX-011).
Conflict of interest
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
Publisher's note
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
Supplementary material
The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fmed.2024.1373005/full#supplementary-material
References
1. Sung H, Ferlay J, Siegel RL, Laversanne M, Soerjomataram I, Jemal A, et al. Global cancer statistics 2020: GLOBOCAN estimates of incidence and mortality worldwide for 36 cancers in 185 countries. CA Cancer J Clin. (2021) 71:209–49. doi: 10.3322/caac.21660
2. Vogel A, Meyer T, Sapisochin G, Salem R, Saborowski A. Hepatocellular carcinoma. Lancet. (2022) 400:1345–62. doi: 10.1016/S0140-6736(22)01200-4
3. Brown ZJ, Tsilimigras DI, Ruff SM, Mohseni A, Kamel IR, Cloyd JM, et al. Management of hepatocellular carcinoma: a review. JAMA Surg. (2023) 158:410–20. doi: 10.1001/jamasurg.2022.7989
4. Terrault NA, Francoz C, Berenguer M, Charlton M, Heimbach J. Liver transplantation 2023: status report, current and future challenges. Clin Gastroenterol Hepatol. (2023) 21:2150–66. doi: 10.1016/j.cgh.2023.04.005
5. Mazzaferro V, Regalia E, Doci R, Andreola S, Pulvirenti A, Bozzetti F, et al. Liver transplantation for the treatment of small hepatocellular carcinomas in patients with cirrhosis. N Engl J Med. (1996) 334:693–9. doi: 10.1056/NEJM199603143341104
6. Toniutto P, Fumolo E, Fornasiere E, Bitetto D. Liver Transplantation in patients with hepatocellular carcinoma beyond the milan criteria: a comprehensive review. J Clin Med. (2021) 10:3932. doi: 10.3390/jcm10173932
7. Straś WA, Wasiak D, Łagiewska B, Tronina O, Hreńczuk M, Gotlib J, et al. Recurrence of hepatocellular carcinoma after liver transplantation: risk factors and predictive models. Ann Transplant. (2022) 27:e934924. doi: 10.12659/AOT.934924
8. Ozdemir F, Baskiran A. The importance of AFP in liver transplantation for HCC. J Gastrointest Cancer. (2020) 51:1127–32. doi: 10.1007/s12029-020-00486-w
9. Ruch B, Wagler J, Kumm K, Zhang C, Katariya NN, Garcia-Saenz-de-Sicilia M, et al. Hepatocellular carcinoma, alpha fetoprotein, and liver allocation for transplantation: past, present and future. Curr Oncol. (2022) 29:7537–51. doi: 10.3390/curroncol29100593
10. Yao FY, Ferrell L, Bass NM, Watson JJ, Bacchetti P, Venook A, et al. Liver transplantation for hepatocellular carcinoma: expansion of the tumor size limits does not adversely impact survival. Hepatology. (2001) 33:1394–403. doi: 10.1053/jhep.2001.24563
11. Duffy JP, Vardanian A, Benjamin E, Watson M, Farmer DG, Ghobrial RM, et al. Liver transplantation criteria for hepatocellular carcinoma should be expanded: a 22-year experience with 467 patients at UCLA. Ann Surg. (2007) 246:502–9. doi: 10.1097/SLA.0b013e318148c704
12. Mazzaferro V, Llovet JM, Miceli R, Bhoori S, Schiavo M, Mariani L, et al. Predicting survival after liver transplantation in patients with hepatocellular carcinoma beyond the Milan criteria: a retrospective, exploratory analysis. Lancet Oncol. (2009) 10:35–43. doi: 10.1016/S1470-2045(08)70284-5
13. Mazzaferro V, Sposito C, Zhou J, Pinna AD, De Carlis L, Fan J, et al. Metroticket 2.0 Model for Analysis of Competing Risks of Death After Liver Transplantation for Hepatocellular Carcinoma. Gastroenterology. (2018) 154:128–39. doi: 10.1053/j.gastro.2017.09.025
14. Ji GW, Zhu FP, Xu Q, Wang K, Wu MY, Tang WW, et al. Machine-learning analysis of contrast-enhanced CT radiomics predicts recurrence of hepatocellular carcinoma after resection: a multi-institutional study. EBioMedicine. (2019) 50:156–65. doi: 10.1016/j.ebiom.2019.10.057
15. Liu Z, Liu Y, Zhang W, Hong Y, Meng J, Wang J, et al. Deep learning for prediction of hepatocellular carcinoma recurrence after resection or liver transplantation: a discovery and validation study. Hepatol Int. (2022) 16:577–89. doi: 10.1007/s12072-022-10321-y
16. Kita K, Fujimori T, Suzuki Y, Kanie Y, Takenaka S, Kaito T, et al. Bimodal artificial intelligence using TabNet for differentiating spinal cord tumors-Integration of patient background information and images. iScience. (2023) 26:107900. doi: 10.1016/j.isci.2023.107900
17. Lim J, Jeon HG, Seo Y, Kim M, Moon JU, Cho SH. Survival prediction model for patients with hepatocellular carcinoma and extrahepatic metastasis based on XGBoost algorithm. J Hepatocell Carcinoma. (2023) 10:2251–63. doi: 10.2147/JHC.S429903
18. Colak C, Kucukakcali Z, Akbulut S. Artificial intelligence-based prediction of molecular and genetic markers for hepatitis C–related hepatocellular carcinoma. Ann Med Surg. (2023) 85:4674–82. doi: 10.1097/MS9.0000000000001210
19. Guo L, Wang Z, Du Y, Mao J, Zhang J, Yu Z, et al. Random-forest algorithm based biomarkers in predicting prognosis in the patients with hepatocellular carcinoma. Cancer Cell Int. (2020) 20:251. doi: 10.1186/s12935-020-01274-z
20. Wong GLH, Hui VWK, Tan Q, Xu J, Lee HW, Yip TCF, et al. Novel machine learning models outperform risk scores in predicting hepatocellular carcinoma in patients with chronic viral hepatitis. JHEP Reports. (2022) 4:100441. doi: 10.1016/j.jhepr.2022.100441
21. Jin Y, Ren Z, Wang W, Zhang Y, Zhou L, Yao X, et al. Classification of Alzheimer's disease using robust TabNet neural networks on genetic data. Mathem Biosci Eng. (2023) 20:8358–74. doi: 10.3934/mbe.2023366
22. Wei X, Ouyang H, Liu M. Stock index trend prediction based on TabNet feature selection and long short-term memory. PLoS ONE. (2022) 17:e0269195. doi: 10.1371/journal.pone.0269195
23. Zhang Q, Tian X, Chen G, Yu Z, Zhang X, Lu J, et al. A Prediction model for tacrolimus daily dose in kidney transplant recipients with machine learning and deep learning techniques. Front Med (Lausanne). (2022) 9:8131117. doi: 10.3389/fmed.2022.813117
24. Zhan Z, Jing Z, He B, Hosseini N, Westerhoff M, Choi EY, et al. Two-stage cox-nnet: biologically interpretable neural-network model for prognosis prediction and its application in liver cancer survival using histopathology and transcriptomic data. NAR Genom Bioinform. (2021) 3:lqab015. doi: 10.1093/nargab/lqab015
25. Kumar M, Sonker PK, Saroj A, Jain A, Bhattacharjee A, Saroj RK. Parametric survival analysis using R: Illustration with lung cancer data. Cancer Rep. (2020) 3:e1210. doi: 10.1002/cnr2.1210
26. Amado V, Rodriguez-Peralvarez M, Ferrin G, De la Mata M. Selecting patients with hepatocellular carcinoma for liver transplantation: incorporating tumor biology criteria. J Hepatocell Carcinoma. (2019) 6:1–10. doi: 10.2147/JHC.S174549
27. Wang Q, Qiao W, Zhang H, Liu B, Li J, Zang C, et al. Nomogram established on account of Lasso-Cox regression for predicting recurrence in patients with early-stage hepatocellular carcinoma. Front Immunol. (2022) 13:1019638. doi: 10.3389/fimmu.2022.1019638
28. Liu R, Wu S, Yu HY, Zeng K, Liang Z, Li S, et al. Prediction model for hepatocellular carcinoma recurrence after hepatectomy: Machine learning-based development and interpretation study. Heliyon. (2023) 9:e22458. doi: 10.1016/j.heliyon.2023.e22458
29. Razavi-Termeh SV, Sadeghi-Niaraki A, Sorooshian A, Abuhmed T, Choi SM. Spatial mapping of land susceptibility to dust emissions using optimization of attentive Interpretable Tabular Learning (TabNet) model. J Environ Manage. (2024) 358:120682. doi: 10.1016/j.jenvman.2024.120682
30. Yang H, Zhu D, He S, Xu Z, Liu Z, Zhang W, et al. Enhancing psychiatric rehabilitation outcomes through a multimodal multitask learning model based on BERT and TabNet: An approach for personalized treatment and improved decision-making. Psychiatry Res. (2024) 336:115896. doi: 10.1016/j.psychres.2024.115896
31. Meng XP, Tang TY, Zhou Y, Xia C, Xia T, Shi Y, et al. Predicting post-resection recurrence by integrating imaging-based surrogates of distinct vascular patterns of hepatocellular carcinoma. JHEP Rep. (2023) 5:100806. doi: 10.1016/j.jhepr.2023.100806
32. Shi HY, Lee KT, Chiu CC, Wang JJ, Sun DP, Lee HH. 5-year recurrence prediction after hepatocellular carcinoma resection: deep learning vs. Cox regression models. Am J Cancer Res. (2022) 12:2876–90. doi: 10.21203/rs.3.rs-1062761/v1
Keywords: deep learning, survival prediction, hepatocellular carcinoma, liver transplantation, tabular data
Citation: Ko SH, Cao J, Yang Y-k, Xi Z-f, Han HW, Sha M and Xia Q (2024) Development of a deep learning model for predicting recurrence of hepatocellular carcinoma after liver transplantation. Front. Med. 11:1373005. doi: 10.3389/fmed.2024.1373005
Received: 19 January 2024; Accepted: 28 May 2024;
Published: 11 June 2024.
Edited by:
Waqas Nazeer, University of Education, Winneba, GhanaReviewed by:
Bing Mao, Henan Provincial People's Hospital, ChinaHengkai Chen, First Affiliated Hospital of Fujian Medical University, China
Copyright © 2024 Ko, Cao, Yang, Xi, Han, Sha and Xia. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Meng Sha, simonsha23@163.com; Qiang Xia, xiaqiang@shsmu.edu.cn