Hierarchical 3D fully convolutional networks for multi-organ segmentation
Holger R. Roth, Hirohisa Oda, Yuichiro Hayashi, Masahiro Oda, Natsuki, Shimizu, Michitaka Fujiwara, Kazunari Misawa, Kensaku Mori

TL;DR
This paper introduces a hierarchical 3D fully convolutional network approach for multi-organ segmentation in CT scans, achieving high accuracy without organ-specific training or handcrafted features.
Contribution
The authors propose a two-stage coarse-to-fine 3D FCN method that improves segmentation accuracy and generalization across different datasets.
Findings
Achieved an average Dice score increase of 7.5 percentage points per organ.
Improved pancreas segmentation Dice score from 68.5% to 82.2%.
Validated on unseen data from a different hospital with high accuracy.
Abstract
Recent advances in 3D fully convolutional networks (FCN) have made it feasible to produce dense voxel-wise predictions of full volumetric images. In this work, we show that a multi-class 3D FCN trained on manually labeled CT scans of seven abdominal structures (artery, vein, liver, spleen, stomach, gallbladder, and pancreas) can achieve competitive segmentation results, while avoiding the need for handcrafting features or training organ-specific models. To this end, we propose a two-stage, coarse-to-fine approach that trains an FCN model to roughly delineate the organs of interest in the first stage (seeing 40% of the voxels within a simple, automatically generated binary mask of the patient's body). We then use these predictions of the first-stage FCN to define a candidate region that will be used to train a second FCN. This step reduces the number of voxels the FCN has to…
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
TopicsAdvanced Neural Network Applications · COVID-19 diagnosis using AI · Radiomics and Machine Learning in Medical Imaging
MethodsMax Pooling · Convolution · Fully Convolutional Network
