CVLGJul 13, 2020

On uncertainty estimation in active learning for image segmentation

arXiv:2007.06364v115 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of scarce labels in medical image segmentation, offering a practical improvement for researchers and practitioners, though it is incremental as it builds on existing active learning methods.

The paper tackles the problem of reducing labeling effort in active learning for medical image segmentation by exploring uncertainty calibration and acquisition strategies, finding that selecting regions instead of full images leads to more well-calibrated models and cuts 50% of pixels needing human annotation.

Uncertainty estimation is important for interpreting the trustworthiness of machine learning models in many applications. This is especially critical in the data-driven active learning setting where the goal is to achieve a certain accuracy with minimum labeling effort. In such settings, the model learns to select the most informative unlabeled samples for annotation based on its estimated uncertainty. The highly uncertain predictions are assumed to be more informative for improving model performance. In this paper, we explore uncertainty calibration within an active learning framework for medical image segmentation, an area where labels often are scarce. Various uncertainty estimation methods and acquisition strategies (regions and full images) are investigated. We observe that selecting regions to annotate instead of full images leads to more well-calibrated models. Additionally, we experimentally show that annotating regions can cut 50% of pixels that need to be labeled by humans compared to annotating full images.

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