Next Article in Journal
Editorial for Life Special Issue Book Cellular and Functional Response to Hypoxia
Next Article in Special Issue
Identification of Cellular Compositions in Different Microenvironments and Their Potential Impacts on Hematopoietic Stem Cells HSCs Using Single-Cell RNA Sequencing with Systematical Confirmation
Previous Article in Journal
Metabolic Comorbidities in Pediatric Atopic Dermatitis: A Narrative Review
Previous Article in Special Issue
MEAHNE: miRNA–Disease Association Prediction Based on Semantic Information in a Heterogeneous Network
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Deep-Learning-Based Artificial Intelligence System for the Pathology Diagnosis of Uterine Smooth Muscle Tumor

1
Department of Pathology, Beijing Obstetrics and Gynecology Hospital, Capital Medical University, Beijing Maternal and Child Health Care Hospital, Beijing 100003, China
2
School of Biomedical Science and Medical Engineering, Beihang University, Beijing 100191, China
*
Author to whom correspondence should be addressed.
Submission received: 18 October 2022 / Revised: 9 December 2022 / Accepted: 15 December 2022 / Published: 20 December 2022
(This article belongs to the Special Issue Developing Artificial Intelligence for Cancer Diagnosis and Prognosis)

Abstract

:
We aimed to develop an artificial intelligence (AI) diagnosis system for uterine smooth muscle tumors (UMTs) by using deep learning. We analyzed the morphological features of UMTs on whole-slide images (233, 108, and 30 digital slides of leiomyosarcomas, leiomyomas, and smooth muscle tumors of uncertain malignant potential stained with hematoxylin and eosin, respectively). Aperio ImageScope software randomly selected ≥10 areas of the total field of view. Pathologists randomly selected a marked region in each section that was no smaller than the total area of 10 high-power fields in which necrotic, vascular, collagenous, and mitotic areas were labeled. We constructed an automatic identification algorithm for cytological atypia and necrosis by using ResNet and constructed an automatic detection algorithm for mitosis by using YOLOv5. A logical evaluation algorithm was then designed to obtain an automatic UMT diagnostic aid that can “study and synthesize” a pathologist’s experience. The precision, recall, and F1 index reached more than 0.920. The detection network could accurately detect the mitoses (0.913 precision, 0.893 recall). For the prediction ability, the AI system had a precision of 0.90. An AI-assisted system for diagnosing UMTs in routine practice scenarios is feasible and can improve the accuracy and efficiency of diagnosis.

1. Introduction

Uterine smooth muscle tumors (UMTs) are the most common tumors of the female genital tract, with an incidence of approximately 70% in women aged >40 years [1,2]. The World Health Organization Classification of Tumours of Female Reproductive Organs (fourth edition, 2014) classifies UMTs into three main categories: leiomyoma (including specific subtypes), leiomyosarcoma, and smooth muscle tumors of uncertain malignant potential (STUMP) [3]. These classifications are still used in the fifth edition published in 2020.
The diagnostic criteria for smooth muscle tumors include cytological atypia, mitoses, coagulative tumor cell necrosis, tumor border, and vascular invasion [4,5,6]. The three main criteria for diagnosis are the heterogeneity of tumor cells, mitoses, and tumor coagulative necrosis. The accurate accounting of mitoses is particularly important in differentiating leiomyosarcomas from certain subtypes of leiomyomas (e.g., leiomyomas with bizarre nuclei and mitotically active leiomyomas) or STUMPs. However, the judgment of these three main criteria is somewhat subjective for pathologists, especially mitoses, which are often interfered with by nuclear fragmentation, apoptosis, and inflammatory cells with irregular nuclei. This is poorly reproducible and time-consuming for pathologists and may ultimately result in an incorrect diagnosis.
With the development of computer technology and medical image analysis algorithms, it has become possible to use artificial intelligence (AI) to analyze whole-slide images and to perform early screening and diagnosis for tumors [7,8,9]. Several studies have verified the effectiveness of AI in the pathological diagnosis of tumors in different organs, such as lung cancer, breast cancer, prostate biopsy, and mesothelioma [10,11,12,13,14,15]. The current study aimed to analyze the morphological characteristics of digitally scanned sections of UMTs and build an AI diagnosis system for UMTs by using a computerized deep learning network model for image detection and recognition to assist pathologists in improving diagnostic accuracy and efficiency.

2. Materials and Methods

