| Literature DB >> 35992860 |
Hui Yu1,2, Yinuo Fan1, Huizhan Ma2, Haifeng Zhang3, Chengcheng Cao3, Xuyao Yu4, Jinglai Sun2, Yuzhen Cao2, Yuzhen Liu3.
Abstract
Background: Colposcopy is an important method in the diagnosis of cervical lesions. However, experienced colposcopists are lacking at present, and the training cycle is long. Therefore, the artificial intelligence-based colposcopy-assisted examination has great prospects. In this paper, a cervical lesion segmentation model (CLS-Model) was proposed for cervical lesion region segmentation from colposcopic post-acetic-acid images and accurate segmentation results could provide a good foundation for further research on the classification of the lesion and the selection of biopsy site.Entities:
Keywords: cervical lesion; colposcopic images; deep learning; feature extraction; image segmentation
Year: 2022 PMID: 35992860 PMCID: PMC9385196 DOI: 10.3389/fonc.2022.952847
Source DB: PubMed Journal: Front Oncol ISSN: 2234-943X Impact factor: 5.738
Figure 1The overall architecture of CLS-Model. (A) The architecture of the cervical region extraction model, (B) the improved Faster R-CNN, (C) CLS-Net, (D) EfficientNet-B3, (E) ASPP, and (F) mapping (the yellow box is the cervical region, and the pink-white region is the lesion. Normal region is indicated by a translucent gray mask).
Figure 2Annotation schematic diagram.
The image distribution.
| Part | Train sets | Validation sets | Test sets | All |
|---|---|---|---|---|
| Extract cervical region | 700 | 100 | 200 | 1000 |
| Segment lesion region | 3820 | 545 | 1090 | 5455 |
Figure 3The graphical result of the improved Faster R-CNN.
Figure 4The training and validation loss and score curve of the CLS-Net. (A) Loss curve. (B) Score curve.
The metrics of CLS-Net and the state-of-art methods in our dataset.
| Method | Accuracy | Precision | Recall | Specificity | Dice |
|---|---|---|---|---|---|
| UNet ( | 0.9073 | 0.6941 ± 0.2321 | 0.6593 ± 0.2233 | 0.9575 ± 0.0223 | 0.6307 ± 0.2175 |
| FCN8x ( | 0.9094 | 0.7102 ± 0.2287 | 0.6434 ± 0.2097 | 0.9522 ± 0.0185 | 0.6311 ± 0.2059 |
| DeepLabV3+ ( | 0.9083 | 0.6889 ± 0.2101 | 0.6828 ± 0.1945 | 0.9545 ± 0.0167 | 0.6416 ± 0.1816 |
| SegNet ( | 0.9097 | 0.6867 ± 0.1898 | 0.7057 ± 0.1733 | 0.9517 ± 0.0117 | 0.6600 ± 0.1637 |
| CCNet ( | 0.9191 | 0.7264 ± 2.003 | 0.7179 ± 0.1898 | 0.9560 ± 0.0196 | 0.6849 ± 0.1802 |
|
|
|
|
|
|
|
The best performing in each column (evaluation index) are in bold.
Figure 5The segmentation results from six methods. (A) Original image. (B) Ground truth. (C) UNet. (D) FCN8x. (E) DeepLabV3+. (F) SegNet. (G) CCNet. (H) CLS-Net.
Ablation experiments on the improved Faster R-CNN and ASPP.
| CLS-Model | Accuracy | Precision | Recall | Specificity | Dice |
|---|---|---|---|---|---|
| Without Faster R-CNN and ASPP | 0.9162 | 0.7241 ± 0.2337 | 0.7553 ± 0.1818 | 0.9562 ± 0.0201 | 0.7195 ± 0.1875 |
| Without Faster R-CNN | 0.9276 | 0.7392 ± 0.1827 | 0.7660 ± 0.1978 | 0.9582 ± 0.0145 | 0.7291 ± 0.1773 |
| Without ASPP | 0.9241 | 0.7331 ± 0.1912 | 0.7633 ± 0.1844 | 0.9578 ± 0.0172 | 0.7265 ± 0.1716 |
|
|
|
|
|
|
|
The best performing in each column (evaluation index) are in bold.
Figure 6The heatmaps of CLS-Net’s features. (A) Colposcopic post-acetic-acid images. (B) The ground truth. (C) The result of CLS-Net. (D) The heatmap of feature2 unsampled by 2. (E) The heatmap of feature1 after going through the convolution layer and BN layer. (F) The result of feature1 adds up to feature2. (G) The heatmap after upsampling to the size of the original image. (H) The heatmap of the 8th layer output. (I) The result of (F) adds up to (H).
HR in 152 cases of test HSIL+.
| HR values | Number | Percentage |
|---|---|---|
| (0.9, 1.0] | 146 | 96.05% |
| (0.8-0.9] | 2 | 1.32% |
| (0.7-0.8] | 0 | 0.00% |
| (0.6-0.7] | 3 | 1.97% |
| (0.0-0.6] | 1 | 0.66% |
Comparison of the proposed model with recent methods.
| Year, author | Accuracy (%) | Object of segmentation |
|---|---|---|
| 2020, Xue et al. ( | – | Lesion region |
| 2020, Zhang et al. ( | 67.00 | Lesion region |
| 2020, Yuan et al. ( | 95.59 | Lesion region |
| 2021, Liu et al. ( | 90.36 | Acetowhite region |
|
|
|
|
The best performing in each column (evaluation index) are in bold.