Skip to main content

ORIGINAL RESEARCH article

Front. Pharmacol., 27 May 2022
Sec. Translational Pharmacology
This article is part of the Research Topic Model-Informed Drug Development and Evidence-Based Translational Pharmacology View all 17 articles

Chronic Cervicitis and Cervical Cancer Detection Based on Deep Learning of Colposcopy Images Toward Translational Pharmacology

Wei HuangWei Huang1Shasha SunShasha Sun1Zhengyu YuZhengyu Yu2Shanshan LuShanshan Lu1Hao Feng
Hao Feng3*
  • 1Department of Gynecology, Hunan Provincial People’s Hospital (The First-Affiliated Hospital of Hunan Normal University), Changsha, China
  • 2Faculty of Engineering and IT, University of Technology, Sydney, NSW, Australia
  • 3Department of Dermatology, Hunan Provincial People’s Hospital (The First-Affiliated Hospital of Hunan Normal University), Changsha, China

With the rapid development of deep learning, automatic image recognition is widely used in medical development. In this study, a deep learning convolutional neural network model was developed to recognize and classify chronic cervicitis and cervical cancer. A total of 10,012 colposcopy images of 1,081 patients from Hunan Provincial People’s Hospital in China were recorded. Five different colposcopy image features of the cervix including chronic cervicitis, intraepithelial lesions, cancer, polypus, and free hyperplastic squamous epithelial tissue were extracted to be applied in our deep learning network convolutional neural network model. However, the result showed a low accuracy (42.16%) due to computer misrecognition of chronic cervicitis, intraepithelial lesions, and free hyperplastic squamous epithelial tissue with high similarity. To optimize this model, we selected two significant feature images: chronic cervicitis and cervical cancer to input into a deep learning network. The result indicates high accuracy and robustness with an accuracy of 95.19%, which can be applied to detect whether the patient has chronic cervicitis or cervical cancer based on the patient’s colposcopy images.

Introduction

Cervical cancer is one of the most common gynecological malignancies with high mortality in women worldwide (Arbyn et al., 2020). According to 2020 Global Cancer statistics, cervical cancer ranks in the top four for both incidence (6.5%) and mortality (7.7%) among women (Sung et al., 2021). In recent years, the incidence of cervical cancer is declining in some developed countries. However, it is still high in developing countries. In China, the incidence of cervical cancer tends to be younger (Zhu et al., 2019). Chronic cervicitis is defined as the inflammation of the cervix. Patients with chronic cervicitis are very common (Woods et al., 2011; Hester and Middleman, 2019). Early screening for cervix precancerous lesions is essential to prevent or treat cervical cancer.

At present, colposcopy is the most commonly used cervical screening method for prescreening cervical cancer, especially in some underdeveloped areas (Holme et al., 2017; Mezei et al., 2017). However, as a visual diagnosis method, the diagnosis process of colposcopy is mainly dependent on the doctors’ experience, which has strong subjectivity and poor repeatability (Wentzensen et al., 2017; Hu et al., 2019; Guo et al., 2020). In addition, cervical cancer is a large-scale screening disease and has a huge workload, which leads to a certain possibility of missed diagnosis and misdiagnosis by medical workers (Zhang et al., 2020).

With the rapid development of deep learning, automatic diagnosis of lesions is being widely used in computer-aided diagnosis systems (Mehlhorn et al., 2012; Peng et al., 2021). The application of deep learning convolutional neural networks in colposcopy image analysis has been reported as an effective way to recognize the automatic diagnosis of cervical cancer and other pathology classification (Sato et al., 2018; Miyagi et al., 2020; Yan et al., 2021; Fu et al., 2022). Therefore, we attempted to develop and test a deep learning convolutional neural network model to recognize the classifications of different colposcopy images so as to detect whether the patient has chronic cervicitis or cervical cancer.

Materials and Methods

A deep learning convolutional neural network model is proposed to recognize and classify whether the patient has chronic cervicitis or cervical cancer in this research, Figure 1 illustrates the process of the workflow diagram of a deep learning classification model. The process stages are introduced as follows:

1. Resizing colposcopy images: Each original image from the hospital is around 10–20 MB with pixels (6,000 * 4,000), which contains more than 100 GB images in total. This is too large to process, so we resized each image to 500 KB with the same pixels and kept the quality as much as we could, eventually, the total size of all the images was reduced to 5GB, which was much faster to compute.

