Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Feature Selection for Wearable Smartphone-Based Human Activity Recognition with Able bodied, Elderly, and Stroke Patients

  • Nicole A. Capela ,

    Contributed equally to this work with: Nicole A. Capela, Edward D. Lemaire, Natalie Baddour

    ncape055@uottawa.ca

    Affiliations Ottawa Hospital Research Institute, Ottawa, Canada, Department of Mechanical Engineering, University of Ottawa, Ottawa, Canada

  • Edward D. Lemaire ,

    Contributed equally to this work with: Nicole A. Capela, Edward D. Lemaire, Natalie Baddour

    Affiliations Ottawa Hospital Research Institute, Ottawa, Canada, Faculty of Medicine, University of Ottawa, Ottawa, Canada

  • Natalie Baddour

    Contributed equally to this work with: Nicole A. Capela, Edward D. Lemaire, Natalie Baddour

    Affiliation Department of Mechanical Engineering, University of Ottawa, Ottawa, Canada

Abstract

Human activity recognition (HAR), using wearable sensors, is a growing area with the potential to provide valuable information on patient mobility to rehabilitation specialists. Smartphones with accelerometer and gyroscope sensors are a convenient, minimally invasive, and low cost approach for mobility monitoring. HAR systems typically pre-process raw signals, segment the signals, and then extract features to be used in a classifier. Feature selection is a crucial step in the process to reduce potentially large data dimensionality and provide viable parameters to enable activity classification. Most HAR systems are customized to an individual research group, including a unique data set, classes, algorithms, and signal features. These data sets are obtained predominantly from able-bodied participants. In this paper, smartphone accelerometer and gyroscope sensor data were collected from populations that can benefit from human activity recognition: able-bodied, elderly, and stroke patients. Data from a consecutive sequence of 41 mobility tasks (18 different tasks) were collected for a total of 44 participants. Seventy-six signal features were calculated and subsets of these features were selected using three filter-based, classifier-independent, feature selection methods (Relief-F, Correlation-based Feature Selection, Fast Correlation Based Filter). The feature subsets were then evaluated using three generic classifiers (Naïve Bayes, Support Vector Machine, j48 Decision Tree). Common features were identified for all three populations, although the stroke population subset had some differences from both able-bodied and elderly sets. Evaluation with the three classifiers showed that the feature subsets produced similar or better accuracies than classification with the entire feature set. Therefore, since these feature subsets are classifier-independent, they should be useful for developing and improving HAR systems across and within populations.

Introduction

Human activity monitoring and classification from wearable sensors can provide valuable information on patient mobility outside a hospital setting. While research in this area has received substantial attention in recent years, most research has involved able-bodied populations and proprietary hardware. An activity monitoring approach that works with ubiquitous technologies and is applicable across clinical populations would greatly benefit evidence-based decision making for people with mobility deficits.

Smartphones provide an ideal wearable computing environment that is convenient, easy to use, and rich with sensors, computing power, and storage. Many human activity recognition (HAR) systems have been developed for smartphone use [1], some using internal sensors and others interfacing with external biological sensors [2]. When measuring posture or movement, accelerometers and gyroscopes are popular choices since they are small, affordable, and easily worn on the body. Most commercial smartphones include accelerometers and gyroscopes, making them an ideal candidate for activity monitoring in real-world or rehabilitation settings.

Wearable sensors have been used to assess movement quality after stroke, such as upper extremity motion [3] or gait characteristics [4]. Activity levels, measured as the number of times total acceleration passes a threshold or minutes per day of activity, are typically collected using accelerometers or other body-worn sensors [5,6]. However, activity level analysis lacks contextual information. A system that provides contextual information on a person’s mobility activities would be of particular interest to healthcare professionals and researchers.

The typical signal processing steps for activity recognition are pre-processing, segmentation, feature extraction, dimensionality reduction (feature selection), and classification [7]. Features are raw data abstractions, usually calculated over a data segment or window (ex. signal magnitude area[8], correlations [810], interquartile range [11]). While numerous features can be extracted from a signal, increasing the number of features does not necessarily increase classifier accuracy since features may be redundant or not indicative of class (i.e., the activity being classified). Thus, feature selection is used to reduce data dimensionality and pass relevant and useful features to the classifier.

As Allen et al. remarked [12], many HAR approaches exist in the literature and each research group presents a particular data sample, defined classes, algorithm, and feature set. Therefore, extracting meaningful information to guide HAR algorithm development is difficult. Cheung et al. concluded that the most promising and practical activity classification solution would use a single, waist mounted, triaxial accelerometer, and future classifiers would be trained with larger samples from mobility impaired or older participants [13]. Smartphones with triaxial accelerometers meet the technical and practical hardware requirements but determining the best signal processing approach is still an open question. There is also uncertainty regarding the question of whether signal processing approaches need to be modified for different target populations since the majority of studies have involved able-bodied participants.

