| Literature DB >> 33921451 |
Chih-Ching Lai1, Hsin-Kai Wang2,3, Fu-Nien Wang1, Yu-Ching Peng3,4, Tzu-Ping Lin3,5, Hsu-Hsia Peng1, Shu-Huei Shen2,3.
Abstract
The accuracy in diagnosing prostate cancer (PCa) has increased with the development of multiparametric magnetic resonance imaging (mpMRI). Biparametric magnetic resonance imaging (bpMRI) was found to have a diagnostic accuracy comparable to mpMRI in detecting PCa. However, prostate MRI assessment relies on human experts and specialized training with considerable inter-reader variability. Deep learning may be a more robust approach for prostate MRI assessment. Here we present a method for autosegmenting the prostate zone and cancer region by using SegNet, a deep convolution neural network (DCNN) model. We used PROSTATEx dataset to train the model and combined different sequences into three channels of a single image. For each subject, all slices that contained the transition zone (TZ), peripheral zone (PZ), and PCa region were selected. The datasets were produced using different combinations of images, including T2-weighted (T2W) images, diffusion-weighted images (DWI) and apparent diffusion coefficient (ADC) images. Among these groups, the T2W + DWI + ADC images exhibited the best performance with a dice similarity coefficient of 90.45% for the TZ, 70.04% for the PZ, and 52.73% for the PCa region. Image sequence analysis with a DCNN model has the potential to assist PCa diagnosis.Entities:
Keywords: ADC; DCNN; DWI; SegNet; T2W; encoder–decoder architecture; zonal segmentation
Mesh:
Year: 2021 PMID: 33921451 PMCID: PMC8070192 DOI: 10.3390/s21082709
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Method for evaluating encoder–decoder DCNN architectures in the semantic segmentation of prostate bpMRI images.
Figure 2Schematic of the modified SegNet architecture.
Definitions of the evaluation metrics.
| Metric | Formula |
|---|---|
| Accuracy |
|
| DSC |
|
| Recall |
|
Note: N = number of true positives, N = number of true negatives, N = number of false positives, N = number of false negatives.
Figure 3Normalized confusion matrices for the prediction results obtained with different image combinations. The results are presented in percentages. The total number of pixels was 5,570,560 (256 × 256 × 85). (a) T2W image + DWI model, (b) T2W +ADC image model, and (c) T2W image + DWI + ADC image model.
Results of multiclass segmentation on different combination of SegNet-like models.
| Accuracy | DSC | Recall | |||||||
|---|---|---|---|---|---|---|---|---|---|
| TZ | PZ | PCa | TZ | PZ | PCa | TZ | PZ | PCa | |
| T2W+DWI | 95.2 | 92.1 | 96.93 | 88.75 | 68.93 | 51.92 | 0.91 | 0.73 | 0.56 |
| T2W+ADC | 95.73 | 91.48 | 96.07 | 90.22 | 66.71 | 36.62 | 0.94 | 0.71 | 0.38 |
| T2W+DWI+ADC | 95.87 | 92.38 | 96.97 | 90.45 | 70.04 | 52.73 | 0.93 | 0.74 | 0.57 |
The accuracy and DSC are presented in percentages.
The results of ablation study in Terms of the Loss functions and activation function.
| Parameter | Accuracy | DSC | Recall | ||||||
|---|---|---|---|---|---|---|---|---|---|
| TZ | PZ | PCa | TZ | PZ | PCa | TZ | PZ | PCa | |
| ReLu+CC | 94.57 | 90.37 | 97.3 | 87.2 | 63.72 | 36.49 | 0.88 | 0.7 | 0.26 |
| ELU+CC | 94.52 | 91.1 | 0 | 87.6 | 66.49 | 0 | 0.92 | 0.73 | 0 |
| ReLu+WCE | 94.16 | 88.59 | 96.18 | 85.15 | 61.78 | 46.63 | 0.8 |
| 0.56 |
| ELU+WCE |
|
| 96.97 |
|
|
|
| 0.74 |
|
CC = loss function of categorical cross-entropy, WCE = loss function of weighted cross-entropy, Bold values indicate best parameters.
Figure 4Test images of five patients (1–5) in the T2W image + DWI + ADC image model. The tumor location was provided from dataset. The ground truth images of segmentation and the corresponding prediction results are illustrated (blue region: TZ, yellow region: PZ, and red region: PCa).
Figure 5Comparison of the ROC curves of the three prediction models for discriminating among the TZ, PZ, and PCa region. The blue, orange, and green lines represent the predictions for the TZ, PZ, and PCa region, respectively. Different combination of the (a) T2W + DWI. (b) T2W + ADC. (c) T2W + DWI + ADC.
Performance comparison of the network with state-of-the-art methods.
| Reference | Methods | DSC | AUC | ||
|---|---|---|---|---|---|
| TZ | PZ | PCa | PCa | ||
| Khan et al. [ | SegNet | 90.8 ± 1.2 | 76.0 ± 3.9 | - | - |
| Liu et al. [ | Fully convolutional network | 86 | 74 | - | - |
| Aldoj et al. [ | DenseNet-like U-Net | 89.5 ± 2 | 78.1 ± 2.5 | - | - |
| Simon et al. [ | Fully convolutional network | - | - | 41 | - |
| Coen de Vente [ | U-Net | - | - | 37.46 | - |
| Yusuf [ | cost-sensitive support vector machines (SVMs) | - | - | 46 | - |
| Song, Y. [ | VGG-Net | - | - | - | 0.94 |
| Liu S. et al. [ | XmasNet | - | - | - | 0.84 |
| T2W + DWI + ADC | Modified-SegNet | 90.45 | 70.04 | 52.73 | 0.9 |
The DSC is presented in percentages.