Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation

About

This paper introduces a network for volumetric segmentation that learns from sparsely annotated volumetric images. We outline two attractive use cases of this method: (1) In a semi-automated setup, the user annotates some slices in the volume to be segmented. The network learns from these sparse annotations and provides a dense 3D segmentation. (2) In a fully-automated setup, we assume that a representative, sparsely annotated training set exists. Trained on this data set, the network densely segments new volumetric images. The proposed network extends the previous u-net architecture from Ronneberger et al. by replacing all 2D operations with their 3D counterparts. The implementation performs on-the-fly elastic deformations for efficient data augmentation during training. It is trained end-to-end from scratch, i.e., no pre-trained network is required. We test the performance of the proposed method on a complex, highly variable 3D structure, the Xenopus kidney, and achieve good results for both use cases.

\"Ozg\"un \c{C}i\c{c}ek, Ahmed Abdulkadir, Soeren S. Lienkamp, Thomas Brox, Olaf Ronneberger• 2016

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU54.93
1006
Abdominal multi-organ segmentationBTCV
Spleen88.34
58
Multi-organ SegmentationSynapse
Average DSC76.32
47
Part SegmentationShapeNet part
mIoU84.6
46
Left Atrium SegmentationLA database (test)
Dice88.18
31
Shape classificationALAN (test)
AUC0.8683
30
Liver SegmentationLiTS
Dice Score93.46
29
Brain Tissue SegmentationiSeg 2019 (test)
Dice (CSF)89.7
28
Brain Tissue SegmentationMRBrainS 2013 (test)
GM DSC85.44
25
Brain Tumor Volume SegmentationBraTS
Dice (ET)68.91
22
Showing 10 of 100 rows
...

Other info

Code

Follow for update