CVJun 19, 2018

Automatic segmentation of prostate zones

arXiv:1806.07146v116 citations
Originality Synthesis-oriented
AI Analysis

This work addresses medical image analysis for prostate segmentation, but it is incremental as it builds on existing U-net techniques with minor adjustments.

The authors tackled the problem of automatically segmenting prostate peripheral and transition zones in 3D MRI images using a 3D U-net, achieving results slightly better than prior methods like 2D U-net and handcrafted feature approaches.

Convolutional networks have become state-of-the-art techniques for automatic medical image analysis, with the U-net architecture being the most popular at this moment. In this article we report the application of a 3D version of U-net to the automatic segmentation of prostate peripheral and transition zones in 3D MRI images. Our results are slightly better than recent studies that used 2D U-net and handcrafted feature approaches. In addition, we test ideas for improving the 3D U-net setup, by 1) letting the network segment surrounding tissues, making use of the fixed anatomy, and 2) adjusting the network architecture to reflect the anisotropy in the dimensions of the MRI image volumes. While the latter adjustment gave a marginal improvement, the former adjustment showed a significant deterioration of the network performance. We were able to explain this deterioration by inspecting feature map activations in all layers of the network. We show that to segment more tissues the network replaces feature maps that were dedicated to detecting prostate peripheral zones, by feature maps detecting the surrounding tissues.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes