IVCVLGFeb 10, 2020

Knowledge Distillation for Brain Tumor Segmentation

arXiv:2002.03688v14 citations
AI Analysis

This work addresses the challenge of limited labeled data for brain tumor segmentation, which is critical for medical diagnosis, but it is incremental as it applies an existing knowledge distillation approach to a specific domain.

The paper tackled the problem of brain tumor segmentation in multimodal MRIs by investigating how model performance relates to training data amount, finding that a single model trained with additional unlabeled data annotated by an ensemble achieved performance close to that ensemble and outperformed individual methods.

The segmentation of brain tumors in multimodal MRIs is one of the most challenging tasks in medical image analysis. The recent state of the art algorithms solving this task is based on machine learning approaches and deep learning in particular. The amount of data used for training such models and its variability is a keystone for building an algorithm with high representation power. In this paper, we study the relationship between the performance of the model and the amount of data employed during the training process. On the example of brain tumor segmentation challenge, we compare the model trained with labeled data provided by challenge organizers, and the same model trained in omni-supervised manner using additional unlabeled data annotated with the ensemble of heterogeneous models. As a result, a single model trained with additional data achieves performance close to the ensemble of multiple models and outperforms individual methods.

Code Implementations1 repo
Foundations

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

Your Notes