Freezing of Gait Prediction From Accelerometer Data Using a Simple 1D-Convolutional Neural Network -- 8th Place Solution for Kaggle's Parkinson's Freezing of Gait Prediction Competition

Jan Brederecke
2023-07-07
Abstract:Freezing of Gait (FOG) is a common motor symptom in patients with Parkinson's disease (PD). During episodes of FOG, patients suddenly lose their ability to stride as intended. Patient-worn accelerometers can capture information on the patient's movement during these episodes and machine learning algorithms can potentially classify this data. The combination therefore holds the potential to detect FOG in real-time. In this work I present a simple 1-D convolutional neural network that was trained to detect FOG events in accelerometer data. Model performance was assessed by measuring the success of the model to discriminate normal movement from FOG episodes and resulted in a mean average precision of 0.356 on the private leaderboard on Kaggle. Ultimately, the model ranked 8th out of 1379 teams in the Parkinson's Freezing of Gait Prediction competition. The results underscore the potential of Deep Learning-based solutions in advancing the field of FOG detection, contributing to improved interventions and management strategies for PD patients.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
This paper aims to address the prediction of Freezing of Gait (FOG) events in patients with Parkinson's Disease (PD). FOG is a common motor symptom characterized by a sudden inability to walk as expected, severely impacting the patient's quality of life. Accurate and timely detection of FOG events is crucial for improving patient management strategies and enhancing their quality of life. The authors propose a method based on a simple 1D-Convolutional Neural Network (1D-CNN) to detect FOG events from accelerometer data. This method achieved 8th place in the Parkinson's Disease Freezing of Gait Prediction competition hosted by Kaggle, standing out among 1379 teams. The model was trained to recognize the differences between normal walking and FOG events, achieving a mean average precision (mAP) of 0.356 on the private leaderboard. The research results indicate that deep learning-based solutions have great potential in advancing the field of FOG detection, contributing to improved interventions and management strategies for Parkinson's Disease patients.