Figure 1 presents the methods of this study. After data preparation and labeling, the classification and detection models were trained to obtain an automatic UMT diagnostic aid that can “study and synthesize” a physician’s experience.

2.1. Data Set

The Ethics Committee of Beijing Obstetrics and Gynecology Hospital approved the study. The requirement for informed consent was waived because the reports were anonymized. Overall, 29 cases of leiomyosarcomas, 5 cases of STUMP, and 24 cases of leiomyomas (including 20 cases of conventional leiomyomas and 4 cases of lipoleiomyomas) were collected. All patients were diagnosed by the Department of Pathology of Beijing Obstetrics and Gynecology Hospital from May 2016 to May 2021. The inclusion criteria were as follows: clinical diagnosis of uterine occupancy with mass resection or total hysterectomy and pathological diagnosis of smooth muscle tumors, including leiomyomas, STUMP, and leiomyosarcomas. The exclusion criteria were as follows: patients who (1) had received preoperative radiotherapy or chemotherapy before surgery, (2) were diagnosed with uterine leiomyosarcomas exhibiting a predominant epithelioid appearance, (3) were diagnosed with myxoid leiomyosarcoma or leiomyomas with bizarre nuclei, (4) had used hormonal drugs, or (5) were pregnant.
This study used 233 digital slides of leiomyosarcomas, 108 digital slides of leiomyomas, and 30 digital slides of STUMP stained using hematoxylin and eosin (HE). Two pathologists selected and read all slides, and all data were strictly desensitized.
Aperio ImageScope software (Vista, CA, USA) was used for the annotation of digital sections. To train the deep learning model, the regions of necrotic, cytological atypia, collagen, blood vessels, and a certain range of mitosis targets in the digital sections were first annotated by pathologists. To facilitate the subsequent detection of nuclear fractures, the area of the field under the microscope was roughly converted into 10 square areas with 969-pixel borders, according to the method of counting nuclear fractures in 10 high-power fields (HPF, d = 0.55 mm). Five pathologists randomly selected a marked region in each section that was no smaller than the total area of 10 HPF in the digital sections. We labeled the areas of necrosis (N), vascular (x), collagen (j), and mitoses (h).

2.2. Deep Learning Models

The deep learning modern model was established on the basis of multiple convolutional neural network (CNN) feature extraction backbones and the image features of UMTs [16,17]. The images were divided into small-scale cuts that were 224 pixels × 224 pixels or 128 pixels × 128 pixels in size. An 18-layer residual network model was used to train and test the automatic classification on a server equipped with four NVIDIA Tesla v100 graphics cards to determine whether the slices had cytological atypia or necrosis. A small-scale detection network was built directly by using the YOLOv5s model with two NVIDIA RTX 3090 graphics cards to obtain a mitosis detection network. The YOLOv5s network is the network with the smallest depth and the smallest width of characteristic graph in the YOLOv5 series; therefore, this model has a faster training and prediction speed than other models and is widely used in medical case diagnosis research.
The classification and mitoses detection results were logically judged to obtain the final diagnosis. All of these were automatically handled by the deep learning model.

2.3. Evaluation Metrics

Our evaluation metrics included the following: (1) accuracy: (TP + TN)/(TP + FP + TN + FN); (2) precision: TP/(TP + FP); (3) recall: TP/(TP + FN), which is the proportion of correct positive predictions for all positive samples; and (4) F1 index: two multiples of the summed mean of precision and recall.
F 1   Index = 2 × recall × precision recall + precision
TP indicates that the sample is positive and that the prediction result is also positive. FP indicates that the sample is negative, but the prediction result is wrongly interpreted as positive. TN indicates that the sample is negative and that the prediction result is also negative. FN indicates that the sample is positive, but the prediction result is wrongly judged as negative. The accuracy rate and F1 index can be used to measure the overall classification performance of the model, and a value that is closer to one indicates a better model. Accuracy, which is also known as the accuracy check rate, indicates the proportion of TPs among the positive samples detected by the model. Recall, which is also known as the full check rate, indicates the proportion of positive samples accurately detected by the model among all positive samples.

3. Results

3.1. Image Annotation

Among the patients with leiomyosarcoma, 2 had moderate cytological atypia, 5 had moderate–severe cytological atypia, and 20 had severe cytological atypia. A total of 24 patients had necrosis with an average count of more than or equal to 10 mitoses in 10 high-magnification fields (≥10/10 HPF).
A total of 140 images of 19 patients with leiomyosarcoma were selected as the training set and were labeled by pathologists. The cellular regions of the tumor in the digital pathology slices were classified as normal or mild atypia, tumor necrosis, tumor cytological atypia (moderate to severe), collagen area, and vascular regions (Figure 2).

