NeuroAid is presented as an open-data, multimodal screening framework that estimates condition-specific risk for Parkinson's disease (PD) and major depressive disorder (MDD) from non-invasive, widely accessible signals. The framework aims to move early screening out of specialist-only settings by combining acoustic speech biomarkers, facial and video-based affective cues, and clinical or behavioral digital biomarkers into a single, reproducible pipeline.
The authors emphasize reproducibility and accessibility: the system is implemented using only publicly available datasets, with code, artifacts, and deployment infrastructure versioned and provided through a public GitHub repository (https://github.com/Aspect022/NeuroAid).
NeuroAid is organized as a modular, branch-wise pipeline consisting of three independent signal pathways: an audio branch focused on speech biomarkers, a vision branch extracting facial and affective video cues, and a behavioral branch capturing clinical or digital behavioral markers. Each branch is trained independently and produces branch-specific outputs that feed into a unified decision stage.
This modular design supports separate development, evaluation, and deployment of individual modalities, while allowing combined inference when multiple modalities are available for a participant.
The framework unifies branch outputs via a frozen-embedding late-fusion layer. This design uses precomputed, fixed embeddings from foundation or pretrained models as inputs to branch classifiers or fusion modules, which simplifies downstream training and aims to preserve interpretability of joint risk scores. The late-fusion layer produces interpretable combined risk estimates rather than end-to-end opaque representations.
A participant-safe, subject-grouped splitting protocol is enforced throughout NeuroAid experiments. This grouped splitting prevents inter-subject data leakage, which the authors note is a frequently overlooked source of artificially inflated performance in clinical machine learning benchmarks. The grouped protocol applies to both cross-validation and held-out test splits, ensuring that recordings or samples from the same subject do not appear in both training and evaluation partitions.
For PD screening from speech, the authors evaluated NeuroAid on the Figshare Parkinson's audio dataset. They describe a small-data experimental protocol that combines frozen WavLM foundation-model embeddings with a grouped SVM using an RBF kernel.
Reported performance metrics for the Parkinson's audio benchmark are:
These results are presented within the constrained small-data protocol and grouped splitting regime used by the authors. The source does not report additional implementation details such as exact dataset size, preprocessing steps, hyperparameter settings, or per-class confusion matrices in the summary text.
The depression-focused vision branch was trained on the DepVidMood corpus using transfer learning from the FER-2013 facial expression recognition dataset. Under severe class imbalance, the vision branch achieved a threshold-tuned test balanced accuracy of 59.7%.
The authors present this result as an "honest hard-case baseline," acknowledging the challenge posed by class imbalance in the depression video data. Additional details about dataset composition, class distribution, or other performance metrics beyond balanced accuracy were not reported in the provided summary.
NeuroAid is described as production-minded software with a set of MLOps features to support reproducible development and deployment. Notable elements include:
These components are intended to make the framework deployable and evaluable in reproducible ways across environments and teams.
All datasets used in this study are publicly available and cited in the manuscript. The processed data, experimental protocols, and reproducibility details are described by the authors. Source code and related artifacts are to be made publicly available via the stated GitHub repository.
The authors declare that they have followed ethical guidelines, obtained necessary institutional approvals and participant consent, and archived appropriate forms. They report no competing interests.
Notes on source reporting
The manuscript summary provides key architecture descriptions, benchmarking results for specific branches, and details on reproducibility infrastructure. However, several implementation specifics—such as full dataset sizes, preprocessing pipelines, hyperparameter settings, training times, and detailed per-class performance breakdowns—were not reported in the provided source text and would require consulting the full manuscript or accompanying repository for complete reproducibility and evaluation detail.