paper-with-me

Papers

Classification Beats Regression: Counting of Cells from Greyscale Microscopic Images based on Annotation-free Training Samples

2020-10-28 · Xin Ding, Qiong Zhang, William J. Welch

Modern methods often formulate the counting of cells from microscopic images as a regression problem and more or less rely on expensive, manually annotated training images (e.g., dot annotations indicating the centroids of cells or segmentation masks identifying the contours of cells). This work proposes a supervised learning framework based on classification-oriented convolutional neural networks (CNNs) to count cells from greyscale microscopic images without using annotated training images. In this framework, we formulate the cell counting task as an image classification problem, where the cell counts are taken as class labels. This formulation has its limitation when some cell counts in the test stage do not appear in the training data. Moreover, the ordinal relation among cell counts is not utilized. To deal with these limitations, we propose a simple but effective data augmentation (DA) method to synthesize images for the unseen cell counts. We also introduce an ensemble method, which can not only moderate the influence of unseen cell counts but also utilize the ordinal information to improve the prediction accuracy. This framework outperforms many modern cell counting methods and won the data analysis competition (Case Study 1: Counting Cells From Microscopic Images https://ssc.ca/en/case-study/case-study-1-counting-cells-microscopic-images) of the 47th Annual Meeting of the Statistical Society of Canada (SSC). Our code is available at https://github.com/anno2020/CellCount_TinyBBBC005.

📄 PDF Abstract BibTeX arXiv:2010.14782

Code (1)

UBCDingXin/CellCount_TinyBBBC005 공식 구현 pytorch

Tasks

Data Augmentationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

CellNet -- Localizing Cells using Sparse and Noisy Point Annotations

2026-06-10 · Benjamin Eckhardt, Dmytro Fishman, Stuart Fawke, Andrew Curtis 외 arxiv

Counting living cells is an important step in many biological research workflows. Our collaborators at the Wellcome Sanger Institute study vital genes in humans via large scale saturation genome editing screening, which …

Using Color To Identify Insider Threats

2021-11-25 · Sameer Khanna

Insider threats are costly, hard to detect, and unfortunately rising in occurrence. Seeking to improve detection of such threats, we develop novel techniques to enable us to extract powerful features and augment attack v…

Benchmarking

Automatic microscopic cell counting by use of unsupervised adversarial domain adaptation and supervised density regression

2019-03-01 · Shenghua He, Kyaw Thu Minn, Lilianna Solnica-Krezel, Hua Li 외

Accurate cell counting in microscopic images is important for medical diagnoses and biological studies. However, manual cell counting is very time-consuming, tedious, and prone to subjective errors. We propose a new dens…

Automatic Cell CountingDomain Adaptationregression

Deeply-Supervised Density Regression for Automatic Cell Counting in Microscopy Images

2020-11-07 · Shenghua He, Kyaw Thu Minn, Lilianna Solnica-Krezel, Mark A. Anastasio 외

Accurately counting the number of cells in microscopy images is required in many medical diagnosis and biological studies. This task is tedious, time-consuming, and prone to subjective errors. However, designing automati…

Automatic Cell CountingMedical Diagnosisregression

A fast semi-automatic method for classification and counting the number and types of blood cells in an image

2020-04-18 · Hamed Sadeghi, Shahram Shirani, David W. Capson

A novel and fast semi-automatic method for segmentation, locating and counting blood cells in an image is proposed. In this method, thresholding is used to separate the nucleus from the other parts. We also use Hough tra…

Template Matching