3.2. Automatic Classification of Necrosis and Tumor Cytological Atypia

By using image data that were manually labeled by physicians, a classification model was constructed using a residual network. Among the patients with leiomyosarcoma, 140 slice images of 19 patients were selected as the training set. Some 93 slice images of another 10 patients with leiomyosarcoma were selected as the test set, in which different areas were intercepted according to necrosis and nuclear anomaly annotation. Images of normal or mild cytological atypia samples were obtained from patients with leiomyoma (57 slices of 19 patients). The target regions in the slices were intercepted and cropped into small blocks of 224 pixels × 224 pixels (Figure 3). The final image blocks of the training set obtained 6418 images of moderate and severe cytological atypia, 2593 images of normal or mild atypia, and 13,266 images of necrosis. The test set contained 1200 images of each.
The test results for the model after training are shown in Table 1. The table shows that the classification network can correctly classify normal images, nuclear atypia, and necrotic images. In addition, all classification indices reached more than 0.920.

3.3. Automatic Detection of Mitoses

The microscopic counting of mitoses requires the high-resolution observation of pathological sections to identify various morphological targets of nuclear division at the cellular level (Figure 4). On the basis of this working idea, the YOLOv5s model in the one-stage detection mode was used for the construction and training of the detection network in this project. The hardware device was two NVIDIA RTX 3090 graphics cards.
First, the target field in the physician-labeled slice was intercepted using the program. The coordinates were then repositioned in the intercepted result, with the upper left corner of the intercepted region as the coordinate origin and the positive direction to the right and down, respectively. Second, the manually labeled position of each nuclear split was recorded and saved. Finally, we recorded the coordinates of the center point of each nuclear split region, the length of the region, and the width of the region using rectangular positioning boxes. The size of each cut block was 128 pixels × 128 pixels (Figure 4).
According to the pathologist’s annotation, 2000 blocks were used as the training set, which comprised 1500 cuts containing nuclear mitoses targets and 500 cuts with apoptotic body or other interfering factors. A total of 1000 blocks were used as the test set, which comprised 525 cuts containing mitosis targets and 475 normal cuts. In the detection model, the max-det value was set to one to ensure that, at most, one nuclear split target was detected in each cut block (128 pixels × 128 pixels). The confidence threshold was set to 0.6, and it was considered correctly detected when the intersection over union value of the detection box and manual marker box overlap was 0.55. The detection network could accurately detect the mitoses with 0.938 precision, 0.913 accuracy, 0.893 recall, and 0.915 F1 index (Table 2), which could meet the requirements in practical applications. After detecting the target, the program could further calculate the number of mitoses required to obtain the target result.

3.4. AI for Logical Judgment

To test whether the AI-aided diagnosis system can make accurate and logical judgments, we combined the automatic classification model with the automatic detection model to perform overall detection and logical judgments on pathological sections (Figure 5). We selected 10 cases of leiomyosarcoma, 5 cases of STUMP, and 5 cases of leiomyoma(1–3 sections for each case) for testing. Among them, one case of leiomyosarcoma was misdiagnosed as STUMP, and one case of STUMP was misdiagnosed as leiomyoma; the others were consistent with the pathologist’s diagnosis, with a total precision of 0.900 (Table 3). For 0.24 mm2 or 10 HPF of 0.55 mm in diameter, the computational times of the proposed network model for automatic classification, automatic detection, and logical judgment were 1.7, 1.5, and 0.1 s, respectively.

4. Discussion

