Literature DB >> 27413392

Human Activity Recognition in AAL Environments Using Random Projections.

Robertas Damaševičius1, Mindaugas Vasiljevas1, Justas Šalkevičius1, Marcin Woźniak2.   

Abstract

Automatic human activity recognition systems aim to capture the state of the user and its environment by exploiting heterogeneous sensors attached to the subject's body and permit continuous monitoring of numerous physiological signals reflecting the state of human actions. Successful identification of human activities can be immensely useful in healthcare applications for Ambient Assisted Living (AAL), for automatic and intelligent activity monitoring systems developed for elderly and disabled people. In this paper, we propose the method for activity recognition and subject identification based on random projections from high-dimensional feature space to low-dimensional projection space, where the classes are separated using the Jaccard distance between probability density functions of projected data. Two HAR domain tasks are considered: activity identification and subject identification. The experimental results using the proposed method with Human Activity Dataset (HAD) data are presented.

Entities:  

Mesh:

Year:  2016        PMID: 27413392      PMCID: PMC4931102          DOI: 10.1155/2016/4073584

Source DB:  PubMed          Journal:  Comput Math Methods Med        ISSN: 1748-670X            Impact factor:   2.238


1. Introduction

The societies in the developed countries are rapidly aging. In 2006, almost 500 million people worldwide were 65 years of age or older. By 2030, that total number of aged people is projected to increase to 1 billion. The most rapid increase of aging population occurs in the developing countries, which will see a jump of 140% by 2030 [1]. Moreover, the world's population is expected to reach 9.3 billion by 2050 [2], and people who are above 60 years old will make up 28% of the population. Dealing with this situation will require huge financial resources to support the ever-increasing living cost, where human life expectancy is expected to reach 81 years by 2100. As older people may have disorders of body functions or suffer from age-related diseases, the need for smart health assistance systems increases each year. A common method of monitoring geriatric patients is a physical observation, which is costly, requires a lot of human staff, and is increasingly infeasible in view of massive population aging in the following years. Many Ambient Assisted Living (AAL) applications such as care-providing robots, video surveillance systems, and assistive human-computer interaction technologies require human activity recognition. While the primary users of the AAL systems are of course the senior (elderly) people, the concept also applies to mentally and physically impaired people as well as people suffering from diabetes and obesity, who may need assistance at home, and people of any age interested in personal fitness monitoring. As a result, the sensor-based real-time monitoring system to support independent living at home has been a subject of many recent research studies in human activity recognition (HAR) domain [3-10]. Activity recognition can be defined as the process of how to interpret sensor data to classify a set of human activities [11]. HAR is a rapidly growing area of research that can provide valuable information on health, wellbeing, and fitness of monitored persons outside a hospital setting. Daily activity recognition using wearable technology plays a central role in the field of pervasive healthcare [12]. HAR has gained increased attention in the last decade due to the arrival of affordable and minimally invasive mobile sensing platforms such as smartphones. Smartphones are innovative platforms for HAR because of the availability of different wireless interfaces, unobtrusiveness, ease of use, high computing power and storage, and the availability of sensors, such as accelerometer, compass, and gyroscope, which meet the technical and practical hardware requirements for HAR tasks [13-15]. Moreover, technological development possibilities of other applications are still arising, including virtual reality systems. Therefore, these machines present a great possibility for the development of innovative technology dedicated for the AAL systems. One of the key motivating factors for using mobile phone-based human activity recognition in the AAL systems is the relationship and correlation between the level of physical activity and the level of wellbeing of a person. Recording and analysing precise information on the person's activities are beneficial to keeping the progress and status of the disease (or mental condition) and can potentially improve the treatment of person's conditions and diseases, as well as decreasing the cost of care. Recognizing indoor and outdoor activities such as walking, running, or cycling can be useful to provide feedback to the caregiver about the patient's behaviour. When following the daily habits and routines of users, one can easily identify deviations from routines, which can assist the doctors in diagnosing conditions that would not be observed during routine medical examination. Another key enabler of the HAR technology is the possibility of providing independent living for the elderly as well as for patients with dementia and other mental pathologies, which could be monitored to prevent undesirable consequences of abnormal activities. Furthermore, by using persuasive techniques and gamification, HAR systems can be designed to interact with users to change their behaviour and lifestyles towards more active and healthier ones [16]. Recently, various intelligent systems based on mobile technologies have been constructed. HAR using smartphones or other types of portable or wearable sensor platforms has been used for assessing movement quality after stroke [17], such as upper extremity motion [18], for assessing gait characteristics of human locomotion for rehabilitation and diagnosis of medical conditions [19], for postoperative mobilization [20], for detecting Parkinson's disease, back pain, and hemiparesis [21], for cardiac rehabilitation [22], for physical therapy, for example, if a user is correctly doing the exercises recommended by a physician [23, 24], for detecting abnormal activities arising due to memory loss for dementia care [25, 26], for dealing with Alzheimer's [27] and neurodegenerative diseases such as epilepsy [28], for assessment of physical activity for children and adolescents suffering from hyperlipidaemia, hypertension, cardiovascular disease, and type 2 diabetes [29], for detecting falls [30, 31], for addressing physical inactivity when dealing with obesity [32], for analysing sleeping patterns [33], for estimating energy expenditures of a person to assess his/her healthy daily lifestyle [34], and for recognizing the user's intent in the domain of rehabilitation engineering such as smart walking support systems to assist motor-impaired persons and the elderly [35]. In this paper, we propose a new method for offline recognition of daily human activities based on feature dimensionality reduction using random projections [36] to low dimensionality feature space and using the Jaccard distance between kernel density probabilities as a decision function for classification of human activities. The structure of the remaining parts of the paper is as follows. Section 2 presents the overview of related work in the smartphone-based HAR domain with a particular emphasis on the features extracted from the sensor data. Section 3 describes the proposed method. Section 4 evaluates and discusses the results. Finally, Section 5 presents the conclusions and discusses future work.

2. Overview of HAR Features and Related Work

All tasks of the HAR domain require correct identification of human activities from sensor data, which, in turn, requires that features derived from sensor data must be properly categorized and described. Next, we present an overview of features used in the HAR domain.

2.1. Features