2. Extract colposcopy images: In the datasets, each patient has about 10 images recorded, some of them are duplicated and redundant and some of them are blurry and unclear. In order to improve the accuracy of the classification model, we selected the most significant image for each patient. In this stage, 1,081 images were selected from 10,012 colposcopy images.

3. Extract features. There are five features extracted from the clinical record for each patient, which include chronic cervicitis, intraepithelial lesions, cancer, polypus, and free hyperplastic squamous epithelial tissue for the cervix. All the images are allocated into different classes. The two most significant features are chronic cervicitis and cervical cancer.

4. Design a deep learning network: A deep learning convolutional neural network was designed to classify different classes of images. This network included eight layers including one image input layer, two convolution layers, two relu layers, one fully connected layer, one softmax layer, and one classification layer.

5. Train and validate the designed deep learning network: Five classes of images with different features were trained and validated, and the result indicated that the accuracy of the classification model was 42.16%, which was low, accurate, and unreliable. The reason was investigated, as a few images of chronic cervicitis, intraepithelial lesions and free hyperplastic squamous epithelial tissue were highly similar. Computer misrecognized them and hardly classified the features. To optimize this model, we selected the class of chronic cervicitis, as this class has the most numbers of patients, and selected the class of cancer, as this class has the most serious patients. We input these two classes of images into our designed deep learning network and process the training and validation. The result indicates that the accuracy of the classification model is 95.19%, which is highly accurate and robust.

FIGURE 1
www.frontiersin.org

FIGURE 1. Workflow diagram of the deep learning classification model.

Datasets

The dataset we used in the article is from Hunan Provincial People’s Hospital in China, which contains 1,081 patients. About 10 colposcopy images have been recorded for each patient, and there are 10,012 images in total. Patients’ clinical reports associated with images have been generated. Five different features have been extracted including chronic cervicitis, intraepithelial lesions, cancer, polypus, and free hyperplastic squamous epithelial tissue for the cervix. Figure 2 illustrates a sample image of each feature.

FIGURE 2
www.frontiersin.org

FIGURE 2. Sample image of different features.

Deep Learning Classification Model

A deep learning convolutional neural network is a network class which is usually used to process images. The convolutional neural network consists of multiple layers of neurons. Neurons are algorithms in mathematics, which processes multiple weighted inputs to generate an activation value of outputs.

We have designed a deep learning network to classify image features. This network contains eight layers with seven connections, including one image input layer, two convolution layers, two relu layers, one fully connected layer, one softmax layer, and one classification layer. The structure of the network is displayed in Figure 3, and the descriptions of each layer have been introduced in Table 1. The image input layer converted the image pixels into 227*227 and normalized image data. The convolution layer produced 32 filters with filter sizes [3 3]. The relu layer produced the same value as the input when the input value is not less than 0, otherwise it produced 0. The fully connected layer connected all the inputs from the previous layer, the number of outputs needs to be set up based on the number of classes. A softmax function was generated in the softmax layer. The classification layer was used to weight the elements and generated the cross-entropy loss to classify the features.

FIGURE 3
www.frontiersin.org

FIGURE 3. Structure of the proposed deep learning network.

TABLE 1
www.frontiersin.org

TABLE 1. Descriptions of network layers.

Results and Discussion

In this research, we have five classes of images with different features. Initially, we inputted these five classes of images into the designed deep learning network to train and recognize the images. After the training process was validated, a classification model was developed to classify images accurately. This model can be used to determine which feature the patient has according to the patient’s colposcopy images. In the training process, we selected 70% images for training and 30% images for validation randomly. The result presented that classification accuracy was only 42.16% which is presented in Figure 4, due to some high similarity images occurring in the class of chronic cervicitis, intraepithelial lesions and free hyperplastic squamous epithelial tissue. Figure 5 presents the example of similar images.

FIGURE 4
www.frontiersin.org

FIGURE 4. Process of training and validation for all classes.

FIGURE 5
www.frontiersin.org

FIGURE 5. Examples of similar images of different features.

We inputted these two classes of images into the network and assigned 70% images for training and 30% images for validation randomly. Figure 6 displays the process of training and validation. At the top diagram, the blue line indicated the smoothed training data for accuracy, the grey line indicated training data for accuracy, and the dotted black line is for the validation of accuracy. At the bottom diagram, the red line indicated the smoothed training data for loss. The pink line indicated training data for loss, and the dotted black line is for the validation of loss. The result indicate that the accuracy of this model is 95.19% which is much higher than the previous model. We believe this deep learning convolutional neural network based on classification model is high, accurate, and robust, which can be applied to detect whether the patient has chronic cervicitis or cervical cancer based on the patient’s colposcopy images.

