Your browser doesn't support javascript.
loading
Mostrar: 20 | 50 | 100
Resultados 1 - 10 de 10
Filtrar
Más filtros

Banco de datos
Tipo del documento
Asunto de la revista
País de afiliación
Intervalo de año de publicación
1.
Sensors (Basel) ; 23(9)2023 Apr 30.
Artículo en Inglés | MEDLINE | ID: mdl-37177629

RESUMEN

Freezing of gait (FoG) is a disabling clinical phenomenon of Parkinson's disease (PD) characterized by the inability to move the feet forward despite the intention to walk. It is one of the most troublesome symptoms of PD, leading to an increased risk of falls and reduced quality of life. The combination of wearable inertial sensors and machine learning (ML) algorithms represents a feasible solution to monitor FoG in real-world scenarios. However, traditional FoG detection algorithms process all data indiscriminately without considering the context of the activity during which FoG occurs. This study aimed to develop a lightweight, context-aware algorithm that can activate FoG detection systems only under certain circumstances, thus reducing the computational burden. Several approaches were implemented, including ML and deep learning (DL) gait recognition methods, as well as a single-threshold method based on acceleration magnitude. To train and evaluate the context algorithms, data from a single inertial sensor were extracted using three different datasets encompassing a total of eighty-one PD patients. Sensitivity and specificity for gait recognition ranged from 0.95 to 0.96 and 0.80 to 0.93, respectively, with the one-dimensional convolutional neural network providing the best results. The threshold approach performed better than ML- and DL-based methods when evaluating the effect of context awareness on FoG detection performance. Overall, context algorithms allow for discarding more than 55% of non-FoG data and less than 4% of FoG episodes. The results indicate that a context classifier can reduce the computational burden of FoG detection algorithms without significantly affecting the FoG detection rate. Thus, implementation of context awareness can present an energy-efficient solution for long-term FoG monitoring in ambulatory and free-living settings.


Asunto(s)
Trastornos Neurológicos de la Marcha , Enfermedad de Parkinson , Humanos , Enfermedad de Parkinson/diagnóstico , Trastornos Neurológicos de la Marcha/diagnóstico , Calidad de Vida , Acelerometría/métodos , Marcha/fisiología , Algoritmos
2.
Sensors (Basel) ; 22(2)2022 Jan 06.
Artículo en Inglés | MEDLINE | ID: mdl-35062375

RESUMEN

BACKGROUND: Current telemedicine approaches lack standardised procedures for the remote assessment of axial impairment in Parkinson's disease (PD). Unobtrusive wearable sensors may be a feasible tool to provide clinicians with practical medical indices reflecting axial dysfunction in PD. This study aims to predict the postural instability/gait difficulty (PIGD) score in PD patients by monitoring gait through a single inertial measurement unit (IMU) and machine-learning algorithms. METHODS: Thirty-one PD patients underwent a 7-m timed-up-and-go test while monitored through an IMU placed on the thigh, both under (ON) and not under (OFF) dopaminergic therapy. After pre-processing procedures and feature selection, a support vector regression model was implemented to predict PIGD scores and to investigate the impact of L-Dopa and freezing of gait (FOG) on regression models. RESULTS: Specific time- and frequency-domain features correlated with PIGD scores. After optimizing the dimensionality reduction methods and the model parameters, regression algorithms demonstrated different performance in the PIGD prediction in patients OFF and ON therapy (r = 0.79 and 0.75 and RMSE = 0.19 and 0.20, respectively). Similarly, regression models showed different performances in the PIGD prediction, in patients with FOG, ON and OFF therapy (r = 0.71 and RMSE = 0.27; r = 0.83 and RMSE = 0.22, respectively) and in those without FOG, ON and OFF therapy (r = 0.85 and RMSE = 0.19; r = 0.79 and RMSE = 0.21, respectively). CONCLUSIONS: Optimized support vector regression models have high feasibility in predicting PIGD scores in PD. L-Dopa and FOG affect regression model performances. Overall, a single inertial sensor may help to remotely assess axial motor impairment in PD patients.


