TL;DR
This paper explores advanced loss functions, optimization strategies, and ensemble methods to improve brain tumor segmentation in MRI scans, achieving top-tier results in the BraTS 2020 challenge.
Contribution
It introduces the use of generalized Wasserstein Dice loss, distributionally robust optimization, and Ranger optimizer within a standard 3D U-Net for improved segmentation performance.
Findings
Each variation improved Dice scores and Hausdorff distances.
Ensemble of three models achieved fourth place in BraTS 2020.
Method outperforms standard approaches in brain tumor segmentation.
Abstract
Training a deep neural network is an optimization problem with four main ingredients: the design of the deep neural network, the per-sample loss function, the population loss function, and the optimizer. However, methods developed to compete in recent BraTS challenges tend to focus only on the design of deep neural network architectures, while paying less attention to the three other aspects. In this paper, we experimented with adopting the opposite approach. We stuck to a generic and state-of-the-art 3D U-Net architecture and experimented with a non-standard per-sample loss function, the generalized Wasserstein Dice loss, a non-standard population loss function, corresponding to distributionally robust optimization, and a non-standard optimizer, Ranger. Those variations were selected specifically for the problem of multi-class brain tumor segmentation. The generalized Wasserstein Dice…
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
MethodsDice Loss · Convolution · Concatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · U-Net · Adam
