CoNiC Challenge 2022

Together with Lorenz Rumberger and Peter Hirsch, in 2022 we took part in the CoNiC: Colon Nuclei Identification and Counting Challenge where we placed second. Our work led to a method short paper published at ISBI 2022.

In this paper, we present a deep learning approach for panoptic segmentation of nuclei in H&E-stained histopathology images, developed for the CoNIC Challenge. The challenge involves highly imbalanced data, with some cell types being extremely rare. To address this, we propose a weighted loss function and integrate it with a state-of-the-art nuclei instance segmentation model in a Hovernet-like architecture. Key innovations include importance sampling to prioritize rare classes and a weighted focal loss to handle pixel-level class imbalance. We also use a three-label model for instance segmentation, predicting nucleus interiors, boundaries, and background, along with an auxiliary task of regressing nucleus center-point vectors.

Model overview

We evaluate our method on the Lizard dataset, which has significant class imbalance. Our experiments show that importance sampling and loss weighting improve performance, especially for rare cell types. The model achieves strong results on both nuclear segmentation and classification tasks, with the EfficientNet-L2 backbone outperforming smaller architectures.

Overall, our approach provides a promising foundation for large-scale investigations into cellular composition and tumor microenvironments.

The open access pre-print can be found on arxiv.