Next Article in Journal
Review of Trackside Monitoring Solutions: From Strain Gages to Optical Fibre Sensors
Next Article in Special Issue
A Robust Wireless Sensor Network Localization Algorithm in Mixed LOS/NLOS Scenario
Previous Article in Journal
Ag-Modified In2O3/ZnO Nanobundles with High Formaldehyde Gas-Sensing Performance
Previous Article in Special Issue
Selective Surface Acoustic Wave-Based Organophosphorus Sensor Employing a Host-Guest Self-Assembly Monolayer of β-Cyclodextrin Derivative
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Framework to Automate Assessment of Upper-Limb Motor Function Impairment: A Feasibility Study

1
Epic Systems Corporation, 1979 Milky Way, Verona, WI 53705, USA
2
Department of Robotics Engineering, DGIST, 333 Techno jungang-daero, Hyeonpung-myeon, Dalseong-gun, Daegu 42988, Korea
3
Department of Information and Communication Engineering, DGIST, 333 Techno jungang-daero, Hyeonpung-myeon, Dalseong-gun, Daegu 42988, Korea
*
Authors to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2015, 15(8), 20097-20114; https://0-doi-org.brum.beds.ac.uk/10.3390/s150820097
Submission received: 30 June 2015 / Revised: 5 August 2015 / Accepted: 7 August 2015 / Published: 14 August 2015
(This article belongs to the Special Issue Integrated Intelligent Sensory Systems with Self-x Capabilities)

Abstract

:
Standard upper-limb motor function impairment assessments, such as the Fugl-Meyer Assessment (FMA), are a critical aspect of rehabilitation after neurological disorders. These assessments typically take a long time (about 30 min for the FMA) for a clinician to perform on a patient, which is a severe burden in a clinical environment. In this paper, we propose a framework for automating upper-limb motor assessments that uses low-cost sensors to collect movement data. The sensor data is then processed through a machine learning algorithm to determine a score for a patient’s upper-limb functionality. To demonstrate the feasibility of the proposed approach, we implemented a system based on the proposed framework that can automate most of the FMA. Our experiment shows that the system provides similar FMA scores to clinician scores, and reduces the time spent evaluating each patient by 82%. Moreover, the proposed framework can be used to implement customized tests or tests specified in other existing standard assessment methods.

1. Introduction

The prevalence of neurological disorders, such as stroke, cerebral palsy, and multiple sclerosis, has been rapidly increasing. For example, strokes affect up to 0.3% of the population every year in many countries [1], and is regarded as a typical target for motor recovery efforts because it substantially impacts patients’ quality of life.
Due to the large population of patients and the issue of medical costs, clinicians have a limited amount of intervention time that they can spend with each patient. Patient assessment is essential not only to quantify the severity of motor impairment, but to perform effective intervention as part of the process of recovery. Upper-limb motor impairment assessment is a time consuming process that must be done in person. For example, the Fugl-Meyer Assessment (FMA) [2], which is one of the most widely utilized clinical instruments for assessment, consists of 33 tests for the upper-limbs, where the clinician asks a patient to perform a series of pre-defined movements. It takes at least 30 min for a clinician to perform for each patient [2]. The Wolf Motor Function Test (WMFT) [3], Action Research Arm Test (ARAT) [4], and the NIH Stroke Scale (NIHSS) [5], and other assessment methods similar to the FMA also consist of many tests that are each rated according to the patient’s upper-limb motor functionality. Each of these tests also takes too much time to fully perform in clinical setting.
As a solution to the problem above, upper-limb motor impairment assessments need to be automated. Since automated assessments save time for clinicians, it also reduces medical costs by allowing clinicians to use their time more efficiently. In addition, this could make upper-limb assessment more frequent, resulting in better quality of patient care.
Several studies have been attempted to implement automated assessment systems. One study focused on the feasibility of automating FMA, but it required large and expensive setups, such as robotic arms, motion capture system, and EMG sensors [6], which are not suitable for a clinical setting. Another approach was to use accelerometers and a regression algorithm for the automated assessment [7]. Despite the low-cost setup and feasible assessment results, it could only automate a very small number of FMA tests (four out of 33 tests) due to the limited data acquired by the accelerometers [7]. The body-worn accelerometer has also been used to quantitatively index upper-limb motor function [8]. Recently, one study used a motion capture sensor, the Microsoft Kinect, with Principal Component Analysis (PCA) to automate assessment of some upper-limb movements which are part of FMA and ARAT [9], but still had much room for improvement for clinical use. The limitations of the Kinect sensor and PCA algorithm significantly reduced the number of FMA tests implemented. Moreover, the level of automation was not appropriate for a hospital setting, since a lot of the sensor data processing was not done in real-time.
This paper proposes a system framework that can be used to create a novel automated upper-limb assessment procedure as a time/cost saving measure for clinicians. The framework uses multiple low-cost sensors to reduce implementation cost and to collect enough sensor data to monitor various upper-limb movements. In order to score movements with the collected data (classification), we use machine learning algorithms because they work well with multi-sensor data for classification and are more extendable than the currently existing systems mentioned in terms of supporting new upper-limb movements. The framework also supports guidance materials to help patients perform the pre-defined upper-limb movements for the assessment without a clinician present, such as video instructions. This guidance is essential for improving the level of automation required for achieving the goal of a fully automated platform in a clinical setting. To demonstrate the feasibility of the proposed framework, we implemented a system based on the framework that can automate a large number of FMA tests. Through pilot experiments with eight healthy subjects and two stroke patients, we evaluated the accuracy and time efficiency of the system.

2. The Proposed Framework

