CVLGMLJun 20, 2019

Learning to segment microscopy images with lazy labels

arXiv:1906.12177v26 citations
Originality Incremental advance
AI Analysis

This addresses the annotation bottleneck for researchers in biomedical imaging, offering a more flexible and efficient training approach for data-hungry deep neural networks, though it is incremental as it builds on existing multi-task learning frameworks.

The paper tackles the problem of labor-intensive pixel-wise annotation for microscopy image segmentation by introducing a deep convolutional neural network trainable on coarse labels with minimal pixel-wise annotations, achieving accurate segmentation results even when exact boundary labels are missing for most data.

The need for labour intensive pixel-wise annotation is a major limitation of many fully supervised learning methods for segmenting bioimages that can contain numerous object instances with thin separations. In this paper, we introduce a deep convolutional neural network for microscopy image segmentation. Annotation issues are circumvented by letting the network being trainable on coarse labels combined with only a very small number of images with pixel-wise annotations. We call this new labelling strategy `lazy' labels. Image segmentation is stratified into three connected tasks: rough inner region detection, object separation and pixel-wise segmentation. These tasks are learned in an end-to-end multi-task learning framework. The method is demonstrated on two microscopy datasets, where we show that the model gives accurate segmentation results even if exact boundary labels are missing for a majority of annotated data. It brings more flexibility and efficiency for training deep neural networks that are data hungry and is applicable to biomedical images with poor contrast at the object boundaries or with diverse textures and repeated patterns.

Foundations

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

Your Notes