CVJul 20, 2021

Cell Detection from Imperfect Annotation by Pseudo Label Selection Using P-classification

arXiv:2107.09289v29 citations
AI Analysis

This work addresses a practical issue in biomedical image analysis for biologists, offering an incremental improvement over existing methods by handling noisy labels in real-world datasets.

The paper tackles the problem of cell detection from imperfectly annotated images, where missing labels degrade performance, by proposing a pseudo labeling approach using PU learning and P-classification to select reliable labels from unlabeled data, achieving effectiveness demonstrated in experiments on microscopy images under five conditions.

Cell detection is an essential task in cell image analysis. Recent deep learning-based detection methods have achieved very promising results. In general, these methods require exhaustively annotating the cells in an entire image. If some of the cells are not annotated (imperfect annotation), the detection performance significantly degrades due to noisy labels. This often occurs in real collaborations with biologists and even in public data-sets. Our proposed method takes a pseudo labeling approach for cell detection from imperfect annotated data. A detection convolutional neural network (CNN) trained using such missing labeled data often produces over-detection. We treat partially labeled cells as positive samples and the detected positions except for the labeled cell as unlabeled samples. Then we select reliable pseudo labels from unlabeled data using recent machine learning techniques; positive-and-unlabeled (PU) learning and P-classification. Experiments using microscopy images for five different conditions demonstrate the effectiveness of the proposed method.

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