| Literature DB >> 36262158 |
Madiha Javeed1, Mohammad Shorfuzzaman2, Nawal Alsufyani2, Samia Allaoua Chelloug3, Ahmad Jalal1, Jeongmin Park4.
Abstract
Human locomotion is an imperative topic to be conversed among researchers. Predicting the human motion using multiple techniques and algorithms has always been a motivating subject matter. For this, different methods have shown the ability of recognizing simple motion patterns. However, predicting the dynamics for complex locomotion patterns is still immature. Therefore, this article proposes unique methods including the calibration-based filter algorithm and kinematic-static patterns identification for predicting those complex activities from fused signals. Different types of signals are extracted from benchmarked datasets and pre-processed using a novel calibration-based filter for inertial signals along with a Bessel filter for physiological signals. Next, sliding overlapped windows are utilized to get motion patterns defined over time. Then, polynomial probability distribution is suggested to decide the motion patterns natures. For features extraction based kinematic-static patterns, time and probability domain features are extracted over physical action dataset (PAD) and growing old together validation (GOTOV) dataset. Further, the features are optimized using quadratic discriminant analysis and orthogonal fuzzy neighborhood discriminant analysis techniques. Manifold regularization algorithms have also been applied to assess the performance of proposed prediction system. For the physical action dataset, we achieved an accuracy rate of 82.50% for patterned signals. While, the GOTOV dataset, we achieved an accuracy rate of 81.90%. As a result, the proposed system outdid when compared to the other state-of-the-art models in literature.Entities:
Keywords: Features optimization; Human motion analysis; Inertial signal filter; Manifold regularization; Patterns decision; Physical motion classification
Year: 2022 PMID: 36262158 PMCID: PMC9575869 DOI: 10.7717/peerj-cs.1105
Source DB: PubMed Journal: PeerJ Comput Sci ISSN: 2376-5992
Literature review for existing PHM models.
| Human dynamics prediction | |||
|---|---|---|---|
| State-of-the-art models | Sensors details | Main contributions | Limitations |
|
| Acc | An accelerometer-based motion detection methodology is proposed using multi-features and random forest for classification. The system produced features including variance, positive-negative peaks, and signal magnitude features. | Although the model achieved good accuracy, it considered limited static activities such as drink glass, and pour water. |
|
| Acc | A pattern-balanced semi-supervised deep model is proposed for imbalanced activity recognition from multimodal sensors. The study focused on multimodal sensors, limited labeled data and class-imbalance issues. Further, it has exploited the independence of multiple sensors based data and to identify salient regions that recognize human activities. | Imbalanced data distribution is a challenge, which authors tried to void. However, the system performance was low when compared to other methods. |
|
| Acc | Method to recognize physical activity detection is proposed | Limited motion activities are recognized using Motion-Sense dataset, which will not fit over dynamic activities. |
|
| IMU | An effective model for healthcare monitoring has been proposed using multiple features, feature reduction, and recognizer engine. A novel multi-layer sequential forward selection technique has been proposed along with bagged random forest for classification. | The system recognized limited exercise-based activities but was unable to attain good accuracy rates. |
|
| Acc | A detailed study on the physical activities detection systems has been presented in this research. Further, a quality of life improving method has been proposed for indoor-outdoor environments. Both statistical and non-statistical features extraction methods have been fused together to recognize multiple physical activity patterns. | Although the model achieved good accuracy, it recognized only static activities including downstairs, upstairs, and walking. |
|
| Acc | The research presents twofold contributions towards sensor-based human activity recognition. First, it proposed a skinned multi-person linear model to build a large dataset based on forward kinematics. Second, it presented a novel deep learning model named multiple level domain adaptive learning model to learn the disentangled representation for the multi-sensors-based data. | The system was able to achieve acceptable rates but due to all the activities mixed together, the performance attained was not up-to-the-mark. |
|
| Acc | The paper proposed a combination of template matching and codebook generation to eliminate the orientation errors and lessen the computational complexity. The overall methodology involves pre-processing, windowing, segmentation, features extraction, and classification techniques. | Method proposed template matching for static and dynamic activities, however, accuracy achieved for dynamic activities was low. |
|
| Acc | The paper proposed a novel framework for human activity recognition using machine learning based sensors fusion technique. It also utilized random forest, bagged decision tree, and SVM classifiers for the features selection. The proposed framework consists of data collection, segmentation, features extraction, and classification along with features selection methods. | Limited gestures have been predicted using Handy and PAMAP2 datasets, which will not be able to perform acceptable over dynamic activities. |
|
| Acc | A combination of multiple sensors like accelerometer, gyroscope, and magnetometer have been used to recognize physical activities. Multiple types of features including statistical, MFCCs, and Gaussian mixture model have been extracted followed by the classification of multiple activities | Imbalanced data distribution is eluded. However, the system performance was very low when compared to other state-of-the-art methodologies. |
|
| Acc | They proposed a novel attention-based approach for human activity recognition. First, they extracted sensor-wise features using convolutional neural networks (CNN). Then, they used attention-based fusion method for learning body locations and generating features representations. Lastly, inter-sensor features extraction has been applied to learn inter-sensor correlations and predict activities. | The model was able to achieve acceptable rates but due to all the activities mixed together, the performance accomplished was not decent enough. |
|
| Acc | Hybrid-features based sustainable physical healthcare patterns recognition (HF-SPHR) has been proposed in this research. The system includes pre-processing, features extraction, features fusion and reduction, codebook generation, and classification using deep belief networks. | Limited motion activities have been detected |
Figure 1Flow chart illustrating the proposed PHM model using PAD Khan et al. (2020) and GOTOV Paraschiakos et al. (2020) datasets.
Figure 2Three phased calibration-based IMU filter.
Sensors data fusion & windowing
| PHY: physiological signals |
| winSig: windowed signal |
| /* IMU has the calibrated and fused data from calibration-based IMU filter*/ |
| /* T is for total time*/ |
| /*totalVal is for total data*/ |
| /* m is for number of total windows*/ |
|
|
|
|
| FUS(T) = IMU(T) U PHY(T); |
|
|
| pVal = totalVal/T; /*per second data*/ |
| pVal = pVal*2; /*two seconds data*/ |
|
|
| s = 1; /*window starting point*/ |
|
|
| winSig = FUS(i); |
|
|
| s = s+pVal; |
|
|
Figure 3Polynomial density function distribution for (A) kinematic patterns and (B) static patterns.
Figure 4Dynamic time warping for kinematic patterned signals.
Figure 5The results of Kinematic Gaussian Markov random field for complex motion patterns including (A) lifting heavy objects and (B) pushups.
Figure 6Multisynchrosqueezing transform features extracted for two random static patterned windows.
Figure 7Prior energy extracted from each EM iteration.
Figure 8QDA based optimized features for kinematic and static activities.
Figure 9OFNDA based selected optimized features.
Figure 10Confusion matrix results using manifold regularization over the PAD dataset.
Figure 11Confusion matrix results using manifold regularization over the GOTOV dataset.
Figure 12RMSE for RLS, LapRLS, and Nyström LapRLS over QDA features for PAD dataset.
Figure 13RMSE for RLS, LapRLS, and Nyström LapRLS over OFNDA features for PAD dataset.
Precision, recall, and F1-score results over PAD dataset.
| Actions | Precision | Recall | F1-score |
|---|---|---|---|
| Resting | 0.80 | 0.89 | 0.84 |
| Typing | 0.89 | 0.72 | 0.79 |
| Push ups | 0.90 | 0.81 | 0.84 |
| Lifting heavy objects | 0.80 | 0.89 | 0.84 |
|
|
|
|
|
Precision, recall, and F1-score results over GOTOV dataset.
|
|
|
|
|
| JP | 0.80 | 0.80 | 0.80 |
| SD | 0.80 | 0.80 | 0.80 |
| ST | 0.90 | 0.81 | 0.85 |
| LDL | 0.70 | 0.78 | 0.74 |
| LDR | 0.80 | 0.89 | 0.84 |
| SS | 0.70 | 0.70 | 0.70 |
| SC | 0.80 | 0.95 | 0.87 |
| SCH | 0.80 | 0.95 | 0.87 |
| WSU | 0.90 | 1.00 | 0.95 |
| WD | 0.90 | 0.90 | 0.90 |
| SSH | 0.80 | 0.89 | 0.84 |
| VC | 0.70 | 1.00 | 0.82 |
| WS | 0.90 | 0.81 | 0.85 |
| WN | 1.00 | 0.83 | 0.91 |
| WF | 0.70 | 0.87 | 0.77 |
| CY | 0.90 | 0.81 | 0.85 |
|
|
|
|
|
Motion prediction mean accuracy comparison with other PHM methods.
| PHM methods | Accuracy (%) |
|---|---|
|
| 61.37 |
|
| 73.61 |
|
| 78.00 |
|
| 80.00 |
|
| 80.20 |
|
| 81.00 |
|
| 81.50 |
|
|
|