Exploring the Efficacy of Modified Transfer Learning in Identifying Parkinson's Disease Through Drawn Image Patterns
Nabil Daiyan, Md Rakibul Haque
TL;DR
This work addresses the challenge of early, non-invasive Parkinson's disease diagnosis by leveraging hand-drawn spiral and wave drawings as biomarkers. It introduces a three-phase pipeline that combines pre-trained CNN feature extractors (VGG16/VGG19), added convolutional and attention layers, and hard-voting ensembles to detect PD patterns. The spiral and wave classifiers achieve 90% and 96.67% accuracy respectively, with a final ensemble accuracy of 93.3% on unaugmented data and 98% after fusion, indicating robust performance and potential clinical utility. The approach offers a scalable, non-invasive screening tool that could complement clinical assessments and facilitate earlier intervention, pending validation on larger datasets.
Abstract
Parkinson's disease (PD) is a progressive neurodegenerative condition characterized by the death of dopaminergic neurons, leading to various movement disorder symptoms. Early diagnosis of PD is crucial to prevent adverse effects, yet traditional diagnostic methods are often cumbersome and costly. In this study, a machine learning-based approach is proposed using hand-drawn spiral and wave images as potential biomarkers for PD detection. Our methodology leverages convolutional neural networks (CNNs), transfer learning, and attention mechanisms to improve model performance and resilience against overfitting. To enhance the diversity and richness of both spiral and wave categories, the training dataset undergoes augmentation to increase the number of images. The proposed architecture comprises three phases: utilizing pre-trained CNNs, incorporating custom convolutional layers, and ensemble voting. Employing hard voting further enhances performance by aggregating predictions from multiple models. Experimental results show promising accuracy rates. For spiral images, weighted average precision, recall, and F1-score are 90%, and for wave images, they are 96.67%. After combining the predictions through ensemble hard voting, the overall accuracy is 93.3%. These findings underscore the potential of machine learning in early PD diagnosis, offering a non-invasive and cost-effective solution to improve patient outcomes.
