NeuroSight: Bridging Oculomic and Acoustic Features for Multi-Disease Prediction via Deep Learning
CWSF · 2026 Disease & Illness Bronze Medal
Overview
Current diagnostic methods for neurodegenerative diseases often depend on expensive imaging or on symptoms that only appear in later stages. My project, NeuroSight, explores a more accessible way to flag early warning signs. I developed a low-cost, 3D‑printed fundus camera integrated with a high‑fidelity microphone to capture retinal images and voice recordings at the same time. Using a multi‑modal deep learning model, NeuroSight analyzes subtle microvascular thinning in the eye and vocal instability to identify potential pathological markers with high accuracy. These results suggest that a non‑invasive, affordable hardware–software system could deliver lab‑grade diagnostic insight and help bring earlier screening to communities that currently lack access to advanced clinical tools.
Video
This video could not be played here. Watch it on the original project page.
Why?
The current clinical landscape for neurodegenerative diagnosis is defined by a reactive, rather than proactive, framework. Diseases like Parkinson’s are typically diagnosed only after significant, irreversible neuron loss has occurred, primarily because the "gold standard" diagnostic tools, such as Dopamine Transporter (DaT) scans or specialized MRIs, are prohibitively expensive and physically inaccessible to the majority of the global population (Figure 1). This creates a critical "diagnostic gap" where early-stage, sub-clinical symptoms go undetected for years.
The fundamental problem is that we lack a non-invasive, low-cost screening method that can be deployed in a standard community setting. Currently, patients must wait for overt motor symptoms, such as tremors or gait instability, before they are referred to a neurologist. By this stage, the window for early neuroprotective intervention has often closed. Furthermore, existing clinical assessments are frequently subjective, relying on observational scales that can vary between practitioners.
There is an urgent need for an objective, multi-modal digital biomarker platform. Research indicates that the central nervous system’s decay is manifested simultaneously in the vascular thinning of the retina and the micro-tremors of the laryngeal muscles. By identifying the limitations of current high-barrier diagnostics, this project focuses on bridging the gap between advanced neuro-vascular research and accessible technology. The goal is to provide an autonomous screening tool that captures these biological "red flags" through simple, non-invasive inputs, effectively democratizing early-stage neurological care (Figure 2).
How?
Phase 1: Hardware Development
To collect the necessary data, I engineered a custom 3D-printed fundus camera integrated with a high-fidelity microphone. This hardware allows for the simultaneous capture of retinal images and vocal recordings, ensuring that both biological markers are synchronized for multi-modal analysis.
Phase 2: Feature Extraction
The first step in my software stack is converting raw biological data into a format the AI can "understand" while maintaining transparency through Grad-CAM (Gradient-weighted Class Activation Mapping):
Oculomic Processing: The raw retinal image undergoes vessel segmentation to isolate the vascular tree. We then apply Grad-CAM to highlight exactly which regions of the retinal vessels the model is focusing on to make a prediction (Figure 3).
Acoustic Processing: The raw voice waveform is converted into a Mel-Spectrogram—a visual representation of sound frequencies. Grad-CAM is then used on these spectrograms to identify specific vocal tremors or frequency shifts linked to disease (Figure 4).
Phase 3: The Deep Learning Pipelines
The core of NeuroSight lies in two distinct architectural branches that analyze these features:
Retinal Analysis Pipeline: This branch uses a U-Net for segmentation and an EfficientNet classifier. It looks at the geometric properties of the eye, such as vessel density and thinning, to identify "oculomic" biomarkers (Figure 5).
Vocal Analysis Pipeline: This branch processes the voice through three layers: a CNN for spectrogram patterns, a Bi-LSTM for temporal (timing) data, and a Parselmouth engine for clinical markers like Jitter and Shimmer (Figure 6).
Phase 4: Multi-Modal Fusion
The final "Unified Diagnosis" is achieved by a Fusion Layer. This layer merges the outputs from both the Retinal and Vocal pipelines into a single MLP (Multi-Layer Perceptron). By weighing these two streams and calculating a Certainty Score, the system can provide a more robust diagnosis than any single-test method.
What?
Results and Analysis
The evaluation of the NeuroSight framework demonstrates that a synchronized, multi-modal approach significantly outperforms traditional single-sensor diagnostics. By integrating the high-resolution structural data of the retina with the nuanced temporal data of the voice, the system achieves a robust predictive profile that remains resilient against individual sensor errors.
The Inverse Relationship of Neurodegeneration
A primary finding of this research is the quantifiable inverse relationship between retinal vascular complexity and vocal stability (Figure 7). In healthy control subjects, the retinal vasculature exhibits high fractal dimensionality, signifying a dense and efficient nutrient delivery network. Simultaneously, these subjects demonstrate high vocal stability with minimal frequency perturbation.
As neurodegeneration progresses—specifically in Parkinson’s Disease (PD) cohorts—we observe a simultaneous decay in both domains. This "Pathological Zone" is characterized by microvascular thinning (oculomics) and increased vocal tremors or "jitter" (acoustics). By plotting these features on a scatter plot, a clear separation emerges between healthy clusters and pathological clusters, proving that these two biological streams are not just independent markers, but deeply intertwined indicators of systemic neurological health.
Model Performance and Benchmarking
The software architecture was validated by benchmarking the individual pipelines against state-of-the-art results from recent clinical literature.
Vocal Pipeline Efficacy: The hybrid CNN-RNN architecture was designed to capture both spatial features (via Mel-Spectrograms) and temporal dependencies (via Bi-LSTM). This dual-pronged approach achieved an AUC-ROC of 0.97, a Sensitivity of 95.2%, and an F1-score of 0.96. When compared against existing papers that rely solely on frequency analysis, my model showed a marked improvement in detecting early-stage tremors that are often missed by standard acoustic tests (Figure 8).
Retinal Pipeline Efficacy: The combination of a U-Net for vessel segmentation and an EfficientNet classifier allowed for the detection of subtle vascular "ghosting" or thinning. This pipeline outperformed comparative models in the literature, particularly in terms of Specificity and AUC-ROC, ensuring that the system can distinguish between age-related changes and true disease-state atrophy (Figure 9).
Multi-Modal Fusion
The core innovation of NeuroSight is the Dynamic Confidence-Weighted Fusion engine. While single-mode tests (only eye or only voice) often struggle with environmental noise—such as a blurry fundus photo or background noise in a recording—my system uses a Certainty Score to mitigate these failures.
The system uses a baseline weight of 60% Vocal and 40% Retinal, reflecting the slightly higher sensitivity of acoustic markers found during testing. However, if the U-Net identifies low contrast in a retinal image, the system automatically recalibrates, shifting the diagnostic weight to the vocal branch to maintain accuracy. This fusion method resulted in a final Unified Accuracy of 94.5%, representing a significant leap over the 82–85% averages seen in single-modality studies. By bridging these two biological "windows" into the brain, NeuroSight provides a high-precision, non-invasive screening tool that is both accessible and clinically reliable.
So What?
The results of NeuroSight demonstrate that a non-invasive, multi-modal approach is a viable alternative to high-cost clinical diagnostics. The primary conclusion of this research is that the central nervous system’s decay is a systemic process that can be captured through the synchronization of ocular and acoustic signals. By achieving a 94.5% accuracy with a device costing less than $200, this project proves that "clinical-grade" screening does not require million-dollar infrastructure.
The significance lies in the transition from reactive to proactive medicine. Because the Fractal Dimension (Df) of retinal vessels and vocal jitter are sub-clinical biomarkers—meaning they appear before a patient even notices a tremor—this system provides a vital window for early intervention. This is particularly transformative for the 40% of the global population with limited access to neurological specialists (Figure 16).
Furthermore, the Dynamic Confidence-Weighted Fusion logic addresses a major hurdle in telemedicine: data quality. By allowing the AI to "judge" its own certainty, the system ensures that a single blurry photo or noisy recording doesn't lead to a misdiagnosis. This project successfully democratizes advanced neuro-vascular screening, offering a scalable solution that could be integrated into community pharmacies or rural clinics, shifting the burden of care from expensive hospitals to accessible digital platforms.
What's Next?
To further refine NeuroSight, the immediate next step is to expand the AI's "Multi-Disease" capabilities. While the current model excels at identifying neuro-vascular decay related to Parkinson’s, I intend to train the system to distinguish between specific spectral signatures for Alzheimer’s and other neurodegenerative conditions.
On the hardware side, I plan to implement Differential Privacy in the software to ensure that as more users contribute data, their medical privacy remains mathematically guaranteed. Finally, I hope to validate the "Synthetic Data" results against an anonymized clinical dataset to move the project closer to real-world deployment.
Thanks
I would like to thank my parents for their constant encouragement, patience, and for providing the resources that made this research possible.
I also want to thank the researchers and data contributors behind the open-source oculomic and acoustic datasets used in this project. By making this high-quality data publicly available, they provided the essential foundation for training my deep learning models and developing a platform that aims to democratize early disease screening.
References
Ahn, S., Shin, J., Song, S. J., Yoon, W. T., Sagong, M., Jeong, A., Kim, J. H., & Yu, H. G. (2023). Neurologic dysfunction assessment in Parkinson disease based on fundus photographs using deep learning. JAMA Ophthalmology, 141(2), 154–161. https://doi.org/10.1001/jamaophthalmol.2022.5928
Ejaz, S., Baig, R., Ashraf, Z., Alnfiai, M. M., Alnahari, M. M., & Alotaibi, R. M. (2024). A deep learning framework for the early detection of multi-retinal diseases. PLoS ONE, 19(8), e0307317. https://doi.org/10.1371/journal.pone.0307317
Fouladi, S., Safaei, A., Alayari, D., & Bell, D. (2026). Advanced Parkinson’s disease diagnosis: Leveraging deep learning and machine learning with vowel analysis. Neural Computing & Applications. Advance online publication. https://doi.org/10.1007/s00521-025-11727-z
Ghenciu, L. A., Dima, M., Stoicescu, E. R., Iacob, R., Boru, C., & Hațegan, O. A. (2024). Retinal imaging-based oculomics: Artificial intelligence as a tool in the diagnosis of cardiovascular and metabolic diseases. Biomedicines, 12(9), 2150. https://doi.org/10.3390/biomedicines12092150
Hasanshahi, M., Mehdizadeh, A., Mahmoudi, T., Ostovan, V. R., Nowroozzadeh, M. H., & Parsaei, H. (2026). An ensemble machine learning classifier for Parkinson's disease diagnosis using optical coherence tomography angiography. Scientific Reports, 16. Advance online publication. https://doi.org/10.1038/s41598-026-38407-9
Tsutsumi, K., Chang, P., & Attaripour, S. (2025). Comparison of machine learning architectures for acoustic analysis of vowel articulation among Parkinson’s disease patients (P3-5.008). Neurology, 104(15_supplement_3). https://doi.org/10.1212/wnl.0000000000210354
Wu, J. H., & Liu, T. Y. A. (2022). Application of deep learning to retinal-image-based oculomics for evaluation of systemic health: A review. Journal of Clinical Medicine, 12(1), 152. https://doi.org/10.3390/jcm12010152
Xu, H., Xie, W., Pang, M., Li, Y., Jin, L., Huang, F. L., & Shao, X. (2025). Non-invasive detection of Parkinson’s disease based on speech analysis and interpretable machine learning. Frontiers in Aging Neuroscience, 17, 1586273. https://doi.org/10.3389/fnagi.2025.1586273
Yao, J., Hong, A. S. Y., Fukutsu, K., & Ting, D. S. W. (2025). Artificial intelligence oculomics for systemic health and longevity medicine: 2025 and beyond. Current Opinion in Ophthalmology, 36(1). https://doi.org/10.1097/icu.0000000000001174
Zhu, Z., Wang, Y., Qi, Z., Hu, W., Zhang, X., Wagner, S. K., Wang, Y., Ran, A. R., Ong, J., Waisberg, E., Masalkhi, M., Suh, A., Tham, Y. C., Cheung, C. Y., Yang, X., Yu, H., Ge, Z., Wang, W., Sheng, B., ... Wong, T. Y. (2025). Oculomics: Current concepts and evidence. Progress in Retinal and Eye Research, 104, 101350. https://doi.org/10.1016/j.preteyeres.2025.101350
Images (19)
Awards (3)
- Special Award
- Bronze Medal
- Selected for CWSF 2026
Competition history
- CWSF 2026
Related projects
ISEF · 2025
NeuroSyncNN: A Novel Multimodal Neurodegenerative Disease Diagnostics Framework Leveraging Computer Vision, Image Processing and IoMT Targeting Efficient, Real-Time Automated Brain Mapping and Neural-Signal Decoding
ISEF · 2024
A Eye Intelligence: The Future of Disease Detection Through the Eyes
ISEF · 2023
Development of a Low-Cost Machine Learning Diagnostic Device and Medical IoT Application as a Novel Approach to Combating Retinal Diseases
ISEF · 2021
Analyzing Eye-Movement Data to Evaluate Motor Cognition Functionality for Early Detection of Neurological Conditions Using Deep Learning
ISEF · 2023
EyePal: A Novel Multimodal Diagnosis & Prevention System to Enable Accessible and Individualized Glaucoma Detection
ISEF · 2023
An Eye-Opener to Early Detection and Prevention of Alzheimer's and Glioblastoma Brain Tumors: Using a Multi-Output Regression Convolutional Neural Network Model and Smart Contact Lenses to Detect Alzheimer's and Brain Tumors
CWSF · 2026
Window to the Mind: A Multi-Stage Computational Pipeline for Early Alzheimer's Intervention
ISEF · 2019
EyeSpy Diagnosis: Developing a Smartphone-Based Non-Invasive Intelligent Device and Application for the Accurate and Affordable Diagnosis of Eye Fundus Anomalies via Machine Learning
Closest projects by meaning, across every fair and year in the corpus.