CVLGIVMLDec 10, 2018

Deep Learning with Mixed Supervision for Brain Tumor Segmentation

arXiv:1812.04571v1131 citations
Originality Incremental advance
AI Analysis

This addresses the problem of expensive medical image annotation for researchers and clinicians, offering an incremental improvement over standard supervised learning.

The paper tackles the high cost of manual tumor segmentation by proposing a deep learning model that uses both fully-annotated and weakly-annotated images, showing significant improvement in brain tumor segmentation performance on the BRATS 2018 dataset, with gains proportional to the ratio of weakly-annotated data.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes