CVLGAug 24, 2020

Probabilistic Deep Learning for Instance Segmentation

arXiv:2008.10678v29 citations
AI Analysis

This work addresses instance segmentation for biomedical imaging, providing uncertainty estimates to improve accuracy in safety-critical applications, though it is incremental as it adapts existing probabilistic techniques to a new task.

The paper tackles the lack of probabilistic methods for instance segmentation by proposing a generic approach to obtain uncertainty estimates, achieving competitive performance on the BBBC010 C. elegans dataset and demonstrating potential for guided proofreading.

Probabilistic convolutional neural networks, which predict distributions of predictions instead of point estimates, led to recent advances in many areas of computer vision, from image reconstruction to semantic segmentation. Besides state of the art benchmark results, these networks made it possible to quantify local uncertainties in the predictions. These were used in active learning frameworks to target the labeling efforts of specialist annotators or to assess the quality of a prediction in a safety-critical environment. However, for instance segmentation problems these methods are not frequently used so far. We seek to close this gap by proposing a generic method to obtain model-inherent uncertainty estimates within proposal-free instance segmentation models. Furthermore, we analyze the quality of the uncertainty estimates with a metric adapted from semantic segmentation. We evaluate our method on the BBBC010 C.\ elegans dataset, where it yields competitive performance while also predicting uncertainty estimates that carry information about object-level inaccuracies like false splits and false merges. We perform a simulation to show the potential use of such uncertainty estimates in guided proofreading.

Foundations

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

Your Notes