Cell image classification: a comparative overview

Mohammad Shifat-E-Rabbi,Xuwang Yin,Cailey Elizabeth Fitzgerald,Gustavo K. Rohde
DOI: https://doi.org/10.48550/arXiv.1906.03316
2022-03-03
Abstract:Cell image classification methods are currently being used in numerous applications in cell biology and medicine. Applications include understanding the effects of genes and drugs in screening experiments, understanding the role and subcellular localization of different proteins, as well as diagnosis and prognosis of cancer from images acquired using cytological and histological techniques. We review three different approaches for cell image classification: numerical feature extraction, end to end classification with neural networks, and transport-based morphometry. In addition, we provide comparisons on four different cell imaging datasets to highlight the relative strength of each method.
Quantitative Methods
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve The paper "Cell Image Classification: A Comparative Overview" aims to address the issue of method selection in cell image classification. Specifically, the authors attempt to evaluate the relative advantages and limitations of three different cell image classification methods (numerical feature extraction, end-to-end neural network classification, and transport-based morphometry) in practical applications. These methods are widely used in the fields of cell biology and medicine, including understanding the effects of genes and drugs on cells, subcellular localization of proteins, and diagnosing and predicting cancer from cytological and histological images. ### Main Content 1. **Background Introduction**: - Cell image classification is of great significance in scientific research and medical diagnosis, such as drug screening, gene silencing mechanism research, cancer diagnosis, etc. - The complexity of cell image classification lies in the diversity and heterogeneity of cell phenotypes, thus requiring effective computational methods to parse these complex biological processes. 2. **Method Overview**: - **Numerical Feature Extraction**: Extracting numerical features of images manually or automatically, then using statistical regression methods (such as linear discriminant analysis, random forests, neural networks, etc.) for classification. - **End-to-End Neural Network Classification**: Especially convolutional neural networks (CNNs), which learn features directly from raw data and perform classification, usually excelling when large amounts of data are available. - **Transport-Based Morphometry**: Utilizing the mathematical theory of optimal transport to transform images into representations that facilitate classification and visualization of biological differences. 3. **Application Scenarios**: - **Drug Discovery**: Evaluating the efficacy of potential drugs through cell image classification. - **Digital Pathology**: Assisting doctors in cancer diagnosis, improving the objectivity and reproducibility of diagnoses. - **Genetic Screening**: Studying gene functions, especially in RNA interference (RNAi) experiments. - **Cell Biology**: Understanding cell signaling mechanisms, cell division processes, etc. 4. **Experiments and Results**: - Experiments were conducted using four publicly available cell image datasets to compare the performance of different methods. - Source code is provided to facilitate replication and further research by other researchers. ### Conclusion Through detailed comparisons and experimental validation, the paper demonstrates the strengths and weaknesses of different cell image classification methods in practical applications, providing a reference for researchers to choose appropriate classification methods. This helps improve the accuracy and efficiency of cell image classification, thereby promoting progress in related fields.