Skip to main content
Journal of Cancer Research and Clinical Oncology logoLink to Journal of Cancer Research and Clinical Oncology
. 2023 Jan 19;149(9):6075–6083. doi: 10.1007/s00432-022-04446-8

Using deep learning to predict survival outcome in non-surgical cervical cancer patients based on pathological images

Kun Zhang 1,#, Kui Sun 2,#, Caiyi Zhang 3, Kang Ren 1,4, Chao Li 1,5, Lin Shen 1,, Di Jing 1,
PMCID: PMC10356676  PMID: 36653539

Abstract

Purpose

We analyzed clinical features and the representative HE-stained pathologic images to predict 5-year overall survival via the deep-learning approach in cervical cancer patients in order to assist oncologists in designing the optimal treatment strategies.

Methods

The research retrospectively collected 238 non-surgical cervical cancer patients treated with radiochemotherapy from 2014 to 2017. These patients were randomly divided into the training set (n = 165) and test set (n = 73). Then, we extract deep features after segmenting the HE-stained image into patches of size 224 × 224. A Lasso–Cox model was constructed with clinical data to predict 5-year OS. C-index evaluated this model performance with 95% CI, calibration curve, and ROC.

Results

Based on multivariate analysis, 2 of 11 clinical characteristics (C-index 0.68) and 2 of 2048 pathomic features (C-index 0.74) and clinical–pathomic model (C-index 0.83) of nomograms predict 5-year survival in the training set, respectively. In test set, compared with the pathomic and clinical characteristics used alone, the clinical–pathomic model had an AUC of 0.750 (95% CI 0.540–0.959), the clinical predictor model had an AUC of 0.729 (95% CI 0.551–0.909), and the pathomic model AUC was 0.703 (95% CI 0.487–0.919). Based on appropriate nomogram scores, we divided patients into high-risk and low-risk groups, and Kaplan–Meier survival probability curves for both groups showed statistical differences.

Conclusion

We built a clinical–pathomic model to predict 5-year OS in non-surgical cervical cancer patients, which may be a promising method to improve the precision of personalized therapy.

Keywords: Cervical cancer, Radiochemotherapy, Deep learning, Overall survival, Pathological images

Introduction

Cervical cancer is the most common gynecologic malignancy (Sung 2021; Ferrall et al. 2021). In 2018, it was estimated that 570,000 women were diagnosed with cervical cancer worldwide and about 311,000 cancer-related mortality resulted from the disease (Arbyn et al. 2020). According to NIH, the 5-year overall survival (OS) rate of all the cases between 2012 and 2018 in the United States is still below 66.7%, and improving the OS remains a challenge. Currently, the standard first-line cervical cancer treatments include surgery, surgery followed by chemotherapy or/and radiotherapy (Koh et al. 2019). How to select the aforementioned treatments mainly depended on the pathological classification, T stage and N stage of the disease. To this end, precise prediction of clinical outcomes is necessary for individualized treatment, which could provide the optimal scheme. The goal of the algorithm we developed is to better distinguish the different prognoses in cervical cancer patients (Matsuo et al. 2019).

Pathologic biopsy is recognized as the golden standard for measuring malignant neoplasms and HE staining is the most used method in the routine (Coudray et al. 2018). Even though an elaborate classification system for cervical cancer has already been developed, the prognosis evaluation is still clouded by disagreements in terms of interpretation and judgments among pathologists (Ke et al. 2021; Yuan Yuan et al. 2020). Generally, traditional hazard models have been utilized to evaluate survival. Although it is feasible to predict patients’ OS, these models have analyzed the difference of patients in cohorts and not survival outcomes. Deep learning (DL) models have developed rapidly in the processing of medical images in recent years. These models have been widely utilized in the classification of pathological diagnosis (Yamashita et al. 2021; Bera et al. 2019; Zhang et al. 2022) and prediction of treatment response, but the survival prediction remains limited. Establishing an evidence-based, objective model to predict survival outcomes is crucial.