FIGURE 6
www.frontiersin.org

FIGURE 6. Process of training and validation for chronic cervicitis and cancer classes.

Conclusion

This present research proposed a deep learning convolutional neural network model for recognition and classification of chronic cervicitis and cervical cancer with colposcopy images. Initially, five classes of colposcopy images with different features which contained chronic cervicitis, intraepithelial lesions, cancer, polypus, and free hyperplastic squamous epithelial tissue were used in deep learning network. Due to high similarity of chronic cervicitis, intraepithelial lesions and free hyperplastic squamous epithelial tissue, the features of these images were misrecognized by the network, which resulted in low accuracy of the classification model. Then two significant features images were selected to train and recognize by our deep learning network model. The result showed high accuracy and robustness. Compared with previous network recognition, the proposed deep learning model is effective and has promising prospects, which provide an effective detection way of chronic cervicitis and cervical cancer based on the patient’s colposcopy images.

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 author.

Ethics Statement

The studies involving human participants were reviewed and approved by Hunan Provincial People’s Hospital (The first-affiliated hospital of Hunan normal university). The patients/participants provided their written informed consent to participate in this study.

Author Contributions

WH contributed to conception and design of the study and wrote the first draft of the manuscript. SS, ZY, and SL contributed to data collection and analysis. HF contributed to manuscript revision, read, and project management. All authors approved the submitted version.

Funding

This work was supported by the Plan of Hunan Provincial Science and Technology Innovation Guidance (No. 2018SK50724), and the Hunan Health Commission (No. B2019073).

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.

References

Arbyn, M., Weiderpass, E., Bruni, L., de Sanjosé, S., Saraiya, M., Ferlay, J., et al. (2020). Estimates of Incidence and Mortality of Cervical Cancer in 2018: a Worldwide Analysis. Lancet Glob. Health 8 (2), e191–e203. doi:10.1016/S2214-109X(19)30482-6

PubMed Abstract | CrossRef Full Text | Google Scholar

Fu, L., Xia, W., Shi, W., Cao, G. X., Ruan, Y. T., Zhao, X. Y., et al. (2022). Deep Learning Based Cervical Screening by the Cross-Modal Integration of Colposcopy, Cytology, and HPV Test. Int. J. Med. Inf. 159, 104675. doi:10.1016/j.ijmedinf.2021.104675

CrossRef Full Text | Google Scholar

Guo, J., Fu, L., Zhao, J., Lei, L., Zhan, Q., Liu, M., et al. (2020). The Value of Microendoscopy in the Diagnosis of Cervical Precancerous Lesions and Cervical Microinvasive Carcinoma. Arch. Gynecol. Obstet. 302, 455–462. doi:10.1007/s00404-020-05565-8

PubMed Abstract | CrossRef Full Text | Google Scholar

Hester, E. E., and Middleman, A. B. (2019). A Clinical Conundrum: Chronic Cervicitis. J. Pediatr. Adolesc. Gynecol. 32 (3), 342–344. doi:10.1016/j.jpag.2018.12.004

PubMed Abstract | CrossRef Full Text | Google Scholar

Holme, F., Kapambwe, S., Nessa, A., Basu, P., Murillo, R., and Jeronimo, J. (2017). Scaling up Proven Innovative Cervical Cancer Screening Strategies: Challenges and Opportunities in Implementation at the Population Level in Low- and Lower-Middle-Income Countries. Int. J. Gynaecol. Obstet. 138, 63–68. doi:10.1002/ijgo.12185

PubMed Abstract | CrossRef Full Text | Google Scholar

Hu, L., Bell, D., Antani, S., Xue, Z., Yu, K., Horning, M. P., 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:10.1093/jnci/djy225

PubMed Abstract | CrossRef Full Text | Google Scholar

Mehlhorn, G., Kage, A., Münzenmayer, C., Benz, M., Koch, M. C., Beckmann, M. W., et al. (2012). Computer-assisted Diagnosis (CAD) in Colposcopy: Evaluation of a Pilot Study. Anticancer Res. 32 (12), 5221–5226.

PubMed Abstract | Google Scholar

Mezei, A. K., Armstrong, H. L., Pedersen, H. N., Campos, N. G., Mitchell, S. M., Sekikubo, M., et al. (2017). Cost-effectiveness of Cervical Cancer Screening Methods in Low- and Middle-Income Countries: A Systematic Review. Int. J. Cancer 141, 437–446. doi:10.1002/ijc.30695