Asunto(s)
Trastornos Neurológicos de la Marcha , Enfermedad de Parkinson , Marcha , Humanos , Enfermedad de Parkinson/diagnóstico , Equilibrio Postural , Estudios de Tiempo y Movimiento
3.
Sensors (Basel) ; 22(7)2022 Mar 29.
Artículo en Inglés | MEDLINE | ID: mdl-35408226

RESUMEN

BACKGROUND: Freezing of Gait (FOG) is one of the most disabling motor complications of Parkinson's disease, and consists of an episodic inability to move forward, despite the intention to walk. FOG increases the risk of falls and reduces the quality of life of patients and their caregivers. The phenomenon is difficult to appreciate during outpatients visits; hence, its automatic recognition is of great clinical importance. Many types of sensors and different locations on the body have been proposed. However, the advantages of a multi-sensor configuration with respect to a single-sensor one are not clear, whereas this latter would be advisable for use in a non-supervised environment. METHODS: In this study, we used a multi-modal dataset and machine learning algorithms to perform different classifications between FOG and non-FOG periods. Moreover, we explored the relevance of features in the time and frequency domains extracted from inertial sensors, electroencephalogram and skin conductance. We developed both a subject-independent and a subject-dependent algorithm, considering different sensor subsets. RESULTS: The subject-independent and subject-dependent algorithms yielded accuracies of 85% and 88% in the leave-one-subject-out and leave-one-task-out test, respectively. Results suggest that the inertial sensors positioned on the lower limb are generally the most significant in recognizing FOG. Moreover, the performance impairment experienced when using a single tibial accelerometer instead of the optimal multi-modal configuration is limited to 2-3%. CONCLUSIONS: The achieved results disclose the possibility of getting a good FOG recognition using a minimally invasive set-up made of a single inertial sensor. This is very significant in the perspective of implementing a long-term monitoring of patients in their homes, during activities of daily living.


Asunto(s)
Trastornos Neurológicos de la Marcha , Enfermedad de Parkinson , Actividades Cotidianas , Marcha , Trastornos Neurológicos de la Marcha/etiología , Humanos , Enfermedad de Parkinson/complicaciones , Calidad de Vida
4.
Sensors (Basel) ; 21(2)2021 Jan 17.
Artículo en Inglés | MEDLINE | ID: mdl-33477323

RESUMEN

Freezing of gait (FOG) is one of the most troublesome symptoms of Parkinson's disease, affecting more than 50% of patients in advanced stages of the disease. Wearable technology has been widely used for its automatic detection, and some papers have been recently published in the direction of its prediction. Such predictions may be used for the administration of cues, in order to prevent the occurrence of gait freezing. The aim of the present study was to propose a wearable system able to catch the typical degradation of the walking pattern preceding FOG episodes, to achieve reliable FOG prediction using machine learning algorithms and verify whether dopaminergic therapy affects the ability of our system to detect and predict FOG. METHODS: A cohort of 11 Parkinson's disease patients receiving (on) and not receiving (off) dopaminergic therapy was equipped with two inertial sensors placed on each shin, and asked to perform a timed up and go test. We performed a step-to-step segmentation of the angular velocity signals and subsequent feature extraction from both time and frequency domains. We employed a wrapper approach for feature selection and optimized different machine learning classifiers in order to catch FOG and pre-FOG episodes. RESULTS: The implemented FOG detection algorithm achieved excellent performance in a leave-one-subject-out validation, in patients both on and off therapy. As for pre-FOG detection, the implemented classification algorithm achieved 84.1% (85.5%) sensitivity, 85.9% (86.3%) specificity and 85.5% (86.1%) accuracy in leave-one-subject-out validation, in patients on (off) therapy. When the classification model was trained with data from patients on (off) and tested on patients off (on), we found 84.0% (56.6%) sensitivity, 88.3% (92.5%) specificity and 87.4% (86.3%) accuracy. CONCLUSIONS: Machine learning models are capable of predicting FOG before its actual occurrence with adequate accuracy. The dopaminergic therapy affects pre-FOG gait patterns, thereby influencing the algorithm's effectiveness.