While numerous features can be extracted from physical activity signals, increasing the number of features does not necessarily increase classification accuracy since the features may be redundant or may not be class-specific: Time domain features (such as mean, median, variance, standard deviation, minimum, maximum, and root mean square, applied to the amplitude and time dimensions of a signal) are typically used in many practical HAR systems because of being less computationally intensive; thus, they can be easily extracted in real time. Frequency-domain features require higher computational cost to distinguish between different human activities. Thus, they may not be suitable for real-time AAL applications. Physical features are derived from a fundamental understanding of how a certain human movement would produce a specific sensor signal. Physical features are usually extracted from multiple sensor axes, based on the physical parameters of human movements. Based on the extensive analysis of the literature and features used by other authors (esp. by Capela et al. [17], Mathie et al. [37], and Zhang and Sawchuk [38]), we have extracted 99 features of data, which are detailed in Table 1.
Table 1

Catalogue of features.

Feature numberDescriptionEquation (notation)
4–6Acceleration (x-, y-, and z-axes)a x, a y, a z

7–9Gyroscope (x-, y-, and z-axes)g x, g y, g z

10–15Moving variance of 100 samples of acceleration and gyroscope data var=1NN-1Ni=1Nxi2-i=1Nxi2, here x = a x, a y, a z, g x, g y, g z

16-17Movement intensity of acceleration and gyroscope data MIa=ax2+ay2+az2 MIg=gx2+gy2+gz2

18Movement intensity of difference between acceleration and gyroscope dataMIga=gx-ax2+gy-ay2+gy-ay2

19–21Moving variance of 100 samples of movement intensity data var=1NN-1Ni=1Nxi2-i=1Nxi2, here  x = MIa, MIg, MIga

22–24Polar coordinates of acceleration data φ a = arctan⁡(a y, a x), ra=ax2+ay2, z a = a z

25–27Polar coordinates of gyroscope data φ g = arctan⁡(g y, g x), rg=gx2+gy2, z g = g z

28–30Polar coordinates of difference between acceleration and gyroscope data φ ag = arctan⁡(a yg y, a xg x), rag=ay-gy2+ax-gx2, z ag = a zg z

31Simple moving average of acceleration dataSMAa=1Ni=1Nax+i=1Nay+i=1Naz

32Simple moving average of gyroscope dataSMAg=1Ni=1Ngx+i=1Ngy+i=1Ngz

33Simple moving average of difference between acceleration and gyroscope dataSMAag=1Ni=1Nax-gx+i=1Nay-gy+i=1Naz-gz

34First eigenvalue of moving covariance between acceleration dataE a = eig1(cov⁡(a x(1 : N), a y(1 : N), a z(1 : N)))

35First eigenvalue of moving covariance between gyroscope dataE g = eig1(cov⁡(g x(1 : N), g y(1 : N), g z(1 : N)))

36First eigenvalue of moving covariance of difference between acceleration and gyroscope dataE ag = eig1(cov(a xg x, a yg y, a zg z))

37–42Moving energy of acceleration and gyroscope data ME=1Ni=1Nxi2, here  x = a x, a y, a z, g x, g y, g z

43–48Difference between moving maximum and moving minimum of acceleration and gyroscope data MinMax=max1iNxi-min1iNxi, here  x = a x, a y, a z, g x, g y, g z

49Moving correlation between x- and y-axis of acceleration data MCa xy = corr(a x, a y)

50Moving correlation between x-axis and z-axis of acceleration data MCa xz = corr(a x, a z)

51Moving correlation between y-axis and z-axis of acceleration data MCa yz = corr(a y, a z)

52Moving correlation between x-axis and y-axis of gyroscope data MCg xy = corr(g x, g y)

53Moving correlation between x-axis and z-axis of gyroscope data MCg xz = corr(g x, g z)

54Moving correlation between y-axis and z-axis of gyroscope dataMCg yz = corr(g y, g z)

55–57Projection of gyroscope data onto acceleration dataP=a-gTagg2

58Moving mean of orientation vector of acceleration data MMA=1Ni=1Nφi, here  φ=arccosax·ayax·ay

59Moving variance of orientation vector of acceleration data MVA=1NN-1i=1Nφi2-i=1Nφi2, φ=arccosax·ayax·ay

60Moving energy of orientation vector of acceleration data MEA=1Ni=1Nφi2, here  φ=arccosax·ayax·ay

61–63Moving energy of difference between acceleration and gyroscope data MEag=1Ni=1Nxi-yi2, here  x = a x, a y, a z,  y = g x, g y, g z

64Moving energy of difference between x-axis and y-axis of acceleration dataMExy=1Ni=1Nax,i-ay,i2

65Moving energy of difference between x-axis and z-axis of acceleration dataMExz=1Ni=1Nax,i-az,i2

66Moving energy of difference between y-axis and z-axis of acceleration dataMEyz=1Ni=1Nay,i-az,i2

67Moving mean of orientation vector of difference between acceleration and gyroscope data MMA=1Ni=1Nφi, here  φ=arccosax-gxay-gyax-gx·ay-gy

68Moving variance of orientation vector of difference between acceleration and gyroscope data MVA=1NN-1i=1Nφi2-i=1Nφi2, φ=arccosax-gxay-gyax-gx·ay-gy

69Moving energy of orientation vector of difference between acceleration and gyroscope data MEA=1Ni=1Nφi2, here  φ=arccosax-gxay-gyax-gx·ay-gy

70Moving mean of orientation vector of gravity data MMAg=1Ni=1Nφi, here  φ=arccosgx·gygx·gy

71Moving variance of orientation vector of gravity data MVAg=1NN-1i=1Nφi2-i=1Nφi2, φ=arccosgx·gygx·gy

72Moving energy of orientation vector of gravity data MEAg=1Ni=1Nφi2, here  φ=arccosgx·gygx·gy

73Moving mean of orientation vector of difference between acceleration and gravity data MMAag=1Ni=1Nφi, φ=arccosax·ayax·ay-arccosgx·gygx·gy

74Moving variance of orientation vector of difference between acceleration and gravity data MVAag=1NN-1i=1Nφi2-i=1Nφi2,  φ=arccosax·ayax·ay-arccosgx·gygx·gy

75Moving energy of orientation vector of difference between acceleration and gravity data MEAag=1Ni=1Nφi2, φ=arccosax·ayax·ay-arccosgx·gygx·gy

76–81Moving cumulative sum of acceleration and gyroscope data MCS=j=1Ni=1jxi, here  x = a x, a y, a z, g x, g y, g z

82Simple moving average of cumulative sums of acceleration dataSMAMCSa=1Ni=1NMCSa,i

83Simple moving average of cumulative sums of gyroscope data SMAMCSg=1Ni=1NMCSg,i