The significance of using deep learning models is that automatic analysis can be obtained by learning from the samples, and the empirical knowledge of different pathologists can be synthesized. Repetitive and empirical tasks can be handed over to machines for assisted analysis. By using the computerized deep learning of digital pathological sections of UMTs, the following functions were achieved in this project: (1) automatic discriminative analysis of cytological atypia and tumorigenic necrosis of tumor cells, (2) automatic detection and counting of mitoses, and (3) logical judgment of the results obtained from the classification and detection networks to make a diagnosis.
Smooth muscle tumors are common tumors of the female reproductive system and most often occur in the uterus, followed by the cervix; broad ligament; and occasionally in the vagina, ovaries, fallopian tubes, and vulva [18]. At present, the properties of smooth muscle tumors are mainly based on the heterogeneity of tumor cells, mitosis, and tumor coagulative necrosis [3]. For example, in coagulative necrosis, a UMT with mild cytological atypia is diagnosed as a leiomyosarcoma if the mitotic count is ≥10/10 HPF; otherwise, it is diagnosed as a STUMP. In the absence of coagulative necrosis, if the tumor cells show diffuse moderate-to-severe atypia and the mitotic count is ≥10/10 HPF, the diagnosis is leiomyosarcoma. However, when only one of the conditions is met, the diagnosis is STUMP. When necrosis is lacking and cytological atypia is not obvious or only focally mild, the accuracy of the mitotic count is paramount. Tumors lacking cytological atypia and tumor cell necrosis but with ≥15 mitoses/10 HPF should be diagnosed as STUMP. Therefore, cytological atypia, mitotic count, and tumor cell necrosis play important roles in diagnosing UMTs. However, due to subjectivity, the consistency of interpretation between different pathologists is poor. In addition, counting the mitoses of tumor cells is time-consuming and labor intensive, which affects the accuracy and efficiency of diagnosis. In the classification of UMTs, STUMPs show morphological features that exceed the criteria for leiomyoma or its subtypes but are insufficient for a diagnosis of leiomyosarcoma. This issue often puzzles pathologists. However, the cytological atypia, necrosis, and mitosis in leiomyosarcoma and leiomyomas are relatively clear. We try to establish an AI judgment standard by observing the morphological characteristics of these two categories such that the diagnosis of STUMPs will be more objective.
In recent years, rapid development in the field of AI, especially deep learning (e.g., a CNN), has provided more possibilities for the establishment of intelligent computer-aided diagnostic systems based on pathological image analysis [19,20]. Deep learning is a new field in machine learning research in which higher-level attribute classes or features are formed by combining lower-level features into more abstract ones. Several studies and clinical practices are attempting to integrate AI and pathological image analysis to achieve intelligent detection and diagnosis and overcome the shortcomings of manual reading visual fatigue to improve diagnostic accuracy. Therefore, they have important clinical value and application prospects. For example, Song et al. developed an assisted diagnostic system using AI for gastric adenocarcinoma biopsy specimens. The deep CNN was trained on 2123 slides of digital pathology slices stained using hematoxylin and eosin (HE). It achieved a sensitivity of approximately 100% and an average specificity of 80.6% on a real-world test data set of 3212 slides of digital pathology [11]. In other tumors, such as esophageal cancer, lung cancer, and prostate cancer, AI based on deep learning has also achieved good detection results [21,22,23]. ResNet is a classic residual neural network and has an excellent performance in image classification tasks, including ResNet-18, ResNet-50, and other frameworks [24]. In the pre-experiments on our data set, we used ResNet-18, ResNet-34, and ResNet-50 for the classification network detection. It showed that the 18-layer residual network achieved the best classification performance. Therefore, in this experiment, an 18-layer residual network model was adopted for the model building to detect the tumor cytological atypia and tumor necrosis. The specific process is shown in Figure 3. The classification network achieved the correct classification of normal images, nuclear heterotypes, and necrotic images through testing. Furthermore, the classification performance was good, with all classification indexes reaching more than 92%. This shows that a deep-learning-based AI system can detect cytological atypia and necrosis of smooth muscle tumors.
The identification and counting of mitotic images are crucial for the differential diagnosis of benign and malignant smooth muscle tumors. Computer experts have developed several methods for mitotic detection, such as the maximized inter-class weighted mean, CNN, and YOLOv5 [25,26,27]. YOLOv5 was proposed in 2020 and is one of the latest achievements of the YOLO series of detection algorithms in the one-stage detection framework. It contains YOLOv5s, YOLOv5m, and other frameworks and has excellent detection accuracy and speed in target detection tasks. Our pre-experiment on the sub-data set showed that YOLOv5s had the best detection performance, so we chose YOLOv5s as the detection network in this experiment, as shown in Figure 4. The precision and recall steadily improved and approached one, which was used to measure the performance of the detection network during training. This indicated that the network was well trained. The detection network can detect mitoses accurately, which meets the requirements of practical applications.
We achieved automatic discrimination and classification of nuclear atypia and tumor cell necrosis through training in the classification network. The detection network makes it possible to detect and count mitoses automatically. We combined the automatic classification and automatic detection models and performed overall detection and logical judgment on some pathological sections, shown in Figure 5. In the detection experiments, 20 cases of UMTs, including 10 cases of leiomyosarcomas, 5 cases of STUMPs, and 5 cases of leiomyoma, were tested. Except for one leiomyosarcoma misdiagnosed as STUMP, the results were consistent with the pathologist’s diagnosis, with 0.90 precision. Our study initially explored the feasibility of using histopathological AI-assisted systems to diagnose UMTs, which can assist pathologists in making judgments and improve the efficiency and accuracy of diagnosis.
This study had some limitations. First, the number of images in the categories is small. To improve the performance of our diagnostic system, a larger data set is required. Second, our experiments were conducted mainly on UMTs, and the morphological features of other spindle cell tumors in the uterus, such as endometrial mesenchymal sarcoma, inflammatory myofibroblastoma tumor, and perivascular cell tumor, were not learned and judged by AI. Therefore, it is still necessary to manually select the slides of pathological images to be analyzed. Owing to the limited number of cases, the computer learning and judgment of cell-rich leiomyomas myxoid leiomyosarcoma, leiomyomas with bizarre nuclei, and epithelioid leiomyosarcoma are not yet convincing. Finally, the false detection rate of the model for detecting mitoses was relatively high. Given that clinical information, immunohistochemical markers, and molecular detection results can help affect pathological diagnoses [28,29], especially for relatively difficult cases, it is necessary to combine this information with the AI system. This is a difficult issue in automatic histopathological diagnosis. In subsequent experiments, we should continue to expand the sample size and combine immunohistochemistry and molecular results with AI to improve the diagnostic accuracy and automation of the model.

5. Conclusions

The criteria for UMT diagnosis are very complex. Furthermore, UMT diagnosis is time-consuming and error prone. This study proposes an AI-aided diagnosis and evaluation system for UMTs based on deep learning. The algorithms for the automatic classification of necrosis and tumor cytological atypia and the automatic detection of mitoses were proved to be effective. By analyzing whole-slide images, an AI system can judge the properties of UMTs and make logical conclusions. This system may provide a new, comprehensive, and intelligent method for pathological diagnosis and may generate new ideas for advancing interdisciplinary collaborative research on clinical medical problems. However, there are still areas that can be improved, and our current work is mainly based on the pathological image slices of a certain size. Therefore, it is necessary to manually frame a certain area to be analyzed on a slice. Achieving automatic application at the WSI level requires further research. In addition, studies should be conducted on the improvement of the depth learning algorithm to further improve the accuracy of the system and ensure its clinical practicality.

Author Contributions

Conceptualization, Y.J. and Z.W.; methodology, S.L. and H.Y.; software, J.J.; validation, S.L.; formal analysis, P.Z.; investigation, N.M.; resources, W.Z.; data curation, H.Y., S.L. and J.J.; writing—original draft preparation, H.Y.; writing—review and editing, Y.J.; visualization, C.H.; supervision, Y.J.; project administration, T.W.; funding acquisition, Y.J. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by a grant from Beijing Municipal Natural Science Foundation to Yulan Jin (Grant No. 7202048).

Institutional Review Board Statement

The study was conducted in accordance with the Declaration of Helsinki and was approved by the Ethics Committee of Beijing Obstetrics and Gynecology Hospital (2020-KY-021-01, 2020.5.18).

Informed Consent Statement

Patient consent was waived because the data used were anonymized.

Data Availability Statement

The data presented in this study are available upon request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

