Skip to content

avakanski/A-Deep-Learning-Framework-for-Assessing-Physical-Rehabilitation-Exercises

Repository files navigation

A-Deep-Learning-Framework-for-Assessing-Physical-Rehabilitation-Exercises

PWC arXiv

The codes in this repository are based on the eponymous research project A Deep Learning Framework for Assessing Physical Rehabilitation Exercises. The proposed framework for automated quality assessment of physical rehabilitation exercises encompasses metrics for quantifying movement performance, scoring functions for mapping the performance metrics into numerical scores of movement quality, techniques for dimensionality reduction, and deep neural network models for regressing quality scores of input movements via supervised learning.

Data

UI-PRMD dataset of rehabilitation movements is used. It contains full-body skeletal joint displacements for 10 movements performed by 10 healthy subjects. The codes employ 117-dimensional skeletal angles acquired with a Vicon optical tracker for the deep squat exercise. The subset of movement data used in the paper can be downloaded from the "Reduced Data Set" section on the website.

Neural Network Codes

The codes were developed using the Keras library.

  • SpatioTemporalNN_Vicon - the proposed deep spatio-temporal model in the paper.
  • CNN_Vicon - a basic convolutional neural network for predicting movement quality scores.
  • RNN_Vicon - a basic recurrent neural network for predicting movement quality scores.
  • Autoencoder_Dims_Reduction - a model for reducing the dimensionality of Vicon-captured movement data.
  • SpatioTemporalNN_Kinect - implementation of the proposed deep learning model for predicting quality scores on Kinect-captured data.

Distance Functions

The codes were developed using MATLAB.

  • Maximum Variance - distance functions on reduced-dimensionality data using the maximum variance approach.
  • PCA - distance functions on reduced-dimensionality data using PCA.
  • Autoencoder - distance functions on reduced-dimensionality data using an autoencoder neural network.
  • No Dimensionality Reduction - distance functions on full-body skeletal data (117 dimensions).

Please see the List of Files and Functions document for a complete list and brief descriptions of all files in the repository.

Use

  • Run "Prepare_Data_for_NN" to read the movements data, and perform pre-processing steps, such as length alignment and centering. Alternatively, skip this step, the outputs are saved in the Data folder (Data_Correct.csv and Data_Incorrect.csv).
  • Run "Autoencoder_Dims_Reduction" to reduce the dimensionality of the movement data. Alternatively, skip this step, the outputs are saved in the Data folder (Autoencoder_Output_Correct.csv and Autoencoder_Output_Incorrect.csv).
  • Run "Prepare_Labels_for_NN" to generate quality scores for the individual movement repetitions. Alternatively, skip this step, the outputs are saved in the Data folder (Labels_Correct.csv and Labels_Incorrect.csv)
  • Run "SpatioTemporalNN_Vicon" to train the model and predict movement quality scores on the Vicon-captured movement data.
  • Run "SpatioTemporalNN_Kinect" to train the model and predict movement quality scores on Kinect-captured movement data.

A slightly different version of the codes with verified reproducibility is also published on Code Ocean and can be accessed via the following link: https://codeocean.com/capsule/7213982/tree/v3

Citation

If you use the codes or the methods in your work, please cite the following article:

@ARTICLE{Liao2020,
title={A Deep Learning Framework for Assessing Physical Rehabilitation Exercises},
author={Liao, Y. and Vakanski, A. and Xian, M.},
journal={IEEE Transactions on Neural Systems and Rehabilitation Engineering}, 
year={2020},
month={Feb.},
volume={28},
number={2}
pages={468-477},
}

License

MIT License

Acknowledgments

This work was supported by the Institute for Modeling Collaboration and Innovation (IMCI) at the University of Idaho through NIH Award #P20GM104420.

Contact or Questions

A. Vakanski, e-mail: vakanski at uidaho.edu.

About

A framework for quality assessment of exercises in physical rehabilitation based on skeletal joint displacements collected with a motion capture system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published