Your Turn: Real-World Turning Angle Estimation for Parkinson's Disease Severity Assessment

Read original: arXiv:2408.08182 - Published 8/27/2024 by Qiushuo Cheng, Catherine Morgan, Arindam Sikdar, Alessandro Masullo, Alan Whone, Majid Mirmehdi
Total Score

0

Your Turn: Real-World Turning Angle Estimation for Parkinson's Disease Severity Assessment

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • The paper explores using turning angle estimation to assess the severity of Parkinson's disease.
  • It focuses on developing a practical system for real-world application, addressing challenges like uncontrolled environments and subject variability.
  • The proposed approach involves using wearable sensors to capture turning motion data and applying machine learning models to estimate turning angles.
  • The goal is to provide a reliable and accessible tool for clinicians to monitor Parkinson's disease progression.

Plain English Explanation

Parkinson's Disease and Turning Angles Parkinson's disease is a neurological disorder that can cause difficulties with movement, such as slower and more rigid motions. One way to measure the progression of Parkinson's is to look at how people turn their bodies. People with Parkinson's often have trouble making smooth, controlled turns.

Measuring Turning Angles The researchers in this study wanted to find a way to automatically measure how much someone turns their body during a turn. They used wearable sensors, like small devices attached to the body, to track the motion of the person's body as they turned. By analyzing the data from these sensors, the researchers could estimate the turning angle - how far the person's body rotated during the turn.

Practical Challenges Measuring turning angles in the real world is challenging because people move in unpredictable ways, and the environment can vary a lot. The researchers had to develop techniques to handle these practical issues, like people moving at different speeds or in different kinds of settings.

Assessing Parkinson's Severity The goal was to use the turning angle measurements as a way to assess the severity of a person's Parkinson's disease. People with more advanced Parkinson's often have more trouble making smooth, controlled turns. So by tracking turning angles over time, clinicians could potentially monitor how the disease is progressing and adjust treatment accordingly.

Implications This research provides a practical tool that could help clinicians better understand and manage Parkinson's disease. By using wearable sensors and machine learning to automatically measure turning angles, it offers an objective and accessible way to track disease progression, which could lead to earlier interventions and improved patient outcomes.

Technical Explanation

The paper presents a system for estimating turning angles in real-world settings to assess the severity of Parkinson's disease. The key technical components include:

Data Collection The researchers collected turning motion data using wearable inertial measurement unit (IMU) sensors worn by participants. The sensors captured acceleration, angular velocity, and orientation data during turning tasks performed in both laboratory and real-world environments.

Turn Detection and Segmentation The researchers developed algorithms to automatically detect the start and end of turning motions within the sensor data. This allowed them to isolate the relevant turning segments for analysis.

Turning Angle Estimation To estimate the turning angle from the sensor data, the researchers applied a machine learning approach. They trained neural network models to map the sensor measurements to the corresponding turning angle, using a dataset of turns with ground truth angle labels.

Handling Real-World Challenges Several techniques were used to address practical challenges, including:

  • Compensating for sensor orientation drift over time
  • Adapting models to handle variations in turning speed and environment
  • Leveraging transfer learning to apply models across different subjects

Evaluation and Insights The system was evaluated on a dataset of Parkinson's patients and healthy controls performing turning tasks. The results showed the estimated turning angles correlated well with clinical Parkinson's disease severity scores, suggesting the potential for this approach to serve as an objective, quantitative measure of disease state.

Critical Analysis

The paper presents a well-designed study that addresses several important practical considerations for deploying a turning angle estimation system in real-world clinical settings. However, some potential limitations and areas for future work are worth noting:

  • The study was conducted with a relatively small sample size, so further validation on larger and more diverse patient populations would be valuable.
  • The system was only evaluated on short, isolated turning tasks. Assessing its performance during more naturalistic, continuous mobility scenarios may uncover additional challenges.
  • The current approach relies on specialized wearable sensors. Exploring the use of more ubiquitous devices like smartphones could improve accessibility and adoption.
  • While the turning angle metric showed promise for assessing Parkinson's severity, integrating it with other quantitative mobility measures may provide a more comprehensive picture of disease state.

Overall, this research represents an important step towards practical, sensor-based tools for objectively monitoring Parkinson's disease progression. Continued refinement and validation of the turning angle estimation approach, along with exploration of broader applications, could yield valuable clinical insights and improved patient care.

Conclusion

The paper presents a novel system for estimating turning angles using wearable sensors and machine learning, with the goal of providing an objective metric to assess the severity of Parkinson's disease. By addressing key practical challenges, the researchers have developed a promising approach that could enhance clinicians' ability to monitor disease progression and guide treatment decisions. While further validation and refinement is needed, this work demonstrates the potential of quantitative mobility analysis to improve the management of Parkinson's and other neurological conditions.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Your Turn: Real-World Turning Angle Estimation for Parkinson's Disease Severity Assessment
Total Score

0

Your Turn: Real-World Turning Angle Estimation for Parkinson's Disease Severity Assessment

Qiushuo Cheng, Catherine Morgan, Arindam Sikdar, Alessandro Masullo, Alan Whone, Majid Mirmehdi

