| Literature DB >> 35954449 |
Talat Zehra1, Sharjeel Anjum2, Tahir Mahmood3, Mahin Shams4, Binish Arif Sultan1, Zubair Ahmad5, Najah Alsubaie6, Shahzad Ahmed7.
Abstract
Uterine leiomyosarcoma (ULMS) is the most common sarcoma of the uterus, It is aggressive and has poor prognosis. Its diagnosis is sometimes challenging owing to its resemblance by benign smooth muscle neoplasms of the uterus. Pathologists diagnose and grade leiomyosarcoma based on three standard criteria (i.e., mitosis count, necrosis, and nuclear atypia). Among these, mitosis count is the most important and challenging biomarker. In general, pathologists use the traditional manual counting method for the detection and counting of mitosis. This procedure is very time-consuming, tedious, and subjective. To overcome these challenges, artificial intelligence (AI) based methods have been developed that automatically detect mitosis. In this paper, we propose a new ULMS dataset and an AI-based approach for mitosis detection. We collected our dataset from a local medical facility in collaboration with highly trained pathologists. Preprocessing and annotations are performed using standard procedures, and a deep learning-based method is applied to provide baseline accuracies. The experimental results showed 0.7462 precision, 0.8981 recall, and 0.8151 F1-score. For research and development, the code and dataset have been made publicly available.Entities:
Keywords: YOLOv4; deep learning; leiomyosarcoma diagnosis; medical image processing; mitosis identification
Year: 2022 PMID: 35954449 PMCID: PMC9367529 DOI: 10.3390/cancers14153785
Source DB: PubMed Journal: Cancers (Basel) ISSN: 2072-6694 Impact factor: 6.575
Figure 1The microscopic image of a leiomyosarcoma (LMS) case with red highlighted areas showing the mitosis region.
Figure 2The overall framework of the proposed method. (The microscopic image of the uterine leiomyosarcoma (ULMS) case with red highlighted areas showing the mitosis region.)
Figure 3Data annotation process: leiomyosarcoma (LMS) datasets with (a) sample image and (b) annotated image with mitosis region being highlighted.
Figure 4(a) The block diagram of opted deep-learning model showing the input image containing the mitotic regions, the deep learning chain, and the final output. (b) Structure of the sub-blocks used in (a).
Figure 52D convolution operation for LMS image.
The performance of the baseline model (YOLOv4) on the test set.
| Parameter | Value |
|---|---|
| True Positive (TP) | 97 |
| False Positive (FP) | 33 |
| False Negative (FN) | 11 |
| Precision | 0.7462 |
| Recall | 0.8981 |
| F1-Score | 0.8151 |
Statistical significance test results.
| Measure | Mean Value | Standard Deviation |
|---|---|---|
| Precision | 0.7462 | ±0.041 |
| Recall | 0.8981 | ±0.038 |
| F1-Score | 0.8151 | ±0.035 |
| Accuracy | 0.6879 | ±0.053 |
Figure 6Example of the detection mitosis objects in input images. The purple box around the detected mitosis region along with the confidence score.
Comparison of the baseline method (YOLOv4) with the SSD model and Faster R-CNN model on the test dataset of the proposed method.
| Method | Precision | Recall | F1-Score |
|---|---|---|---|
| SSD | 0.7037 | 0.8796 | 0.7819 |
| Faster R-CNN | 0.7287 | 0.8704 | 0.7932 |
| YOLOv4 (Baseline method) | 0.7462 | 0.8981 | 0.8151 |