English

Optimized U-Net for Brain Tumor Segmentation

Image and Video Processing 2021-12-28 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

We propose an optimized U-Net architecture for a brain tumor segmentation task in the BraTS21 challenge. To find the optimal model architecture and the learning schedule, we have run an extensive ablation study to test: deep supervision loss, Focal loss, decoder attention, drop block, and residual connections. Additionally, we have searched for the optimal depth of the U-Net encoder, number of convolutional channels and post-processing strategy. Our method won the validation phase and took third place in the test phase. We have open-sourced the code to reproduce our BraTS21 submission at the NVIDIA Deep Learning Examples GitHub Repository.

Keywords

Cite

@article{arxiv.2110.03352,
  title  = {Optimized U-Net for Brain Tumor Segmentation},
  author = {Michał Futrega and Alexandre Milesi and Michal Marcinkiewicz and Pablo Ribalta},
  journal= {arXiv preprint arXiv:2110.03352},
  year   = {2021}
}

Comments

15 pages, 7 figures, MICCAI submission, BraTS21 submission

R2 v1 2026-06-24T06:42:02.801Z