References

  1. Zhang, Q.; Ubago, J.; Li, L.; Guo, H.; Liu, Y.; Qiang, W.; Kim, J.J.; Kong, B.; Wei, J.J. Molecular analyses of 6 different types of uterine smooth muscle tumors: Emphasis in atypical leiomyoma. Cancer 2014, 120, 3165–3177. [Google Scholar] [CrossRef] [PubMed]
  2. Segars, J.H.; Parrott, E.C.; Nagel, J.D.; Guo, X.C.; Gao, X.; Birnbaum, L.S.; Pinn, V.W.; Dixon, D. Proceedings from the Third National Institutes of Health International Congress on Advances in Uterine Leiomyoma Research: Comprehensive review, conference summary, and future recommendations. Hum. Reprod. Update 2014, 20, 309–333. [Google Scholar] [CrossRef] [PubMed]
  3. Lu, Z.; Chen, J. Introduction of WHO classification of tumours of female reproductive organs, fourth edition. Zhonghua Bing Li Xue Za Zhi 2014, 43, 649–650. [Google Scholar] [PubMed]
  4. Gupta, M.; Laury, A.L.; Nucci, M.R.; Quade, B.J. Predictors of adverse outcome in uterine smooth muscle tumours of uncertain malignant potential (STUMP): A clinicopathological analysis of 22 cases with a proposal for the inclusion of additional histological parameters. Histopathology 2018, 73, 284–298. [Google Scholar] [CrossRef] [PubMed]
  5. Lim, D.; Alvarez, T.; Nucci, M.R.; Gilks, B.; Longacre, T.; Soslow, R.A.; Oliva, E. Interobserver variability in the interpretation of tumor cell necrosis in uterine leiomyosarcoma. Am. J. Surg. Pathol. 2013, 37, 650–658. [Google Scholar] [CrossRef] [PubMed]
  6. Bell, S.W.; Kempson, R.L.; Hendrickson, M.R. Problematic uterine smooth muscle neoplasms. A clinicopathologic study of 213 cases. Am. J. Surg. Pathol. 1994, 18, 535–558. [Google Scholar] [CrossRef] [PubMed]
  7. Wang, C.; Xu, X.; Shao, J.; Zhou, K.; Zhao, K.; He, Y.; Li, J.; Guo, J.; Yi, Z.; Li, W. Deep learning to predict EGFR mutation and PD-L1 expression status in non-small-cell lung cancer on computed tomography images. J. Oncol. 2021, 2021, 5499385. [Google Scholar] [CrossRef] [PubMed]
  8. Echle, A.; Rindtorff, N.T.; Brinker, T.J.; Luedde, T.; Pearson, A.T.; Kather, J.N. Deep learning in cancer pathology: A new generation of clinical biomarkers. Br. J. Cancer 2021, 124, 686–696. [Google Scholar] [CrossRef] [PubMed]
  9. LeCun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef] [PubMed]
  10. Mi, W.; Li, J.; Guo, Y.; Ren, X.; Liang, Z.; Zhang, T.; Zou, H. Deep learning-based multi-class classification of breast digital pathology images. Cancer Manag. Res. 2021, 13, 4605–4617. [Google Scholar] [CrossRef] [PubMed]
  11. Song, Z.; Zou, S.; Zhou, W.; Huang, Y.; Shao, L.; Yuan, J.; Gou, X.; Jin, W.; Wang, Z.; Chen, X.; et al. Clinically applicable histopathological diagnosis system for gastric cancer detection using deep learning. Nat. Commun. 2020, 11, 4294. [Google Scholar] [CrossRef] [PubMed]
  12. Ibrahim, A.; Gamble, P.; Jaroensri, R.; Abdelsamea, M.M.; Mermel, C.H.; Chen, P.C.; Rakha, E.A. Artificial intelligence in digital breast pathology: Techniques and applications. Breast 2020, 49, 267–273. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Courtiol, P.; Maussion, C.; Moarii, M.; Pronier, E.; Pilcer, S.; Sefta, M.; Manceron, P.; Toldo, S.; Zaslavskiy, M.; Le Stang, N.; et al. Deep learning-based classification of mesothelioma improves prediction of patient outcome. Nat. Med. 2019, 25, 1519–1525. [Google Scholar] [CrossRef] [PubMed]
  14. Bulten, W.; Bándi, P.; Hoven, J.; Loo, R.V.; Lotz, J.; Weiss, N.; Laak, J.V.; Ginneken, B.V.; Hulsbergen-van de Kaa, C.; Litjens, G. Epithelium segmentation using deep learning in H&E-stained prostate specimens with immunohistochemistry as reference standard. Sci. Rep. 2019, 9, 864. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. Coudray, N.; Ocampo, P.S.; Sakellaropoulos, T.; Narula, N.; Snuderl, M.; Fenyö, D.; Moreira, A.L.; Razavian, N.; Tsirigos, A. Classification and mutation prediction from non-small cell lung cancer histopathology images using deep learning. Nat. Med. 2018, 24, 1559–1567. [Google Scholar] [CrossRef] [PubMed]
  16. Khasawneh, N.; Fraiwan, M.; Fraiwan, L. Detection of K-complexes in EEG waveform images using faster R-CNN and deep transfer learning. BMC Med. Inform. Decis. Mak. 2022, 22, 297. [Google Scholar] [CrossRef] [PubMed]
  17. Fraiwan, M.; Faouri, E. On the Automatic Detection and Classification of Skin Cancer Using Deep Transfer Learning. Sensors 2022, 22, 4963. [Google Scholar] [CrossRef] [PubMed]
  18. Devereaux, K.A.; Schoolmeester, J.K. Smooth muscle tumors of the female Ge nital Tract. Surg. Pathol. Clin. 2019, 12, 397–455. [Google Scholar] [CrossRef] [PubMed]
  19. Xing, F.; Xie, Y.; Yang, L. An automatic learning-based framework for robust nucleus segmentation. IEEE Trans. Med. Imaging 2016, 35, 550–566. [Google Scholar] [CrossRef] [PubMed]
  20. Song, Y.; Zhang, L.; Chen, S.; Ni, D.; Li, B.; Zhou, Y.; Lei, B.; Wang, T. A deep learning based framework for accurate segmentation of cervical cytoplasm and nuclei. In Proceedings of the 2014 36th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Chicago, IL, USA, 26–30 August 2014; pp. 2903–2906. [Google Scholar] [CrossRef]
  21. Qi, Y.; Yang, L.; Liu, B.; Liu, L.; Liu, Y.; Zheng, Q.; Liu, D.; Luo, J. Highly accurate diagnosis of lung adenocarcinoma and squamous cell carcinoma tissues by deep learning. Spectrochim. Acta A Mol. Biomol. Spectrosc. 2022, 265, 120400. [Google Scholar] [CrossRef] [PubMed]
  22. Tang, D.; Wang, L.; Jiang, J.; Liu, Y.; Ni, M.; Fu, Y.; Guo, H.; Wang, Z.; An, F.; Zhang, K.; et al. A novel deep learning system for diagnosing early esophageal squamous cell carcinoma: A multicenter diagnostic study. Clin. Transl. Gastroenterol. 2021, 12, e00393, PMCID:PMC8341371. [Google Scholar] [CrossRef] [PubMed]
  23. Bulten, W.; Pinckaers, H.; van Boven, H.; Vink, R.; de Bel, T.; van Ginneken, B.; van der Laak, J.; Hulsbergen-van de Kaa, C.; Litjens, G. Automated deep-learning system for Gleason grading of prostate cancer using biopsies: A diagnostic study. Lancet Oncol. 2020, 21, 233–241. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  24. Guo, M.; Wang, K.; Liu, S.; Du, Y.; Liu, P.; Su, Q.; Lv, G. Recognition of thyroid ultrasound standard plane images based on residual network. Comput. Intell. Neurosci. 2021, 2021, 5598001. [Google Scholar] [CrossRef] [PubMed]
  25. Balkenhol, M.C.A.; Tellez, D.; Vreuls, W.; Clahsen, P.C.; Pinckaers, H.; Ciompi, F.; Bult, P.; van der Laak, J.A.W.M. Deep learning assisted mitotic counting for breast cancer. Lab. Investig. 2019, 99, 1596–1606. [Google Scholar] [CrossRef] [PubMed]
  26. Nateghi, R.; Danyali, H.; Helfroush, M.S. Maximized inter-class weighted mean for fast and accurate mitosis cells detection in breast cancer histopathology images. J. Med. Syst. 2017, 41, 146. [Google Scholar] [CrossRef] [PubMed]
  27. Mohiyuddin, A.; Basharat, A.; Ghani, U.; Peter, V.; Abbas, S.; Naeem, O.B.; Rizwan, M. Breast tumor detection and classification in mammogram images using modified YOLOv5 network. Comput. Math. Methods Med. 2022, 2022, 1359019. [Google Scholar] [CrossRef] [PubMed]
  28. Mas, A.; Alonso, R.; Garrido-Gómez, T.; Escorcia, P.; Montero, B.; Jiménez-Almazán, J.; Martín, J.; Pellicer, N.; Monleón, J.; Simón, C. The differential diagnoses of uterine leiomyomas and leiomyosarcomas using DNA and RNA sequencing. Am. J. Obstet. Gynecol. 2019, 221, 320.e1–320.e23. [Google Scholar] [CrossRef] [PubMed]
  29. Cui, R.R.; Wright, J.D.; Hou, J.Y. Uterine leiomyosarcoma: A review of recent advances in molecular biology, clinical management and outcome. BJOG 2017, 124, 1028–1037. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Flowchart of AI-assisted diagnosis of UMTs.
