arXiv:2511.12568cs.LGcs.AI2025-11

用量化和位深优化,让医疗模型跑得更快,误差几乎不变。

Enhancing Machine Learning Model Efficiency through Quantization and Bit Depth Optimization: A Performance Analysis on Healthcare Data

  • 将数据从浮点64位压缩到32位,降低计算开销。
  • 模型运行时间显著下降,准确率仅微降0.8%。
  • 适合医疗领域部署轻量级模型的工程师参考。

本研究通过量化与位深优化技术,对复杂机器学习模型进行优化,旨在大幅降低时间复杂度,同时保持模型效率,以应对复杂模型执行时间过长的问题。选取两个医疗数据集作为案例,应用逻辑回归(LR)模型。采用高效的量化与位深优化策略,将输入数据从float64降至float32和int32。结果表明,时间复杂度显著降低,优化后模型准确率仅轻微下降0.8%,展现出先进的优化效果。该研究进一步指出,这些优化技术的影响因参数设置而异。

原文摘要 · Abstract (English)

This research aims to optimize intricate learning models by implementing quantization and bit-depth optimization techniques. The objective is to significantly cut time complexity while preserving model efficiency, thus addressing the challenge of extended execution times in intricate models. Two medical datasets were utilized as case studies to apply a Logistic Regression (LR) machine learning model. Using efficient quantization and bit depth optimization strategies the input data is downscaled from float64 to float32 and int32. The results demonstrated a significant reduction in time complexity, with only a minimal decrease in model accuracy post-optimization, showcasing the state-of-the-art optimization approach. This comprehensive study concludes that the impact of these optimization techniques varies depending on a set of parameters.

量化医疗AI模型优化

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