Whole slide imaging (WSI), as an advanced digital pathology, has recently received much attention for its utility in cancer diagnosis. WSI combined with convolutional neural networks (CNN) algorithms can significantly simplify the process of pathological diagnosis and alleviate the burden on pathologists. It has already been utilized in measuring multiple cancers. Based on WSI and clinical data, an interpretable, weakly supervised deep-learning framework has been proposed by Shi et al. (2021), providing a valuable meaning for the stratification of HCC risk and prediction of treatment response. Coudray et al. (2018) also showed that CNN applied to diagnose the major histological subtypes of non-small cell lung cancer (NSCLC) and predict the mutational status of various genes (e.g., serine/threonine kinase 11, epidermal growth factor receptor) based on the pathological WSI. However, there are still no established standards for its practice in the field due to the limitations of the storage space and scanning equipment. In addition, the images are often oversized leading to difficulties in transfer between devices and networks (Wilbur 2011; Noorbakhsh et al. 2020). The most representative HE-staining images extracted from WSIs could contain similar cytological characteristics carrying hide features information to access and analyze (Yu et al. 2016). Currently, there are already reports of utilizing H&E staining combined with molecular markers and deep-learning models to differentiate glioblastomas (Kather et al. 2019; Jin et al. 2021). So far as we know, using the HE diagnostic images to predict the survival outcomes of cervical cancer patients has not been reported.

In this study, we chose the classic HE-staining images in combination with clinicopathologic characteristics to establish a deep-learning model (Fig. 1) for the prediction of clinical outcomes to assist oncologists in designing therapeutic regimens and optimizing follow-up time.

Fig. 1.

Fig. 1

The schematic of collection and analyzation of cervical cancer pathological images and clinicopathologic characteristics based on deep learning

Methods

Datasets

A total of 238 patients diagnosed with cervical cancer were recruited from March 2014 to December 2017 in Xiangya hospital. Ethical approval was obtained by the Ethics Committee of Xiangya Hospital (No.202206143) and waived informed consent was granted. These non-surgical cervical cancer patients staged IB2-IVA and were treated with external beam radiotherapy (EBRT) plus brachytherapy in combination with the current chemotherapy. The diagnostic pathological images were obtained from an experienced pathologist.

Patch cutting and color standardization and deep feature extraction

