Cell Counting by Regression Using Convolutional Neural Network

Abstract

The ability to accurately quantitate specific populations of cells is important for precision diagnostics in laboratory medicine. For example, the quantization of positive tumor cells can be used clinically to determine the need for chemotherapy in a cancer patient. In this paper, we describe a supervised learning framework with Convolutional Neural Network (CNN) and cast the cell counting task as a regression problem, where the global cell count is taken as the annotation to supervise training, instead of following the classification or detection framework. To further decrease the prediction error of counting, we tune several cutting-edge CNN architectures (e.g. Deep Residual Network) into the regression model. As the final output, not only the cell count is estimated for an image, but also its spatial density map is provided. The proposed method is evaluated with three state-of-the-art approaches on three cell image datasets and obtain superior performance.

Cite

Text

Xue et al. "Cell Counting by Regression Using Convolutional Neural Network." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46604-0_20

Markdown

[Xue et al. "Cell Counting by Regression Using Convolutional Neural Network." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/xue2016eccv-cell/) doi:10.1007/978-3-319-46604-0_20

BibTeX

@inproceedings{xue2016eccv-cell,
  title     = {{Cell Counting by Regression Using Convolutional Neural Network}},
  author    = {Xue, Yao and Ray, Nilanjan and Hugh, Judith and Bigras, Gilbert},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {274-290},
  doi       = {10.1007/978-3-319-46604-0_20},
  url       = {https://mlanthology.org/eccv/2016/xue2016eccv-cell/}
}