Artificial neural networks condensation: A strategy to facilitate adaption of machine learning in medical settings by reducing computational burden
Dianbo Liu, Nestor Sepulveda, Ming Zheng

TL;DR
This paper presents methods to condense artificial neural networks, reducing computational requirements in healthcare applications without sacrificing accuracy, thus enabling broader adoption in resource-limited settings.
Contribution
The study introduces neural network condensation techniques—pruning, structural modification, and quantization—that improve efficiency while maintaining or enhancing accuracy in medical prediction tasks.
Findings
All methods increased computational efficiency.
Some methods achieved higher accuracy than baseline models.
Techniques are applicable to RNN and DNN architectures.
Abstract
Machine Learning (ML) applications on healthcare can have a great impact on people's lives helping deliver better and timely treatment to those in need. At the same time, medical data is usually big and sparse requiring important computational resources. Although it might not be a problem for wide-adoption of ML tools in developed nations, availability of computational resource can very well be limited in third-world nations. This can prevent the less favored people from benefiting of the advancement in ML applications for healthcare. In this project we explored methods to increase computational efficiency of ML algorithms, in particular Artificial Neural Nets (NN), while not compromising the accuracy of the predicted results. We used in-hospital mortality prediction as our case analysis based on the MIMIC III publicly available dataset. We explored three methods on two different NN…
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
TopicsMachine Learning in Healthcare · Artificial Intelligence in Healthcare · COVID-19 diagnosis using AI
MethodsPruning · Sigmoid Activation · Tanh Activation · Long Short-Term Memory