Cheung et al. [13] produced an extensive review of studies between 1980 and 2010 that used accelerometers to classify human movement. The majority of the 54 analyzed studies involved able-bodied participants. Nine studies involved patients who had various conditions, including Parkinson’s, back pain, and hemiparesis [13], and six studies involved elderly participants. One study involved cardiac rehabilitation patients [14]. These studies were limited by small sample sizes and used multiple sensors placed in various locations on the body, which can be obtrusive and inconvenient in a real life setting. Multiple sensors are unlikely to be consistently used in the community for long term monitoring.

A study with a larger data set (20 older adults and 32 Parkinson’s patients) evaluated a commercial activity monitor, the DynaPort MoveMonitor. This device achieved an accuracy of 65.1 to 98.9% for older adults and 57.5 to 96.9% for the Parkinson’s population, who had large variability [15]. Allen et al used a single triaxial accelerometer, mounted at the waist of six older healthy participants. A Gaussian mixture-model based system achieved mean accuracies of 77.3 to 98.9% [12]. Again, this study had a small sample size. Bidargaddi et al. used wavelet decomposition based measures to identify walking from other high intensity activities by using a triaxial accelerometer worn on the waist of cardiac outpatients. Sensitivity of 89.14% and specificity of 89.97% were achieved [14]. This study only differentiated walking from other activity states. A recent smartphone study with 20 younger people and 37 older people achieved total class sensitivity of 80.5% when trained on the older cohort and tested on the young, compared to a sensitivity of 69.2% when training on the young and testing on the older cohort [16]. This demonstrated the importance of considering differing populations while developing HAR systems.

From smartphone sensor data, many features have been identified for HAR [7]. Signal feature selection is necessary to identify the most important features and eliminate redundant features. A feature is considered statistically relevant if removing it decreases the prediction power, and a feature is considered redundant if another relevant feature exists with similar predicting power [17]. Feature selection methods can be categorized as filter methods, wrapper methods, or embedded methods [18].

Filter methods look at the data’s general characteristics to evaluate features without involving a classifier [17]. A wrapper method uses accuracy from a specific classifier to select features. Embedded methods incorporate feature selection as part of a classifier’s training process. Thus, both wrapper and embedded methods produce results that are specific to the classifier used for the task. Therefore, features weights, or feature subset selection, may only be useful to researchers using that particular classifier. In addition, the classifier depends on the training data set, which is relatively small for most HAR systems.

The purpose of this study was to determine signal features that are best suited for activity recognition using waist-worn smartphones with various populations, independent of the chosen classifier. This was achieved by examining a diverse dataset, using three different populations, and using various filter methods to select signal features independent of a classifier. Identifying feature subsets that improve activity classification will improve mobility monitoring models for use in future classifiers. Feature subsets with similar classifier performance to the full feature set should reduce computational burden, thus facilitating real-time implementations. This research is an important step in the larger aim of developing an accurate and robust HAR system for diverse populations.

Materials and Methods

A convenience sample of 15 able-bodied participants, 17 participants over the age of 65, and 12 stroke patients were involved in this study (Table 1). The able bodied group were healthy students and staff at the Ottawa Hospital Rehabilitation Centre. The older participants were volunteers who were capable of completing the mobility tasks in the study. One senior participant walked with a limp and was awaiting surgery on their left leg. Another participant wore foot orthoses for the previous 2 years and had his patella replaced in 2013. He was also cautious on his left foot due to a bunion. Another participant had arthritis in their hip, which adversely affected walking gait. Seven stroke patients had left hemiparesis and three had right hemiparesis. Nine stroke patients had ischemic stroke and one had impairment because of a benign cerebral tumor. Two stroke patients used one crutch and one used an ankle-foot orthosis. All participants provided written informed consent and the study was approved by the Ottawa Health Science Network Research Ethics Board. Participant characteristics were recorded on a data sheet (i.e., age, sex, height, weight).

thumbnail
Table 1. Participant characteristics (mean and standard deviation).

https://doi.org/10.1371/journal.pone.0124414.t001

Participants performed a pre-determined set of daily living actions by moving through a continuous test circuit that included mobility activities (walking, standing, sitting, lying, ascending/descending stairs, ascending/descending ramps), daily living tasks (combing hair, brushing teeth, preparing food, eating, washing dishes), and environment changes (opening doors, using an elevator, traversing staircase landings, walking outdoors). Digital video was recorded while participants performed the activities, to establish a gold standard against which the sensor data could be compared. Activity timing was determined from the video and the video-based time was synchronized with smartphone sensor output by shaking the phone, thereby providing an easily recognizable accelerometer signal and video event.

