CVMar 27, 2019

Deep Co-Training for Semi-Supervised Image Segmentation

arXiv:1903.11233v3214 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing annotation costs for medical image segmentation, though it is incremental as it builds on existing co-training and adversarial techniques.

The paper tackles the problem of semantic image segmentation with limited annotated data by proposing a deep co-training method using an ensemble of models that exchange knowledge on non-annotated images while preserving diversity via adversarial samples, achieving state-of-the-art results on two medical image datasets.

In this paper, we aim to improve the performance of semantic image segmentation in a semi-supervised setting in which training is effectuated with a reduced set of annotated images and additional non-annotated images. We present a method based on an ensemble of deep segmentation models. Each model is trained on a subset of the annotated data, and uses the non-annotated images to exchange information with the other models, similar to co-training. Even if each model learns on the same non-annotated images, diversity is preserved with the use of adversarial samples. Our results show that this ability to simultaneously train models, which exchange knowledge while preserving diversity, leads to state-of-the-art results on two challenging medical image datasets.

Code Implementations2 repos
Foundations

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

Your Notes