Comparative Study of Speech Analysis Methods to Predict Parkinson's Disease
Adedolapo Aishat Toye, Suryaprakash Kompalli

TL;DR
This study compares various speech analysis methods and machine learning models to accurately predict Parkinson's Disease from speech signals, achieving high accuracy and outperforming previous approaches.
Contribution
It evaluates multiple classification models and feature sets on two datasets, identifying the most effective combination for PD detection from speech.
Findings
Support Vector Machine with all features achieved 98% accuracy.
Using combined acoustic features and MFCC improves prediction performance.
The proposed method outperforms prior art in PD speech detection.
Abstract
One of the symptoms observed in the early stages of Parkinson's Disease (PD) is speech impairment. Speech disorders can be used to detect this disease before it degenerates. This work analyzes speech features and machine learning approaches to predict PD. Acoustic features such as shimmer and jitter variants, and Mel Frequency Cepstral Coefficients (MFCC) are extracted from speech signals. We use two datasets in this work: the MDVR-KCL and the Italian Parkinson's Voice and Speech database. To separate PD and non-PD speech signals, seven classification models were implemented: K-Nearest Neighbor, Decision Trees, Support Vector Machines, Naive Bayes, Logistic Regression, Gradient Boosting, Random Forests. Three feature sets were used for each of the models: (a) Acoustic features only, (b) All the acoustic features and MFCC, (c) Selected subset of features from acoustic features and MFCC.…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVoice and Speech Disorders · Speech Recognition and Synthesis · Music and Audio Processing
MethodsLogistic Regression · Support Vector Machine