Accelerometer and gyroscope data were collected using a Blackberry Z10 smartphone worn on the right-front hip and sampled at approximately 50Hz (smartphone sample rates vary, the Blackberry Z10 had a 3.84 Hz standard deviation [19]). Most modern smartphones contain comparable accelerometers and are capable of 50Hz or higher sampling rates [16,20]. The phone’s x and y axes were parallel to the phone`s face, with the z-axis pointed outward. Blackberry sensor data included raw acceleration (x, y, z), acceleration due to gravity (x, y, z), linear acceleration (raw acceleration minus gravity), and gyroscope data (x, y, z). The gravity signal (acceleration due to gravity) is calculated by the BlackBerry 10 operating system, using sensor fusion and a proprietary algorithm, and is used to determine the device’s true (gravity-free) linear acceleration. All data were collected using the TOHRC Data Logger application [21] and then imported into Matlab to calculate all features.

For HAR in this study, six activity classes were defined and labelled from the video recordings: sit, stand, lie, large movements (including walking, small steps, opening doors), stairs, and small movements (common activities of daily living that are often used in HAR studies [12,13,15]). The sensor data was continuous and thus contained sections between each identifiable class, which were labelled as transition states. For feature selection, the data were labelled by level of detail, such that each level contained only sensor data from a subset of classes. In this way, the selected features can be used in HAR systems that have varying detail levels. The levels were:

  • Level 1: (2 classes)-Mobile, immobile (large movements and stairs labeled as mobile; sit, stand, lie, and small movements labeled as immobile)
  • Level 2 (2 classes)-Sit, stand (not including small movements)
  • Level 3 (3 classes)-Sit, stand, lie
  • Level 4 (2 classes)-Large movements, stairs
  • Level 5 (5 classes)-Ramp up, ramp down, large movements, stairs up, stairs down
  • Level 6 (2 classes)-Small movements (Yes or No, only while sitting, standing or lying)
  • Level7 (21 classes)-Transition states (transition between activities, listed in S1 Appendix)

Level 1 represented the lowest level of detail, and can be used for monitoring a person’s activity level without identifying individual activities. Level 2 differentiated between sit and stand, since these states are typically difficult to distinguish using a single waist worn accelerometer, causing them to be mutually misclassified [22,23]. Sit and stand activities with small movements, such as standing and working in the kitchen, were not included in level 2. Level 3 represented the three common immobile states (sit, stand, lie), including small movements in these states. Level 4 separated mobile states into large movements (predominantly walking) and stairs. Ramps were not included in level 4 since the sensor signals are typically similar to level walking. Level 5 represented the highest level of detail, including level walking, ramps, and stairs, to investigate features that can be considered when differentiating between activities that can have similar signals. Level 6 represented small movements, since these are difficult to detect using a waist worn sensor. Level 7 represented transitions between states.

Features

Time domain features are typically used in HAR systems because they help preserve battery life by virtue of being less computationally intensive [24]. Seventy six features (Table 2) were selected from the literature and from observation of accelerometer and gyroscope pilot test data. These features were calculated over short sliding windows (1 second, no overlap) to allow a fast response in real time and to improve detection of short duration movements [12].

Feature files were generated from the sensor data and class files were created using the activities identified in the video recordings, and synchronized with the feature files. Each 1 second window was considered an occurrence. For example, sitting for 5 seconds was considered 5 occurrences. When segmenting the data, a 2 second window was selected on either side of a change of state to encompass the transition features; therefore, transition features were not included in the feature selection process for the surrounding states. Class distributions at each level are shown in Table 3. Since this is a realistic data sample representing activities of daily living, class imbalances occur. For example, there were more instances of walking or sitting than climbing stairs or lying down.

With a phone positioned on the front of the pelvis, the phone’s orientation when the person is standing upright differs depending on the individual’s body type or clothing. To address this, a quaternion based rotation matrix method was used to correct for these differences [25]. A ten second sample of accelerometer data was collected while the participant was standing still. One second of this sample with the smallest standard deviation was used to calculate the rotation matrix constants. The remaining raw linear accelerometer data were multiplied by this matrix to create a consistent linear acceleration signal that was corrected for initial phone orientation.

Feature Selection

The current study focused on filter methods for feature selection, since these methods are independent of the selected classifier. Three filter methods were chosen: Relief-F, Correlation-based Feature Selection (CFS), and Fast Correlation Based Filter (FCBF). These feature selection methods do not rely on information theory, which can be biased towards features based on activities that occur more often in the data set.

Relief F is a commonly used filter method that ranks features by weighting them based on quality (relevance). For each instance, the algorithm finds the nearest hit (data point from same class) and nearest misses (data points from different classes). Feature relevance is based on how well instances from different classes and instances from the same class are distinguished [17,26]. Rather than providing a subset of features, Relief-F weights all features according to relevance. The formula used to update the weight of each feature is Eq (1). (1) where w is the weight of the ith feature, is the value of the ith feature for point xj, and N is the total number of data points. Nearhit xj and nearmiss xj are the nearest data point to xj in the same and different classes, respectively [17].

One concern with Relief-F is that it does not evaluate redundancy in comparison to other features [17]. However, Relief-F has been reported to be useful in cases with strong interdependencies between fields [26]. Since Relief-F does not select a subset of features, an appropriate number of features to include in each subset was determined by processing the ranked feature list with three common classifiers (Naïve Bayes, Support Vector Machine (SVM), j48 Decision tree (j48)) using every possible number of features, added in order of rank. For all but 3 cases, the accuracy achieved using the ten highest ranked features was within 5% of the maximum accuracy achieved. Thus, subsets of the top 10 ranked features were used to compare populations.

Correlation based Feature Selection (CFS) evaluates the relevance of features from a correlation based heuristic that examines inter-correlation among features along with their ability to predict classes [27]. Thus, CFS selects features that are highly correlated with the class and uncorrelated with each other. Feature relevance is quantified using Eq (2).

(2)

The subset S contains k features, is the average feature correlation, and is the mean feature-class correlation. This equation is a version of Pearson’s correlation with standardized variables. CFS uses a “forward best first search with a stopping criterion of five consecutive fully expanded non-improving subsets” [27].

The Fast Correlation Based Filter (FCBF) method evaluates feature merit by examining the predominant correlation between features and classes and selecting the predominant features from redundant peers. By using subsets of features based on symmetrical uncertainty, the algorithm can more efficiently analyze feature redundancy to perform a faster selection and achieve a high level of dimensionality reduction (selecting a small number of features) [28].

These three filter methods were chosen because they deal with potential issues when selecting multiple features from a common data set. Specifically, Relief F is useful in cases with strong interdependencies between fields and, since the features were derived primarily from the same accelerometer sensor data, interdependencies could occur. CFS selects features that are highly correlated with the class and uncorrelated with each other, which is desirable. Since the features were expected to correlate with each other, it is necessary to identify features that can be used together to increase performance, without being redundant. FCBF also compares correlations between features, yet tends to select smaller subsets than CFS. This is ideal because reducing computational cost by using fewer features is beneficial in a wearable system.

CFS, FCBF, and Relief-F filter methods were run in Matlab using the Arizona State University Feature Selection repository [17]. The algorithms were executed for each level and each population.

Evaluation of Feature Selection

To evaluate whether the feature subsets were more effective for classification than the entire feature set, three common classifiers were run using all features and then using the feature subsets: Naïve Bayes, SVM, and j48 from the Arizona State University Feature Selection repository [17]. For each population, leave-one out cross validation was performed (as in [16]) at each level. Each level contained a subset of data from all participants. Data from all but one participant were used to train the classifier, which was then tested on data from the one “left out” participant. This was repeated for each participant (i.e., cross validation) to generate an accuracy data set for statistical analysis. A paired samples sign test was used to identify significant differences in classifier accuracy between the full feature set and feature subsets (p<0.05), since the data were neither symmetrical nor normal. The Benjamini–Hochberg procedure was used to correct for multiple comparisons. This classification procedure evaluated the feature selection results and provided outcome measures to determine if the subsets should be implemented in a HAR system.

Results

The selected features for each population are shown in Table 4, 5, and 6. In general, the CFS method selected larger subsets that contained between 2 and 22 features, while FCBF selected subsets with 1 to 11 features.

Features Selected by Population

For the able-bodied group (Table 4), features selected by CFS and FCBF methods were similar. Often, the FCBF features were a subset of the features selected by CFS (levels 1, 6). This was expected since these algorithms are similar. Features 18 and 23 (y gravity kurtosis and simple moving average of sum of gravity variances, respectively) were selected by all three algorithms to separate sitting and standing states. Only feature 42 (element (2, 3) of the rotated linear acceleration covariance matrix) was selected by all three algorithms to distinguish sitting, standing, and lying states, and feature 52 (moving average skewness of rotated Y linear acceleration) was selected by all three algorithms to determine if the person was climbing stairs or walking. No feature was selected by all algorithms for differentiating between mobile and immobile states, although feature 12 (range of y linear acceleration) was selected by both Relief-F and CFS.

For elderly participants (Table 5), the features selected by FCBF were subsets of the features selected by CFS for levels 1, 3, and 6, with only one extra feature selected when separating sitting and standing (feature 28: element (1,2) of the gravity covariance matrix) and when identifying the mobile state at level 5 (feature 42). All three algorithms selected feature 56 (moving average of distance from rotated linear acceleration) to differentiate mobile and immobile states, and feature 52 to discriminate other large movements from stairs.

For stroke participants (Table 6), all algorithms selected feature 61 (harmonic mean y linear acceleration) to distinguish mobile and immobile states, and feature 44 (y velocity) to differentiate sitting, standing, and lying down. The stroke group had the least agreement between algorithms for selected features.

Table 7 compares common features selected across populations by CFS. The CFS algorithm selected common features for all populations at every detail level, except for transitions. Table 8 shows the classifier accuracy for all features and the feature subset from CFS. Classifier performance was unchanged or significantly improved when using the selected feature subsets, meaning that redundant features were eliminated without sacrificing classification accuracy. As an example, Table 9 shows confusion tables for each classifier, run on the entire Level 3 dataset (all populations) using all features and using the CFS feature subset. For level 3, it can be considered that the cost of misclassifying a sitting state as standing is higher than the cost of misclassifying a sitting state as lying down, since lying down and sitting are both sedentary states with little energy expenditure.

thumbnail
Table 7. Common features selected across populations using CFS.

https://doi.org/10.1371/journal.pone.0124414.t007

thumbnail
Table 8. Classifier accuracy with all features and with selected feature subset using CFS.

https://doi.org/10.1371/journal.pone.0124414.t008

thumbnail
Table 9. Confusion Tables for all populations at Level 3 using all features and feature subsets selected by CFS (each instance represents 1 second).

https://doi.org/10.1371/journal.pone.0124414.t009

Table 10 shows the common features selected between populations by the FCBF algorithm and Table 11 shows the classifier accuracy for all features and the FCBF feature subset. Since FCBF subsets were smaller, there were fewer common features between populations than CFS. Four of 168 cases showed decreased classifier performance, though three of the accuracy differences were 1.6% or less, which is not clinically significant. The other case was a change from 22.50 to 17.41% accuracy; however, both results were low and likely unacceptable for making decisions on a person’s mobility status. These results were from the transition data set (level 7), which was not well identified using any of the classifiers. All other cases showed unchanged or significantly improved classifier performance, demonstrating that redundant features were eliminated without sacrificing classification accuracy.

thumbnail
Table 10. Common features between populations using FCBF.

https://doi.org/10.1371/journal.pone.0124414.t010

thumbnail
Table 11. Classifier accuracy with all features and with selected feature subset using FCBF.

https://doi.org/10.1371/journal.pone.0124414.t011

Table 12 shows the common features selected across populations by Relief-F. Despite comparing populations with a larger subset of ten features, less than three features were common between populations.

thumbnail
Table 12. Common features ranked in the top ten across populations using Relief-F.

https://doi.org/10.1371/journal.pone.0124414.t012

Analysis of results

Level 1: Mobile, immobile states.

When distinguishing between mobile and immobile states, the “simple moving average of sum of range of linear acceleration” (feature 3), “simple moving average of the sum of variances of the gravity vector” (feature 23), mean gyroscope output on the y and z axes (features 70, 71), and correlation between acceleration in gravity and heading direction (feature 66) were selected by multiple algorithms across populations.

The CFS method selected features 3 and 23 for all populations and FCBF selected feature 3 for both able bodied and stroke populations. Both of these features are moving averages, which filter the raw signal to provide a more consistent, smoothed feature. Filtering makes the features more effective in differentiating between states at a broad level of detail; however, these features were not selected for the higher detail levels.

Mean gyroscope output on the y and z axes (features 70, 71) were selected by CFS for all populations. Since many HAR systems employ only accelerometers, informative gyroscope data are unavailable for activity classification. Most commercial smartphones have gyroscopes built in, making gyroscope data accessible and feasible.

Feature 66 was selected by two algorithms for each population, but without consistent results, and examines the relationship between vertical and horizontal accelerations. This feature has been used to differentiate between activities that translate along a single axis, such as walking, from activities that translate along multiple axes, such as stair climbing [18]. Since acceleration in an immobile state would exist predominantly in one direction, between axis correlations would be small, which explains why feature 66 was selected at level 1. Interestingly, feature 66 was not selected for all groups. Some people may perform mobile activities, such as walking with pathological gait, with smaller correlations between acceleration axes (i.e., mobile and immobile states both having smaller correlations), which would result in this feature not being consistently selected across populations.

Level 2: Sit, stand and Level 3: Sit, stand, lie.

When distinguishing between sitting, standing, and lying down, feature 10 (mean z gravity vector) and feature 4 (difference to y gravity) were repeatedly selected across populations.

For differentiating sitting and standing, the CFS method selected feature 10 for all populations. This feature is related to the phone’s orientation, thus feature 10 is a reasonable choice for differentiating between sitting and standing since the pelvis angle changes during these activities. This feature was selected by FCBF for able bodied and senior participants, but not stroke. The mean y-gravity vector also changes with phone orientation; however, these changes are small in comparison to the initial value in an upright position (roughly 9.81 m/s2). This small change would not have been identified as significant, which could be why the mean y gravity vector was not selected repeatedly, as opposed to mean z gravity that was near zero when upright.

Interestingly, feature 4 (difference to y gravity) was selected for all populations by CFS when including “Lie” as a class (level 3), even though feature 4 was only selected for the senior population when differentiating solely between sit and stand (level 2). This suggests that, if the pelvis remains relatively upright for sit and stand, the z-axis gravity vector (feature 10) is better at differentiating between these smaller changes in phone orientation than feature 4. For level 3, FCBF selected feature 4 for able bodied and senior populations, but not stroke patients.

For the Relief-F subset, no features were selected for all populations when comparing sitting, standing and lying (level 3). The features that ranked well were those that examined a single acceleration axis (cumulative sum of y linear acceleration, skewness of z acceleration, kurtosis of x-gravity etc.). Since these activities affect pelvis orientation, a combination of features examining behaviour along different axes can indicate the person’s state. Interestingly, the features selected by Relief-F were not similar to the ones selected by CFS and FCBF at level 3. When implementing these features in a HAR system, the CFS and FCBF subsets could be considered first since these selection algorithms take feature redundancy into consideration.

Level 4: Large movements, stairs.

When distinguishing stair climbing from other large movements, four features were selected for all populations by the CFS method: feature 4 (difference to y gravity), feature 24 (maximum slope of simple moving average of sum of variances), feature 29 (element (1, 3) of the gravity vector’s covariance matrix) and Feature 52 (moving average of the skewness of the rotated y linear acceleration). Feature 52 was also selected for all populations by FCBF.

Feature 4 relates to pelvis orientation. A person who walks upright, but leans forward when navigating stairs could exhibit a change in pelvis orientation. Feature 24 (maximum slope of simple moving average of sum of variances) describes how the acceleration variance increases or decreases, which would change if the person slows down or speeds up while climbing stairs. Feature 29 describes how the variance along different axes change together, and feature 52 describes the asymmetry of a person’s vertical acceleration, making them viable features to identify the difference in the direction of motion between stair climbing and walking.

Level 5: Ramp up, ramp down, large movements, stairs up, stairs down.

Similarly to Level 4, feature 4 (difference to y gravity) and feature 29 (element (1, 3) of the gravity vector’s covariance matrix) were selected by CFS for all populations. These features describe how the acceleration axes relate to each another, which is directly affected by changes in pelvis orientation and the direction of movement (i.e., if a person moved up a staircase or ramp). FCBF did not select any features that were common to all populations, although features 4 and 29 were selected for two populations each, agreeing with CFS selections. Interestingly, level 5 accuracy tended to be better than level 4. Therefore, different features should be used to classify stair ascent and descent, rather than combining ascent and descent into one class.

Level 6: Small movements.

For all populations, feature 10 (mean z gravity vector) and feature 70 (mean gyroscope on y-axis) were selected by CFS. Since these classes describe when a person is slightly moving while seated, standing, or lying down, these motions can be characterized by pelvis rotation, as measured by the gyroscope. The mean z gravity vector is along the phone’s forward axis, which changes when a person leans in to accomplish a small movement task, such as making toast or eating dinner.

Level 7: Transitions.

No features were common to all populations when classifying transitions. Due to the short duration of transition states and movement variability between individuals, it is difficult to identify consistent features across multiple people or groups. Since transitions are defined by the two activities performed at the start and end of the transition period, other methods could be considered to classify a transition (i.e., without using specific transition features).

Discussion

Smartphone signal features that were consistent across able-bodied, elderly, and stroke groups were successfully identified. This established viable HAR feature subsets that can be used with waist-worn smartphones. Evaluation of these subsets with generic classifiers showed improvements in activity recognition accuracy. This indicates that the features eliminated in the feature selection process were redundant and did not significantly contribute to classifier accuracy. Thus, with appropriate feature subset selection, equivalent classifier performance can be obtained with a reduced feature set, effectively reducing computation burden on the HAR.

When differentiating between sitting, standing, and lying down, the mean gravity signal along the phone’s z-axis was repeatedly selected across populations. This is similar to results obtained by Cruz-Silva et al. [20], who ranked mean horizontal acceleration third and mean z acceleration 15th out of 159 features for HAR (gravity vector was not included). For our study, the feature selection algorithms found the gravity signal to be more relevant, and the redundant mean acceleration signal was therefore excluded (i.e., the gravity signal along the z-axis and mean horizontal acceleration may be similar for the target activities). Maurer et al. [11] also selected mean acceleration in the z-axis for HAR, although neither Cruz-Silva nor Maurer separated their data into different levels. The mean z-axis gravity feature is related to the phone’s orientation, which changes as the pelvis rotates when transitioning between immobile states, such as sitting or lying down. The mean z gravity feature was not selected by FCBF for the stroke group, who may have a different posture when standing that lead to incorrect classification as sitting [29].

Skewness (asymmetry) of the rotated linear acceleration along the phone’s y-axis was selected by CFS and FCBF for differentiating between large movements and stairs. This result is supported by Hache et al. [30] who identified vertical skewness as a viable feature for identifying stair ascent or descent. In future work, other activities that produce vertical acceleration (i.e., jumping, hopping, jogging, etc.) could be included to verify if skewness would remain a viable feature. Acceleration covariance was frequently selected when detecting ramp and stair ascent or descent. This feature measures how acceleration axes change together, which is affected by the person’s orientation as they move on an incline.

Differentiating between stair navigation and walking is difficult for HAR systems that only use one sensor location. Pelvis movements are similar for both activities, making it difficult to derive useful information from motion sensors such as accelerometers and gyroscopes. Classification accuracy is typically lower for stair recognition than other activities when using HAR systems with a single sensor location, such as a smartphone [9,31,32]. This is supported by the lower classification accuracies found at level 4.

While this research identified features that were commonly selected across populations, diversity between populations did occur for many features. For example, features selected for the stroke group tended to differ from the able-bodied and elderly groups. This may be due to the inhomogeneity of the stroke participants, whose mobility levels varied and some people used crutches and arm slings. Nine stroke patients had right hemiparesis, thereby reducing pelvis movement on the right side where the phone was attached, affecting sensor and feature output. Also, many stroke participants attached the holster to cotton pants that had an elastic waist strap, which may have provided an inferior anchor point compared to the leather belts and fitted pants that the able bodied and elderly populations typically wore. This may increase sensor signal variability for stroke participants and demonstrates the importance of including the target group when training and evaluating HAR systems, so that a classifier is not tailored to an inappropriate sample set.

The highest accuracies were achieved using feature subsets selected by the CFS algorithm. Some limitations exist in the current study. While the feature selection methods were designed to compensate for class imbalances in the feature set, selective sampling before performing feature selection could improve results in future work. The classifiers were used to evaluate the quality of the selected feature subsets; however, they were not customized to the specific HAR application. When implementing the features selected in this study in HAR classifiers, it is recommended that the classifier be tailored to the specific needs of the situation. Three separate populations were included in this study, but the total sample set was small at 44 participants. Larger data sets could contribute to future work.

Conclusion

This research selected smartphone signal feature subsets for human activity recognition that were applicable across able bodied, elderly, and stroke populations. Three filter-based feature selection methods were used so that identification of useful features could be performed independent of the classifier. This information can guide future smartphone-based HAR system development among the targeted users, regardless of the classifier. In particular, the following signal features were effective across multiples populations: (i) acceleration features using simple moving averages and correlations of acceleration along different axes, as well as mean gyroscope output on the y and z axes, to distinguish between immobile and mobile states; (ii) gravity signal mean in the phone’s forward direction and the difference between the phone’s y gravity to the x and z gravity signals when distinguishing between sit, stand, and lie; (iii) the gravity signal range in the forward direction for differentiating between sitting and standing; (iv) skewness of the rotated linear acceleration along the y-axis for classifying stair climbing from other large movements; (v) acceleration covariance when detecting ramp and stair ascent or descent; (vi) mean gyroscope signal on the y-axis for detecting small movements.

Future research could expand on the study results through feature selection with different pathological populations, such as amputees or people with neurological disorders, since different gait patterns may identify additional features to be included in a generalized feature set.

Supporting Information

Acknowledgments

The authors acknowledge Marco Tundo for software development contributions and data collection, and staff at the University Rehabilitation Institute (Republic of Slovenia) for data collection. This project was financially supported by the Natural Sciences and Engineering Research Council of Canada and BlackBerry (formerly Research in Motion).

Author Contributions

Conceived and designed the experiments: NAC EDL NB. Performed the experiments: NAC. Analyzed the data: NAC EDL NB. Contributed reagents/materials/analysis tools: EDL. Wrote the paper: NAC EDL NB.

References

  1. 1. Incel OD, Kose M, Ersoy C. A Review and Taxonomy of Activity Recognition on Mobile Phones. BioNanoScience. 2013;3: 145–171.
  2. 2. Pantelopoulos A, Bourbakis NG. A Survey on Wearable Sensor-Based Systems for Health Monitoring and Prognosis. IEEE Trans Syst Man Cybern Part C Appl Rev. 2010;40: 1–12.
  3. 3. Patel S, Hughes R, Hester T, Stein J, Akay M, Dy JG, et al. A Novel Approach to Monitor Rehabilitation Outcomes in Stroke Survivors Using Wearable Technology. Proc IEEE. 2010;98: 450–461. pmid:21095645
  4. 4. Mizuike C, Ohgi S, Morita S. Analysis of stroke patient walking dynamics using a tri-axial accelerometer. Gait Posture. 2009;30: 60–64. pmid:19349181
  5. 5. Fulk GD, Sazonov E. Using sensors to measure activity in people with stroke. Top Stroke Rehabil. 2011;18: 746–757. pmid:22436312
  6. 6. Steele BG, Belza B, Cain K, Warms C, Coppersmith J, Howard J. Bodies in motion: monitoring daily activity and exercise with motion sensors in people with chronic pulmonary disease. J Rehabil Res Dev. 2003;40: 45–58. pmid:15074453
  7. 7. Avci A, Bosch S, Marin-Perianu M, Marin-Perianu R, Havinga P. Activity Recognition Using Inertial Sensing for Healthcare, Wellbeing and Sports Applications: A Survey. 2010 23rd International Conference on Architecture of Computing Systems (ARCS). 2010. pp. 1–10.
  8. 8. Zhang M, Sawchuk AA. USC-HAD: A Daily Activity Dataset for Ubiquitous Activity Recognition Using Wearable Sensors. Proceedings of the 2012 ACM Conference on Ubiquitous Computing. New York, NY, USA: ACM; 2012. pp. 1036–1043. https://doi.org/10.1145/2370216.2370438
  9. 9. Fish B, Khan A, Chehade NH, Chien C, Pottie G. Feature selection based on mutual information for human activity recognition. 2012 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). 2012. pp. 1729–1732. https://doi.org/10.1109/ICASSP.2012.6288232
  10. 10. Atallah L, Lo B, King R, Yang G-Z. Sensor Placement for Activity Detection Using Wearable Accelerometers. 2010 International Conference on Body Sensor Networks (BSN). 2010. pp. 24–29. https://doi.org/10.1109/BSN.2010.23
  11. 11. Maurer U, Smailagic A, Siewiorek DP, Deisher M. Activity recognition and monitoring using multiple sensors on different body positions. International Workshop on Wearable and Implantable Body Sensor Networks, 2006 BSN 2006. 2006. p. 4 pp.–116. https://doi.org/10.1109/BSN.2006.6
  12. 12. Allen FR, Ambikairajah E, Lovell NH, Celler BG. Classification of a known sequence of motions and postures from accelerometry data using adapted Gaussian mixture models. Physiol Meas. 2006;27: 935–951. pmid:16951454
  13. 13. Cheung VH, Gray L, Karunanithi M. Review of accelerometry for determining daily activity among elderly patients. Arch Phys Med Rehabil. 2011;92: 998–1014. pmid:21621676
  14. 14. Bidargaddi N, Sarela A, Klingbeil L, Karunanithi M. Detecting walking activity in cardiac rehabilitation by using accelerometer. 3rd International Conference on Intelligent Sensors, Sensor Networks and Information, 2007 ISSNIP 2007. 2007. pp. 555–560. https://doi.org/10.1109/ISSNIP.2007.4496903
  15. 15. Dijkstra B, Kamsma Y, Zijlstra W. Detection of gait and postures using a miniaturised triaxial accelerometer-based system: accuracy in community-dwelling older adults. Age Ageing. 2010;39: 259–262. pmid:20083616
  16. 16. Del Rosario MB, Wang K, Wang J, Liu Y, Brodie M, Delbaere K, et al. A comparison of activity classification in younger and older cohorts using a smartphone. Physiol Meas. 2014;35: 2269–2286. pmid:25340659
  17. 17. Zhao Z, Morstatter F, Sharma S, Alelyani S, Anand A, Liu H. Advancing Feature Selection Research-ASU Feature Selection Repository [Internet]. Arizona State University; Available: http://featureselection.asu.edu/featureselection_techreport.pdf
  18. 18. Zhang M, Sawchuk AA. A Feature Selection-based Framework for Human Activity Recognition Using Wearable Multimodal Sensors. Proceedings of the 6th International Conference on Body Area Networks. ICST, Brussels, Belgium, Belgium: ICST (Institute for Computer Sciences, Social-Informatics and Telecommunications Engineering); 2011. pp. 92–98. Available: http://dl.acm.org/citation.cfm?id=2318776.2318798
  19. 19. Nicole A. Capela EDL. A Smartphone Approach for the 2 and 6 Minute Walk Tests. 36th Annu Int Conf IEEE Eng Med Biol Soc EMBC’14 Chic IL. 2014;
  20. 20. Nuno Cruz Silva JMM. Features Selection for Human Activity Recognition with iPhone Inertial Sensors. 2013;
  21. 21. TOHRC Data Logger—BlackBerry World [Internet]. [cited 8 Oct 2014]. Available: http://appworld.blackberry.com/webstore/content/60743/?countrycode=CA&lang=en.
  22. 22. Simon Kozina HG. Three-layer Activity Recognition Combining Domain Knowledge and Meta- classification Author list. J Med Biol Eng. 2013;33: 406–414.
  23. 23. Hristijan Gjoreski SK. Using multiple contexts to distinguish standing from sitting with a single accelerometer. 2014; https://doi.org/10.3233/978-1-61499-419-0-1015
  24. 24. Khan AM, Tufail A, Khattak AM, Laine TH. Activity Recognition on Smartphones via Sensor-Fusion and KDA-Based SVMs. Int J Distrib Sens Netw. 2014;2014: e503291.
  25. 25. Tundo MD, Lemaire E, Baddour N. Correcting Smartphone orientation for accelerometer-based analysis. 2013 IEEE International Symposium on Medical Measurements and Applications Proceedings (MeMeA). 2013. pp. 58–62. https://doi.org/10.1109/MeMeA.2013.6549706
  26. 26. Liu H, Motoda H. Computational Methods of Feature Selection. CRC Press; 2007.
  27. 27. Mark A. Hall LAS. Feature Selection for Machine Learning: Comparing a Correlation-Based Filter Approach to the Wrapper. 1999; 235–239.
  28. 28. Yu L, Liu H. Feature selection for high-dimensional data: A fast correlation-based filter solution. 2003. pp. 856–863.
  29. 29. Barra J, Oujamaa L, Chauvineau V, Rougier P, Pérennou D. Asymmetric standing posture after stroke is related to a biased egocentric coordinate system. Neurology. 2009;72: 1582–1587. pmid:19414725
  30. 30. Hache G, Lemaire ED, Baddour N. Wearable Mobility Monitoring Using a Multimedia Smartphone Platform. IEEE Trans Instrum Meas. 2011;60: 3153–3161.
  31. 31. Ravi N, D N, Mysore P, Littman ML. Activity recognition from accelerometer data. In Proceedings of the Seventeenth Conference on Innovative Applications of Artificial Intelligence(IAAI. AAAI Press; 2005. pp. 1541–1546.
  32. 32. Lau SL, David K. Movement recognition using the accelerometer in smartphones. Future Network and Mobile Summit, 2010. 2010. pp. 1–9.