| Literature DB >> 35621897 |
Massimo Salvi1, Bruno De Santi2, Bianca Pop1, Martino Bosco3, Valentina Giannini4,5, Daniele Regge4,5, Filippo Molinari1, Kristen M Meiburger1.
Abstract
Magnetic resonance imaging (MRI) has a growing role in the clinical workup of prostate cancer. However, manual three-dimensional (3D) segmentation of the prostate is a laborious and time-consuming task. In this scenario, the use of automated algorithms for prostate segmentation allows us to bypass the huge workload of physicians. In this work, we propose a fully automated hybrid approach for prostate gland segmentation in MR images using an initial segmentation of prostate volumes using a custom-made 3D deep network (VNet-T2), followed by refinement using an Active Shape Model (ASM). While the deep network focuses on three-dimensional spatial coherence of the shape, the ASM relies on local image information and this joint effort allows for improved segmentation of the organ contours. Our method is developed and tested on a dataset composed of T2-weighted (T2w) MRI prostatic volumes of 60 male patients. In the test set, the proposed method shows excellent segmentation performance, achieving a mean dice score and Hausdorff distance of 0.851 and 7.55 mm, respectively. In the future, this algorithm could serve as an enabling technology for the development of computer-aided systems for prostate cancer characterization in MR imaging.Entities:
Keywords: MRI; active shape models; automatic prostate segmentation; convolutional neural network; deep learning; hybrid framework; medical image segmentation
Year: 2022 PMID: 35621897 PMCID: PMC9146644 DOI: 10.3390/jimaging8050133
Source DB: PubMed Journal: J Imaging ISSN: 2313-433X
Previously published methods for prostate segmentation in MR images. The table presents the problem addressed for each method, along with details of the datasets and the proposed solutions.
| Reference | Year | Dataset | Problem | Solution |
|---|---|---|---|---|
| Cheng et al. [ | 2016 | 100 axial MR images | Image artifacts; | Atlas-based model combined with a CNN to refine prostate boundaries |
| Yu et al. [ | 2017 | 80 T2w images | Limited training data | Volumetric ConvNet with mixed residual connections |
| He et al. [ | 2017 | 50 T2w axial MR images | Variability in prostate shape and appearance among different parts | Combine an adaptive feature learning probability boosting tree with CNN and ASM |
| Kamiri et al. [ | 2018 | 49 T2w axial MR images | Variability of prostate shape and appearance; small amount of training | Stage-wise training strategy with an ASM embedded into the last layer of a CNN to predict surface keypoints |
| Zhu et al. [ | 2020 | 50 T2w images | Prostate variability; Weak contours; Limited training data | Boundary-weighted domain adaptive neural network |
| Jia et al. [ | 2020 | 80 T2w images | Anisotropic spatial | As-Conv block: two anisotropic convolutions for x-y features and z features independently |
| Ushinsky et al. [ | 2021 | 299 T2w images | Variability in prostate appearance among different subjects | Customized hybrid 3D-2D U-Net CNN architecture |
| Meyer et al. [ | 2021 | 89 T2w images | Anisotropic spatial | Fusion of the information from anisotropic images to avoid resampling to isotropic voxels. |
| Pollastri et al. [ | 2022 | Prostate-MRI-US-Biopsy dataset [ | Variability of prostate shape and texture | Long-range 3D Self-Attention Block integrated within the CNN |
Figure 1Manual label superimposed on MRI image in axial, sagittal and coronal views for a sample patient.
Figure 2Pre-processing steps applied to each MRI volume. First, the N4 algorithm is used for bias field correction. Then, intensity normalization is applied to standardize each MRI volume.
Figure 3Architecture of the deep network employed in this work. Starting from the 3D MRI volume, the VNet-T2 network performs a volumetric segmentation of the prostate gland.
Hyperparameters of the VNet-T2 network.
| Hyperparameter | Chosen Value |
|---|---|
| Network depth | 4 |
| Number of base filters | 8 |
| Number of trainable parameters | 1.192.593 |
| Learning rate | 10−4 |
| Loss function | Dice similarity loss |
| Metric | Dice score |
Figure 4Steps followed to create (i) the average prostate shape model and (ii) the appearance of gray levels used to optimize the prostate contour. The mean shape model is calculated by applying the principal component analysis (PCA) after realigning all volumes in the training set (36 patients). On the other hand, the gray level profiles of the original images are used to construct the grayscale appearance model.
Figure 5Schematic representation of the proposed algorithm. A first segmentation is provided by the VNet-T2. Then, the ASM model is applied to refine the volumetric segmentation. Finally, triangularization is performed to obtain the binary masks.
Configurations of the four ASM tested in this work.
| Name | Number of | Search | Shape |
|---|---|---|---|
| ASM-1 | 1 | 8 | 3 |
| AMS-2 | 2 | 8 | 1 |
| ASM-3 | 2 | 8 | 2 |
| ASM-4 | 2 | 8 | 3 |
Performance of the proposed strategy on train, validation and test sets. VNet-3D indicates the result of the segmentation by adopting only the 3D network described in Section 2.3. VNet-3D + ASM indicates the combination of the 3D network with the 4 configurations of the ASM. Best values are highlighted in bold. HD95: 95th percentile Hausdorff distance; RVD: relative volume difference.
| Method | Subset | DSC | HD95 (mm) | RVD (%) |
|---|---|---|---|---|
| VNet-T2 | Train |
| 7.94 ± 3.16 |
|
| Val | 0.851 ± 0.027 | 6.98 ± 1.55 | 11.65 ± 7.01 | |
| Test | 0.840 ± 0.039 | 10.74 ± 5.21 | 11.22 ± 7.85 | |
| VNet-T2 + ASM-1 | Train | 0.880 ± 0.033 | 6.79 ± 3.06 | 11.92 ± 7.58 |
| Val | 0.858 ± 0.028 | 6.89 ± 1.89 | 9.78 ± 4.86 | |
| Test | 0.839 ± 0.055 | 8.87 ± 3.39 | 12.87 ± 4.53 | |
| VNet-T2 + ASM-2 | Train | 0.870 ± 0.039 |
| 9.45 ± 8.53 |
| Val |
|
| 9.58 ± 9.92 | |
| Test |
| 7.55 ± 2.76 |
| |
| VNet-T2 + ASM-3 | Train | 0.878 ± 0.035 | 6.87 ± 3.47 | 9.38 ± 7.88 |
| Val | 0.853 ± 0.038 | 5.82 ± 1.05 |
| |
| Test | 0.842 ± 0.049 | 7.26 ± 2.69 | 11.63 ± 9.31 | |
| VNet-T2 + ASM-4 | Train | 0.877 ± 0.036 | 6.73 ± 3.26 | 10.05 ± 7.92 |
| Val | 0.851 ± 0.038 | 6.48 ± 1.36 | 9.75 ± 5.87 | |
| Test | 0.839 ± 0.052 |
| 12.72 ± 9.99 |
Figure 6Visual performance of the proposed method before (blue) and after (red) the ASM model. The blue contours represent the output of the VNet-T2 network while the orange contour is the result obtained with the combination of the VNet-T2 network and the ASM model (VNet-T2 + ASM-2). (a) 2D view; (b) 3D view in the axial, sagittal, and coronal planes. The introduction of the active shape model to refine the prostate contour increased the accuracy of the gland segmentation especially in the base and apex zones.
Minimum, mean, and maximum values of metrics in the test set compared with inter-operator variability (Op1 vs. Op2).
| Method | DSC | HD95 (mm) | RVD (%) | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Min | Average | Max | Min | Average | Max | Min | Average | Max | |
| Op1 vs. Op2 | 0.842 | 0.892 | 0.935 | 2.57 | 4.51 | 8.64 | 1.21 | 15.90 | 25.38 |
| VNet-T2 | 0.783 | 0.840 | 0.908 | 5.00 | 10.74 | 22.89 | 1.79 | 11.22 | 29.22 |
| VNet-T2 + ASM-2 | 0.761 | 0.851 | 0.917 | 3.80 | 7.55 | 12.78 | 0.33 | 9.60 | 27.87 |
Figure 7Comparison between manual annotations (first column) and the segmentation obtained for three patients of the test set. The second column shows the results obtained with only the application of the 3D network (VNet-T2) while the ASM refining (VNet-T2 + ASM-2) is illustrated in the last column. Prostate segmentation can be improved by incorporating knowledge of prostate shape variability (ASM) with a deep network prediction.