DeGPR: Deep Guided Posterior Regularization for Multi-Class Cell Detection and Counting

Aayush Kumar Tyagi,Chirag Mohapatra,Prasenjit Das,Govind Makharia,Lalita Mehra,Prathosh AP,Mausam
2023-04-03
Abstract:Multi-class cell detection and counting is an essential task for many pathological diagnoses. Manual counting is tedious and often leads to inter-observer variations among pathologists. While there exist multiple, general-purpose, deep learning-based object detection and counting methods, they may not readily transfer to detecting and counting cells in medical images, due to the limited data, presence of tiny overlapping objects, multiple cell types, severe class-imbalance, minute differences in size/shape of cells, etc. In response, we propose guided posterior regularization (DeGPR), which assists an object detector by guiding it to exploit discriminative features among cells. The features may be pathologist-provided or inferred directly from visual data. We validate our model on two publicly available datasets (CoNSeP and MoNuSAC), and on MuCeD, a novel dataset that we contribute. MuCeD consists of 55 biopsy images of the human duodenum for predicting celiac disease. We perform extensive experimentation with three object detection baselines on three datasets to show that DeGPR is model-agnostic, and consistently improves baselines obtaining up to 9% (absolute) mAP gains.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The paper attempts to address the problem of multi-class cell detection and counting (MC2DC) in pathological diagnosis. Specifically, the paper focuses on the following aspects: 1. **Manual Counting Issue**: Manually counting cells is a time-consuming task and can lead to inconsistent results among different pathologists. 2. **Limitations of Existing Methods**: Although there are various deep learning-based object detection and counting methods, their application in medical images faces numerous challenges, such as limited data, cell overlap, diverse cell types, class imbalance, and subtle differences in cell size/shape. 3. **Proposed New Method**: The paper proposes Deep-Guided Posterior Regularization (DEGPR), which utilizes discriminative features between cells to guide the object detector. These features can be provided by pathologists or inferred directly from visual data. 4. **Experimental Validation**: The authors validate the effectiveness of DEGPR on three public datasets (CoNSeP and MoNuSAC) and a newly contributed dataset MuCeD. MuCeD contains 55 human duodenal biopsy images used for predicting celiac disease. In summary, the paper aims to improve the accuracy and robustness of multi-class cell detection and counting through the DEGPR method, thereby assisting in pathological diagnosis.