84Simple moving average of cumulative sums of difference between accelerometer and gyroscope dataSMAMCSag=1Ni=1NMCSa,i-MCSg,i

85–90Moving 2nd-order cumulative sum of acceleration and gyroscope dataMCS=j=1Ni=1jMCSi

91–93Moving 2nd-order cumulative sum of differences between cumulative sums of acceleration and gyroscope dataMCSag=j=1Ni=1jMCSia-MCSig

94–96Polar coordinates of moving cumulative sum of acceleration data φa = arctan⁡(MCSy a, MCSx a), ra=MCSxa2+MCSya2, za = MCSz a

97–99Polar coordinates of moving cumulative sum of gyroscope data φg = arctan⁡(MCSy g, MCSx g), rg=MCSxg2+MCSyg2, zg = MCSz g

100–102Polar coordinates of moving cumulative sum of differences between acceleration and gyroscope data φag = arctan⁡(MCSy a − MCSy g, MCSx a − MCSx g), rag=MCSxa-MCSxg2+MCSya-MCSyg2, zag = MCSz a − MCSz g

2.2. Feature Selection

Feature selection is the process of selecting a subset of relevant features for use in construction of the classification model. Successful selection of features allows for simplification of models to make them easier to interpret, to decrease model training times, and to better understand difference between classes. Using feature selection allows removing redundant or irrelevant features without having an adverse effect on the classification accuracy. There are four basic steps in a typical feature selection method [58]: generation of candidate feature subset, an evaluation function for feature candidate subset, a generation stopping criterion, and a validation procedure. Further, we analyse several feature selection methods used in the HAR domain. ReliefF [59] is a commonly used filter method that ranks features by weighting them based on their relevance. Feature relevance is based on how well data instances are separated. For each data instance, the algorithm finds the nearest data point from the same class (hit) and nearest data points from different classes (misses). Matlab's Rankfeatures ranks features by a given class separability criterion. Class separability measures include the absolute value of a statistic of a two-sample t-test, Kullback-Leibler distance, minimum attainable classification error, area between the empirical Receiver Operating Characteristic (ROC) curve and the random classifier slope, and the absolute value of the statistic of a two-sample unpaired Wilcoxon test. Measures are based on distributional characteristics of classes (e.g., mean, variance) for a feature. Principal component analysis (PCA) is the simplest method to reduce data dimensionality. This reduced dimensional data can be used directly as features for classification. Given a set of N features, a PCA analysis will produce new data variables (PCA components) as linear combinations of the features with the highest variance in the subspace orthogonal to the preceding PCA component. As variability of the data can be captured by a relatively small number of PCs, PCA can achieve high level of dimensionality reduction. Several extensions of the PCA method are known such as kernel PCA, sparse PCA, and multilinear PCA. Correlation-based Feature Selection (CFS) [60] is a filter algorithm that ranks subsets of features by a correlation-based heuristic evaluation function. A feature is considered to be a good one if it is relevant to the target concept but is not redundant to any of the other relevant features. Goodness of measure is expressed by a correlation between features, and CFS chooses the subset of features which has the highest measure. The chosen subset holds the property that features inside this subset have high correlation with the class and are unrelated to each other. Table 2 summarizes the feature selection/dimensionality reduction methods in HAR.
Table 2

Summary of feature selection/dimensionality reduction methods in HAR.

MethodAdvantagesDisadvantagesComplexity
PCAHigh dimensionality reduction; reduction of noise; lack of redundancy of data due to orthogonality of componentsThe covariance matrix is difficult to be evaluated accurately; even the simplest invariance could not be captured by the PCA unless the training data explicitly provides for it O(p 2 n + p 3), where n are data points, each represented with p features

ReliefF Low computational complexityUnstable due to random selection of instancesO(p · n · log⁡n)

RankfeaturesFeatures highly correlated with already selected features are less likely to be included It assumes that data classes are normally distributedIt depends upon class separability criterion

CFSIt evaluates a subset of features rather than individual featuresIt fails to select locally predictive features when they are overshadowed by strong, globally predictive featuresOnp2-p2
A comprehensive review of feature selection algorithms in general as well as in the HAR domain can be found in [58, 61–63].

2.3. Summary

Related work in the HAR domain is summarized in Table 3. For each paper, the activities analysed, types of sensor data used, features extracted, classification method applied, and accuracy achieved (as given by the referenced papers) are given.
Table 3

Summary of related works in the HAR domain.

AuthorActivitiesSensor dataFeaturesFeature selectionClassification methodAccuracy
Atallah et al. [39]Lying down, preparing food, eating and drinking, socialising, reading, dressing, walking, treadmill walking, vacuuming, wiping tables, running, treadmill, running, cycling, sitting down/getting up, and lying down/getting upAcceleration sensorsAveraged entropy over 3 axes, main FFT frequency (averaged) over 3 axes, energy of the 0.2 Hz window centred around main frequency over total FFT energy (3-axis average), and averaged mean of cross covariance between every 2 axes ReliefF, Simba, and MRMRkNN, Bayesian classifier90%

Bayat et al. [40]Running, slow walk, fast walk, aerobic dancing, stairs up, and stairs downTriaxial accelerometerMean along z-axis, MinMax, STD, and RMS for Am, APF along x-axis, y-axis, and z-axis, VarAPF, STD along x-axis, y-axis, and z-axis, RMS along x-axis, y-axis, and z-axis, correlation between z-axis and y-axis, and MinMax along x-axis, y-axis, and z-axisFeature clusteringMultilayer perceptron, SVM, Random Forest, and Logit Boost81%–91%

Berchtold et al. [41]Standing, sitting, lying, walking, climbing stairs, cycling, and being stationaryAccelerometerVariance, meanNoneFuzzy inference97.3%

Capela et al. [17]Sitting, standing, and lying; ramp up and ramp down; stairs up and stairs down; transition between activitiesLinear acceleration, gravity, and velocity sensorsRange, mean, standard deviation, kurtosis, moving average, covariance matrix, skewness, zero cross rate, and mean cross rateNoneNaïve-Bayes, Support Vector Machine, and j48 decision tree97%

Gupta and Dallas [30]Jumping, running, walking, sitting, sitting-to-standing, and standing-to-kneelingTriaxial accelerometerEnergy, entropy, mean, variance, mean trend, windowed mean difference, variance trend, windowed variance difference, detrended fluctuation analysis coefficients, X-Z-energy, and max. difference acceleration ReliefF, SFFSkNN, Naive Bayes98%

