CVJun 5, 2019

Fully Automated Pancreas Segmentation with Two-stage 3D Convolutional Neural Networks

arXiv:1906.01795v256 citations
AI Analysis

This work addresses the problem of accurate pancreas segmentation for medical image analysis, which is incremental as it builds on existing CNN methods with a two-stage approach.

The authors tackled the challenge of automatic pancreas segmentation in medical images by proposing a fully automated two-stage 3D CNN framework, achieving a mean dice-sorensen coefficient of 85.99% on the NIH CT dataset and outperforming other state-of-the-art methods.

Due to the fact that pancreas is an abdominal organ with very large variations in shape and size, automatic and accurate pancreas segmentation can be challenging for medical image analysis. In this work, we proposed a fully automated two stage framework for pancreas segmentation based on convolutional neural networks (CNN). In the first stage, a U-Net is trained for the down-sampled 3D volume segmentation. Then a candidate region covering the pancreas is extracted from the estimated labels. Motivated by the superior performance reported by renowned region based CNN, in the second stage, another 3D U-Net is trained on the candidate region generated in the first stage. We evaluated the performance of the proposed method on the NIH computed tomography (CT) dataset, and verified its superiority over other state-of-the-art 2D and 3D approaches for pancreas segmentation in terms of dice-sorensen coefficient (DSC) accuracy in testing. The mean DSC of the proposed method is 85.99%.

Foundations

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

Your Notes