CVMar 20, 2020

ROAM: Random Layer Mixup for Semi-Supervised Learning in Medical Imaging

arXiv:2003.09439v410 citations
AI Analysis

This addresses the costly annotation issue in medical imaging for researchers and practitioners, though it is an incremental improvement over existing mixup methods.

The paper tackles the problem of limited annotated data in medical image segmentation by proposing ROAM, a random layer mixup method for semi-supervised learning, achieving state-of-the-art results with up to 16.50% relative improvement in semi-supervised settings.

Medical image segmentation is one of the major challenges addressed by machine learning methods. Yet, deep learning methods profoundly depend on a large amount of annotated data, which is time-consuming and costly. Though, semi-supervised learning methods approach this problem by leveraging an abundant amount of unlabeled data along with a small amount of labeled data in the training process. Recently, MixUp regularizer has been successfully introduced to semi-supervised learning methods showing superior performance. MixUp augments the model with new data points through linear interpolation of the data at the input space. We argue that this option is limited. Instead, we propose ROAM, a RandOm lAyer Mixup, which encourages the network to be less confident for interpolated data points at randomly selected space. ROAM generates more data points that have never seen before, and hence it avoids over-fitting and enhances the generalization ability. We conduct extensive experiments to validate our method on three publicly available datasets on whole-brain image segmentation. ROAM achieves state-of-the-art (SOTA) results in fully supervised (89.5%) and semi-supervised (87.0%) settings with a relative improvement of up to 2.40% and 16.50%, respectively for the whole-brain segmentation.

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