The proposed framework is an outline that uses sensor data from low-cost sensors to collect data from patient movements. The sensor data is then processed and classified in order to generate a score of the patent movement for upper-limb assessment. An illustration of this design is shown in Figure 1. Typically, this framework will be used to develop systems deployed in a relatively controlled setting in a hospital. The possible scenario is as follows: The patient sits in a chair with sensors (i.e., a motion sensor positioned in front of the patient who wears a glove sensor) and a user interface. The user interface instructs the patient to perform a test movement (likely by displaying a video as shown in Figure 2). While performing the movement, the system collects sensor data and scores it. The use of this system would result in more frequent and cost-effective patient assessments.
The scoring function of the proposed framework can be broken down into four main parts: Sensor data collection, sensor data pre-processing, feature extraction from the sensor data, and machine learning classification on the extracted features. As the patient performs a test movement, he/she is monitored by one or more sensors. After the test movement is finished, the sensor data is retrieved by the main program, which performs some pre-processing on the sensor data to make it more manageable for further processing. The next stage is to extract features from the data, which must represent meaningful information about the test movement (such as joint angles, etc.). Once these features are extracted, they can be used as inputs to a machine learning algorithm, which classifies the movement as one of a discrete number of classes. The classification is then used to define the score of the test movement. These stages are described in further detail in the following subsections.
Figure 1. An illustration of the flow of execution for a system designed by the proposed framework.
Figure 1. An illustration of the flow of execution for a system designed by the proposed framework.
Sensors 15 20097 g001
Figure 2. Example frames from an instruction video that is displayed to subjects. They are expected to follow along to perform each test movement.
Figure 2. Example frames from an instruction video that is displayed to subjects. They are expected to follow along to perform each test movement.
Sensors 15 20097 g002

2.1. Sensors

The first stage of the framework is to obtain information about patients performing test movements through sensors. This involves deciding which sensors to use. Since all conventional upper-limb assessments are mainly based on gesture recognition by a clinician, we opted to start with the Microsoft Kinect sensor. The Kinect has proven to be one of the most promising sensors for general gesture recognition due to its relatively cheap cost and its ability to detect the limb movements of up to two people simultaneously with reliable accuracy. Multiple studies have shown that the Kinect can be used to distinguish between different human poses successfully [10,11], to monitor gait [12] and to detect specific actions, such as falling or performing aggressive actions [13,14]. Moreover, several studies have implemented systems that utilized the Kinect for stroke patient rehabilitation [15,16,17,18]. The Kinect, shown in Figure 3a, can accurately track joint positions of a patient in 3D space, which makes it very useful for various upper-limb assessments. It can be used with the Kinect SDK, which provides functionality to access skeleton data (joint position data) from the depth sensor, the video feed, and the microphone (which includes speech recognition capability). The Kinect offers a convenient method for identifying features specified in standard evaluations, such as joint angles.
One core idea of the proposed framework is to combine Kinect data with sensor data from other sensors for better automated upper-limb assessment. The idea comes from the following disadvantages with the Kinect:
(1)
It is unable to detect more subtle movements such as twisting motions (supination and pronation), and shakiness, which are essential for upper-limb assessment.
(2)
Its readings can be noisy and inaccurate when there is any level of occlusion. Moreover, the readings are problematic for patients bound to a wheelchair. Since the Kinect uses infrared readings, it does not have the ability to measure many details that can be observed through a video feed. From the Kinect’s perspective, an armrest of the wheelchair can look very similar to an arm, so it has difficulty distinguishing a patient’s arm from the armrest.
(3)
It can be inaccurate at tracking hand position, and does not currently support finger tracking. Hand function is important for upper-limb motor function.
Figure 3. The main sensors we used to record movement with our system. The Kinect in (a) and the inertial measurement unit in (b) can be used for motion capture, the glove in (c) can monitor the state of the hand and fingers, and the pressure sensor in (d) can be used to measure grip strength.
Figure 3. The main sensors we used to record movement with our system. The Kinect in (a) and the inertial measurement unit in (b) can be used for motion capture, the glove in (c) can monitor the state of the hand and fingers, and the pressure sensor in (d) can be used to measure grip strength.
Sensors 15 20097 g003
In order to overcome the limitations above, we opted to use a Shimmer inertial measurement unit (IMU, Shimmer, Dublin, Ireland) as shown in Figure 3b and/or a glove sensor (DG5-VHand glove 3.0, DGTech, Bazzano, Italy) as shown in Figure 3c. These sensors have been used for gesture recognition with success [19,20,21,22]. Moreover, IMUs have been used with the Kinect to track upper-limb movement accurately [23,24]. The IMU, which contains 3D accelerometer and 3D gyroscope, can get movement information, such as linear acceleration, linear speed (by integrating linear acceleration), angular speed, and length of a movement (by checking speed calculated). By strapping the IMU to a patient’s wrists or to the back of their hands, we found IMUs useful for detecting supination, pronation, wrist circumduction, and shakiness by using the movement information obtained. The glove sensor contains flexion sensors sewn along the fingers. The flexion sensors allow the glove to detect how far each finger is bent. This information is useful for detecting finger flexion, finger extension, and grasping movements.
The final sensor that we investigated for use is a pressure sensor (FSR 400 series, Interlink Electronics, Westlake Village, CA, USA) shown in Figure 3d, which we used to measure patient grip strength. While the sensors that we outlined in this section can cover a wide variety of movements in many clinical instruments for the assessment, more sensors can be added to further extend coverage.
Each sensor that interfaces with the system is driven by a separate program that provides a layer of abstraction. The sensor interfaces contain the routines for collecting data from the sensor and formatting it. These interfaces then connect to the main system via a socket. This allows the main system to simply send a signal to each sensor interface to start recording or to stop recording and request the sensor data. These sensor interfaces follow a simple template that sets up the socket interface with the main system. This modularity provides the benefit of making it easy for a designer to add additional sensors.

