TL;DR
This paper introduces a cascaded 3D fully convolutional network approach for medical image segmentation, significantly improving accuracy on challenging organs like the pancreas by focusing on coarse-to-fine segmentation, and demonstrating state-of-the-art results.
Contribution
The work presents a novel two-stage cascaded 3D FCN method that enhances segmentation accuracy across multiple organs without handcrafted features or class-specific models.
Findings
Achieved highest Dice score of 82.2% on pancreas segmentation.
Outperformed 2D FCN methods on small organs and vessels.
Validated robustness across datasets from different hospitals.
Abstract
Recent advances in 3D fully convolutional networks (FCN) have made it feasible to produce dense voxel-wise predictions of volumetric images. In this work, we show that a multi-class 3D FCN trained on manually labeled CT scans of several anatomical structures (ranging from the large organs to thin vessels) can achieve competitive segmentation results, while avoiding the need for handcrafting features or training class-specific models. To this end, we propose a two-stage, coarse-to-fine approach that will first use a 3D FCN to roughly define a candidate region, which will then be used as input to a second 3D FCN. This reduces the number of voxels the second FCN has to classify to ~10% and allows it to focus on more detailed segmentation of the organs and vessels. We utilize training and validation sets consisting of 331 clinical CT images and test our models on a completely unseen…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMax Pooling · Convolution · Fully Convolutional Network