Henpraserttae et al. [42]Sitting, lying, standing, and walkingAccelerometerMean and standard deviationNoneRules and threshold based classification90%

Hoque and Stankovic [43]Leaving house, using toilet, taking shower, sleeping, preparing breakfast, preparing dinner, getting snack, getting drink, using washing machine, and using dishwasherLocation sensors (open/closed)MagnitudeNoneCustom clustering method64.5%–89.9%

Iso and Yamazaki [44]Walking, running, stairs up/down, and fast walkingAccelerometerWavelet components, periodograms, and information entropyNoneBayesian probabilities80%

Kose et al. [45]Walking, running, biking, sitting, and standingAccelerometerMin., max., average, variance, FFT coefficients, and autocorrelationNoneClustered kNN95.2%–97.5%

Kwapisz et al. [46]Walking, jogging, stairs up/down, sitting, and standingAccelerometerMean, std. dev., average absolute difference, average resultant acceleration, time between peaks, and binned distributionNoneDecision tree, logistic regression, and MNN91.7%

Lane et al. [47]Driving, being stationary, running, and walkingGPS, accelerometer, and microphoneMean, varianceNoneNaïve-Bayes85–98%

Lee and Cho [48]Standing, walking, running, stairs up/down, shopping, and taking bus Accelerometer x-, y-, and z-axes acceleration valuesNoneHierarchical HMM70%–90%

Mannini and Sabatini [49]Walking, walking carrying items, sitting & relaxing, working on computer, standing still, eating or drinking, watching TV, reading, running, bicycling, stretching, strength training, scrubbing, vacuuming, folding laundry, lying down and relaxing, brushing teeth, climbing stairs, riding elevator, and riding escalator Acceleration sensorsDC component, energy, frequency-domain entropy, and correlation coefficientsSFFS (Pudil algorithm)Continuous emissions, Hidden Markov Model99.1%

Mathie et al. [37]Various human movements, including resting, walking, and fallingTriaxial acceleration sensorIntegrated area under curveNoneBinary decision tree97.7% (sensitivity) 98.7% (specificity)

Maurer et al. [50] Walking, standing, sitting, running, and ascending and descending the stairsMultiple sensorsMean, root mean square, standard deviation, variance, mean absolute deviation, cumulative histogram, nth percentiles, interquartile range, zero crossing rate, mean crossing rate, and sq. length of X, Y Correlation-based Feature Selection (CFS)Decision trees (C4.5 algorithm), k-Nearest Neighbor, Naïve-Bayes, and Bayes Net80%–92%

Miluzzo et al. [51]Sitting, standing, walking, and runningAccelerometer, GPS, and audio DFT, FFT features, mean, std. dev. and number of peaks per unit, and time deviation of DFT powerNoneDecision tree79%

Pärkkä et al. [52]Lying down, rowing, ex-biking, sitting/standing, running, and Nordic walkingGPS, audio, altitude, EKG, accelerometer, compass, humidity, light, temperature, heart rate, pulse, respiratory effort, and skin resistancePeak frequency of up-down chest acceleration, median of up-down chest acceleration, peak power of up-down chest acceleration, variance of back-forth chest acceleration, sum of variances of 3D wrist acceleration, and power ratio of frequency bands 1–1.5 Hz and 0.2–5 Hz measured from chest magnetometerHeuristicDecision tree86%

Saponas et al. [53]Walking, joggingAccelerometer124 features: Nike + iPod Packet Payload, magnitude (mean, std. dev., min., max., and min. minus max.), frequency (energy in each of the first 10 frequency components of DFT, energy in each band of 10 frequency components, largest frequency component, and index of the largest frequency component)NoneNaïve-Bayesian Network97.4% (within-person), 99.48% (cross-person)

Siirtola and Röning [54]Walking, running, cycling, driving, sitting, and standingAccelerometerMagnitude, std., mean, min., max., percentiles (10, 25, 50, 75, and 90), and sum and square sum of observations above/below percentile (5, 10, 25, 75, 90, and 95) of magnitude acceleration and square sum of x  &  z NoneDecision tree + kNN/QDA95%

Sohn et al. [55]Walking, driving, and dwelling GPSSpearman rank correlation, variance, and mean Euclidean distance over a window of measurementsNoneLogistic regression85%

Yang [56]Sitting, Standing, walking, running, driving, and bicyclingAccelerometerMean, std., zero crossing rate, 75th percentile, interquartile, spectrum centroid, entropy, and cross-correlationNoneDecision tree, Naïve-Bayes, kNN, and SVM90%

Zhu and Sheng [57]Sitting, standing, lying, walking, sitting-to-standing, standing-to-sitting, lying-to-sitting, and sitting-to-lying3D accelerationMean, varianceNoneNeural network ensemble67%–98%

3. Method

3.1. General Scheme

The typical steps for activity recognition are preprocessing, segmentation, feature extraction, dimensionality reduction (feature selection), and classification [24]. The main steps of activity recognition include (a) preprocessing of sensor data (e.g., denoising), (b) feature extraction, (c) dimension reduction, and (d) classification. The preprocessing step includes noise removal and representation of raw data. The feature extraction step is used to reduce large input sensor data to a smaller set of features (feature vector), which preserves information contained in the original data. The dimensionality reduction step can be applied to remove the irrelevant (or less relevant) features and reduce the computational complexity and increase the performance of the activity recognition process. The classification step is used to map the feature set to a set of activities. In this paper, we do not focus on data preprocessing and feature extraction but rather on dimensionality reduction and classification steps, since these two are crucial for further efficiency of AAL systems. The proposed method for human activity recognition is based on feature dimensionality reduction using random projections [36] and classification using kernel density function estimate as a decision function (Figure 1).
Figure 1

General scheme of the proposed method.

3.2. Description of the Method

