Automatic segmentation of prostate MRI using convolutional neural networks: Investigating the impact of network architecture on the accuracy of volume measurement and MRI-ultrasound registration

Med Image Anal 2019 Deep Learning 7 Explanations View Original
Original Paper (PDF)

Unable to display PDF. Download it here or view on PMC.

Plain-English Explanations
Pages 1-2
Why Prostate Segmentation Matters for Clinical Care

Prostate cancer is one of the most common cancers in men worldwide, and multiparametric MRI (mpMRI) has become an increasingly important tool for detecting, localizing, and monitoring it. MRI can identify suspicious lesions before biopsy and guide therapeutic procedures -- but to use MRI effectively in clinical workflows, computers must first accurately identify and outline the prostate gland itself.

This process of automatically outlining anatomical structures in medical images is called image segmentation. Deep learning, particularly convolutional neural networks (CNNs), has dramatically improved the accuracy of automatic prostate segmentation from MRI over the past decade, surpassing earlier atlas-based and manual methods.

Prostate segmentation from MRI is a prerequisite for several important clinical tasks: estimating prostate volume (which affects drug treatment monitoring), guiding biopsy needle placement through MRI-ultrasound (MRI-US) fusion, and supporting focal therapy planning. Yet most research focuses only on how accurately a network draws boundaries -- not whether those boundaries are actually good enough for the downstream tasks that matter clinically.

TL;DR: Accurate prostate MRI segmentation is essential for volume measurement, biopsy guidance, and treatment planning, but most studies evaluate only boundary accuracy rather than downstream clinical usefulness.
Pages 1-3
The Real Question: Does Segmentation Accuracy Translate to Clinical Accuracy?

Multiple CNN architectures have been proposed for prostate MRI segmentation, and competitions like the PROMISE12 challenge have provided benchmarks for comparing them. These benchmarks use standard metrics like the Dice Similarity Coefficient (DSC) and boundary distance to rank algorithms -- but statistically significant differences in these scores between top-performing networks are often small.

The key scientific question this study asks is deceptively simple: do those small differences in segmentation accuracy actually matter in practice? A network that scores 0.88 versus one that scores 0.90 on the DSC may produce nearly identical prostate volumes and equally accurate registration results -- or may not. This question had never been rigorously tested before.

Researchers from University College London took six openly available CNN architectures -- all previously applied to prostate or related medical segmentation -- and put them through a rigorous comparison on a dataset of 232 patients. Crucially, they evaluated not just boundary accuracy, but also gland volume estimation error (GVE) and target registration error (TRE) during MRI-to-ultrasound alignment, to see whether architectural differences actually propagated into real clinical consequences.

TL;DR: This study asks whether differences in CNN segmentation performance translate into differences in clinically relevant outputs: prostate volume measurement and MRI-ultrasound registration accuracy.
Pages 3-6
Six Networks, 232 Patients, and a Rigorous Comparison Framework

The six architectures compared were UNet, VNet, HighRes3dNet, HolisticNet, DenseVNet, and Adapted UNet -- all three-dimensional CNNs publicly available through the NiftyNet platform or implemented independently. They span a range of design philosophies: some use residual connections (skip pathways that help information flow through many layers), some use dense feature stacking, and others use dilated convolutions to capture larger contextual patterns without losing spatial resolution.

A total of 232 T2-weighted prostate MRI volumes from three clinical trials (SmartTarget, INDEX, and PICTURE) were used. All images were manually segmented by expert radiologists or urologists as ground truth. Crucially, the study used a development set and a separate hold-out test set to ensure fair comparison -- hyperparameters (learning rate, image resolution, regularization strength, number of feature channels) were optimized on the development set only, and final performance was assessed on the held-out 59 patients who had never been seen by any network during training or tuning.

For the 59 hold-out patients who also had transrectal ultrasound (TRUS) images, MRI-to-TRUS registration was performed using a landmark-guided coherent point drift (LGCPD) algorithm -- an open-source deformable registration method that aligns the prostate surfaces from the two modalities using anatomical landmarks. The accuracy of this registration was measured by computing TRE, the root-mean-square distance between corresponding landmarks transformed into a shared coordinate space.

TL;DR: Six CNN architectures were fairly compared using a development-hold-out split on 232 patient MRIs, with evaluation spanning both boundary segmentation accuracy and two downstream clinical tasks.
Pages 7-9
Surprising Finding: Better Segmentation Does Not Mean Better Clinical Results

On segmentation accuracy metrics, the networks showed statistically significant differences: DSC values ranged from a median of 0.86 to 0.90, and the basic UNet was a statistical outlier -- producing two cases with DSC below 0.65, which dragged its mean down. The non-parametric Kruskal-Wallis test confirmed that segmentation performance differences were not merely chance.