Asunto(s)
Trastornos Neurológicos de la Marcha , Enfermedad de Parkinson , Dispositivos Electrónicos Vestibles , Acelerometría , Anciano , Femenino , Marcha , Trastornos Neurológicos de la Marcha/diagnóstico , Trastornos Neurológicos de la Marcha/etiología , Humanos , Aprendizaje Automático , Masculino , Enfermedad de Parkinson/complicaciones , Enfermedad de Parkinson/diagnóstico , Enfermedad de Parkinson/tratamiento farmacológico , Equilibrio Postural , Estudios de Tiempo y Movimiento
5.
Bioengineering (Basel) ; 11(5)2024 Apr 29.
Artículo en Inglés | MEDLINE | ID: mdl-38790307

RESUMEN

BACKGROUND: Dyskinesias and freezing of gait are episodic disorders in Parkinson's disease, characterized by a fluctuating and unpredictable nature. This cross-sectional study aims to objectively monitor Parkinsonian patients experiencing dyskinesias and/or freezing of gait during activities of daily living and assess possible changes in spatiotemporal gait parameters. METHODS: Seventy-one patients with Parkinson's disease (40 with dyskinesias and 33 with freezing of gait) were continuously monitored at home for a minimum of 5 days using a single wearable sensor. Dedicated machine-learning algorithms were used to categorize patients based on the occurrence of dyskinesias and freezing of gait. Additionally, specific spatiotemporal gait parameters were compared among patients with and without dyskinesias and/or freezing of gait. RESULTS: The wearable sensor algorithms accurately classified patients with and without dyskinesias as well as those with and without freezing of gait based on the recorded dyskinesias and freezing of gait episodes. Standard spatiotemporal gait parameters did not differ significantly between patients with and without dyskinesias or freezing of gait. Both the time spent with dyskinesias and the number of freezing of gait episodes positively correlated with the disease severity and medication dosage. CONCLUSIONS: A single inertial wearable sensor shows promise in monitoring complex, episodic movement patterns, such as dyskinesias and freezing of gait, during daily activities. This approach may help implement targeted therapeutic and preventive strategies for Parkinson's disease.

6.
Artif Intell Med ; 135: 102459, 2023 01.
Artículo en Inglés | MEDLINE | ID: mdl-36628783

RESUMEN

BACKGROUND: Freezing of gait (FOG) is one of the most disabling symptoms of Parkinson's disease (PD), contributing to poor quality of life and increased risk of falls. Wearable sensors represent a valuable means for detecting FOG in the home environment. Moreover, real-time feedback has proven to help reduce the duration of FOG episodes. This work proposes a robust real-time FOG detection algorithm, which is easy to implement in stand-alone devices working in non-supervised conditions. METHOD: Data from three different data sets were used in this study, with two employed as independent test sets. Acceleration recordings from 118 PD patients and 21 healthy elderly subjects were collected while they performed simulated daily living activities. A single inertial sensor was attached to the waist of each subject. More than 17 h of valid data and a total number of 1110 FOG episodes were analyzed in this study. The implemented algorithm consisted of a multi-head convolutional neural network, which exploited different spatial resolutions in the analysis of inertial data. The architecture and the model parameters were designed to provide optimal performance while reducing computational complexity and testing time. RESULTS: The developed algorithm demonstrated good to excellent classification performance, with more than 50% (30%) of FOG episodes predicted on average 3.1 s (1.3 s) before the actual onset in the main (independent) data set. Around 50% of FOG was detected with an average delay of 0.8 s (1.1 s) in the main (independent) data set. Moreover, a specificity above 88% (93%) was obtained when testing the algorithm on the main (independent) test set, while 100% specificity was obtained on healthy elderly subjects. CONCLUSION: The algorithm proved robust, with low computational complexity and processing time, thus paving the way to a real-time implementation in a stand-alone device that can be used in non-supervised environments.