During random projection, the original d-dimensional data is projected to a k-dimensional (k ≪ d) subspace using a random k × d matrix R. The projection of the data onto a lower k-dimensional subspace is X = R X , where X is the original set of N   d-dimensional observations. In the derived projection, the distances between the points are approximately preserved, if points in a vector space are projected onto a randomly selected subspace of suitably high dimension (see the Johnson-Lindenstrauss lemma [64]). The random matrix R is selected as proposed by Achlioptas [36] as follows: Given the low dimensionality of the target space, we can treat the projection of low-dimensional observations onto each dimension as a set of random variables for which the probability density function (PDF) can be estimated using kernel density estimation (KDE) (or Parzen window) method [65]. If x 1, x 2,…, x is a sample of a random variable, then the kernel density approximation of its probability density function iswhere K is some kernel and h is the bandwidth (smoothing parameter). K is taken to be a standard Gaussian function with mean zero and variance 1 of the examined data features: For a two-dimensional case, the bivariate probability density function is calculated as a product of univariate probability functions as follows:Here, x and y are data in each dimension, respectively. However, each random projection produces a different mapping of the original data points which reveals only a part of the data manifold in higher-dimensional space. In case of the binary classification problem, we are interested in a mapping that separates data points belonging to two different classes best. As a criterion for estimating the mapping, we use the Jaccard distance metric between two probability density estimates of data points representing each class. The advantage of the Jaccard distance metric as compared to other metrics of distance such as Kullback-Leibler (KL) divergence and Hellinger distance is its adaptability to multidimensional spaces where compared points show relations to different subsets. Therefore, it is well adapted to the developed model of human activity features, where according to description in the previous section we have divided them into some sets of actions. Furthermore, the computational complexity of the Hellinger distance is very high, while KL divergence might be unbounded. The Jaccard distance, which measures dissimilarity between sample sets, is obtained by subtracting the Jaccard coefficient from 1 or, equivalently, by dividing the difference of the sizes of the union and the intersection of two sets by the size of the union: In the proposed model, the best random projection with the smallest overlapping area is selected (see an example in Figure 2).
Figure 2

Graphical illustration of good separation versus bad separation of kernel density estimation functions (Subject 1, Trial 1, Walking Forward versus Walking Upstairs; 2nd dimension).

To explore the performance and correlation among features visually, a series of scatter plots in a 2D feature space is shown in Figure 3. The horizontal and vertical axes represent two different features. The points in different colours represent different human activities.
Figure 3

Example of classification: walking versus running (Subject 1, Trial 1) classes randomly projected in a bidimensional feature subspace.

In case of multiple classes, the method works as a one-class classifier: recognizing instances of a positive class, while all instances of other classes are recognized as outliers of the positive class.

3.3. Algorithm

The pseudocode of the algorithms for finding the best projection and using it for classification in low-dimensional space is presented in Pseudocodes 1 and 2, respectively.
Pseudocode 1

Pseudocode of FindBestProjection.

Pseudocode 2

Pseudocode of binary classification.

4. Experiments

4.1. Dataset

To evaluate the performance of the proposed approach for HAR from the smartphone data, we used the part of the dataset (USC Human Activity Dataset [38]) recorded using the MotionNode device (sampling rate: 100 Hz; 3-axis accelerometer range: ±6 g; 3-axis gyroscope range: ±500 dps). The dataset consists of records recorded with 14 subjects (7 male, 7 female; age: 21–49) of 12 activities, 5 trials each. During data acquisition, MotionNode was attached on the front right hip of subjects. The recorded low-level activities are as follows: Walking Forward (WF), Walking Left (WL), Walking Right (WR), Walking Upstairs (WU), Walking Downstairs (WD), Running Forward (RF), Jumping Up (JU), Sitting (Si), Standing (St), Sleeping (Sl), Elevator Up (EU), and Elevator Down (ED). Each record consists of the following attributes: date, subject number, age, height, weight, activity name, activity number, trial number, sensor location, orientation, and readings. Sensor readings consist of 6 readings: acceleration along x-, y-, and z-axes and gyroscope along x-, y-, and z-axes. Each trial was performed on different days at various indoor and outdoor locations.

4.2. Results

In Table 4, we describe the top three best features from Table 1 (see column Feature number) ranked by the Matlab Rankfeatures function using the entropy criterion.
Table 4

Top features for binary classification of human activities.

ActivityWLWRWUWDRFJUSiStSlEUED
WF97, 88, 9185, 100, 8815, 63, 4214, 39, 3410, 15, 6010, 19, 3717, 18, 3019, 36, 3534, 19, 3615, 36, 3515, 42, 63
WL97, 91, 8897, 63, 4287, 97, 8610, 37, 1910, 37, 1917, 18, 3019, 36, 3434, 19, 3615, 36, 3515, 42, 63
WR63, 42, 1534, 87, 3910, 59, 3710, 37, 1917, 18, 3019, 34, 1434, 19, 8515, 36, 3515, 42, 63
WU87, 39, 7863, 42, 1510, 19, 6317, 18, 2619, 14, 6234, 19, 3515, 36, 3515, 42, 63
WD65, 38, 3410, 19, 6017, 18, 719, 10, 2019, 34, 3515, 36, 3515, 42, 63
RF35, 36, 6238, 36, 1719, 10, 1534, 19, 3515, 36, 3515, 42, 63
JU4, 22, 1619, 10, 1519, 34, 3615, 42, 6315, 42, 63
Si22, 5, 3822, 4, 8515, 42, 6359, 60, 15
St76, 85, 3910, 15, 3659, 11, 60
Sl15, 22, 4259, 60, 94
EU59, 60, 10

WF: Walking Forward; WL: Walking Left; WR: Walking Right; WU: Walking Upstairs; WD: Walking Downstairs; RF: Running Forward; JU: Jumping Up; Si: Sitting; St: Standing; Sl: Sleeping; EU: Elevator Up; ED: Elevator Down.

The results of feature ranking presented in Table 5 can be summarized as follows:
Table 5

The confusion matrix of within-subject activity classification using Rankfeatures.

ActivityWFWLWRWUWDRFJUSiStSlEUED
WF10.7740.9800.8740.9850.9960.9800.9970.99910.9991
WL0.77410.9890.9680.9580.9980.9960.9510.99910.9991
WR0.9800.98910.7980.9980.9970.9880.9880.97110.9811
WU0.8740.9680.79810.7080.9850.9790.9620.99810.9711
WD0.9850.9580.9980.70810.9920.8780.9670.85010.9861
RF0.9960.9980.9970.9850.99210.9780.9910.9960.9570.9941
JU0.9800.9960.9880.9790.8780.97810.97310.92911
Si0.9970.9510.9880.9620.9670.9910.97310.98710.1260.992
St0.9990.9990.9710.9990.8500.99510.987110.3260.887
Sl111110.9570.93011110.992
EU0.9990.9990.9810.9710.9860.99410.1260.326110.697
ED11111110.9920.8870.9920.6971
Mean 0.965 0.969 0.974 0.937 0.944 0.990 0.975 0.911 0.918 0.989 0.840 0.964
Baseline0.6500.6160.6160.7120.7130.6210.6410.6270.6420.6510.6400.628