However, when the same segmentations were used to estimate prostate volume, no statistically significant difference was found among the six networks (p = 0.34). Median gland volume errors ranged from 6.5% to 10.4% -- all networks were similarly imprecise. Similarly, for MRI-to-TRUS registration, all networks produced median TREs between 2.6 mm and 2.9 mm, and the difference was not statistically significant (p = 0.26).

Most strikingly, the two outlier cases where UNet produced DSC values below 0.65 did not result in poor registration -- TREs for those cases were 2.94 mm and 3.27 mm, within the normal range. The correlation between DSC and TRE across all patients was essentially zero (Pearson correlation = 0.015). A network that produces worse boundary outlines does not necessarily produce worse biopsy guidance.

TL;DR: Despite statistically significant differences in segmentation accuracy between networks, no significant differences were found in volume estimation error or MRI-ultrasound registration accuracy across all six architectures.
Pages 3-6
Six Architectures and How They Differ

The 3D UNet uses an encoder-decoder structure with skip connections between corresponding resolution levels, allowing fine-grained spatial detail to be preserved during the upsampling phase. The VNet was originally designed specifically for prostate MRI segmentation and uses volumetric convolutions with a Dice-based loss function that directly optimizes for the metric used in evaluation.

HighRes3dNet uses dilated convolutions -- convolutions with gaps between kernel elements -- to capture larger spatial contexts without reducing spatial resolution, combined with residual connections for stable training. HolisticNet employs a generalized Wasserstein distance as its loss function, designed to better handle class imbalance in segmentation problems. DenseVNet adds dense feature connections (where each layer receives feature maps from all prior layers), while the Adapted UNet is a modified version of the original UNet extended from 2D to 3D with additional architectural refinements for prostate segmentation.

Each network was subjected to an exhaustive grid search across 256 hyperparameter configurations for UNet and Adapted UNet (64 configurations for the others whose architectures are fixed). All networks were trained for 15,000 iterations on a GPU cluster. This level of hyperparameter optimization -- requiring 3,840 trained models total -- is more rigorous than most published comparisons and ensures the results reflect each network's true potential rather than sub-optimal settings.

TL;DR: Six CNNs with different architectural strategies (encoder-decoder, residual connections, dense connections, dilated convolutions) were all optimized with an exhaustive hyperparameter grid search before comparison.
Pages 9-10
What This Means for Choosing Networks in Clinical Workflows

For MRI-TRUS fusion biopsy guidance -- the primary clinical application tested -- all six networks delivered median TREs below 3.1 mm, which published data suggests is the threshold required to reliably detect clinically significant tumors. Between 64% and 82% of patients across different networks had TREs below this threshold, with no meaningful difference between the best and worst performing architectures.

For prostate volume monitoring (used for example in drug trials measuring whether treatments shrink the prostate), the GVEs of 6.5% to 10.4% across all networks are clinically meaningful. A previous study found dutasteride caused a 15% prostate volume reduction -- meaning that automated segmentation errors of this magnitude could confound such measurements. However, since all networks performed similarly, choosing a different network would not solve this problem.

The practical implication for clinicians and researchers selecting a CNN for clinical deployment is nuanced: architecture choice matters less than often assumed for established downstream tasks, but that does not mean all networks are equally good for all applications. Researchers should evaluate networks on the specific clinical endpoints they care about, not just on segmentation leaderboard scores.

TL;DR: All six networks achieved clinically acceptable registration accuracy for biopsy guidance, and similar volume errors for treatment monitoring, suggesting architecture choice matters less than expected for established clinical tasks.
Pages 9-10
Rethinking How AI Performance Is Evaluated in Medicine

This study provides an empirical challenge to a common assumption in medical AI research: that higher scores on standard metrics like the DSC automatically translate into better clinical performance. The near-zero correlation between DSC and TRE (r = 0.015) is particularly striking -- it suggests these two measures capture fundamentally different things about segmentation quality.

One explanation is that downstream tasks like registration are more robust than segmentation metrics suggest. The deformable registration algorithm used in this study incorporates anatomical landmarks and regularization constraints that compensate for local boundary errors. Even a segmentation with an outlier DSC of 0.65 can provide a sufficiently good prostate surface shape for registration purposes.

The authors acknowledge important limitations: the registration algorithm was fixed across all comparisons, and a different algorithm might show sensitivity to network choice. The dataset, while large for this field, comes from three related clinical trials with similar imaging protocols. Looking ahead, the authors suggest that uncertainty-aware segmentation -- where networks express confidence in their predictions -- could provide a more nuanced and clinically useful output than a single deterministic boundary outline.

TL;DR: The near-zero correlation between segmentation accuracy and registration accuracy challenges the assumption that leaderboard improvements in standard metrics translate to better clinical outcomes.
Citation: Open Access, . Available at: PMC7985677.