The pathological images of cervical cancer were cut into patches of size 224 × 224. Considering the problem that uneven staining of slices would cause errors in the model, the Vahadane et al. (2016) method was used to standardize the color of pathological patches. After the patch color standardization process was completed, using ResNet-152 (Hwang et al. 2016) with pre-trained weights in ImageNet (https://www.image-net.org/) as the backbone network, deep feature extraction was performed on each color-normalized patch. After the computation of convolutional layers, hidden layers and fully connected layers, 2048 deep features of each patch were extracted. Considering that a patient with multiple patches would cause a certain degree of confusion, we calculated the median of deep features of multiple patches per person was used as the deep feature value representing the individual. The deep network framework was built on Python version (3.8.0) with Pytorch version (1.11.0).

Dataset partitioning and feature screening

A total of 238 patients were randomly assigned to the 2 datasets with a ratio of 7:3, with 165 people in the training set and 73 people in the test set. The Least Absolute Shrinkage and Selection Operator (LASSO) algorithm was invented by Robert Tibshirani in 1996 and it had already become a standard method for feature selection in the field of bio-information (Vidyasagar 2015). It had the merit of utilizing L1 regularization to reduce the possibility of redundancy and overfitting in regression. Thus, we chose Lasso–Cox as our regression model for feature selection.

First, we standardized 2048 deep features using Z-score to ease the convergence process. Then, we fed the Lasso–Cox model with the data in the training set and randomly assigned 100 penalty parameters lambda for the training. Last, we utilized the tenfold cross-validation method to determine the standard error of lambda and used it as the optimal penalty parameter to select the optimal deep features. The evaluation index was C-index. In the process of selecting clinical features, we chose each feature individually to establish a Cox model and used AUROC (the area under the receiver operator characteristic curve) for evaluation. The features with a score above 0.6 were viewed as valuable (Fig. 2A). The randomization process of datasets and Lasso–Cox model establishment was conducted with the “caret” and “glmnet” package of the R software (version 4.1.2).

Fig. 2.

Fig. 2

Extraction of clinical and pathological characteristics. a The color of pathological slice patches were standardized and 11 clinical features (AUROC > 0.6) were screened to construct a Lasso–Cox model via ResNet-152. b Pathological grades of cervical cancer, SCC squamous cell carcinoma, ADC adenocarcinoma. c Heat map of 238 cervical cancer patients with clinical characteristics

Cox model development and evaluation

We had established three Cox models, including the optimal pathomic features, clinical characteristics, and the combination of the two elements, to predict the patients with 5-year OS. The models were evaluated by C-index, calibration curve, and ROC curve. The visualization of Cox models was conducted with Nomogram. The calibration curve, ROC curve, and Nomogram were conducted with the “rms” and “pROC” package of the R software (version 4.1.2).

Result

Clinical characteristics

This research retrospectively collected 238 locally advanced cervical cancer patients treated with radiochemotherapy from 2014 to 2017 in Xiangya Hospital. The diagnostic pathological images and clinical characteristics were collected for analysis. The clinical characteristics of these cases are shown in Table 1. Those data were divided into a training set of 165 cases and a test set of 73 cases.

Table 1.

Characteristics of non-surgical cervical cancer patients

Characteristics Training set (n = 165) Testing set (n = 73)
Age
 Range 21–83 34–67
 Median 51 52
Histological type
 SCC 150 (91%) 69 (94.4%)
 ADC 14 (8.4%) 2 (2.8%)
 Others 1 (0.6%) 2 (2.8%)
FIGO stage
 I 12 (7.3%) 2 (2.7%)
 II 112 (67.9%) 45 (61.6%)
 III 30 (18.2%) 19 (26.1%)
 IV 11 (6.6%) 7 (9.6%)
Tumor volume (cm3)
  < 20 21 (12.7%) 7 (9.6%)
 20–60 89 (54%) 33 (45.3%)
 60–100 35 (21.2%) 24 (32.8%)
  ≥ 100 20 (12.1%) 9 (12.3%)
Lymph node
 Positive 90 (54.5%) 37 (50.7%)
 Negative 75 (45.5%) 36 (49.3%)
No. of live births
 None 2 (1.2%) 1 (1.4%)
 1–3 147 (89.2%) 67 (91.8%)
  ≥ 4 16 (9.6%) 5 (6.8%)
No. of abortion
 None 117 (70.9%) 54 (74.0%)
 1–3 36 (21.8%) 16 (21.9%)
  ≥ 4 12 (7.3%) 3 (4.1%)
Concurrent chemotherapy
 None 19 (11.5%) 3 (4.1%)
 Yes 146 (88.5%) 70 (95.9%)
Adjuvant chemotherapy
 None 43 (26.1%) 18 (24.7%)
 Yes 122 (73.9%) 55 (75.3%)
Hypohemoglobin
  < 70 1 (0.6%) 0
 70–100 11 (6.6%) 9 (12.3%)
 100–130 77 (46.7%) 36 (49.3%)
  ≥ 130 76 (46.1%) 28 (38.4%)

FIGO International Federation of Gynecology and Obstetrics, SCC Squamous carcinoma, ADC Adenocarcinoma; histological type—others include 1 small cell carcinoma (SCCC) and 2 large cell neuroendocrine carcinoma

Optimal features’ generation for model

According to the clinical characteristics we collected, Cox models were established, respectively, and these evaluation indexes included age, number of live births, abortion, pathological grade, clinical stage, and lymph node metastasis. Two clinical characteristics (lymph nodes metastasis and tumor volume) were screened out by AUROC > 0.600 as the evaluation index (Fig. 2a). In the deep features’ selection, two features we named No.769 and No.1409 were preferred out of the 2048 deep features. This part was done using the Lasso–Cox algorithm with the best penalty coefficients. In Fig. 2b, we listed the pathological grades of cervical cancer. The clinical characteristics of the patients are shown in Fig. 2c.

Credibility analysis and validation of the combined model

We separately constructed three models to predict 5-year OS (Fig. 3a–c). The clinical model integrated two optimal clinical characteristics, and the pathomic model was composed of two valuable deep features. Moreover, we combined the above clinical and deep features to discover whether the clinical–pathomic model was superior to others. The clinical model showed good performance to predict 5-year OS for non-surgical cervical cancer patients, with C-indexes of 0.680 (95% CI 0.543–0.811) (Fig. 3d) in the training set and 0.710 (95% CI 0.556–0.863) in the test set. The pathomic model showed efficacy near to clinical model, with C-indexes of 0.746 (95% CI 0.608–0.883) (Fig. 3e) in the training set and 0.700 (95% CI 0.514–0.887) in the test set. The performance of the clinical–pathomic model was better than the above single-model both in the training and test set, with C-indexes of 0.835 (95% CI 0.759–0.912) and 0.737 (95% CI 0.555–0.918) (Fig. 3f). The calibration curve of the nomograms is shown in Fig. 4a–c, which showed good agreement between the prediction of 5-year survival outcome in the training set and in the test set (Fig. 4d–f).

Fig. 3.

Fig. 3

Credibility analysis of the 5-year survival prediction models. a–c The nomograms for predicting the 5-year survival in cervical cancer based on clinical model, the pathomic model, the clinical–pathomic model. d–f The forest plots of characteristic risk scores to analyze survival outcome in clinical model, the pathomic model and the clinical–pathomic model

Fig. 4.

Fig. 4

Calibration curves of the clinical model, the pathomic model, and the clinical–pathomic model in the training set (a–c) and in the test set (d–f)

Performance of the combined model

In comparison to the features of pathological images and clinical characteristics used alone, the clinical–pathomic model demonstrated a larger area under the 5-year survival prediction curve (Fig. 5a–b). As shown in Fig. 5a, the developed nomogram exerted a powerful predictive ability in the training set with AUCs of 0.827 (95% CI 0.735–0.918), respectively, which were higher than the pathomic model (AUC = 0.737, 95% CI 0.590–0.883) and clinical model (AUC = 0.690, 95% CI 0.561–0.819). We performed validation on the test set and found the same result. The clinical–pathomic model’s AUC was 0.750 (95% CI 0.540–0.959), while the AUC of the clinical model was 0.729 (95% CI 0.551–0.909), and the AUC of the pathomic model was 0.703 (95% CI 0.487–0.919). Figure 5c–d depicts the performance of each risk score. To utilize the combined model, we divided the patients into a high-risk and low-risk groups based on the appropriate nomogram scores. In every set, the Kaplan–Meier survival probability curves for the two groups showed statistical divergence (p = 0.0003 for training set, p = 0.046 for test set). The combined model showed the predictive power for 5-year OS.

Fig. 5.

Fig. 5

Performance and validation of the 5-years survival prediction models. a–b The accuracy of three models for predicting the 5-year survival rate of cervical cancer detected by ROC curve in the training set and the test set. c–d Kaplan–Meier curves of 5-year survival between low-risk and high-risk groups defined by nomogram of the clinical–pathomic model in the training set and the test set

Discussion

In this retrospective study, we demonstrated that the utilization of pathological diagnostic images to predict 5-year survival outcomes via a deep-learning approach performed superior ability in non-surgical cervical cancer patients. Most of this research mainly focused on either the analyzing radiographic images for predicting treatment response or detecting abnormal cells from tissue slides for classification and biomarkers discovery. The study of predicting 5 years of survival in non-surgical cervical cancer by deep-learning model remains limited. In the field of cervical cancer, the application of the deep-learning model has been studied for detecting human papillomavirus (HPV) (Kahng et al. 2015), examination of cytologic testing (Komagata et al. 2017), screening cervical carcinoma via colposcopy pictures (Hu et al. 2019), and prediction of radiochemotherapy response, but only several studies related to overall survival.

Although surgery is the cornerstone in early-stage cervical cancer, the prognostic of postoperation has been significantly affected by surgical techniques, equipment, nutritional level, and nursing competence. Dr. Kluska and his colleagues found that utilization of deep-learning model predicted 5 years of survival outcomes based on clinicopathologic characteristics from cervical cancer patients treated with radical hysterectomy. Nevertheless, with the development of radiochemotherapy, radical surgery and radiochemotherapy achieved similar prognostic in early-stage cervical cancer patients (Landoni et al. 2017). Advanced-stage cervical cancer included radiochemotherapy as the standard therapeutic regimen (Cohen et al. 2019). Utilization of the deep-learning model based on the pathological images and prediction of the 5-year survival rate in non-surgical cancer patients were more meaningful results and predictability. The pathological images were segmented into patches. Then, normalization and extraction features from the patches were used to construct the Lasso–Cox models.

In recent years, deep learning has been used in various fields, such as predicting chemotherapy response, lymph node metastasis via radiomics (Peng et al. 2019; Li et al. 2020; Lao 2017) and analyzing pathological images. Many studies have shown promising results for classification and prediction, including prediction of gene mutation in the adenocarcinoma of non-small cell lung cancer (Coudray et al. 2018), development of a risk-strategies model in hepatocellular carcinoma (HCC)(Saillard et al. 2020), classification of gastric epithelial tumors (Park et al. 2021), differentiation of breast cancer subtypes (Han et al. 2017), and detection of brain vasculature (Todorov et al. 2020). Although there have been reported several radiomics studies in cervical cancer, histopathology of the deep-learning model only focuses on screening of cytologic testing, which is the leading cause of cancer-related death among women worldwide (Jin et al. 2021; Sung 2021). Therefore, it is essential to develop high-performance algorithms with high sensitivity and specificity to predict the prognosis of cervical cancer. The deep-learning model of pathological images for predicting overall survival reflected the heterogeneity of tumor sites. In addition, the cytological features could contain much-hidden information closely related to OS, which plays the most important role in the evaluation of treatment response. Nevertheless, few relevant deep-learning models have been found in cervical cancer. By studying a variety of deep-learning strategies, the model we developed gave relatively reliable results with relatively high accuracy.

Although the results of our 5-year predictive models are very promising for translation into clinical practice, there is still room for improvement in the future. (i) This retrospective study has a relatively small sample size from a single institution. A large amount of sample size should be included from multi-centers to design randomized clinical trials. (ii) The standardization of sample preparation is critical and closely related to the accuracy of the model, such as tissue sectioning, staining, acquisition of representative tumor areas, and the quality of the pathological image. How to distinguish different cellular components (tumor cells, lymphocytes, red blood cells, etc.) in the same patch should be further investigated. (iii) More specific biomarkers and clinical parameters (diabetes, hypertension, and other diseases) should be integrated into the survival prediction model to improve the accuracy.

The deep-learning model based on representative pathologic features and clinical data had a superior performance for the predicting 5-year OS in cervical cancer and showed great clinical application promising.

Conclusion

In conclusion, we developed a deep-learning model based on pathological features and clinical risk factors, which can effectively predict the 5-year survival outcome in non-surgical cervical cancer patients treated with radiochemotherapy.

Acknowledgements

Kun Zhang and Kui Sun contributed equally to this study. The pathology department of Xiangya Hospital provided kindly support.

Author contributions

Conceptualization, DJ, LS and KZ; methodology, KS; validation, LS and CYZ; resources, CL and KR; writing—original draft preparation, KZ and KS; writing—review and editing, DJ and LS; supervision, CYZ. All the authors have agreed to the published version of this manuscript.

Funding

The authors declare that no funds, grants, or other support were received during the preparation of this manuscript.

Data availability

The datasets used to support this finding of study are included in the article.

Declarations

Conflict of interest

The authors have no relevant financial or non-financial interests to disclose.

Ethics approval

This study was performed in line with the principles of the Declaration of Helsinki. Approval was granted by the Ethics Committee of Xiangya Hospital (No.202206143).

Institutional review board statement

The Ethical approval of this study was obtained by the Ethics Committee of Xiangya Hospital (No.202206143) and waived informed consent was granted.

Footnotes

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Kun Zhang and Kui Sun contributed equally to this work.

Contributor Information

Lin Shen, Email: sl168898@gmail.com.

Di Jing, Email: jingdi2222@gmail.com.

References

  1. Arbyn M, Weiderpass E, Bruni L et al (2020) Estimates of incidence and mortality of cervical cancer in 2018: a worldwide analysis. Lancet Glob Health 8(2):e191–e203 [DOI] [PMC free article] [PubMed] [Google Scholar]
  2. Bera K, Schalper KA, Rimm DL et al (2019) Artificial intelligence in digital pathology—new tools for diagnosis and precision oncology. Nat Rev Clin Oncol 16(11):703–715 [DOI] [PMC free article] [PubMed] [Google Scholar]
  3. Cohen PA, Jhingran A, Oaknin A et al (2019) Cervical cancer. Lancet 393(10167):169–182 [DOI] [PubMed] [Google Scholar]
  4. Coudray N, Ocampo PS, Sakellaropoulos T et al (2018) Classification and mutation prediction from non-small cell lung cancer histopathology images using deep learning. Nat Med 24(10):1559–1567 [DOI] [PMC free article] [PubMed] [Google Scholar]
  5. Ferrall L, Lin KY, Roden RBS et al (2021) Cervical cancer immunotherapy: facts and hopes. Clin Cancer Res 27(18):4953–4973 [DOI] [PMC free article] [PubMed] [Google Scholar]
  6. Han Z, Wei B, Zheng Y et al (2017) Breast cancer multi-classification from histopathological images with structured deep learning model. Sci Rep 7(1):4172 [DOI] [PMC free article] [PubMed] [Google Scholar]
  7. Hu L, Bell D, Antani S et al (2019) An observational study of deep learning and automated evaluation of cervical images for cancer screening. J Natl Cancer Inst 111(9):923–932 [DOI] [PMC free article] [PubMed] [Google Scholar]
  8. Hwang SJ, Adluru N, Collins MD et al (2016) Coupled harmonic bases for longitudinal characterization of brain networks. Proc IEEE Comput Soc Conf Comput vis Pattern Recognit 2016:2517–2525 [DOI] [PMC free article] [PubMed] [Google Scholar]
  9. Jin L, Shi F, Chun Q et al (2021) Artificial intelligence neuropathologist for glioma classification using deep learning on hematoxylin and eosin stained slide images and molecular markers. Neuro Oncol 23(1):44–52 [DOI] [PMC free article] [PubMed] [Google Scholar]
  10. Kahng J, Kim EH, Kim HG et al (2015) Development of a cervical cancer progress prediction tool for human papillomavirus-positive Koreans: a support vector machine-based approach. J Int Med Res 43(4):518–525 [DOI] [PubMed] [Google Scholar]
  11. Kather JN, Krisam J, Charoentong P et al (2019) Predicting survival from colorectal cancer histology slides using deep learning: a retrospective multicenter study. PLoS Med 16(1):e1002730 [DOI] [PMC free article] [PubMed] [Google Scholar]
  12. Ke J, Shen Y, Lu Y et al (2021) Quantitative analysis of abnormalities in gynecologic cytopathology with deep learning. Lab Invest 101(4):513–524 [DOI] [PubMed] [Google Scholar]
  13. Koh WJ, Abu-Rustum NR, Bean S et al (2019) Cervical cancer, Version 3.2019, NCCN clinical practice guidelines in oncology. J Natl Compr Canc Netw 17(1):64–84 [DOI] [PubMed] [Google Scholar]
  14. Komagata H, Ichimura T, Matsuta Y et al (2017) Feature analysis of cell nuclear chromatin distribution in support of cervical cytology. J Med Imaging 4(4):047501 [DOI] [PMC free article] [PubMed] [Google Scholar]
  15. Landoni F, Colombo A, Milani R et al (2017) Randomized study between radical surgery and radiotherapy for the treatment of stage IB-IIA cervical cancer: 20-year update. J Gynecol Oncol 28(3):e34 [DOI] [PMC free article] [PubMed] [Google Scholar]
  16. Lao J, Chen Y, Li ZC et al (2017) A deep learning-based radiomics model for prediction of survival in glioblastoma multiforme. Sci Rep 7(1):10353 [DOI] [PMC free article] [PubMed] [Google Scholar]
  17. Li J, Dong D, Fang M et al (2020) Dual-energy CT-based deep learning radiomics can improve lymph node metastasis risk prediction for gastric cancer. Eur Radiol 30(4):2324–2333 [DOI] [PubMed] [Google Scholar]
  18. Matsuo K, Purushotham S, Jiang B et al (2019) Survival outcome prediction in cervical cancer: cox models vs deep-learning model. Am J Obstet Gynecol 220(4):381 e381-381 e314 [DOI] [PMC free article] [PubMed] [Google Scholar]
  19. Noorbakhsh J, Farahmand S, Foroughi Pour A et al (2020) Deep learning-based cross-classifications reveal conserved spatial behaviors within tumor histological images. Nat Commun 11(1):6367 [DOI] [PMC free article] [PubMed] [Google Scholar]
  20. Park J, Jang BG, Kim YW et al (2021) A prospective validation and observer performance study of a deep learning algorithm for pathologic diagnosis of gastric tumors in endoscopic biopsies. Clin Cancer Res 27(3):719–728 [DOI] [PubMed] [Google Scholar]
  21. Peng H, Dong D, Fang MJ et al (2019) Prognostic value of deep learning PET/CT-based radiomics: potential role for future individual induction chemotherapy in advanced nasopharyngeal carcinoma. Clin Cancer Res 25(14):4271–4279 [DOI] [PubMed] [Google Scholar]
  22. Saillard C, Schmauch B, Laifa O et al (2020) Predicting survival after hepatocellular carcinoma resection using deep learning on histological slides. Hepatology 72(6):2000–2013 [DOI] [PubMed] [Google Scholar]
  23. Shi JY, Wang X, Ding GY et al (2021) Exploring prognostic indicators in the pathological images of hepatocellular carcinoma based on deep learning. Gut 70(5):951–961 [DOI] [PubMed] [Google Scholar]
  24. Sung H, Ferlay J, Siegel RL et al (2021) Global cancer statistics 2020: GLOBOCAN estimates of incidence and mortality worldwide for 36 cancers in 185 countries. CA Cancer J Clin 71(3):209–249 [DOI] [PubMed] [Google Scholar]
  25. Todorov MI, Paetzold JC, Schoppe O et al (2020) Machine learning analysis of whole mouse brain vasculature. Nat Methods 17(4):442–449 [DOI] [PMC free article] [PubMed] [Google Scholar]
  26. Vahadane A, Peng T, Sethi A et al (2016) Structure-preserving color normalization and sparse stain separation for histological images. IEEE Trans Med Imaging 35(8):1962–1971 [DOI] [PubMed] [Google Scholar]
  27. Vidyasagar M (2015) Identifying predictive features in drug response using machine learning: opportunities and challenges. Annu Rev Pharmacol Toxicol 55:15–34 [DOI] [PubMed] [Google Scholar]
  28. Wilbur DC (2011) Digital cytology: current state of the art and prospects for the future. Acta Cytol 55(3):227–238 [DOI] [PubMed] [Google Scholar]
  29. Yamashita R, Long J, Longacre T et al (2021) Deep learning model for the prediction of microsatellite instability in colorectal cancer: a diagnostic study. Lancet Oncol 22(1):132–141 [DOI] [PubMed] [Google Scholar]
  30. Yu KH, Zhang C, Berry GJ et al (2016) Predicting non-small cell lung cancer prognosis by fully automated microscopic pathology image features. Nat Commun 7:12474 [DOI] [PMC free article] [PubMed] [Google Scholar]
  31. Yuan C, Yao Y, Cheng B et al (2020) The application of deep learning based diagnostic system to cervical squamous intraepithelial lesions recognition in colposcopy images. Sci Rep 10(1):11639 [DOI] [PMC free article] [PubMed] [Google Scholar]
  32. Zhang X, Wang S, Rudzinski ER et al (2022) Deep learning of rhabdomyosarcoma pathology images for classification and survival outcome prediction. Am J Pathol 192(6):917–925 [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

The datasets used to support this finding of study are included in the article.


Articles from Journal of Cancer Research and Clinical Oncology are provided here courtesy of Springer

RESOURCES