2.2. Data-Preprocessing

As the sensors record the patient’s movements in the previous stage, several factors introduce noise into the sensor data. Occlusion, which is when something blocks the view of whatever the camera is trying to observe, causes a significant amount of noise in the Kinect, while inadvertent shaking in the patient’s arms may cause IMU data to appear noisy. Another issue with the sensor data is the amount of variability in patient movements, such as speed of the movement. Hence, pre-processing on the sensor data is necessary before we can extract useful information from it. We have implemented pre-processing routines that we have found to be commonly needed for Kinect data and IMU data.
Our primary focus for the Kinect data was to remove the speed of the movement as a factor that may affect the scoring. In all clinical instruments for upper-limb assessment, the speed is typically not a measure to evaluate patient’s motor function. Since people perform movements at different speeds, we increased or decreased the speed of the movement so that movements from different people would appear to happen at the same speed. This was accomplished by scanning the set of Kinect skeleton frames and calculating the distance that the wrist had traveled between each frame. We used the wrist as the point of reference for movement speed because the wrist is the furthest extremity of the upper body that we could measure without too much noise; the wrist moved the furthest distance compared to the other joints. For adjacent frames where there was not a significant amount of movement, the routine deletes a number of the frames. After this step, when the frames are played back, the skeleton frames appear to represent a sped-up movement with relatively uniform speed throughout the movement. The next step is to set the total number of frames to a constant number (a specified value for each test movement). This is done by determining the number of frames that need to be added or removed. Then, frames are either removed or repeated at even intervals.
Other Kinect routines include a routine for representing a limb as a normalized 3D vector and a routine for calculating the angle of a joint. These routines are discussed in further detail in Section 2.3. We also implemented a routine to analyze a set of skeleton frames and identify the frame in which the wrist is at the highest or lowest point. This can be useful for scoring many movements such as shoulder or elbow flexion, where we want the system to observe how high the patient can raise their hand while flexing the appropriate muscles.
For the IMU, one of the most frequent routines we used was median filtering. Median filtering [25] is a simple approach that smooths the accelerometer and gyroscope readings to enable further pre-processing to be performed. After this, we created a routine to identify the range of twisting motions. This routine could be used to calculate the range of supination, pronation, and wrist circumduction.
Other sensors can reuse many of the pre-processing routines that we have implemented, but they will often require additional pre-processing routines to allow for feature extraction. Our gloves and pressure sensor used the same median filtering routine as the IMU, but included extra test-specific pre-processing such as calculating average sensor values.

2.3. Feature Extraction

The pre-processing phase of the proposed framework opens up the ability to more easily extract relevant features from the sensor data. Features should represent meaningful information that can be used to differentiate between the different classes of data. For instance, if we design a system that determines a person’s pose, we may attempt to extract features such as the positions of the arms and legs relative to the rest of the body, since this may be enough information to determine one of a few different possible poses. This feature data is used as input to the classification algorithm, which decides the final movement score based on the feature values.
Feature extraction routines are unique for each test movement. This is because different movements have different requirements for obtaining each possible score. For example, testing for the ability to flex the biceps requires us to look at a subject’s elbow joint angle, while testing for the ability to supinate the wrist require us to focus on the subject’s wrist. Despite this, most routines for the test movements re-use a common set of features. An example of this would be elbow flexion and elbow extension, which both look at the elbow joint angle. We have created a set of feature extraction routines that each provide information about an upper body feature. To add support for additional tests, an additional feature extraction routine must be created for the system to handle that specific case. This can generally be done by using a combination of the feature extraction routines that we present in the following paragraphs.
From Kinect data, the main features that may present interest for automating test cases are limb orientations and joint angles. Limb orientations are calculated by representing the two adjacent joints as a 3D vector. This vector is normalized to remove the slight amount of variation that may occur from noise or differing heights among patients. Joint angles are calculated by using the dot product of the 3D vectors of the adjacent limbs, as follows:
θ = arccos ( S T · I ) = arccos [ ( s 1 i 1 ) + ( s 2 i 2 ) + ( s 3 i 3 ) ]
where S = [ s 1   s 2   s 3 ] and I = [ i 1   i 2   i 3 ] denote the 3D vectors of the superior limb and the inferior limb, respectively. The typical features extracted from Kinect data are illustrated in Figure 4. To calculate the elbow angle shown in Figure 4, the upper arm SE would be the superior joint S while the forearm EW would be the inferior joint I.
For the IMU, the most common type of movement for which we gathered features were supination and pronation. This is because there are multiple tests that require these types of movements in different poses. To measure this type of movement, the IMU is attached to the wrist, positioned similarly to a wristwatch. As the supination or pronation occurs, the Z accelerometer readings appear as shown in Figure 5, mainly due to gravity. The range of supination or pronation was determined by smoothing the sensor readings with median filtering and using the difference of the maximum and minimum sensor value from the movement. This routine is also useful for detecting the range of wrist circumduction and dorsiflexion. Another routine that we implemented was to check the shakiness of a movement by comparing the IMU data with the smoothed (via median filtering) version of itself. Specifically, we gathered accelerometer readings of such movements, which appeared to be much less smooth for shaky movements than for smoother movements. The overall sum of the differences between these data sets results in a higher value for more shaky movements and a lower value for smoother movements. The third routine we implemented was to determine the amount of movement that occurred for a test movement, measured at the wrist. This is necessary for test movements where there is slight occlusion from the Kinect. To do this, the routine gathers gyroscope readings from the movement and establishes the resting value, or the value of the readings when there is no movement. The routine then integrates over the readings that appear above this line, resulting in a higher value for gyroscope readings with more movement.
Figure 4. A depiction of the skeleton data gathered by the Kinect with the features we extracted from that data. The limbs between the neck (N), the shoulder (S), the elbow (E), and wrist (W) are converted to 3D unit vectors. The elbow angle is calculated based on the vectors of the forearm and upper arm.
Figure 4. A depiction of the skeleton data gathered by the Kinect with the features we extracted from that data. The limbs between the neck (N), the shoulder (S), the elbow (E), and wrist (W) are converted to 3D unit vectors. The elbow angle is calculated based on the vectors of the forearm and upper arm.
Sensors 15 20097 g004
Figure 5. Z-axis accelerometer readings when subject’s elbow supination/pronation movement occur. (a) Supination (b) Pronation
Figure 5. Z-axis accelerometer readings when subject’s elbow supination/pronation movement occur. (a) Supination (b) Pronation
Sensors 15 20097 g005
The glove and pressure sensors required very basic feature extraction routines. For the glove sensor, our routines find the point where the fingers are most flexed or extended (depending on the test being performed). The features are simply the sensor values that appear at this point. For the pressure sensor, the feature extracted is the maximum value that appears in the list after smoothing.
In summary, the feature extraction routines that we created are briefly outlined in Table 1. As stated previously, the routines that gather extracted features for each test movement combine data from the feature extraction routines outlined in this section. The features from these feature extraction routines are added to a list that is then used as the input to the machine learning algorithm. For example, if we wanted to measure a joint angle and two limb orientations for a particular frame as the feature set for a test movement, it would have seven dimensions: One joint angle and two sets of 3-dimensional vectors representing each limb orientation. It is worth noting that all pre-processing and feature extraction routines mentioned in this paper have been fully automated and designed to run in real-time. The run time for the entire process of pre-processing sensor data, extracting features, and classification took between 0.7 and 1.5 s.
Table 1. An outline of the feature extraction routines implemented to analyze upper limb movement.
Table 1. An outline of the feature extraction routines implemented to analyze upper limb movement.
FeatureDimensionsFeature Values
Limb orientation3X,Y,Z unit vector indicating the direction the limb is pointing
Joint Angle1Angle of the joint in radians
Supination and Pronation1Difference between max and min values of the Z accelerometer
Movement smoothness1Difference between movement accelerometer readings and the smoothed readings
Amount of movement1Integral of gyroscope readings for the movement
Grip strength1Maximum sensor value after smoothing
Finger Flexion and Extension5Maximum sensor values for each flexion sensor after smoothing

