CVFeb 21, 2018

Multiclass Weighted Loss for Instance Segmentation of Cluttered Cells

arXiv:1802.07465v178 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of instance segmentation for developmental biologists studying blood T-cells, which is incremental as it builds on existing U-Net frameworks with novel weight maps.

The authors tackled the problem of segmenting individual touching cells in cluttered regions by proposing a new multiclass weighted loss function, which outperformed binary class models with significant improvement in boundary adequacy and instance detection.

We propose a new multiclass weighted loss function for instance segmentation of cluttered cells. We are primarily motivated by the need of developmental biologists to quantify and model the behavior of blood T-cells which might help us in understanding their regulation mechanisms and ultimately help researchers in their quest for developing an effective immuno-therapy cancer treatment. Segmenting individual touching cells in cluttered regions is challenging as the feature distribution on shared borders and cell foreground are similar thus difficulting discriminating pixels into proper classes. We present two novel weight maps applied to the weighted cross entropy loss function which take into account both class imbalance and cell geometry. Binary ground truth training data is augmented so the learning model can handle not only foreground and background but also a third touching class. This framework allows training using U-Net. Experiments with our formulations have shown superior results when compared to other similar schemes, outperforming binary class models with significant improvement of boundary adequacy and instance detection. We validate our results on manually annotated microscope images of T-cells.

Code Implementations2 repos
Foundations

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

Your Notes