🤖 AI Summary
To address the deployment challenges of medical image classification models on resource-constrained edge devices, this paper proposes a synergistic optimization framework integrating quantization-aware training (QAT) and post-training quantization (PTQ), coupled with lightweight network adaptation and edge inference acceleration. Evaluated on multimodal datasets including X-ray and MRI, the method achieves 4–8× model size reduction, 3–5× latency reduction, and less than 1.2% accuracy degradation—remaining within clinically acceptable thresholds. The core innovation lies in the deep coupling of quantization strategies with medical imaging characteristics: a lesion-sensitive region preservation mechanism and modality-adaptive calibration jointly ensure accuracy retention and deployment efficiency. This significantly enhances the feasibility of real-time AI-assisted diagnosis in primary-care and telemedicine settings.
📝 Abstract
Medical image classification is a critical task in healthcare, enabling accurate and timely diagnosis. However, deploying deep learning models on resource-constrained edge devices presents significant challenges due to computational and memory limitations. This research investigates a resource-efficient approach to medical image classification by employing model quantization techniques. Quantization reduces the precision of model parameters and activations, significantly lowering computational overhead and memory requirements without sacrificing classification accuracy. The study focuses on the optimization of quantization-aware training (QAT) and post-training quantization (PTQ) methods tailored for edge devices, analyzing their impact on model performance across medical imaging datasets. Experimental results demonstrate that quantized models achieve substantial reductions in model size and inference latency, enabling real-time processing on edge hardware while maintaining clinically acceptable diagnostic accuracy. This work provides a practical pathway for deploying AI-driven medical diagnostics in remote and resource-limited settings, enhancing the accessibility and scalability of healthcare technologies.