# Deep Learning with Mixed Supervision for Brain Tumor Segmentation

**Authors:** Pawel Mlynarski, Herv\'e Delingette, Antonio Criminisi, Nicholas, Ayache

arXiv: 1812.04571 · 2019-08-21

## TL;DR

This paper introduces a deep learning approach that combines fully-annotated and weakly-annotated data for brain tumor segmentation, significantly improving accuracy while reducing the need for costly manual labels.

## Contribution

It proposes a novel mixed supervision training method with an additional classification branch to leverage weakly-annotated images for segmentation tasks.

## Key findings

- Significant improvement over standard supervised learning.
- Performance scales with ratio of weakly to fully-annotated data.
- Effective on BRATS 2018 brain tumor dataset.

## Abstract

Most of the current state-of-the-art methods for tumor segmentation are based on machine learning models trained on manually segmented images. This type of training data is particularly costly, as manual delineation of tumors is not only time-consuming but also requires medical expertise. On the other hand, images with a provided global label (indicating presence or absence of a tumor) are less informative but can be obtained at a substantially lower cost. In this paper, we propose to use both types of training data (fully-annotated and weakly-annotated) to train a deep learning model for segmentation. The idea of our approach is to extend segmentation networks with an additional branch performing image-level classification. The model is jointly trained for segmentation and classification tasks in order to exploit information contained in weakly-annotated images while preventing the network to learn features which are irrelevant for the segmentation task. We evaluate our method on the challenging task of brain tumor segmentation in Magnetic Resonance images from BRATS 2018 challenge. We show that the proposed approach provides a significant improvement of segmentation performance compared to the standard supervised learning. The observed improvement is proportional to the ratio between weakly-annotated and fully-annotated images available for training.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.04571/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1812.04571/full.md

## References

41 references — full list in the complete paper: https://tomesphere.com/paper/1812.04571/full.md

---
Source: https://tomesphere.com/paper/1812.04571