Context Recognition Algorithms for Energy-Efficient Freezing-of-Gait Detection in Parkinson’s Disease
Abstract
:1. Introduction
1.1. Technologies for the Automatic Recognition of FoG
1.2. Computer Methods for FoG Detection
1.3. Context Awareness in FoG Detection
1.4. Significance of the Study
- Different algorithmic approaches with different complexity levels are compared. A simple threshold method based on signal magnitude is used to distinguish activity from inactivity periods. Classic ML approaches are implemented, using temporal and spectral features to feed two ML classifiers. Finally, a DL model is implemented and evaluated using raw acceleration data.
- The performance of various gait detection algorithms is evaluated and compared on a dataset that includes gait and different ADLs.
- The effect of context algorithms on FoG detection is evaluated using two datasets including FoG, different walking tasks, and ADLs.
- The computational complexity and testing time are evaluated and compared between the approaches and with related studies.
2. Materials and Methods
2.1. Proposed Framework
2.2. Data
- ADL dataset. The dataset [47] utilized in this study comprises data from fifty-nine PwPD. Inclusion criteria required a clinical diagnosis of PD with motor symptoms, with or without a medical history of FoG events, and no significant comorbidities or impairments in vision/cognition that would hinder task performance. Participants who required gait assistance aids such as walking sticks or crutches were included. Data collection took place during pre-scheduled outpatient visits, with all participants in a daily ON state, having taken their usual medication dose with variable amounts time elapsed since then. Nine PwPD were excluded from subsequent analysis due to minimal or no gait activity, resulting in a total of 50 PwPD included in this study. The sample consisted of 32 males and 18 females, with an average age of 70.9 ± 9.8 years, disease duration of 7.2 ± 5.4 years, Hoehn and Yahr (H&Y) score of 2.3 ± 0.8, and a total Unified Parkinson’s Disease Rating Scale (UPDRS) part-III score of 30.7 ± 11.2. Data from a three-axis accelerometer and a three-axis gyroscope were recorded using a smartphone attached to the lower back using an elastic band. The accelerometer and gyroscope were set to a range of ±2 g and ±2000 dps, respectively, with a sampling rate of 200 Hz. Inertial data were stored locally on the smartphone. Data collection was conducted during outpatient visits, and participants were instructed by clinicians to perform various activities, including free walking, standing up, sitting down, sitting and standing for several seconds, turning with different angular amplitudes, and other tasks assessed during the UPDRS evaluation. These tasks were intended to represent the activities typically performed in a domestic environment. In total, 7.4 h of inertial data were recorded, including 28.3 min of gait, 27.5 min of stance (i.e., sitting and standing), 13.4 min of postural transitions (i.e., sitting down and standing up), and 18.6 min of UPDRS-related activities (e.g., toe-tapping, leg agility, pull test, and finger to nose), while the remaining activities included other scripted tasks (e.g., taking a book from the library, putting it on a desk, and returning it to the library) and unlabeled activities.
- Rempark dataset. The dataset [41] comprises data from twenty-one individuals who were clinically diagnosed with PD and had motor symptoms. To be included in the dataset, participants had to have an H&Y stage greater than 2 in the OFF state of therapy, a FoG questionnaire (FoG-Q) score greater than 6, and no vision impairments or dementia that would impede their ability to complete the required tasks. Participants who required assistance while walking were still included in the study. The experiments were conducted in the participants’ homes, and data were collected both while the participants were ON and OFF dopaminergic therapy. The sample consisted of three women and eighteen men, with an average age of 69.3 ± 9.7. The participants had a disease duration of 9 ± 4.8 years, an H&Y score of 3.1 ± 0.4, a FoG-Q score of 15.8 ± 4.1, a mini-mental state examination score of 27.8 ± 1.9, and a total UPDRS part-III score of 16.2 ± 9.7 ON and 36.3 ± 14.4 OFF therapy. The tasks performed included gait tasks such as walking outdoors, the stand-up-and-go test, and showing the participant’s home. Additionally, false positive analysis tasks such as cleaning windows, brushing teeth, and painting/drawing/erasing on a sheet of paper were considered for the study. For data collection, an inertial measurement unit (IMU) was attached to the left side of the waist using an elastic band to record three-axis acceleration data, which were stored on the device memory. The accelerometer range was set to ±6 g, and data were sampled at a rate of 200 Hz, which was later down-sampled to 40 Hz. During the experiments, a total of 9.1 h of inertial data were recorded, including 93 min of FoG.
- Daphnet dataset. The dataset [25] comprises data from ten PwPD. In order to be included, participants had to have a clinical diagnosis of PD and a history of FoG, be able to walk unassisted in the OFF therapy state, and have no severe vision or hearing loss, dementia, or other neurological/orthopedic diseases. Experiments took place in the morning during the OFF stage of the medication cycle, which was more than 12 h after their last drug intake. Two participants who reported frequent FoG episodes during the ON state were not asked to avoid taking medication. Participants were asked to complete three walking tasks that aimed to represent different aspects of daily walking. These tasks included walking forth and back in a straight line along the lab hallway and random walking in a reception hall space with initiated stops and 360-degree turns. In addition, walking while simulating ADLs was considered in the protocol, including entry and exit of rooms and walking to the lab kitchen, getting a drink, and returning to the starting room with a cup of water. The sample consisted of seven males and three females, with an average age of 66.4 ± 4.8 years, a disease duration of 13.7 ± 9.7 years, and an H&Y score of 2.6 ± 0.65 in ON conditions. During the experiments, data from three accelerometers placed on the shank, thigh, and lower back were recorded at a sampling rate of 64 Hz. A total of 4.9 h of inertial data was recorded, including 28.9 min of FoG.
2.3. Pre-Processing
2.4. Gait Recognition for Context Awareness
2.4.1. Machine Learning Algorithms
2.4.2. Deep Learning Model
2.4.3. Threshold Approach
2.5. Evaluation Methodology and Performance Evaluation
2.6. Effect of Context Awareness on FoG Detection
3. Results
3.1. Gait Recognition Performance
3.2. Threshold-Based Approach
3.3. Effect of Context Awareness on FoG Detection
3.4. Computational Complexity
4. Discussion
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
Abbreviations
ADL | Activities of daily living |
AdamW | Adaptive moment estimation with decoupled weight decay |
AUROC | Area under the receiver operating characteristics curve |
CNN | Convolutional neural network |
DL | Deep learning |
EER | Equal error rate |
FLOPs | Floating point operations per second |
FN | False negative |
FP | False positive |
FoG | Freezing of gait |
GAP | Global average pooling |
H&Y | Hoehn and Yahr |
IMU | Inertial measurement unit |
LSTM | Long short-term memory |
ML | Machine learning |
PD | Parkinson’s disease |
PwPD | Patients with Parkinson’s disease |
ReLU | Rectified linear unit |
RF | Random forest |
SMOTE | Synthetic minority oversampling technique |
TN | True negative |
TP | True positive |
UPDRS | Unified Parkinson’s disease rating scale |
References
- Weiss, A.; Herman, T.; Giladi, N.; Hausdorff, J.M. New evidence for gait abnormalities among Parkinson’s disease patients who suffer from freezing of gait: Insights using a body-fixed sensor worn for 3 days. J. Neural Transm. 2015, 122, 403–410. [Google Scholar] [CrossRef] [PubMed]
- Nutt, J.G.; Bloem, B.R.; Giladi, N.; Hallett, M.; Horak, F.B.; Nieuwboer, A. Freezing of gait: Moving forward on a mysterious clinical phenomenon. Lancet Neurol. 2011, 10, 734–744. [Google Scholar] [CrossRef] [PubMed]
- Mazilu, S.; Blanke, U.; Roggen, D.; Tröster, G.; Gazit, E.; Hausdorff, J.M. Engineers Meet Clinicians: Augmenting Parkinson’s Disease Patients to Gather Information for Gait Rehabilitation. In Proceedings of the 4th Augmented Human International Conference, Stuttgart, Germany, 7–8 March 2013; pp. 124–127. [Google Scholar] [CrossRef]
- Fahn, S. The freezing phenomenon in parkinsonism. Adv. Neurol. 1995, 67, 53–63. [Google Scholar]
- Schaafsma, J.D.; Balash, Y.; Gurevich, T.; Bartels, A.L.; Hausdorff, J.M.; Giladi, N. Characterization of freezing of gait subtypes and the response of each to levodopa in Parkinson’s disease. Eur. J. Neurol. 2003, 10, 391–398. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Elkouzi, A.; Bit-Ivan, E.; Elble, R. Pure akinesia with gait freezing: A clinicopathologic study. J. Clin. Mov. Disord. 2017, 4, 15. [Google Scholar] [CrossRef] [PubMed]
- Suppa, A.; Kita, A.; Leodori, G.; Zampogna, A.; Nicolini, E.; Lorenzi, P.; Rao, R.; Irrera, F. l-DOPA and Freezing of Gait in Parkinson’s Disease: Objective Assessment through a Wearable Wireless System. Front. Neurol. 2017, 8, 406. [Google Scholar] [CrossRef]
- Giladi, N.; Hausdorff, J.M. The role of mental function in the pathogenesis of freezing of gait in Parkinson’s disease. J. Neurol. Sci. 2006, 248, 173–176. [Google Scholar] [CrossRef]
- Zhao, H.; Wang, R.; Qi, D.; Xie, J.; Cao, J.; Liao, W.H. Wearable gait monitoring for diagnosis of neurodegenerative diseases. Measurement 2022, 202, 111839. [Google Scholar] [CrossRef]
- Bloem, B.R.; Hausdorff, J.M.; Visser, J.E.; Giladi, N. Falls and freezing of Gait in Parkinson’s disease: A review of two interconnected, episodic phenomena. Mov. Disord. 2004, 19, 871–884. [Google Scholar] [CrossRef]
- Moore, S.T.; MacDougall, H.G.; Gracies, J.M.; Cohen, H.S.; Ondo, W.G. Long-term monitoring of gait in Parkinson’s disease. Gait Posture 2007, 26, 200–207. [Google Scholar] [CrossRef]
- Rovini, E.; Maremmani, C.; Cavallo, F. How Wearable Sensors Can Support Parkinson’s Disease Diagnosis and Treatment: A Systematic Review. Front. Neurosci. 2017, 11, 555. [Google Scholar] [CrossRef]
- Huang, T.; Li, M.; Jianwei, H. Recent trends in wearable device used to detect freezing of gait and falls in people with Parkinson’s disease: A systematic review. Front. Aging Neurosci. 2023, 15, 1119956. [Google Scholar] [CrossRef]
- Mancini, M.; Bloem, B.R.; Horak, F.B.; Lewis, S.J.; Nieuwboer, A.; Nonnekes, J. Clinical and methodological challenges for assessing freezing of gait: Future perspectives. Mov. Disord. 2019, 34, 783–790. [Google Scholar] [CrossRef]
- Hulzinga, F.; Nieuwboer, A.; Dijkstra, B.; Mancini, M.; Strouwen, C.; Bloem, B.; Ginis, P. Parkinson’s disease. Mov. Disord. Clin. Pract. 2020, 7, 199–205. [Google Scholar] [CrossRef]
- Barthel, C.; Mallia, E.; Debû, B.; Bloem, B.R.; Ferraye, M.U. The Practalities of Assessing Freezing of Gait. J. Park. Dis. 2016, 6, 667–674. [Google Scholar] [CrossRef] [Green Version]
- Monfrini, R.; Rossetto, G.; Scalona, E.; Galli, M.; Cimolin, V.; Lopomo, N.F. Technological Solutions for Human Movement Analysis in Obese Subjects: A Systematic Review. Sensors 2023, 23, 3175. [Google Scholar] [CrossRef]
- Ferraris, C.; Amprimo, G.; Masi, G.; Vismara, L.; Cremascoli, R.; Sinagra, S.; Pettiti, G.; Mauro, A.; Priano, L. Evaluation of Arm Swing Features and Asymmetry during Gait in Parkinson’s Disease Using the Azure Kinect Sensor. Sensors 2022, 22, 6282. [Google Scholar] [CrossRef]
- Amprimo, G.; Masi, G.; Priano, L.; Azzaro, C.; Galli, F.; Pettiti, G.; Mauro, A.; Ferraris, C. Assessment Tasks and Virtual Exergames for Remote Monitoring of Parkinson’s Disease: An Integrated Approach Based on Azure Kinect. Sensors 2022, 22, 8173. [Google Scholar] [CrossRef] [PubMed]
- Del Din, S.; Kirk, C.; Yarnall, A.; Rochester, L.; Hausdorff, J. Body-Worn Sensors for Remote Monitoring of Parkinson’s Disease Motor Symptoms: Vision, State of the Art, and Challenges Ahead. J. Park. Dis. 2021, 11, 35–47. [Google Scholar] [CrossRef] [PubMed]
- Capodaglio, P.; Cimolin, V. Wearables for Movement Analysis in Healthcare. Sensors 2022, 22, 3720. [Google Scholar] [CrossRef] [PubMed]
- Pardoel, S.; Kofman, J.; Nantel, J.; Lemaire, E.D. Wearable-Sensor-Based Detection and Prediction of Freezing of Gait in Parkinson’s Disease: A Review. Sensors 2019, 19, 5141. [Google Scholar] [CrossRef] [Green Version]
- Sigcha, L.; Costa, N.; Pavon, I.; Costa, S.; Arezes, P.; Lopez, J.; De Arcas, G. Deep Learning Approaches for Detecting Freezing of Gait in Parkinson’s Disease Patients through On-Body Acceleration Sensors. Sensors 2020, 20, 1895. [Google Scholar] [CrossRef] [Green Version]
- Moore, S.; MacDougall, H.; Ondo, W.G. Ambulatory monitoring of freezing of gait in Parkinson’s disease. J. Neurosci. Methods 2008, 167, 340–348. [Google Scholar] [CrossRef]
- Bächlin, M.; Plotnik, M.; Roggen, D.; Maidan, I.; Hausdorff, J.M.; Giladi, N.; Troster, G. Wearable Assistant for Parkinson’s Disease Patients with the Freezing of Gait Symptom. IEEE Trans. Inf. Technol. Biomed. 2010, 14, 436–446. [Google Scholar] [CrossRef]
- Borzì, L.; Olmo, G.; Artusi, C.; Lopiano, L. Detection of Freezing of Gait in People with Parkinson’s Disease using Smartphones. In Proceedings of the 2020 IEEE 44th Annual Computers, Software, and Applications Conference (COMPSAC), Madrid, Spain, 13–17 July 2020; pp. 625–635. [Google Scholar] [CrossRef]
- San-Segundo, R.; Navarro-Hellín, H.; Torres-Sánchez, R.; Hodgins, J.; De la Torre, F. Increasing Robustness in the Detection of Freezing of Gait in Parkinson’s Disease. Electronics 2019, 8, 119. [Google Scholar] [CrossRef] [Green Version]
- Borzì, L.; Mazzetta, I.; Zampogna, A.; Suppa, A.; Olmo, G.; Irrera, F. Prediction of Freezing of Gait in Parkinson’s Disease Using Wearables and Machine Learning. Sensors 2021, 21, 614. [Google Scholar] [CrossRef] [PubMed]
- Site, A.; Nurmi, J.; Lohan, E.S. Systematic Review on Machine-Learning Algorithms Used in Wearable-Based eHealth Data Analysis. IEEE Access 2021, 9, 112221–112235. [Google Scholar] [CrossRef]
- Ramanujam, E.; Perumal, T.; Padmavathi, S. Human Activity Recognition with Smartphone and Wearable Sensors Using Deep Learning Techniques: A Review. IEEE Sens. J. 2021, 21, 13029–13040. [Google Scholar] [CrossRef]
- Shi, B.; Tay, A.; Au, W.L.; Tan, D.M.L.; Chia, N.S.Y.; Yen, S.C. Detection of Freezing of Gait Using Convolutional Neural Networks and Data From Lower Limb Motion Sensors. IEEE Trans. Biomed. Eng. 2022, 69, 2256–2267. [Google Scholar] [CrossRef] [PubMed]
- Bikias, T.; Iakovakis, D.; Hadjidimitriou, S.; Charisis, V.; Hadjileontiadis, L.J. DeepFoG: An IMU-Based Detection of Freezing of Gait Episodes in Parkinson’s Disease Patients via Deep Learning. Front. Robot. AI 2021, 8, 537384. [Google Scholar] [CrossRef]
- Li, B.; Yao, Z.; Wang, J.; Wang, S.; Yang, X.; Sun, Y. Improved Deep Learning Technique to Detect Freezing of Gait in Parkinson’s Disease Based on Wearable Sensors. Electronics 2020, 9, 1919. [Google Scholar] [CrossRef]
- Ashour, A.S.; El-Attar, A.; Dey, N.; El-Kader, H.A.; Abd El-Naby, M.M. Long short term memory based patient-dependent model for FOG detection in Parkinson’s disease. Pattern Recognit. Lett. 2020, 131, 23–29. [Google Scholar] [CrossRef]
- Sigcha, L.; Borzì, L.; Pavón, I.; Costa, N.; Costa, S.; Arezes, P.; López, J.M.; De Arcas, G. Improvement of Performance in Freezing of Gait detection in Parkinson’s Disease using Transformer networks and a single waist-worn triaxial accelerometer. Eng. Appl. Artif. Intell. 2022, 116, 105482. [Google Scholar] [CrossRef]
- Ashfaque Mostafa, T.; Soltaninejad, S.; McIsaac, T.L.; Cheng, I. A Comparative Study of Time Frequency Representation Techniques for Freeze of Gait Detection and Prediction. Sensors 2021, 21, 6446. [Google Scholar] [CrossRef]
- Noor, M.H.M.; Nazir, A.; Wahab, M.N.A.; Ling, J.O.Y. Detection of Freezing of Gait Using Unsupervised Convolutional Denoising Autoencoder. IEEE Access 2021, 9, 115700–115709. [Google Scholar] [CrossRef]
- Camps, J.; Sama, A.; Martin, M.; Rodriguez-Martin, D.; Perez-Lopez, C.; Arostegui, J.; Cabestany, J.; Catala, A.; Alcaine, S.; Mestre, B.; et al. Deep learning for freezing of gait detection in Parkinson’s disease patients in their homes using a waist-worn inertial measurement unit. Knowl. Based Syst. 2018, 139, 119–131. [Google Scholar] [CrossRef]
- Naghavi, N.; Wade, E. Towards Real-time Prediction of Freezing of Gait in Patients with Parkinsons Disease: A Novel Deep One-class Classifier. IEEE J. Biomed. Health Inform. 2021, 26, 1726–1736. [Google Scholar] [CrossRef]
- Shalin, G.; Pardoel, S.; Lemaire, E.; Nantel, J.; Kofman, J. Prediction and detection of freezing of gait in Parkinson’s disease from plantar pressure data using long short-term memory neural-networks. J. NeuroEng. Rehabil. 2021, 18, 167. [Google Scholar] [CrossRef]
- Rodríguez-Martín, D.; Samà, A.; Pérez-López, C.; Català, A.; Moreno Arostegui, J.; Rodríguez-Martín, D.; Samà, A.; Pérez-López, C.; Català, A.; Arostegui, J.M.M.; et al. Home detection of freezing of gait using support vector machines through a single waist-worn triaxial accelerometer. PLoS ONE 2017, 12, e0171764. [Google Scholar] [CrossRef]
- Mancini, M.; Shah, V.V.; Stuart, S.; Curtze, C.; Horak, F.B.; Safarpour, D.; Nutt, J.G. Measuring freezing of gait during daily-life: An open-source, wearable sensors approach. J. Neuroeng. Rehabil. 2022, 18, 107561. [Google Scholar] [CrossRef]
- Rodríguez-Martín, D.; Cabestany, J.; Pérez-López, C.; Pie, M.; Calvet, J.; Samà, A.; Capra, C.; Català, A.; Rodríguez-Molinero, A. A New Paradigm in Parkinson’s Disease Evaluation With Wearable Medical Devices: A Review of STAT-ON. Front Neurol. 2022, 2, 912343. [Google Scholar] [CrossRef]
- Minh Dang, L.; Min, K.; Wang, H.; Jalil Piran, M.; Hee Lee, C.; Moon, H. Sensor-based and vision-based human activity recognition: A comprehensive survey. Pattern Recognit. 2020, 108, 107561. [Google Scholar] [CrossRef]
- Pepa, L.; Capecci, M.; Andrenelli, E.; Ciabattoni, L.; Spalazzi, L.; Ceravolo, M.G. A fuzzy logic system for the home assessment of freezing of gait in subjects with Parkinsons disease. Expert Syst. Appl. 2020, 147, 113197. [Google Scholar] [CrossRef]
- Borzì, L.; Sigcha, L.; Rodríguez-Martín, D.; Olmo, G. Real-time detection of freezing of gait in Parkinson’s disease using multi-head convolutional neural networks and a single inertial sensor. Artif. Intell. Med. 2023, 135, 102459. [Google Scholar] [CrossRef] [PubMed]
- Borzì, L.; Olmo, G.; Artusi, C.; Fabbri, M.; Rizzone, M.; Romagnolo, A.; Zibetti, M.; Lopiano, L. A new index to assess turning quality and postural stability in patients with Parkinson’s disease. Biomed. Signal Process. Control 2020, 62, 102059. [Google Scholar] [CrossRef]
- Bonato, P.; Sherrill, D.M.; Standaert, D.G.; Salles, S.S.; Akay, M. Data mining techniques to detect motor fluctuations in Parkinson’s disease. In Proceedings of the 26th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, San Francisco, CA, USA, 1–5 September 2004; Volume 2, pp. 4766–4769. [Google Scholar] [CrossRef]
- Borzì, L.; Mazzetta, I.; Zampogna, A.; Suppa, A.; Irrera, F.; Olmo, G. Predicting Axial Impairment in Parkinson’s Disease through a Single Inertial Sensor. Sensors 2022, 22, 412. [Google Scholar] [CrossRef]
- Reches, T.; Dagan, M.; Herman, T.; Gazit, E.; Gouskova, N.A.; Giladi, N.; Manor, B.; Hausdorff, J.M. Using Wearable Sensors and Machine Learning to Automatically Detect Freezing of Gait during a FoG-Provoking Test. Sensors 2020, 20, 4474. [Google Scholar] [CrossRef]
- Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef] [Green Version]
- Jost, L. Entropy and diversity. Oikos 2006, 113, 363–375. [Google Scholar] [CrossRef]
- Chawla, N.V.; Bowyer, K.W.; Hall, L.O.; Kegelmeyer, W.P. SMOTE: Synthetic minority over-sampling technique. J. Artif. Intell. Res. 2002, 16, 321–357. [Google Scholar] [CrossRef]
- Jorge, J.; Barros, P.H.; Yokoyama, R.; Guidoni, D.; Ramos, H.S.; Fonseca, N.; Villas, L. Applying Federated Learning in the detection of Freezing of Gait in Parkinson’s disease. In Proceedings of the 2022 IEEE/ACM 15th International Conference on Utility and Cloud Computing (UCC), Vancouver, WA, USA, 6–9 December 2022; pp. 195–200. [Google Scholar] [CrossRef]
- Chollet, F. Xception: Deep learning with depthwise separable convolutions. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017; pp. 1251–1258. [Google Scholar]
- LeCun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef]
- Li, L.; Jamieson, K.; DeSalvo, G.; Rostamizadeh, A.; Talwalkar, A. Hyperband: A Novel Bandit-Based Approach to Hyperparameter Optimization. J. Mach. Learn. Res. 2017, 18, 6765–6816. [Google Scholar]
- Loshchilov, I.; Hutter, F. Decoupled weight decay regularization. arXiv 2017, arXiv:1711.05101. [Google Scholar]
- Ginis, P.; Nackaerts, E.; Nieuwboer, A.; Heremans, E. Cueing for people with Parkinson’s disease with freezing of gait: A narrative review of the state-of-the-art and novel perspectives. Ann. Phys. Rehabil. Med. 2018, 61, 407–413. [Google Scholar] [CrossRef] [PubMed]
- Muthukrishnan, N.; Abbas, J.J.; Shill, H.A.; Krishnamurthi, N. Cueing Paradigms to Improve Gait and Posture in Parkinson’s Disease: A Narrative Review. Sensors 2019, 19, 5468. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Sweeney, D.; Quinlan, L.R.; Browne, P.; Richardson, M.; Meskell, P.; ÓLaighin, G. A Technological Review of Wearable Cueing Devices Addressing Freezing of Gait in Parkinson’s Disease. Sensors 2019, 19, 1277. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Klaver, E.C.; van Vugt, J.P.P.; Bloem, B.R.; van Wezel, R.J.A.; Nonnekes, J.; Tjepkema-Cloostermans, M.C. Good vibrations: Tactile cueing for freezing of gait in Parkinson’s disease. J. Neurol. 2023. [Google Scholar] [CrossRef]
- Mahadevan, N.; Demanuele, C.; Zhang, H.; Volfson, D.; Ho, B.; Erb, M.K.; Patel, S. Development of digital biomarkers for resting tremor and bradykinesia using a wrist-worn wearable device. NPJ Digit. Med. 2020, 3, 5. [Google Scholar] [CrossRef] [Green Version]
- Sigcha, L.; Ignacio, P.; Nélson, C.; Susana, C.; Miguel, G.; Arezes, P.; López, J.M.; De Arcas, G. Automatic Resting Tremor Assessment in Parkinson’s Disease Using Smartwatches and Multitask Convolutional Neural Networks. Sensors 2021, 21, 291. [Google Scholar] [CrossRef]
- Keogh, A.; Alcock, L.; Brown, P.; Buckley, E.; Brozgol, M.; Gazit, E.; Hansen, C.; Scott, K.; Schwickert, L.; Becker, C.; et al. Acceptability of wearable devices for measuring mobility remotely: Observations from the Mobilise-D technical validation study. Digit. Health 2023, 9, 20552076221150745. [Google Scholar] [CrossRef]
- Chen, Z.; Li, G.; Gao, C.; Tan, Y.; Liu, J.; Zhao, J.; Ling, Y.; Yu, X.; Ren, K.; Chen, S. Prediction of Freezing of Gait in Parkinson’s Disease Using a Random Forest Model Based on an Orthogonal Experimental Design: A Pilot Study. Front. Hum. Neurosci. 2021, 15, 636414. [Google Scholar] [CrossRef] [PubMed]
Database | Description | # Subjects (with FoG) | Device | Sensor Type (# of Sensors) | Sensor Location |
---|---|---|---|---|---|
ADL [47] | Data collected from PwPD when performing scripted ADLs and UPDRS-related activities. No FoG episodes were recorded. | 50 PwPD (0) | Smartphone | Triaxial accelerometer (1), Triaxial gyroscope (1) | Lower back |
Rempark [41] | Data collected in the home environment when PwPD performed a set of scripted ADLs. The dataset includes 1058 FoG episodes. | 21 PwPD (21) | Prototype IMU | Triaxial accelerometer (1), Triaxial gyroscope (1) | Waist |
Daphnet [25] | Gait and FoG measurements collected in the laboratory when PwPD performed walking tasks and ADLs. The dataset includes 237 FoG episodes. | 10 PwPD (8) | Wearable sensors | Triaxial accelerometers (3) | Lower back, upper-leg, lower-leg |
Dataset | Sensor Orientation | UM | Fs | ||
---|---|---|---|---|---|
x | y | z | |||
ADL | vertical (downward) | lateral (left) | posterior | 200 Hz | |
Rempark | anterior | vertical (upward) | lateral (left) | 40 Hz | |
Daphnet | anterior | vertical (downward) | lateral (right) | 64 Hz |
Domain | Feature (# Features per Channel) | Description |
---|---|---|
Time | Median (1) | Median value |
RMS (1) | Root mean square value | |
Range (1) | Range of values | |
Min (1) | Minimum value | |
Max (1) | Maximum value | |
Quantile (2) | 25th and 75th quantile values | |
Entropy (1) | Shannon entropy | |
Increments (1) | Mean value increments | |
PCA (3) | PCA coefficients of the first three principal components | |
Jerk (1) | Acceleration rate of change | |
Sum (1) | Sum of values | |
Frequency | PosturalBand (1) | Spectral density in the 0–0.7 Hz band |
LocoBand (1) | Spectral density in the 0.7–3 Hz band | |
FreezeBand (1) | Spectral density in the 3–8 Hz band | |
sEntropy (1) | Shannon spectral entropy | |
sPeak (1) | Maximum value of the spectral signal | |
Kurtosis (1) | Spectral kurtosis | |
Skewness (1) | Spectral skewness | |
nHarmonics (1) | Number of harmonics | |
pHarmonic (1) | Frequency of the principal harmonic | |
wHarmonic (1) | Width of the principal harmonic | |
aHarmonic (1) | Area under the principal harmonic |
Layer | Layer Parameters | Output Shape | # Parameters |
---|---|---|---|
Input | - | (80, 3) | 0 |
1D Separable convolution | f = 100, k = 10 | (71, 100) | 430 |
Max pooling | p = 3 | (23, 100) | 0 |
1D Separable convolution | f = 40, k = 10 | (14, 40) | 5040 |
GAP | - | 40 | 0 |
Dropout | d = 0.5 | 40 | 0 |
Fully connected | u = 1 | 1 | 41 |
Total trainable parameters | 5511 |
Approach | Set | Sensitivity | Specificity | F-Score | AUROC | EER (%) |
---|---|---|---|---|---|---|
Train | 0.962 | 0.909 | 0.604 | 0.974 | 8.7 | |
LR | Validation | 0.933 | 0.933 | 0.682 | 0.975 | 6.7 |
Test | 0.946 | 0.896 | 0.528 | 0.961 | 10.1 | |
Train | 1 | 0.974 | 0.849 | 1 | 2.5 | |
RF | Validation | 0.920 | 0.934 | 0.676 | 0.972 | 6.7 |
Test | 0.954 | 0.894 | 0.526 | 0.963 | 10.3 | |
Train | 0.941 | 0.948 | 0.704 | 0.983 | 5.5 | |
CNN | Validation | 0.947 | 0.956 | 0.764 | 0.985 | 4.6 |
Test | 0.956 | 0.929 | 0.621 | 0.979 | 6.1 |
Method | Predicted Episodes (Activation Horizon) | Detected Episodes (Activation Latency) | Time Active |
---|---|---|---|
Logistic regression | 89.0% (7.5 s) | 11% (1.4 s) | 39.8% |
Random forest | 92.0% (6.5 s) | 8% (0.9 s) | 38.4% |
1D SepConv CNN | 96.0% (8.2 s) | 4% (0.7 s) | 43.5% |
Threshold method | 95% (10.1 s) | 5% (0.8 s) | 39.5% |
Method | Predicted Episodes (Activation Horizon) | Detected Episodes (Activation Latency) | Time Active |
---|---|---|---|
Logistic regression | 80.0% (11.0 s) | 18% (1.9 s) | 42.1% |
Random forest | 84.0% (11.5 s) | 14% (1.1 s) | 41.0% |
1D SepConv CNN | 87.0% (10.5 s) | 10% (1.4 s) | 45.4% |
Threshold method | 94% (23.5 s) | 2% (1.1 s) | 45.2% |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Borzì, L.; Sigcha, L.; Olmo, G. Context Recognition Algorithms for Energy-Efficient Freezing-of-Gait Detection in Parkinson’s Disease. Sensors 2023, 23, 4426. https://doi.org/10.3390/s23094426
Borzì L, Sigcha L, Olmo G. Context Recognition Algorithms for Energy-Efficient Freezing-of-Gait Detection in Parkinson’s Disease. Sensors. 2023; 23(9):4426. https://doi.org/10.3390/s23094426
Chicago/Turabian StyleBorzì, Luigi, Luis Sigcha, and Gabriella Olmo. 2023. "Context Recognition Algorithms for Energy-Efficient Freezing-of-Gait Detection in Parkinson’s Disease" Sensors 23, no. 9: 4426. https://doi.org/10.3390/s23094426
APA StyleBorzì, L., Sigcha, L., & Olmo, G. (2023). Context Recognition Algorithms for Energy-Efficient Freezing-of-Gait Detection in Parkinson’s Disease. Sensors, 23(9), 4426. https://doi.org/10.3390/s23094426