arXiv:2507.15151eess.IVcs.AI2025-07中稿 · International Symp…被引 1

用轻量模型检测儿童贫血,量化后仍保持高准确率

Performance Analysis of Post-Training Quantization for CNN-based Conjunctival Pallor Anemia Detection

  • 基于MobileNet和数据增强训练模型,实现93%以上准确率
  • FP16量化保持精度,INT8/INT4导致性能明显下降
  • 适合移动医疗设备部署,关注模型压缩与诊断精度平衡

贫血是全球范围内的常见健康问题,尤其在低资源地区儿童中更为突出。传统检测方法依赖昂贵设备和专业人员,限制了早期精准诊断。本文利用深度学习通过结膜苍白图像检测贫血,基于包含710张6-59月龄儿童图像的CP-AnemiC数据集,该数据集标注了血红蛋白水平、性别、年龄等信息。采用MobileNet作为主干网络,结合数据增强与交叉验证进行端到端微调,模型在测试集上达到准确率0.9313、精确率0.9374、F1分数0.9773。为适配边缘设备部署,我们对模型进行后训练量化,评估不同位宽(FP32、FP16、INT8、INT4)的影响。结果表明,FP16量化可维持0.9250准确率、0.9370精确率和0.9377 F1分数,而更激进的量化(INT8、INT4)则导致显著性能下降。研究支持进一步探索量化方案与硬件优化,以权衡模型体积、推理时间与诊断准确性。

原文摘要 · Abstract (English)

Anemia is a widespread global health issue, particularly among young children in low-resource settings. Traditional methods for anemia detection often require expensive equipment and expert knowledge, creating barriers to early and accurate diagnosis. To address these challenges, we explore the use of deep learning models for detecting anemia through conjunctival pallor, focusing on the CP-AnemiC dataset, which includes 710 images from children aged 6-59 months. The dataset is annotated with hemoglobin levels, gender, age and other demographic data, enabling the development of machine learning models for accurate anemia detection. We use the MobileNet architecture as a backbone, known for its efficiency in mobile and embedded vision applications, and fine-tune our model end-to-end using data augmentation techniques and a cross-validation strategy. Our model implementation achieved an accuracy of 0.9313, a precision of 0.9374, and an F1 score of 0.9773 demonstrating strong performance on the dataset. To optimize the model for deployment on edge devices, we performed post-training quantization, evaluating the impact of different bit-widths (FP32, FP16, INT8, and INT4) on model performance. Preliminary results suggest that while FP16 quantization maintains high accuracy (0.9250), precision (0.9370), and F1 Score (0.9377), more aggressive quantization (INT8 and INT4) leads to significant performance degradation. Overall, our study supports further exploration of quantization schemes and hardware optimizations to assess trade-offs between model size, inference time, and diagnostic accuracy in mobile healthcare applications.

医学图像模型量化边缘计算贫血检测

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。