Enhancing Machine Learning Model Efficiency through Quantization and Bit Depth Optimization: A Performance Analysis on Healthcare Data
Mitul Goswami, Romit Chatterjee

TL;DR
This paper demonstrates how quantization and bit-depth optimization can significantly reduce the computational time of machine learning models on healthcare data while maintaining high accuracy, offering a practical approach for efficient model deployment.
Contribution
It introduces a novel application of quantization and bit-depth optimization techniques specifically tailored for healthcare datasets, improving model efficiency without substantial accuracy loss.
Findings
Time complexity was significantly reduced.
Model accuracy was minimally affected.
Optimization impact varies with parameters.
Abstract
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsArtificial Intelligence in Healthcare · Machine Learning in Healthcare · Machine Learning and Data Classification