People with Parkinson's Disease (PD) often experience progressively worsening gait, including changes in how they turn around, as the disease progresses. Existing clinical rating tools are not capable of capturing hour-by-hour variations of PD symptoms, as they are confined to brief assessments within clinic settings. Measuring gait turning angles continuously and passively is a component step towards using gait characteristics as sensitive indicators of disease progression in PD. This paper presents a deep learning-based approach to automatically quantify turning angles by extracting 3D skeletons from videos and calculating the rotation of hip and knee joints. We utilise state-of-the-art human pose estimation models, Fastpose and Strided Transformer, on a total of 1386 turning video clips from 24 subjects (12 people with PD and 12 healthy control volunteers), trimmed from a PD dataset of unscripted free-living videos in a home-like setting (Turn-REMAP). We also curate a turning video dataset, Turn-H3.6M, from the public Human3.6M human pose benchmark with 3D ground truth, to further validate our method. Previous gait research has primarily taken place in clinics or laboratories evaluating scripted gait outcomes, but this work focuses on free-living home settings where complexities exist, such as baggy clothing and poor lighting. Due to difficulties in obtaining accurate ground truth data in a free-living setting, we quantise the angle into the nearest bin $45^circ$ based on the manual labelling of expert clinicians. Our method achieves a turning calculation accuracy of 41.6%, a Mean Absolute Error (MAE) of 34.7{deg}, and a weighted precision WPrec of 68.3% for Turn-REMAP. This is the first work to explore the use of single monocular camera data to quantify turns by PD patients in a home setting.

Read more

8/27/2024

Beyond Gait: Learning Knee Angle for Seamless Prosthesis Control in Multiple Scenarios
Total Score

0

Beyond Gait: Learning Knee Angle for Seamless Prosthesis Control in Multiple Scenarios

Pengwei Wang, Yilong Chen, Wan Su, Jie Wang, Teng Ma, Haoyong Yu

Deep learning models have become a powerful tool in knee angle estimation for lower limb prostheses, owing to their adaptability across various gait phases and locomotion modes. Current methods utilize Multi-Layer Perceptrons (MLP), Long-Short Term Memory Networks (LSTM), and Convolutional Neural Networks (CNN), predominantly analyzing motion information from the thigh. Contrary to these approaches, our study introduces a holistic perspective by integrating whole-body movements as inputs. We propose a transformer-based probabilistic framework, termed the Angle Estimation Probabilistic Model (AEPM), that offers precise angle estimations across extensive scenarios beyond walking. AEPM achieves an overall RMSE of 6.70 degrees, with an RMSE of 3.45 degrees in walking scenarios. Compared to the state of the art, AEPM has improved the prediction accuracy for walking by 11.31%. Our method can achieve seamless adaptation between different locomotion modes. Also, this model can be utilized to analyze the synergy between the knee and other joints. We reveal that the whole body movement has valuable information for knee movement, which can provide insights into designing sensors for prostheses. The code is available at https://github.com/penway/Beyond-Gait-AEPM.

Read more

4/11/2024

AI WALKUP: A Computer-Vision Approach to Quantifying MDS-UPDRS in Parkinson's Disease
Total Score

0

AI WALKUP: A Computer-Vision Approach to Quantifying MDS-UPDRS in Parkinson's Disease

Xiang Xiang, Zihan Zhang, Jing Ma, Yao Deng

Parkinson's Disease (PD) is the second most common neurodegenerative disorder. The existing assessment method for PD is usually the Movement Disorder Society - Unified Parkinson's Disease Rating Scale (MDS-UPDRS) to assess the severity of various types of motor symptoms and disease progression. However, manual assessment suffers from high subjectivity, lack of consistency, and high cost and low efficiency of manual communication. We want to use a computer vision based solution to capture human pose images based on a camera, reconstruct and perform motion analysis using algorithms, and extract the features of the amount of motion through feature engineering. The proposed approach can be deployed on different smartphones, and the video recording and artificial intelligence analysis can be done quickly and easily through our APP.

Read more

4/3/2024

Benchmarking Skeleton-based Motion Encoder Models for Clinical Applications: Estimating Parkinson's Disease Severity in Walking Sequences
Total Score

0

Benchmarking Skeleton-based Motion Encoder Models for Clinical Applications: Estimating Parkinson's Disease Severity in Walking Sequences

Vida Adeli, Soroush Mehraban, Irene Ballester, Yasamin Zarghami, Andrea Sabo, Andrea Iaboni, Babak Taati

This study investigates the application of general human motion encoders trained on large-scale human motion datasets for analyzing gait patterns in PD patients. Although these models have learned a wealth of human biomechanical knowledge, their effectiveness in analyzing pathological movements, such as parkinsonian gait, has yet to be fully validated. We propose a comparative framework and evaluate six pre-trained state-of-the-art human motion encoder models on their ability to predict the Movement Disorder Society - Unified Parkinson's Disease Rating Scale (MDS-UPDRS-III) gait scores from motion capture data. We compare these against a traditional gait feature-based predictive model in a recently released large public PD dataset, including PD patients on and off medication. The feature-based model currently shows higher weighted average accuracy, precision, recall, and F1-score. Motion encoder models with closely comparable results demonstrate promise for scalability and efficiency in clinical settings. This potential is underscored by the enhanced performance of the encoder model upon fine-tuning on PD training set. Four of the six human motion models examined provided prediction scores that were significantly different between on- and off-medication states. This finding reveals the sensitivity of motion encoder models to nuanced clinical changes. It also underscores the necessity for continued customization of these models to better capture disease-specific features, thereby reducing the reliance on labor-intensive feature engineering. Lastly, we establish a benchmark for the analysis of skeleton-based motion encoder models in clinical settings. To the best of our knowledge, this is the first study to provide a benchmark that enables state-of-the-art models to be tested and compete in a clinical context. Codes and benchmark leaderboard are available at code.

Read more

5/31/2024