PubMed Abstract | CrossRef Full Text | Google Scholar

Miyagi, Y., Takehara, K., Nagayasu, Y., and Miyake, T. (2020). Application of Deep Learning to the Classification of Uterine Cervical Squamous Epithelial Lesion from Colposcopy Images Combined with HPV Types. Oncol. Lett. 19 (2), 1602–1610. doi:10.3892/ol.2019.11214

PubMed Abstract | CrossRef Full Text | Google Scholar

Peng, G., Dong, H., Liang, T., Li, L., and Liu, J. (2021). Diagnosis of Cervical Precancerous Lesions Based on Multimodal Feature Changes. Comput. Biol. Med. 130, 104209. doi:10.1016/j.compbiomed.2021.104209

PubMed Abstract | CrossRef Full Text | Google Scholar

Sato, M., Horie, K., Hara, A., Miyamoto, Y., Kurihara, K., Tomio, K., et al. (2018). Application of Deep Learning to the Classification of Images from Colposcopy. Oncol. Lett. 15 (3), 3518–3523. doi:10.3892/ol.2018.7762

PubMed Abstract | CrossRef Full Text | Google Scholar

Sung, H., Ferlay, J., Siegel, R. L., Laversanne, M., Soerjomataram, I., Jemal, A., et al. (2021). Global Cancer Statistics 2020: GLOBOCAN Estimates of Incidence and Mortality Worldwide for 36 Cancers in 185 Countries. CA A Cancer J. Clin. 71 (3), 209–249. doi:10.3322/caac.21660

CrossRef Full Text | Google Scholar

Wentzensen, N., Schiffman, M., Silver, M. I., Khan, M. J., Perkins, R. B., Smith, K. M., et al. (2017). ASCCP Colposcopy Standards: Risk-Based Colposcopy Practice. J. Low. Genit. Tract. Dis. 21 (4), 230–234. doi:10.1097/LGT.0000000000000334

PubMed Abstract | CrossRef Full Text | Google Scholar

Woods, J. L., Bailey, S. L., Hensel, D. J., and Scurlock, A. M. (2011). Cervicitis in Adolescents: Do Clinicians Understand Diagnosis and Treatment? J. Pediatr. Adolesc. Gynecol. 24 (6), 359–364. doi:10.1016/j.jpag.2011.06.006

PubMed Abstract | CrossRef Full Text | Google Scholar

Yan, L., Li, S., Guo, Y., Ren, P., Song, H., Yang, J., et al. (2021). Multi-state Colposcopy Image Fusion for Cervical Precancerous Lesion Diagnosis Using BF-CNN. Biomed. Signal Process. Control[J] 68, 102700. doi:10.1016/j.bspc.2021.102700

CrossRef Full Text | Google Scholar

Zhang, T., Luo, Y., Li, P., Liu, P-Z., Du, Y-Z., Sun, P., et al. (2020). Cervical Precancerous Lesions Classification Using Pre-trained Densely Connected Convolutional Networks with Colposcopy Images. Biomed. Signal Process. Control[J] 55, 101566. doi:10.1016/j.bspc.2019.101566

CrossRef Full Text | Google Scholar

Zhu, B., Liu, Y., Zuo, T., Cui, X., Li, M., Zhang, J., et al. (2019). The Prevalence, Trends, and Geographical Distribution of Human Papillomavirus Infection in China: the Pooled Analysis of 1.7 Million Women. Cancer Med. 8 (11), 5373–5385. doi:10.1002/cam4.2017

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: chronic cervicitis, cervical cancer, colposcopy images, deep learning, convolutional neural network model

Citation: Huang W, Sun S, Yu Z, Lu S and Feng H (2022) Chronic Cervicitis and Cervical Cancer Detection Based on Deep Learning of Colposcopy Images Toward Translational Pharmacology. Front. Pharmacol. 13:911962. doi: 10.3389/fphar.2022.911962

Received: 03 April 2022; Accepted: 21 April 2022;
Published: 27 May 2022.

Edited by:

Weiguo Li, Harbin Institute of Technology, China

Reviewed by:

Yunrun Liu, Hong Kong Baptist University, Hong Kong SAR, China
Hongwen Wu, Liuzhou Workers Hospital, China

Copyright © 2022 Huang, Sun, Yu, Lu and Feng. 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: Hao Feng, doctorfenghao@126.com

Disclaimer: 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.