Analysis of Modern Computer Vision Models for Blood Cell Classification

Alexander Kim,Ryan Kim
2024-07-01
Abstract:The accurate classification of white blood cells and related blood components is crucial for medical diagnoses. While traditional manual examinations and automated hematology analyzers have been widely used, they are often slow and prone to errors. Recent advancements in deep learning have shown promise for addressing these limitations. Earlier studies have demonstrated the viability of convolutional neural networks such as DenseNet, ResNet, and VGGNet for this task. Building on these foundations, our work employs more recent and efficient models to achieve rapid and accurate results. Specifically, this study used state-of-the-art architectures, including MaxVit, EfficientVit, EfficientNet, EfficientNetV2, and MobileNetV3. This study aimed to evaluate the performance of these models in WBC classification, potentially offering a more efficient and reliable alternative to current methods. Our approach not only addresses the speed and accuracy concerns of traditional techniques but also explores the applicability of innovative deep learning models in hematological analysis.
Image and Video Processing,Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The paper aims to address the issues of speed and accuracy in blood cell classification. Specifically, the researchers utilize modern computer vision models (such as MaxVit, EfficientVit, EfficientNet, EfficientNetV2, and MobileNetV3) to achieve an efficient and precise method for white blood cell (WBC) classification. ### Main Objectives: 1. **Performance Evaluation**: Assess the performance of these modern models in the task of white blood cell classification, with the goal of providing faster and more reliable alternatives to traditional methods. 2. **Efficiency Improvement**: Explore the potential applications of new deep learning models in hematological analysis, especially those with high efficiency. 3. **Address Existing Issues**: Solve the problems of slow speed and high error rates present in traditional techniques. ### Key Findings: - Small models (such as MobileNetV3 Small) can achieve very high accuracy even with lower computational resources, indicating that complex large models are not always necessary. - The complexity of the dataset itself does not justify the use of larger, more resource-intensive models. - The study results demonstrate the feasibility of using efficient modern computer vision models for accurate and rapid blood cell classification, providing new avenues for improving hematological diagnostic tools.