WF: Walking Forward; WL: Walking Left; WR: Walking Right; WU: Walking Upstairs; WD: Walking Downstairs; RF: Running Forward; JU: Jumping Up; Si: Sitting; St: Standing; Sl: Sleeping; EU: Elevator Up; ED: Elevator Down.

For Walking Forward, Walking Left, and Walking Right, the important features are moving variance of acceleration and gyroscope data, movement intensity of gyroscope data, moving variance of movement intensity of acceleration data, first eigenvalue of moving covariance between acceleration data, and polar angle of moving cumulative sum of gyroscope data. For Walking Upstairs and Walking Downstairs, moving variance of gyroscope along z-axis, movement intensity of gyroscope data, and moving variance of movement intensity are the most important. For Running Forward, moving variance of 100 samples of acceleration along x-axis, moving variance of 100 samples of gyroscope along z-axis, and moving energy of acceleration are distinguishing features. For Jumping Up, the most important features are moving variance of acceleration, moving variance of movement intensity, and moving energy of acceleration. For Sitting, movement intensity of gyroscope data and movement intensity of difference between acceleration and gyroscope data are the most important. For Standing, moving variance of movement intensity of acceleration data, moving variance of acceleration along x-axis, and first eigenvalue of moving covariance of difference between acceleration and gyroscope data are the most distinctive. For Sleeping, the most prominent features are first eigenvalue of moving covariance between acceleration data and moving variance of movement intensity of acceleration data. For Elevator Up and Elevator Down, the most commonly selected feature is moving variance of z-axis of gyroscope data. Other prominent features are first eigenvalue of moving covariance of difference between acceleration and gyroscope data and moving energy of z-axis of gyroscope data. These results can be considered as consistent from what can be expected from the physical analysis of human motions in the analysed dataset. The evaluation of HAR classification algorithms is usually made through the statistical analysis of the models using the available experimental data. The most common method is the confusion matrix which allows representing the algorithm performance by clearly identifying the types of errors (false positives and negatives) and correctly predicted samples over the test data. The confusion matrix for within-subject activity recognition using Matlab's Rankfeatures is detailed in Table 5. The classification was performed using 5-fold cross-validation, using 80% of data for training and 20% of data for testing. Grand mean accuracy is 0.9552; grand mean precision is 0.9670; grand mean sensitivity is 0.9482; grand mean specificity is 0.9569; grand mean recall is 0.9482; grand mean F-score is 0.9482. The baseline accuracy was calculated using only the top 2 features selected by Rankfeatures, but without using random projections. The results show that features derived using random projections are significantly better than features derived using a common feature selection algorithm. To take a closer look at the classification result, Table 5 shows the confusion table for classification of activities. The overall averaged recognition accuracy across all activities is 95.52%, with 11 out of 12 activities having accuracy values higher than 90%. If we examine the recognition performance for each activity individually, Running Forward, Jumping Up, and Sleeping will have very high accuracy values. For Running Forward, the accuracy of 99.0% is achieved. Interestingly, the lowest accuracy was achieved for Elevator Up activity, only 84.0%, while it was most often misclassified with Sitting and Standing. Elevator Down is misclassified with Elevator Up (only 69.7% accuracy). This result makes sense since Sitting on a chair, Standing, and Standing in a moving elevator are static activities, and we expect difficulty in differentiating different static activities. Also, there is some misclassification when deciding on a specific direction of activity; for example, Walking Left is confused with Walking Forward (77.4% accuracy) and Walking Upstairs (87.4% accuracy). Walking Upstairs is also confused with Walking Right (79.8% accuracy) and Walking Downstairs (70.8% accuracy). This is due to the similarity of any walk-related activities. For comparison, the confusion matrix for within-subject activity recognition obtained using the proposed method with ReliefF feature selection is detailed in Table 6. The classification was performed using 5-fold cross-validation, using 80% of data for training and 20% of data for testing. Grand mean accuracy is 0.932; grand mean precision is 0.944; grand mean sensitivity is 0.939; grand mean specificity is 0.933; grand mean recall is 0.939; grand mean F-score is 0.922.
Table 6

The confusion matrix of within-subject activity classification using ReliefF.

ActivityWFWLWRWUWDRFJUSiStSlEUED
WF1.0000.9980.8920.9310.9931.0000.9991.0001.0001.0001.0001.000
WL0.9981.0000.8530.9890.9971.0001.0000.9991.0000.8960.9711.000
WR0.8920.8531.0000.7890.9641.0001.0000.9991.0000.8531.0001.000
WU0.9310.9890.7891.0000.7021.0001.0000.9960.9560.9920.9991.000
WD0.9930.9970.9640.7021.0000.9650.9980.6550.9970.9821.0000.975
RF1.0001.0001.0001.0000.9651.0000.6880.9991.0001.0001.0001.000
JU0.9991.0001.0001.0000.9980.6881.0001.0001.0000.9931.0001.000
Si1.0000.9990.9990.9960.6550.9991.0001.0000.4910.9670.3280.313
St1.0001.0001.0000.9560.9971.0001.0000.4911.0000.7660.5280.901
Sl1.0000.8960.8530.9920.9821.0000.9930.9670.7661.0001.0001.000
EU1.0000.9711.0000.9991.0001.0001.0000.3280.5281.0001.0000.765
ED1.0001.0001.0001.0000.9751.0001.0000.3130.9011.0000.7651.000
Mean 0.984 0.975 0.946 0.946 0.936 0.971 0.973 0.812 0.887 0.954 0.883 0.913
Baseline0.6210.6370.6000.6950.7030.6440.6180.6280.6400.6440.6350.642

WF: Walking Forward; WL: Walking Left; WR: Walking Right; WU: Walking Upstairs; WD: Walking Downstairs; RF: Running Forward; JU: Jumping Up; Si: Sitting; St: Standing; Sl: Sleeping; EU: Elevator Up; ED: Elevator Down.

The baseline accuracy was calculated using only the top 2 features selected using ReliefF, but without using random projections. Again, the results show that features derived using random projections are significantly better than features derived using the ReliefF method only. Surprisingly, though the classification accuracy of the specific activities differed, the mean accuracy metric results are quite similar (but still worse, if grand mean values are considered). The features identified using ReliefF feature selection were better at separating Walking Forward from Walking Left and Standing from Elevator Up activities but proved worse for separating other activities such as Sitting from Standing. For subject identification, the data from all physical actions is used to train the classifier. Here, we consider one-versus-all subject identification problem. Therefore, the data of one subject is defined as positive class, and the data of all other subjects is defined as negative class. In this case, also 5-fold cross-validation was performed, using 80% of data for training and 20% of data for testing. The results of one-versus-all subject identification using all activities for training and testing are presented in Table 7. While the results are not very good, they still are better than random baselines: grand mean accuracy is 0.477; precision is 0.125; recall is 0.832; and F-score is 0.210.
Table 7