2.4. Data Classification

The features extracted from the sensor data can be used as input into a classification algorithm. One of the most popular machine learning algorithms used for gesture recognition is the Support Vector Machine (SVM) [26], which is a statistical machine learning algorithm that can be used to classify linear data. SVM also supports nonlinear data classification by using a kernel function to map nonlinear data into a higher dimensional feature space, which can make it possible to perform linear separation.
Another popular machine learning algorithm for this type of application is the artificial neural network, or a specific type called a Backpropagation Neural Network (BNN) [27]. They consist of a network of interconnected neurons that are divided into three layers: The input layer, hidden layer, and output layer. There is a weighted connection between each node and every node on an adjacent layer. To obtain the result of a classification, feature data is placed into the input layer and “fed forward” to get an output from the output layer. The primary challenge of using artificial neural networks is to adjust the weights and biases through training to produce meaningful output for any input. A common approach to do this is Backpropagation, an iterative algorithm that uses the gradient descent algorithm on the neural network’s error function to adjust the weights and biases.
We opted to investigate machine learning algorithms because despite the training and testing process, the algorithms can be reused for multiple tests without going through heavy re-implementation. The SVM and BNN machine learning algorithms have been demonstrated to work with similar sensor data in many previous works [11]. We chose to demonstrate these two algorithms to see if there was a significant difference in accuracy with classifiers that used different approaches (statistical classification vs. neural network). The only test-specific changes to make are the features to investigate, which affects the number of input and hidden layer nodes in the BNNs. This is an advantage over approaches that may require a different algorithm to be created for every single test movement. For example, the authors in [9] implemented a different approach to the automation of stroke assessment by using PCA to construct joint angle profiles. Machine learning provides a much more generalized approach that broadens the features from sensor data that can be incorporated into an assessment and extended without having a significant impact on complexity. Another advantage of using such classification algorithms is that the standard evaluations we are aiming to automate apply scores from a discrete set of possible values (such as 0, 1, and 2 for the FMA). Each of these possible values can easily translate to a class label of any classification algorithm.

3. Feasibility Evaluation

3.1. FMA Implementation

To demonstrate the feasibility of using the proposed framework to create a working automated assessment system, we implemented a system that focuses on automating the FMA. The FMA consists of 33 upper-limb motor tests, where the clinician asks a patient to perform a movement. As the patient performs each movement the clinician scores the movement according to the following guidelines:
  • 0: the patient cannot perform the movement at all;
  • 1: the patient can perform the movement partially;
  • 2: the patient can perform the movement faultlessly.
