Utilizing Machine Learning and 3D Neuroimaging to Predict Hearing Loss: A Comparative Analysis of Dimensionality Reduction and Regression Techniques
Trinath Sai Subhash Reddy Pittala, Uma Maheswara R Meleti, Manasa, Thatipamula

TL;DR
This study compares machine learning techniques, including 3D CNNs and autoencoders, for predicting hearing loss from neuroimaging data, demonstrating the effectiveness of neural networks in capturing complex brain features.
Contribution
It introduces a novel framework combining 3D CNNs and variational autoencoders for dimensionality reduction and prediction of hearing thresholds from neuroimaging data.
Findings
Multi-layer perceptron achieved lowest RMSE among models.
Autoencoders and VAEs effectively reduced data dimensionality.
Model outperformed traditional methods in predicting hearing loss.
Abstract
In this project, we have explored machine learning approaches for predicting hearing loss thresholds on the brain's gray matter 3D images. We have solved the problem statement in two phases. In the first phase, we used a 3D CNN model to reduce high-dimensional input into latent space and decode it into an original image to represent the input in rich feature space. In the second phase, we utilized this model to reduce input into rich features and used these features to train standard machine learning models for predicting hearing thresholds. We have experimented with autoencoders and variational autoencoders in the first phase for dimensionality reduction and explored random forest, XGBoost and multi-layer perceptron for regressing the thresholds. We split the given data set into training and testing sets and achieved an 8.80 range and 22.57 range for PT500 and PT4000 on the test set,…
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
TopicsMedical Imaging and Analysis
MethodsSparse Evolutionary Training · 3 Dimensional Convolutional Neural Network
