1 29 outline
play

1 / 29 Outline Introduction Overview Hypothesis and objectives - PowerPoint PPT Presentation

Gait Assessment of Patients with Parkinsons Disease using Inertial Sensors and Non-Linear Dynamics Features Paula Andrea P erez Toro BSc. student in Electronics Engineering Advisor: Prof. Juan Rafael Orozco Arroyave Ph.D. Co-Advisor: MSc.


  1. Gait Assessment of Patients with Parkinson’s Disease using Inertial Sensors and Non-Linear Dynamics Features Paula Andrea P´ erez Toro BSc. student in Electronics Engineering Advisor: Prof. Juan Rafael Orozco Arroyave Ph.D. Co-Advisor: MSc. Juan Camilo Vazquez Correa GITA research group, University of Antioquia. paula.perezt@udea.edu.co October 29, 2018 1 / 29

  2. Outline Introduction Overview Hypothesis and objectives Gait adquisition and database Feature Extraction Non-linear Dynamics Poincar´ e sections Classification K-Nearest-Neighbors (KNN) Support Vector Machine (SVM) Random Forest (RF) Regression Support Vector Regression (SVR) Experiments and Results Experiments and Results Conclusions Conclusions and Future work 2 / 29

  3. Introduction 3 / 29

  4. Context: Parkinson’s Disease ◮ Second neuro-degenerative disorder worldwide. ◮ 6.000.000 Parkinson’s patients around the world. 220.000 are from Colombia. ◮ Neurologists evaluated PD according to MDS-UPDRS-III scale (Goetz et al. 2008). 4 / 29

  5. Context: Parkinson’s Disease Motor symptoms ◮ Resting tremor. ◮ Rigidity. ◮ Postural instability. ◮ Bradykinesia. ◮ Freezing gait. 4 / 29

  6. Hypothesis and objectives Hypothesis Gait signals collected with inertial sensors help in the assessment of the neurological state of patients with PD in different stages of the disease (low, intermediate, and severe). 5 / 29

  7. Hypothesis and objectives Objectives General Objective To develop a methodology based on gait analysis and pattern recog- nition techniques, to perform the automatic classification and evaluation of the neuro- logical state of PD patients according to the MDS-UPDRS-III scale Goetz2008 5 / 29

  8. Hypothesis and objectives Objectives Specific Objective 1. To model several gait tasks performed by PD and HC subjects using different non-linear dynamics features and probabilistic representations of Poincar´ e maps. 2. To analyze the suitability of different classification and regression methods to model the neurological state of Parkinson’s disease patients. 3. To evaluate the developed methodology with several performance metrics. 5 / 29

  9. Gait adquisition and database 6 / 29

  10. Gait Acquisition Gait signals were captured with the eGaIT system 1 1 Embedded Gait analysis using Intelligent Technology, http://www.egait.de/ 7 / 29

  11. Database and tasks General information about the gait data. Table: General information of the subjects. PD patients: Parkinson’s disease patients. HC : healthy controls. µ : mean. σ : standard deviation. T : disease duration. PD patients YHC subjects EHC subjects male female male female male female Number of subjects 17 28 26 18 23 22 Age ( µ ± σ ) 65 ± 10.3 58.9 ± 11.0 25.3 ± 4.8 22.8 ± 3.0 66.3 ± 11.5 59.0 ± 9.8 Range of age 41-82 29-75 21-42 19-32 49-84 50-74 T ( µ ± σ ) 9 ± 4.6 12.6 ± 12.2 Range of duration of the disease 2-15 0-44 MDS-UPDRS-III ( µ ± σ ) 37.6 ± 21.0 33 ± 20.3 Range of MDS-UPDRS-III 8-82 9-106 PD patients: Parkinson’s disease patients. HC : healthy controls (Elderly and Young) 8 / 29

  12. Database and tasks We considered two gait tasks : ◮ 4x10m: this consist of walk in a straight line 10 meters and turned around the right side returning back twice. ◮ 2x10m: this consist of walk in a straight line 10 meters and turned around the right side returning back with a short pause. 8 / 29

  13. Time Series Female PD patient. Female Healthy Young Control. Age: 52. Age: 23 MDS-UPDRS= 49 Left Foot Left Foot 300 300 200 200 100 100 Amplitude Amplitude 0 0 -100 -100 -200 -200 -300 -400 -300 0 500 1000 1500 2000 2500 3000 0 500 1000 1500 2000 2500 3000 3500 4000 Time (s) Time (s) Gyroscope Z 9 / 29

  14. Feature Extraction 10 / 29

  15. Non-linear Dynamics Gait signals are not linear. This kind of signal shows a non-stationary behaviour. We focus on non-linear Dynamics systems to describe patterns of gait complexity in patients with Parkinson’s disease. 11 / 29

  16. Non-linear Dynamics: Attractors (Phase Space) Chua’s Attractor ◮ In order to analyze the non-linear properties of the gait signals, the time series has to be projected into a high dimensional space, known as attractor (Taylor 2005). 12 / 29

  17. Non-linear Dynamics: Attractors (Phase Space) ◮ In order to analyze the non-linear properties of the gait signals, the time series has to be projected into a high dimensional space, known as attractor (Taylor 2005). ◮ From a single time series S t , a phase space can be constructed as follows: � � S t = s t , s t + τ , ... s t +( m − 1) τ (1) τ :delay-time. m :embedding dimension, a point in the reconstructed phase space. 12 / 29

  18. Non-linear Dynamics: Attractors (Phase Space) A B C 0.6 0.6 0.6 s(t-2 ) s(t-2 ) s(t-2 ) 0.4 0.4 0.4 0.2 0.2 0.2 0 0 0 1 1 1 1 0.5 0.6 0.6 0.5 0.5 0.5 0.4 0.4 0.2 0.2 0 0 0 0 0 0 s(t- ) s(t- ) s(t- ) s(t) s(t) s(t) (A) Female YHC, age=23. (B) Female EHC, age=52. (C) Female PD patient, age=52, MDS-UPDRS=49. 12 / 29

  19. Non-linear Dynamics: Measures Ten measures were performed. These measures are related with: ◮ Entropy. ◮ Space occupied by the attractor. ◮ Stability. ◮ Periodicity. ◮ Large-range dependency and trends. ◮ Repetitiveness patterns. 13 / 29

  20. Poincar´ e Section ◮ The Poincar´ e sections also can be used to assess the NLD properties of the signals ◮ This application takes each point of this section at the first point at which the orbit containing it returns to it. S X � X � +1 X � +2 A clustering algorithm is performed to model the Poincar´ e Section in a probabilistic way. 14 / 29

  21. Gaussian Mixture Model (GMM) Gaussian densities 0.08 0.06 P(x) 0.04 0.02 0.00 80 60 40 20 0 20 40 60 80 x ◮ Soft version of K-Means: EM algorithm for GMM. ◮ GMM searchs a mixed of gaussian probability distributions that best model any dataset. 15 / 29

  22. Gaussian Mixture Model (GMM) The goal is to estimate µ k (means), Σ k (co-variances) and ω k (weight) to the likelihood L maximization: n K � � L ( X | µ k , Σ k ) = ω k P k ( x t | µ k , Σ k ) (2) t =1 k =1 where K is the clusters number, n is the Poincar´ e dimensions number in X and P k the probability density. 15 / 29

  23. Gaussian Mixture Model (GMM) Female PD patient. Female Healthy Young Control. Age: 52. Age: 23 MDS-UPDRS= 49 Gyroscope Z 15 / 29

  24. Classification 16 / 29

  25. Classification: K-Nearest-Neighbors (KNN) ◮ KNN (Bishop 2006) uses a majority vote among the k , defining competencies as a distance measure d � ( x 1 − y 1 ) 2 + ( x 2 − y 2 ) 2 + ... + ( x n − y n ) 2 d ( x , y ) = (3) New input data in accordance with their distances 17 / 29

  26. Classification: K-Nearest-Neighbors (KNN) ◮ For the input x , the class with the highest probability is assigned. � P ( Y = j | X = x ) = 1 I ( Y ( i ) = j ) (4) k New input data in accordance with their distances 17 / 29

  27. Classification: Support Vector Machine (SVM) ◮ SVM (Bishop 2006) outputs a class identity for every new vector u , by modeling best fitting hyperplane. SVM Best fitting hyperplane 18 / 29

  28. Classification: Support Vector Machine (SVM) Linear Kernel 18 / 29

  29. Classification: Support Vector Machine (SVM) ◮ A Gaussian kernel transforms the feature space into one linearly separable. Lineal Kernel Gaussian Kernel 18 / 29

  30. Classification: Random Forest (RF) ◮ Random Forest (RF) consists of a classification tree set. ◮ Each one contributes with one vote to assign a class. Instances Tree-n Tree-1 Tree-2 C1 C2 C1 Mayority Voting Final Class Architecture of the random forest model 19 / 29

  31. Regression 20 / 29

  32. Neurological State Prediction: SVR Support Vector Regression (SVR) ◮ Let us to predict the value of the scale ( � y ) using a function of losses L ( y , � y ).This function is calculated with the follow equation: � 0 if | y − � y | ≤ ε L ( y , � y )) = (5) | y − � y | − ε otherwise . ◮ The predicted values � y are estimated using the equation 6, where ω j sets the weight of each support vector, and b is the independent term. m � y = � ω j g j ( x ) + b (6) j =1 21 / 29

  33. Neurological State Prediction: SVR Support Vector Regression (SVR) Loss Function ◮ A linear kernel transforms the feature space into one linearly separable. 21 / 29

  34. Experiments and Results 22 / 29

  35. Results: Biclass Classification Five folds are chosen to perform the classification. These folds were balanced by gender and shoe type. Table: Confusion Matrix: Fusion Left Table: Classification Results: Fusion Left Random Forest NLD Poincar´ e-GMM NLD+Poincar´ e-GMM NLD+Poincar´ e-GMM Features/ Accuracy Accuracy Accuracy Classificator ( µ ± σ ) ( µ ± σ ) ( µ ± σ ) Class EHC PD KNN 80.0% ± 8.4 57.8% ± 9.0 83.3% ± 6.0 EHC 40 5 SVM 83.3% ± 6.8 57.8% ± 4.0 86.8% ± 8.3 RF 83.3% ± 8.8 83.7% ± 2.7 87.7% ± 6.4 PD 7 38 23 / 29

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend