CVMar 18, 2020

Semi-supervised few-shot learning for medical image segmentation

arXiv:2003.08462v271 citations
AI Analysis

This work addresses the challenge of reducing annotation costs in medical imaging, which is crucial for healthcare applications, though it appears incremental by extending few-shot learning with semi-supervised elements.

The paper tackles the problem of medical image segmentation with limited labeled data by proposing a semi-supervised few-shot learning framework that uses unlabeled images and surrogate tasks to improve feature representations, resulting in better generalizability to unseen tasks as demonstrated on skin lesion segmentation datasets.

Recent years have witnessed the great progress of deep neural networks on semantic segmentation, particularly in medical imaging. Nevertheless, training high-performing models require large amounts of pixel-level ground truth masks, which can be prohibitive to obtain in the medical domain. Furthermore, training such models in a low-data regime highly increases the risk of overfitting. Recent attempts to alleviate the need for large annotated datasets have developed training strategies under the few-shot learning paradigm, which addresses this shortcoming by learning a novel class from only a few labeled examples. In this context, a segmentation model is trained on episodes, which represent different segmentation problems, each of them trained with a very small labeled dataset. In this work, we propose a novel few-shot learning framework for semantic segmentation, where unlabeled images are also made available at each episode. To handle this new learning paradigm, we propose to include surrogate tasks that can leverage very powerful supervisory signals --derived from the data itself-- for semantic feature learning. We show that including unlabeled surrogate tasks in the episodic training leads to more powerful feature representations, which ultimately results in better generability to unseen tasks. We demonstrate the efficiency of our method in the task of skin lesion segmentation in two publicly available datasets. Furthermore, our approach is general and model-agnostic, which can be combined with different deep architectures.

Foundations

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

Your Notes