Asunto(s)
Trastornos Neurológicos de la Marcha , Enfermedad de Parkinson , Humanos , Anciano , Enfermedad de Parkinson/diagnóstico , Enfermedad de Parkinson/complicaciones , Trastornos Neurológicos de la Marcha/diagnóstico , Trastornos Neurológicos de la Marcha/etiología , Calidad de Vida , Marcha , Redes Neurales de la Computación
7.
Healthc Technol Lett ; 8(3): 58-65, 2021 Jun.
Artículo en Inglés | MEDLINE | ID: mdl-34035926

RESUMEN

Rapid-eye movement (REM) sleep, or paradoxical sleep, accounts for 20-25% of total night-time sleep in healthy adults and may be related, in pathological cases, to parasomnias. A large percentage of Parkinson's disease patients suffer from sleep disorders, including REM sleep behaviour disorder and hypokinesia; monitoring their sleep cycle and related activities would help to improve their quality of life. There is a need to accurately classify REM and the other stages of sleep in order to properly identify and monitor parasomnias. This study proposes a method for the identification of REM sleep from raw single-channel electroencephalogram data, employing novel features based on REM microstructures. Sleep stage classification was performed by means of random forest (RF) classifier, K-nearest neighbour (K-NN) classifier and random Under sampling boosted trees (RUSBoost); the classifiers were trained using a set of published and novel features. REM detection accuracy ranges from 89% to 92.7%, and the classifiers achieved a F-1 score (REM class) of about 0.83 (RF), 0.80 (K-NN), and 0.70 (RUSBoost). These methods provide encouraging outcomes in automatic sleep scoring and REM detection based on raw single-channel electroencephalogram, assessing the feasibility of a home sleep monitoring device with fewer channels.

8.
Health Inf Sci Syst ; 9(1): 32, 2021 Dec.
Artículo en Inglés | MEDLINE | ID: mdl-34422258

RESUMEN

INTRODUCTION: Automatic assessment of speech impairment is a cutting edge topic in Parkinson's disease (PD). Language disorders are known to occur several years earlier than typical motor symptoms, thus speech analysis may contribute to the early diagnosis of the disease. Moreover, the remote monitoring of dysphonia could allow achieving an effective follow-up of PD clinical condition, possibly performed in the home environment. METHODS: In this work, we performed a multi-level analysis, progressively combining features extracted from the entire signal, the voiced segments, and the on-set/off-set regions, leading to a total number of 126 features. Furthermore, we compared the performance of early and late feature fusion schemes, aiming to identify the best model configuration and taking advantage of having 25 isolated words pronounced by each subject. We employed data from the PC-GITA database (50 healthy controls and 50 PD patients) for validation and testing. RESULTS: We implemented an optimized k-Nearest Neighbours model for the binary classification of PD patients versus healthy controls. We achieved an accuracy of 99.4% in 10-fold cross-validation and 94.3% in testing on the PC-GITA database (average value of male and female subjects). CONCLUSION: The promising performance yielded by our model confirms the feasibility of automatic assessment of PD using voice recordings. Moreover, a post-hoc analysis of the most relevant features discloses the option of voice processing using a simple smartphone application.

9.
IEEE Open J Eng Med Biol ; 1: 140-147, 2020.
Artículo en Inglés | MEDLINE | ID: mdl-35402940

RESUMEN

Goal: In this paper we investigated the use of smartphone sensors and Artificial Intelligence techniques for the automatic quantification of the MDS-UPDRS-Part III Leg Agility (LA) task, representative of lower limb bradykinesia. Methods: We collected inertial data from 93 PD subjects. Four expert neurologists provided clinical evaluations. We employed a novel Artificial Neural Network approach in order to get a continuous output, going beyond the MDS-UPDRS score discretization. Results: We found a Pearson correlation of 0.92 between algorithm output and average clinical score, compared to an inter-rater agreement index of 0.88. Furthermore, the classification error was less than 0.5 scale point in about 80% cases. Conclusions: We proposed an objective and reliable tool for the automatic quantification of the MDS-UPDRS Leg Agility task. In perspective, this tool is part of a larger monitoring program to be carried out during activities of daily living, and managed by the patients themselves.

SELECCIÓN DE REFERENCIAS
DETALLE DE LA BÚSQUEDA