As the patient performs each test movement, the scores are added up to give an overall score that represent the patient’s level of limb motor function impairment.
Based on the proposed framework, the system we developed works with the Kinect, the glove sensor (which includes an IMU), and a pressure sensor. The Kinect records data at 30 Hz and connects to a computer via USB. It is positioned approximately 1.5 m in front of the subject. The glove sensor which was worn by the subject’s hand collects data through USB at 100 Hz. The pressure sensor that was placed on a table within reach of the subject measures the subject’s grip strength by using Arduino board at 30 Hz. Our implementation of the automated FMA, as displayed in Figure 6, follows the standard outlined in [28]. Based on the user interface (Figure 6), the user selects which test movement to perform, and is presented with video instructions for performing them. Recording is then started by a voice command and stops when the application automatically detects that the user has finished moving. The sensor data is then classified through SVM to obtain a final score, which is displayed by the application (Figure 6).
Our system can automate 24 out of the 33 (about 73%) upper-limb tests of the FMA, as summarized in Table 2. The tests that we did not support include movements that could not be measured with the sensors outlined in this paper, or were tests that require reflex activity, because those tests require some form of actuation. The feature extraction routines for these tests are all a combination of one or more of the routines mentioned in Section 2.3. Due to the different requirements for each test to be measured, each test requires a different SVM with its own training instances. The training and testing data was not scaled because we found that in our case, this had no impact on accuracy. Each of these SVMs performed best with a linear kernel. In general, when determining the number of SVM training instances, we found that the system presented the highest accuracy when we had five training instances for each possible score for each test. Note that the accuracy is defined as percentage of test movements that were classified accurately. When we used more than five training instances, the accuracy slightly decreased, which is likely a result of overfitting [29]. Overfitting is when an SVM is unable to accurately distinguish between test instances due to noise. This can happen if the model is complex and contains a lot of features, as is the case in our implementation. Figure 7 illustrates the effect of the number of training examples on the overall accuracy of our system.
Figure 6. The primary user interface for our system, which shows a graphical representation of the Kinect’s sensor data.
Figure 6. The primary user interface for our system, which shows a graphical representation of the Kinect’s sensor data.
Sensors 15 20097 g006
Table 2. The FMA tests supported by our implementation of an automated assessment system.
Table 2. The FMA tests supported by our implementation of an automated assessment system.
CategoryMovement
ShoulderAbduction
Ext. Rotation
Abduction 0–90°
Flexion 0–90°
Flexion 90–180°
ElbowFlexion
Extension
Pro/Supination at 0°
Pro/Supination at 90°
ForearmSupination
Pronation
HandFinger mass flexion
Finger mass Extension
Grasp a
Grasp b
Grasp c
Grasp d
Grasp e
WristFlex/Extension with elbow at 90°
Flex/Extension with elbow at 0°
Circumduction
Coordination/SpeedTremor
Speed
Figure 7. The accuracy of our classifiers given the number of training examples.
Figure 7. The accuracy of our classifiers given the number of training examples.
Sensors 15 20097 g007

3.2. Protocol

In order to evaluate the basic accuracy of our implementation, an experiment with healthy subjects were conducted. Eight healthy volunteers (seven men, one woman) ranging in age from 24 to 30 years participated in the experiment. They were seated in front of the Kinect in a chair without armrests while wearing the glove sensor. We asked them to perform each test movement three times: once where they didn’t perform the movement at all, once where they performed the movement partially, and once where they performed the movement faultlessly. This was to simulate different levels of motor function (score 0, 1, and 2 of FMA) for performing the test movements.
To test accuracy, we ran this data through our classifier using training data generated by one healthy volunteer. For this test, we used five training examples for each class of each test (15 training examples per test). Since we used a publicly available SVM library, LIBSVM [30], the SVM classifiers were trained with default settings from LIBSVM, with the exception of using a linear kernel function instead of the default polynomial kernel function. We then ran tests with the same kernel function where we diversified the training data with v-fold cross validation [31]. This was done by using data from one volunteer as a testing instance while using the data from the rest of the volunteers as training instances. This was repeated for each volunteer. We ran the same tests with our BNN classifiers using both v-fold cross validation and accuracy testing with five training instances.
To further evaluate the feasibility of our implementation, we conducted a comparison experiment with actual stroke patients. Two post stroke patients (two men, 45 and 62 years old) who do not have cognitive impairment (mini-mental state examination > 24) participated in the experiment. They gave signed informed consent approved by the DGIST IRB prior to the experiment. After installing/attaching sensors, the patients were asked to perform the FMA by using the developed system; for each test of FMA, video instructions were provided in advance, and they did their best to follow the instructions. The system recorded the patients’ data in the presence of a well-experienced clinician (occupational therapist) who also scored the test movements herself. Using data from healthy subjects as training data for the classifier (obtained from the experiment with healthy subjects above), the system rated each movement of the FMA test. To evaluate accuracy, the scores from the automated assessment system were compared with the scores obtained by the clinician. After finishing all supported automated FMA tests (25 tests summarized in Table 2), the remainder (eight tests) were performed by the clinician without the system, and the time duration spent for the remainder was measured to evaluate how much time the system would save for the clinician.

4. Results