Figure 1. Flowchart of AI-assisted diagnosis of UMTs.
Life 13 00003 g001
Figure 2. Annotations were made in tumor areas, including necrosis (N), blood vessels (x), collagen area (j), and mitotic (h). (A,B) represent different areas of the leiomyosarcoma image (Original magnification: 40×).
Figure 2. Annotations were made in tumor areas, including necrosis (N), blood vessels (x), collagen area (j), and mitotic (h). (A,B) represent different areas of the leiomyosarcoma image (Original magnification: 40×).
Life 13 00003 g002
Figure 3. Automatic classification of necrosis and tumor cytological atypia: (A) classification network structure; we performed a 7 × 7 normal convolution and four 3 × 3 residual channel convolutions and used global average pooling and full connection; (B) results of the classification network.
Figure 3. Automatic classification of necrosis and tumor cytological atypia: (A) classification network structure; we performed a 7 × 7 normal convolution and four 3 × 3 residual channel convolutions and used global average pooling and full connection; (B) results of the classification network.
Life 13 00003 g003
Figure 4. Automatic detection of mitoses: (A) detection network structure; we used the fifth generation YOLO algorithm as the basic framework. BottleNeck Cross Stage Partial and Spatial Pyramid Pooling were used to optimize the feature extraction structure and improve the accuracy of mitosis detection; (B) the results of the detection network. The green box refers to the mitosis target.
Figure 4. Automatic detection of mitoses: (A) detection network structure; we used the fifth generation YOLO algorithm as the basic framework. BottleNeck Cross Stage Partial and Spatial Pyramid Pooling were used to optimize the feature extraction structure and improve the accuracy of mitosis detection; (B) the results of the detection network. The green box refers to the mitosis target.
Life 13 00003 g004
Figure 5. Flowchart of the automated diagnosis of UMTs by our proposed method. “Y” and “N” in the table indicate that the item is positive and negative, respectively.
Figure 5. Flowchart of the automated diagnosis of UMTs by our proposed method. “Y” and “N” in the table indicate that the item is positive and negative, respectively.
Life 13 00003 g005
Table 1. The accuracy, precision, recall, and F1 score of various categories in the test set.
Table 1. The accuracy, precision, recall, and F1 score of various categories in the test set.
TypesAccuracyPrecisionRecallF1 Index
Moderate-to-severe cytological atypia vs. normal and mild cytological atypia 0.9620.9280.9980.963
Tumor necrosis vs. normal0.9470.9300.9690.949
Table 2. The precision, recall, accuracy, and F1 index of mitoses detection in the test set.
Table 2. The precision, recall, accuracy, and F1 index of mitoses detection in the test set.
Detected as MitosisDetected as Normal or Apoptotic BodyTotalPrecisionRecallAccuracyF1 Index
Actually mitotic469565250.9380.8930.9130.915
Actually normal or apoptotic body31444475
Total5005001000
Table 3. The accuracy, precision, recall, and F1 score of various categories in the test set.
Table 3. The accuracy, precision, recall, and F1 score of various categories in the test set.
TypesAccuracyPrecisionRecallF1 Index
Leiomyosarcoma vs. STUMP and leiomyoma0.9501.0000.9000.947
STUMP vs. leiomyosarcoma and leiomyoma0.9000.8000.8000.800
Total for three categories/0.900//
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Yu, H.; Luo, S.; Ji, J.; Wang, Z.; Zhi, W.; Mo, N.; Zhong, P.; He, C.; Wan, T.; Jin, Y. A Deep-Learning-Based Artificial Intelligence System for the Pathology Diagnosis of Uterine Smooth Muscle Tumor. Life 2023, 13, 3. https://doi.org/10.3390/life13010003

AMA Style

Yu H, Luo S, Ji J, Wang Z, Zhi W, Mo N, Zhong P, He C, Wan T, Jin Y. A Deep-Learning-Based Artificial Intelligence System for the Pathology Diagnosis of Uterine Smooth Muscle Tumor. Life. 2023; 13(1):3. https://doi.org/10.3390/life13010003

Chicago/Turabian Style

Yu, Haiyun, Shaoze Luo, Junyu Ji, Zhiqiang Wang, Wenxue Zhi, Na Mo, Pingping Zhong, Chunyan He, Tao Wan, and Yulan Jin. 2023. "A Deep-Learning-Based Artificial Intelligence System for the Pathology Diagnosis of Uterine Smooth Muscle Tumor" Life 13, no. 1: 3. https://doi.org/10.3390/life13010003

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