轻量级模型可精准识别肺炎,适合低算力设备部署
LightPneumoNet: Lightweight Pneumonia Classifier
- 自研轻量卷积网络,仅38万参数,内存仅1.48MB
- 在5856张胸片上测试,召回率达0.99,误诊率极低
- 可在低成本设备运行,适合基层医疗场景
高效肺炎诊断常受限于大型深度学习模型在资源有限环境中的部署难题。本文提出LightPneumoNet,一种从零构建的轻量级卷积神经网络,用于从胸部X光片中实现高精度、易部署的肺炎检测。模型在包含5,856张胸片的公开数据集上训练,预处理包括图像尺寸调整至224x224、灰度化及像素归一化,并采用旋转、缩放、剪切等数据增强策略防止过拟合。其自定义架构由四个堆叠卷积层块组成,仅含388,082个可训练参数,内存占用仅为1.48 MB。在独立测试集上,模型整体准确率达到0.942,精确率为0.92,F1分数达0.96,关键的是,敏感性(召回率)高达0.99,几乎完全识别出真实肺炎病例,显著降低临床中致命的漏诊风险。值得注意的是,该性能在相同数据集上超越了现有多数依赖重型模型的方法,且无需复杂硬件支持。模型高效性使其可部署于低成本设备,为偏远诊所提供可靠的辅助诊断工具,提升患者诊疗效果。
原文摘要 · Abstract (English)
Effective pneumonia diagnosis is often challenged by the difficulty of deploying large, computationally expensive deep learning models in resource-limited settings. This study introduces LightPneumoNet, an efficient, lightweight convolutional neural network (CNN) built from scratch to provide an accessible and accurate diagnostic solution for pneumonia detection from chest X-rays. Our model was trained on a public dataset of 5,856 chest X-ray images. Preprocessing included image resizing to 224x224, grayscale conversion, and pixel normalization, with data augmentation (rotation, zoom, shear) to prevent overfitting. The custom architecture features four blocks of stacked convolutional layers and contains only 388,082 trainable parameters, resulting in a minimal 1.48 MB memory footprint. On the independent test set, our model delivered exceptional performance, achieving an overall accuracy of 0.942, precision of 0.92, and an F1-Score of 0.96. Critically, it obtained a sensitivity (recall) of 0.99, demonstrating a near-perfect ability to identify true pneumonia cases and minimize clinically significant false negatives. Notably, LightPneumoNet achieves this high recall on the same dataset where existing approaches typically require significantly heavier architectures or fail to reach comparable sensitivity levels. The model's efficiency enables deployment on low-cost hardware, making advanced computer-aided diagnosis accessible in underserved clinics and serving as a reliable second-opinion tool to improve patient outcomes.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。