In the previously mentioned experiment, we tested two machine learning algorithms on the data from healthy volunteers: SVM and BNN. The LIBSVM for the SVM classification uses the “one-vs-all” approach for multi-label classification [30]. For BNN classification, we implemented a simple 3-layer neural network. As with SVM, we set up a separate BNN for each test movement. The number of input nodes was equal to the number of features and all networks had three output nodes. The scores were determined by which output node had the highest value. The number of hidden nodes was generally set to a number about halfway between the number of input nodes and output nodes.
The experimental results with the SVM and BNN classifiers, which are represented as the percentage of test movements that were classified accurately, are summarized in Table 3. The accuracy in all cases reaches at least 75%. The results show that the proposed framework can feasibly be used to perform an automated assessment. It is noteworthy that the BNN classifier has better overall classification accuracy (about 93.1%) than the SVM classifier (about 86.1%). However, the difference between two is not statistically significant (p > 0.05).
Of two classifiers used above, we opted to use the SVM classifier for the latter experiment with stroke patients because of its ease of implementation and extendibility given the open source implementations of LIBSVM. The comparison results between the automated and the in-person assessments are summarized in Table 4. Compared with the results from the healthy subjects, the accuracy of the automated assessment slightly deteriorates (about 24%) with both patients. To further evaluate the clinical effect of degraded accuracy, we compared the final scores of the patient to the scores assigned by the clinician, which can be seen in Table 5. Despite the lower accuracy in each FMA test, the total scores of FMA obtained by the two assessments are quite similar (over 90% agreement).
After the supported automated assessment, the clinician conducted the assessment for the eight unsupported FMA tests, and it took 5 min on average. This result shows that the proposed framework would reduce the amount of time it takes to perform a patient assessment by about 82%.
Table 3. Result of scoring (classification) from healthy volunteers after they performed each test.
Table 3. Result of scoring (classification) from healthy volunteers after they performed each test.
SubjectSVMBNN
AccuracyV-Fold AccuracyAccuracyV-Fold Accuracy
193.65%90.48%95.24%96.83%
275.76%86.36%87.88%93.94%
384.85%89.39%93.06%95.83%
478.79%84.85%81.82%86.36%
589.23%90.77%83.10%88.73%
687.88%87.88%93.10%93.10%
795.65%89.39%96.00%93.33%
884.13%96.83%90.48%96.83%
Table 4. Results of scoring (classification) from stroke patients as compared to scores assigned by a clinician.
Table 4. Results of scoring (classification) from stroke patients as compared to scores assigned by a clinician.
PersonSVM Accuracy
P154.55%
P268.18%
Table 5. A comparison of the FMA scores assigned by our implemented system and the score assigned by the clinician.
Table 5. A comparison of the FMA scores assigned by our implemented system and the score assigned by the clinician.
PersonSVM ScoreClinician ScoreScore Accuracy
P1293096.67%
P2303390.91%

5. Discussion

The feasibility of the proposed framework was evaluated by implementing a system to automate FMA. The automated FMA was quite accurate with healthy subjects, but less accurate with post stroke patients. This is mainly because the training data used by the classifier in the system was collected from healthy subjects’ movements, not movements from stroke patients. The most promising method of increasing classification accuracy would be to collect movement data from stroke patients to use as training data. Another factor that impacted the final accuracy was that the clinician’s scores were used as ground truth. Since the FMA has been proven to have high inter-rater reliability [28,32], we only recruited one occupational therapist who is well-experienced in performing the FMA. However, more clinicians may allow for more rigorous accuracy analysis.
The proposed framework was designed to be used to create systems that will be deployed in relatively controlled settings in hospitals. Patients can schedule appointments to perform automated assessments with these systems. This would free up a lot of time for clinicians, since they would no longer have to perform the assessments themselves. The only step that would require the presence of a clinician would be to put the glove sensor onto the patient’s hand, which sometimes presents some difficulty due to lack of motor control in most patients’ hands. In our experience, this typically takes a negligible one or two minutes.
The sensors that we have investigated for the proposed framework are relatively cheap, which opens up the possibility for the framework to be deployed in-home environments [12,13]. Note that reliable person identification performance [33] would be required for the home environments with multiple people. This in-home assessment can further save time for clinicians as well as making things more convenient for patients. It also enables more frequent assessment that will allow clinicians to closely monitor patients remotely.
In the FMA case, we automated 25 out of the 33 upper-limb tests based on the proposed framework. The eight unsupported tests can be classified into two groups: external actuation group (biceps/triceps muscle reflex, normal reflex activity, and wrist stability at elbow 0°/90°) and fine motion group (shoulder retraction/elevation, dysmetria). The former group requires some kind of external actuation that cannot be provided by a sensor-based framework. A robotic device may be the solution, but it would significantly increase the cost and potentially reduce the time effectiveness of the automated assessment. The latter group is only feasible by adding several additional high-performance (potentially high-cost) sensors for measuring fine motions, and the use of such sensors also results in additional setup time. To maximize the cost/time-effectiveness with large coverage, we decided to cover 25 tests of FMA through the framework.
The design of the proposed framework also opens up the possibility for automating tests from other standard evaluation methods, such as the ARAT, WMFT, and NIHSS. Adding a new automated test to an existing system is a matter of creating a single feature extraction routine and generating training data. In addition to the type of automated tests, the framework allows for the customization to choose a machine learning classification algorithm. Our tests indicate statistically insignificant differences in accuracy with SVM and BNN, but other algorithms may also be applied and tested. This customizability allows the developer to create custom test sequences to monitor the conditions of their patients.
This paper is limited in that it used a small population of post stroke patients, thus training data from healthy volunteers was used to implement the automated FMA. Since this study was designed to show the feasibility of the proposed framework for the automated upper-limb assessment, we have started to collect training data from more stroke patients with a clinical partner. This planned study is meant to compare the in-person FMA and the automated FMA with a broader range of participants, including patients with more variable levels of upper limb impairment. Additional future plans include providing multi-modal instructions for subjects with cognitive impairment and considering safety issues to extend the proposed idea to an in-home assessment.

6. Conclusions

