TL;DR
This paper introduces a universal, lightweight 3D medical image segmentation system that performs competitively across various tasks without task-specific tuning, simplifying deployment and reducing overfitting.
Contribution
The authors present a fixed-topology, hyperparameter-agnostic deep learning framework that generalizes well across multiple medical segmentation tasks without customization.
Findings
Outperforms or matches specialized methods on three segmentation tasks.
Achieved top rankings in the 2018 Medical Segmentation Decathlon.
Utilizes multi-planar data augmentation with a 2D U-Net architecture.
Abstract
Many recent medical segmentation systems rely on powerful deep learning models to solve highly specific tasks. To maximize performance, it is standard practice to evaluate numerous pipelines with varying model topologies, optimization parameters, pre- & postprocessing steps, and even model cascades. It is often not clear how the resulting pipeline transfers to different tasks. We propose a simple and thoroughly evaluated deep learning framework for segmentation of arbitrary medical image volumes. The system requires no task-specific information, no human interaction and is based on a fixed model topology and a fixed hyperparameter set, eliminating the process of model selection and its inherent tendency to cause method-level over-fitting. The system is available in open source and does not require deep learning expertise to use. Without task-specific modifications, the system performed…
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
MethodsConcatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · Convolution · U-Net
