paper-with-me

Papers

White blood cell classification

2020-08-17 · Na Dong, Meng-die Zhai, Jian-fang Chang, Chun-ho Wu

This paper proposes a novel automatic classification framework for the recognition of five types of white blood cells. Segmenting complete white blood cells from blood smears images and extracting advantageous features from them remain challenging tasks in the classification of white blood cells. Therefore, we present an adaptive threshold segmentation method to deal with blood smears images with non-uniform color and uneven illumination, which is designed based on color space information and threshold segmentation. Subsequently, after successfully separating the white blood cell from the blood smear image, a large number of nonlinear features including geometrical, color and texture features are extracted. Nevertheless, redundant features can affect the classification speed and efficiency, and in view of that, a feature selection algorithm based on classification and regression trees (CART) is designed. Through in-depth analysis of the nonlinear relationship between features, the irrelevant and redundant features are successfully removed from the initial nonlinear features. Afterwards, the selected prominent features are fed into particle swarm optimization support vector machine (PSO-SVM) classifier to recognize the types of the white blood cells. Finally, to evaluate the performance of the proposed white blood cell classification methodology, we build a white blood cell data set containing 500 blood smear images for experiments. By comparing with the ground truth obtained manually, the proposed segmentation method achieves an average of 95.98% and 97.57% dice similarity for segmented nucleus and cell regions respectively. Furthermore, the proposed methodology achieves 99.76% classification accuracy, which well demonstrates its effectiveness.

📄 PDF Abstract BibTeX arXiv:2008.07181

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationfeature selectionGeneral ClassificationSegmentation

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

White blood cell subtype detection and classification

2021-08-10 · Nalla Praveen, Narinder Singh Punn, Sanjay Kumar Sonbhadra, Sonali Agarwal 외

Machine learning has endless applications in the health care industry. White blood cell classification is one of the interesting and promising area of research. The classification of the white blood cells plays an import…

ClassificationMedical Diagnosisobject-detectionObject Detection

Classification of White Blood Cells Using Machine and Deep Learning Models: A Systematic Review

2023-08-11 · Rabia Asghar, Sanjay Kumar, Paul Hynds, Arslan Shaukat

Machine learning (ML) and deep learning (DL) models have been employed to significantly improve analyses of medical imagery, with these approaches used to enhance the accuracy of prediction and classification. Model pred…

ClassificationData AugmentationMedical Image Analysis

Neural Cellular Automata for Lightweight, Robust and Explainable Classification of White Blood Cell Images

2024-04-08 · Michael Deutges, Ario Sadafi, Nassir Navab, Carsten Marr

Diagnosis of hematological malignancies depends on accurate identification of white blood cells in peripheral blood smears. Deep learning techniques are emerging as a viable solution to scale and optimize this process by…

Classificationimage-classificationImage Classification

W-Net: A CNN-based Architecture for White Blood Cells Image Classification

2019-10-02 · Changhun Jung, Mohammed Abuhamad, Jumabek Alikhanov, Aziz Mohaisen 외

Computer-aided methods for analyzing white blood cells (WBC) have become widely popular due to the complexity of the manual process. Recent works have shown highly accurate segmentation and detection of white blood cells…

ClassificationGeneral Classificationimage-classificationImage Classification

Improved Classification of White Blood Cells with the Generative Adversarial Network and Deep Convolutional Neural Network

2020-07-09 · Computational Intelligence and Neuroscience 2020 7 · Khaled Almezhghwi, Sertan Serte

White blood cells (leukocytes) are a very important component of the blood that forms the immune system, which is responsible for fighting foreign elements. The five types of white blood cells include neutrophils, eosino…

Data AugmentationFeature EngineeringGenerative Adversarial Network