Results of one-versus-all subject identification (all activities).

SubjectsAccuracyPrecisionRecall F-score
S10.6570.1420.7440.239
S20.2730.0750.9170.139
S30.5490.0780.7160.140
S40.4960.0730.6970.132
S50.3230.0680.9310.127
S60.8630.2200.6370.328
S70.2650.0550.9200.103
S80.1070.0710.9850.132
S90.6830.2290.9670.370
S100.1560.0910.9430.166
S110.7550.2630.9050.407
S120.6890.1670.5330.254
S130.3730.1150.8810.203
S140.4930.1120.8660.198
Mean 0.477 0.123 0.832 0.210
Random baseline0.0710.0710.9290.133
If an activity of a subject has been established, separate classifiers for each activity can be used for subject identification. In this case, also 5-fold cross-validation was performed, using 80% of data for training and 20% of data for testing, and the results are presented in Table 8. The grand mean accuracy is 0.720, which is better than random baseline. However, if we consider only the top three walking-related activities (Walking Forward, Walking Left, or Walking Right), the mean accuracy is 0.944.
Table 8

Results of one-versus-all subject identification for specific activities.

ActivityAccuracy F
Walking Forward0.9470.727
Walking Left0.9550.769
Walking Right0.9310.722
Walking Upstairs0.8570.551
Walking Downstairs0.8330.497
Running Forward0.8320.496
Jumping Up0.8140.453
Sitting0.5060.391
Standing0.7220.432
Sleeping0.5890.292
Elevator Up0.3370.235
Elevator Down0.3180.232
Mean 0.720 0.483
Random baseline0.0710.133
Finally, we can simplify the classification problem to binary classification (i.e., recognize one subject against another). This simplification can be motivated by the assumption that only a few people are living in an AAL home (far less than 14 subjects in the analysed dataset). Then, the data from a pair of subjects performing a specific activity is used for classification and training. Separate classifiers are built for each pair of subjects, the results are evaluated using 5-fold cross-validation, and the results are averaged. The results are presented in Table 9. Note that the grand mean accuracy has increased to 0.947, while, for the top three walking-related activities (Walking Forward, Walking Left, or Walking Right), the grand mean accuracy is 0.992.
Table 9

Accuracy of binary subject identification using separate activities.

ActivityAccuracy F
Walking Forward0.9920.987
Walking Left0.9890.987
Walking Right0.9930.993
Walking Upstairs0.9770.970
Walking Downstairs0.9740.971
Running Forward0.9800.974
Jumping Up0.9830.980
Sitting0.8830.859
Standing0.9400.932
Sleeping0.9560.953
Elevator Up0.8560.847
Elevator Down0.8460.822
Mean 0.947 0.939
Random baseline0.50.5

5. Evaluation and Discussion

Random projections have been used in the HAR domain for data dimensionality reduction in activity recognition from noisy videos [69], feature compression for head pose estimation [70], and feature selection for activity motif discovery [71]. The advantages of random projections are the simplicity of their implementation and their scalability, robustness to noise, and low computational complexity: constructing the random matrix R and projecting the d × N data matrix into k dimensions are of order O(dkN). The HAD dataset has been used in HAR research by other authors, too. Using the same HAD dataset, Zheng [66] has achieved 95.6% accuracy. He used the means and variances of magnitude and angles as the activity features and the magnitude and angles that were produced by a triaxial acceleration vector. Classifier used the Least Squares Support Vector Machine (LS-SVM) and Naïve-Bayes (NB) algorithm to distinguish different activity classes. Sivakumar [67] achieved 84.3% overall accuracy using symbolic approximation of time series of accelerometer and gyroscope signal. Vaka [68] achieved 90.7% accuracy for within-person classification and 88.6% accuracy for interperson classification using Random Forest. The features used for the recognition were time domain features: mean, standard deviation, correlation between X and Y, correlation between Y and  Z, correlation between X and Z, and root mean square of a signal. Our results (95.52% accuracy), obtained using the proposed method, are very similar to the best results of Zheng for activity recognition task. The results obtained by different authors using the USC-HAD dataset are summarized in Table 10.
Table 10

Summary of HAR results using USC-HAD dataset.

ReferenceFeaturesClassification methodAccuracy
Zheng [66]Means and variances of magnitude and angles of acceleration along x-, y-  &  z-axesLeast Squares Support Vector Machine (LS-SVM), Naïve-Bayes (NB) 95.6%
Sivakumar [67]Accelerometer and gyroscope dataSymbolic approximation84.3%
Vaka [68]Mean, std. dev., correlation between X  &  Y, Y  &  Z, and X  &  Z, and RMSRandom Forest90.7%
This paper99 times, frequency and physical featuresHeuristic (random projections + PDFs + Jaccard distance)95.52%
We think that it would be difficult to achieve even higher results due to some problems with the analysed dataset, which include a set of problems inherent to many Human Activity Datasets as follows: Accurate Labelling of All Activities. Existing activity recognition algorithms usually are based on supervised learning where the training data depends upon accurate labelling of all human activities. Collecting consistent and reliable data is a very difficult task since some activities may have been marked by users with wrong labels. Transitionary/Overlapping Activities. Often people do several activities at the same time. The transition states (such as walking-standing, lying-standing) can be treated as additional states, and the recognition model can be trained with respect to these states to increase the accuracy. Context Problem. It occurs when the sensors are placed at an inappropriate position relative to the activity being measured. For example, with accelerometer-based HAR, the location where the phone is carried, such as in the pocket or in the bag, impacts the classification performance. Subject Sensitivity. It measures dependency of the trained classification model upon the specifics of user. Weak Link between Basic Activities and More Complex Activities. For example, it is rather straightforward to detect whether the user is running, but inferring whether the user is running away from danger or jogging in a park is different. Spurious Data. Most published studies handle the problem of the fuzzy borders by manual data cropping.

6. Conclusion