This paper proposed a novel framework for automating the assessment of upper-limb motor impairment. The main contribution of this work is to provide a framework that can be used to create a series of tests that can evaluate the upper-limb function of a patient without clinician supervision. Using this framework, we implemented a system that automates 73% of the upper limb portion of the FMA. The system implemented with our approach has an acceptable accuracy and can be used to save approximately 25 min per patient for clinicians. This framework allows stroke patients to be evaluated more frequently at lower cost.

Acknowledgments

The authors would like to thank all subjects and clinicians who volunteered for the study. Specifically, the authors would like to thank Dr. Yang Soo Lee, Hee Jung Yoon, and Ho-Kyeong Ra for their valuable supports. This research was supported in part by the DGIST R&D Program of the Ministry of Science, ICT and Future Planning (15-BD-0401) and Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education (2014R1A1A2059068). This research was also supported in part by the DGIST R&D Program of the Ministry of Science, ICT and Future Planning (CPS Global Center) and Global Research Laboratory Program (2013K1A1A2A02078326) through NRF.

Author Contributions

J.K. and S.H.S. designed and coordinated the study. P.O. proposed the framework, and implemented automated FMA based on the framework. All authors made the protocol for the pilot test. P.O. conducted the test, and analyzed the results. P.O. and J.K. drafted the manuscript. S.H.S. helped to revise the manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Thrift, A.G.; Cadilhac, D.A.; Thayabaranathan, T.; Howard, G.; Howard, V.J.; Rothwell, P.M.; Donnan, G.A. Global stroke statistics. Int. J. Stroke 2014, 9, 6–18. [Google Scholar] [CrossRef] [PubMed]
  2. Fugl-Meyer, A.R.; Jääskö, L.; Leyman, I.; Olsson, S.; Steglind, S. The post-stroke hemiplegic patient. 1. A method for evaluation of physical performance. Scand. J. Rehabil. Med. 1974, 7, 13–31. [Google Scholar]
  3. Wolf, S.L.; Lecraw, D.E.; Barton, L.A.; Jann, B.B. Forced use of hemiplegic upper extremities to reverse the effect of learned nonuse among chronic stroke and head-injured patients. Exp. Neurol. 1989, 104, 125–132. [Google Scholar] [CrossRef]
  4. Lyle, R.C. A performance test for assessment of upper limb function in physical rehabilitation treatment and research. Int. J. Rehabil. Res. 1981, 4, 483–492. [Google Scholar] [CrossRef] [PubMed]
  5. Brott, T.; Adams, H.; Olinger, C.P.; Marler, J.R.; Barsan, W.G.; Biller, J.; Spilker, J.; Holleran, R.; Eberle, R.; Hertzberg, V. Measurements of acute cerebral infarction: A clinical examination scale. Stroke 1989, 20, 864–870. [Google Scholar] [CrossRef] [PubMed]
  6. Yao, C.; Wang, Z.; Ji, L. A research on the feasibility of automatic fugl-meyer assessment for upper limb based on rehabilitation devices. In Proceedings of the 2nd International Convention on Rehabilitation Engineering & Assistive Technology, Bangkok, Thailand, 13–15 May 2008; pp. 126–129.
  7. Wang, J.; Yu, L.; Wang, J.; Guo, L.; Gu, X.; Fang, Q. Automated Fugl-Meyer Assessment using SVR model. In Proceedings of the IEEE International Symposium on Bioelectronics and Bioinformatics (ISBB), Chungli, Taiwan, 11–14 April 2014; pp. 1–4.
  8. Urbin, M.A.; Bailey, R.R.; Lang, C.E. Validity of Body-Worn Sensor Acceleration Metrics to Index Upper Extremity Function in Hemiparetic Stroke. J. Neurol. Phys. Ther. 2015, 39, 111–118. [Google Scholar] [CrossRef] [PubMed]
  9. Olesh, E.V.; Yakovenko, S.; Gritsenko, V. Automated assessment of upper extremity movement impairment due to stroke. PLoS ONE 2014, 9, e104487. [Google Scholar] [CrossRef] [PubMed]
  10. Biswas, K.; Basu, S.K. Gesture recognition using Microsoft Kinect R. In Proceedings of the 2011 5th International Conference on Automation, Robotics and Applications (ICARA), Wellington, New Zealand, 6–8 December 2011; pp. 100–103.
  11. Patsadu, O.; Nukoolkit, C.; Watanapa, B. Human gesture recognition using Kinect camera. In Proceedings of the 2012 International Joint Conference on Computer Science and Software Engineering (JCSSE), Bangkok, Thailand, 30 May–1 June 2012; pp. 28–32.
  12. Auvinet, E.; Multon, F.; Meunier, J. New Lower-Limb Gait Asymmetry Indices Based on a Depth Camera. Sensors 2015, 15, 4605–4623. [Google Scholar] [CrossRef] [PubMed]
  13. Gasparrini, S.; Cippitelli, E.; Spinsante, S.; Gambi, E. A Depth-Based Fall Detection System Using a Kinect® Sensor. Sensors 2014, 14, 2756–2775. [Google Scholar] [CrossRef] [PubMed]
  14. Nirjon, S.; Greenwood, C.; Torres, C.; Zhou, S.; Stankovic, J.A.; Yoon, H.J.; Ra, H.-K.; Basaran, C.; Park, T.; Son, S.H. Kintense: A robust, accurate, real-time and evolving system for detecting aggressive actions from streaming 3D skeleton data. In Proceedings of the 2014 IEEE International Conference on Pervasive Computing and Communications (PerCom), Budapest, Hungary, 24–28 March 2014; pp. 2–10.
  15. Pastor, I.; Hayes, H.A.; Bamberg, S.J. A feasibility study of an upper limb rehabilitation system using Kinect and computer games. In Proceedings of the Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), San Diego, CA, USA, 28 August–1 September 2012; pp. 1286–1289.
  16. Chang, Y.J.; Han, W.Y.; Tsai, Y.C. A Kinect-based upper limb rehabilitation system to assist people with cerebral palsy. Res. Dev. Disabil. 2013, 34, 3654–3659. [Google Scholar] [CrossRef] [PubMed]
  17. Galna, B.; Barry, G.; Jackson, D.; Mhiripiri, D.; Olivier, P.; Rochester, L. Accuracy of the Microsoft Kinect sensor for measuring movement in people with Parkinson’s disease. Gait Posture 2014, 39, 1062–1068. [Google Scholar] [CrossRef] [PubMed]
  18. Mobini, A.; Behzadipour, S.; Foumani, M.S. Accuracy of Kinect’s skeleton tracking for upper body rehabilitation applications. Disabil. Rehabil. Assist. Technol. 2014, 9, 344–352. [Google Scholar] [CrossRef] [PubMed]
  19. Gentner, R.; Classen, J. Development and evaluation of a low-cost sensor glove for assessment of human finger movements in neurophysiological settings. J. Neurosci. Methods 2009, 178, 138–147. [Google Scholar] [CrossRef] [PubMed]
  20. Subramanian, S.; Knaut, L.A.; Beaudoin, C.; MxFadyen, B.J.; Feldman, A.G.; Levin, M.F. Virtual reality environment for post-stroke arm rehabilitation. J. NeuroEng. Rehabil. 2007, 4. [Google Scholar] [CrossRef] [PubMed]
  21. He, Z. Accelerometer based gesture recognition using fusion features and SVM. J. Softw. 2011, 6, 1042–1049. [Google Scholar] [CrossRef]
  22. Tao, D.; Jin, L.; Wang, Y.; Li, X. Rank Preserving Discriminant Analysis for Human Behavior Recognition on Wireless Sensor Networks. IEEE Trans. Ind. Inform. 2014, 10, 813–823. [Google Scholar] [CrossRef]
  23. Tian, Y.; Meng, X.; Tao, D.; Liu, D.; Feng, C. Upper limb motion tracking with the integration of IMU and Kinect. Neurocomputing 2015, 159, 207–218. [Google Scholar] [CrossRef]
  24. Nyquist, H.; Gustafsson, F. A High-Performance Tracking System based on Camera and IMU. In Proceedings of the 16th IEEE International Conference on Information Fusion, Istanbul, Turkey, 9–12 July 2013; pp. 2065–2072.
  25. Huang, T.S. Two Dimensionul Digital Signal Processing II: Transforms and Median Filters; Springer-Verlag: New York, NY, USA, 1981. [Google Scholar]
  26. Cortes, C.; Vapnik, V. Support-vector network. Mach. Learn. 1995, 20, 273–297. [Google Scholar] [CrossRef]
  27. Werbos, P.J. Beyond Regression: New Tools for Prediction and Analysis in the Behavioral Sciences. Ph.D. Thesis, Harvard University, Cambridge, MA, USA, 1974. [Google Scholar]
  28. Sullivan, K.J.; Tilson, J.K.; Cen, S.Y.; Rose, D.K.; Hershberg, J.; Correa, A.; Gallichio, J.; McLeod, M.; Moore, C.; Wu, S.S.; et al. Fugl-meyer assessment of sensorimotor function after stroke standardized training procedure for clinical practice and clinical trials. Stroke 2011, 42, 427–432. [Google Scholar] [CrossRef] [PubMed]
  29. Dietrich, R.; Opper, M.; Sompolinsky, H. Statistical mechanics of support vector networks. Phys. Rev. Lett. 1999, 82, 2975–2978. [Google Scholar] [CrossRef]
  30. Chang, C.; Lin, C. LIBSVM: A library for support vector machines. ACM Trans. Intell. Syst. Technol. 2011, 2, 1–27. [Google Scholar] [CrossRef]
  31. Burman, P. A comparative study of ordinary cross-validation, v-fold cross-validation and the repeated learning-testing methods. Biometrika 1989, 76, 503–514. [Google Scholar] [CrossRef]
  32. Gladstone, D.J.; Danells, C.J.; Black, S.E. The fugl-meyer assessment of motor recovery after stroke: A critical review of its measurement properties. Neurorehabil. Neural Repair 2002, 16, 232–240. [Google Scholar] [CrossRef] [PubMed]
  33. Tao, D.; Jin, L.; Wang, Y.; Yuan, Y. Person Re-Identification by Regularized Smoothing KISS Metric Learning. IEEE Trans. Circuits Syst. Video Technol. 2013, 23, 1675–1685. [Google Scholar] [CrossRef]

Share and Cite

MDPI and ACS Style

Otten, P.; Kim, J.; Son, S.H. A Framework to Automate Assessment of Upper-Limb Motor Function Impairment: A Feasibility Study. Sensors 2015, 15, 20097-20114. https://0-doi-org.brum.beds.ac.uk/10.3390/s150820097

AMA Style

Otten P, Kim J, Son SH. A Framework to Automate Assessment of Upper-Limb Motor Function Impairment: A Feasibility Study. Sensors. 2015; 15(8):20097-20114. https://0-doi-org.brum.beds.ac.uk/10.3390/s150820097

Chicago/Turabian Style

Otten, Paul, Jonghyun Kim, and Sang Hyuk Son. 2015. "A Framework to Automate Assessment of Upper-Limb Motor Function Impairment: A Feasibility Study" Sensors 15, no. 8: 20097-20114. https://0-doi-org.brum.beds.ac.uk/10.3390/s150820097

Article Metrics

Back to TopTop