Monitoring and recognizing human activities are important for assessing changes in physical and behavioural profiles of the population over time, particularly for the elderly and impaired and patients with chronic diseases. Although a wide variety of sensors are being used in various devices for activity monitoring, the positioning of the sensors, the selection of relevant features for different activity groups, and providing context to sensor measurements still pose significant research challenges. In this paper, we have reviewed the stages needed to implement a human activity recognition method for automatic classification of human physical activity from on-body sensors. A major contribution of the paper lies in pursuing the random projections based approach for feature dimensionality reduction. The results of extensive testing performed on the USC-HAD dataset (we have achieved overall accuracy of within-person classification of 95.52% and interperson identification accuracy of 94.75%) reveal the advantages of the proposed approach. Gait-related activities (Walking Forward, Walking Left, and Walking Right) allowed the best identification of subjects opening the way for a multitude of applications in the area of gait-based identification and verification. Future work will concern the validation of the proposed method using other datasets of human activity data as well as integration of the proposed method in the wearable sensor system we are currently developing for applications in indoor human monitoring.
  15 in total

1.  Prediction of activity energy expenditure using accelerometers in children.

Authors:  Maurice R Puyau; Anne L Adolph; Firoz A Vohra; Issa Zakeri; Nancy F Butte
Journal:  Med Sci Sports Exerc       Date:  2004-09       Impact factor: 5.411

2.  Activity classification using realistic data from wearable sensors.

Authors:  Juha Pärkkä; Miikka Ermes; Panu Korpipää; Jani Mäntyjärvi; Johannes Peltola; Ilkka Korhonen
Journal:  IEEE Trans Inf Technol Biomed       Date:  2006-01

Review 3.  Review of accelerometry for determining daily activity among elderly patients.

Authors:  Vivian H Cheung; Len Gray; Mohanraj Karunanithi
Journal:  Arch Phys Med Rehabil       Date:  2011-06       Impact factor: 3.966

4.  Feature selection and activity recognition system using a single triaxial accelerometer.

Authors:  Piyush Gupta; Tim Dallas
Journal:  IEEE Trans Biomed Eng       Date:  2014-03-28       Impact factor: 4.538

5.  Sensor positioning for activity recognition using wearable accelerometers.

Authors:  L Atallah; B Lo; R King
Journal:  IEEE Trans Biomed Circuits Syst       Date:  2011-08       Impact factor: 3.833

6.  Machine learning methods for classifying human physical activity from on-body accelerometers.

Authors:  Andrea Mannini; Angelo Maria Sabatini
Journal:  Sensors (Basel)       Date:  2010-02-01       Impact factor: 3.576

Review 7.  Gait analysis using wearable sensors.

Authors:  Weijun Tao; Tao Liu; Rencheng Zheng; Hutian Feng
Journal:  Sensors (Basel)       Date:  2012-02-16       Impact factor: 3.576

8.  Physical Activities Monitoring Using Wearable Acceleration Sensors Attached to the Body.

Authors:  Muhammad Arif; Ahmed Kattan
Journal:  PLoS One       Date:  2015-07-23       Impact factor: 3.240

Review 9.  A survey of online activity recognition using mobile phones.

Authors:  Muhammad Shoaib; Stephan Bosch; Ozlem Durmaz Incel; Hans Scholten; Paul J M Havinga
Journal:  Sensors (Basel)       Date:  2015-01-19       Impact factor: 3.576

10.  Mobile Phone-Connected Wearable Motion Sensors to Assess Postoperative Mobilization.

Authors:  Geoff Appelboom; Blake E Taylor; Eliza Bruce; Clare C Bassile; Corinna Malakidis; Annie Yang; Brett Youngerman; Randy D'Amico; Sam Bruce; Olivier Bruyère; Jean-Yves Reginster; Emmanuel Pl Dumont; E Sander Connolly
Journal:  JMIR Mhealth Uhealth       Date:  2015-07-28       Impact factor: 4.773

View more
  9 in total

1.  Human Activity Recognition using Inertial, Physiological and Environmental Sensors: A Comprehensive Survey.

Authors:  Florenc Demrozi; Graziano Pravadelli; Azra Bihorac; Parisa Rashidi
Journal:  IEEE Access       Date:  2020-11-16       Impact factor: 3.367

2.  Activity Recognition and Semantic Description for Indoor Mobile Localization.

Authors:  Sheng Guo; Hanjiang Xiong; Xianwei Zheng; Yan Zhou
Journal:  Sensors (Basel)       Date:  2017-03-21       Impact factor: 3.576

3.  Automatic Pose Recognition for Monitoring Dangerous Situations in Ambient-Assisted Living.

Authors:  Bruna Maria Vittoria Guerra; Stefano Ramat; Giorgio Beltrami; Micaela Schmid
Journal:  Front Bioeng Biotechnol       Date:  2020-05-14

4.  Mobile User Indoor-Outdoor Detection Through Physical Daily Activities.

Authors:  Aghil Esmaeili Kelishomi; A H S Garmabaki; Mahdi Bahaghighat; Jianmin Dong
Journal:  Sensors (Basel)       Date:  2019-01-26       Impact factor: 3.576

5.  Appropriate Mother Wavelets for Continuous Gait Event Detection Based on Time-Frequency Analysis for Hemiplegic and Healthy Individuals.

Authors:  Ning Ji; Hui Zhou; Kaifeng Guo; Oluwarotimi Williams Samuel; Zhen Huang; Lisheng Xu; Guanglin Li
Journal:  Sensors (Basel)       Date:  2019-08-08       Impact factor: 3.576

6.  New Sensor Data Structuring for Deeper Feature Extraction in Human Activity Recognition.

Authors:  Tsige Tadesse Alemayoh; Jae Hoon Lee; Shingo Okamoto
Journal:  Sensors (Basel)       Date:  2021-04-16       Impact factor: 3.576

7.  A Lightweight Attention-Based CNN Model for Efficient Gait Recognition with Wearable IMU Sensors.

Authors:  Haohua Huang; Pan Zhou; Ye Li; Fangmin Sun
Journal:  Sensors (Basel)       Date:  2021-04-19       Impact factor: 3.576

8.  Wearable Sensor-Based Human Activity Recognition via Two-Layer Diversity-Enhanced Multiclassifier Recognition Method.

Authors:  Yiming Tian; Xitai Wang; Lingling Chen; Zuojun Liu
Journal:  Sensors (Basel)       Date:  2019-04-30       Impact factor: 3.576

9.  Human Activities and Postures Recognition: From Inertial Measurements to Quaternion-Based Approaches.

Authors:  Makia Zmitri; Hassen Fourati; And Nicolas Vuillerme
Journal:  Sensors (Basel)       Date:  2019-09-20       Impact factor: 3.576

  9 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.