Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (20)

Search Parameters:
Keywords = multi-sensor gait classification

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
17 pages, 4095 KB  
Article
Flexible In-Sensor Computing Strain Sensor for Lower-Limb Gait Recognition
by Jiayu Ma, Yuyu Feng, Ye Tian, Hao Guo and Zongmin Ma
Micromachines 2026, 17(6), 710; https://doi.org/10.3390/mi17060710 - 10 Jun 2026
Viewed by 271
Abstract
Flexible strain sensors have attracted considerable attention in gait recognition owing to their ability to adhere directly to the skin near joints and transduce local deformation. In existing work, however, sensor placement and orientation are largely determined by anatomical experience, while multi-channel classification [...] Read more.
Flexible strain sensors have attracted considerable attention in gait recognition owing to their ability to adhere directly to the skin near joints and transduce local deformation. In existing work, however, sensor placement and orientation are largely determined by anatomical experience, while multi-channel classification still relies on back-end digital processors, whose power consumption and latency constrain system practicality in wearable scenarios. This paper presents an integrated design path that proceeds from skin-mechanics theory through sensor-layout optimization to analog-domain front-end inference. On the layout side, the lines-of-non-extension (LoNE) theory is employed to convert the selection of sensor attachment angles from empirical judgment into a calculable mechanics problem; guided by the spatial course of LoNE in the ankle and knee regions, the positions and angles of the nine sensors are determined individually—channels perpendicular to the LoNE capture maximum strain, channels offset by 45 degrees supplement non-sagittal-plane information, and a channel aligned along the LoNE provides a near-zero-strain reference. On the circuit side, the mathematical equivalence between the weighted summation of a linear classifier and Kirchhoff’s current law (KCL) nodal current superposition is exploited to map the classification operation onto current aggregation in an analog circuit, yielding an in-sensor computing (ISC) front end in which the nine-channel weighted summation is completed in a single analog step. The sensors are fabricated by screen-printing a liquid-metal–polymer composite conductive ink onto a TPU film substrate, with a gauge factor RSD of 6.8% and a tensile linearity R2>0.99. Using walking, running, and stair descent as verification targets, the analog classifier reaches 99% accuracy at the circuit-level functional-verification stage. On real multi-subject data, it achieves 87.0%±8.4% accuracy under intra-subject cross-session validation, with an analog-domain inference response faster than 100μs. This design path is not bound to a specific joint or sensor material; when the layout methodology is extended to additional joint regions and the circuit architecture incorporates multiple outputs to cover more classification categories, the same workflow remains applicable, offering a promising low-power, lightweight technical solution for wearable motion monitoring. Full article
Show Figures

Figure 1

25 pages, 2707 KB  
Article
Recognition of Gait Alterations Induced by Alcohol-Impairment Simulation Goggles Using Smartphone Accelerometer Signals
by Paweł Marciniak and Mariusz Zubert
Sensors 2026, 26(10), 3038; https://doi.org/10.3390/s26103038 - 12 May 2026
Viewed by 401
Abstract
The reliable identification of impairment relevant to safety-critical activities remains a significant challenge for public safety, motivating the exploration of unobtrusive and widely accessible sensing technologies. This study examines the viability of utilising inertial data acquired from consumer-grade smartphones to characterise gait disturbances [...] Read more.
The reliable identification of impairment relevant to safety-critical activities remains a significant challenge for public safety, motivating the exploration of unobtrusive and widely accessible sensing technologies. This study examines the viability of utilising inertial data acquired from consumer-grade smartphones to characterise gait disturbances associated with simulated visual impairment. The study simulates intoxication-related effects using alcohol-impairment goggles and does not involve the measurement of real alcohol intoxication. Two supervised experimental protocols were conducted in which participants traversed predefined walking routes under normal conditions and while wearing alcohol-impairment simulation goggles representing five manufacturer-declared blood alcohol concentration (BAC)-related goggle conditions plus a no-goggles control condition. An initial indoor trial, conducted in a structured corridor environment, yielded limited discrimination of gait dynamics due to strong spatial and visual stabilisation cues. To address this limitation, a subsequent outdoor experiment was conducted along a 100 m path lacking prominent visual reference points, resulting in motion patterns that more closely reflect unconstrained, real-world locomotion. Tri-axial accelerometer and gyroscope signals were recorded using smartphones, followed by artefact removal, segmentation, and standardisation to ensure inter-trial comparability. The resulting curated dataset comprises 290,919 multi-channel samples derived from 96 walking trials involving 16 participants and is released as an openly accessible resource to support further research in gait analysis and classification of gait alterations associated with simulated impairment. Model evaluation was performed using an 80/20 train–test split conducted within each traversal, with training and test windows originating from the same participant and walking session. Consequently, the reported results reflect within-subject performance instead of subject-independent generalisation. Multiple deep learning architectures combining convolutional feature extraction, bidirectional long short-term memory layers, and self-attention mechanisms were systematically evaluated. Using a subject-dependent evaluation protocol, the best-performing architecture achieved an accuracy of 71.4% and a weighted F1-score of 71.5% in distinguishing gait patterns associated with different levels of simulated visual impairment. The best-performing architectures yielded classification performance consistent with exploratory, low-stakes assessment of gait alterations associated with simulated visual impairment, using accelerometer data alone. These findings illustrate the feasibility of using smartphones as auxiliary tools for exploratory, low-stakes screening or educational applications and contribute a publicly released dataset and benchmark results to facilitate methodological advancement in inertial sensor-based gait impairment analysis. Full article
(This article belongs to the Collection Sensors for Gait, Human Movement Analysis, and Health Monitoring)
Show Figures

Graphical abstract

21 pages, 2013 KB  
Article
Machine Learning Models for Reliable Gait Phase Detection Using Lower-Limb Wearable Sensor Data
by Muhammad Fiaz, Rosita Guido and Domenico Conforti
Appl. Sci. 2026, 16(3), 1397; https://doi.org/10.3390/app16031397 - 29 Jan 2026
Viewed by 1023
Abstract
Accurate gait-phase detection is essential for rehabilitation monitoring, prosthetic control, and human–robot interaction. Artificial intelligence supports continuous, personalized mobility assessment by extracting clinically meaningful patterns from wearable sensors. A richer view of gait dynamics can be achieved by integrating additional signals, including inertial, [...] Read more.
Accurate gait-phase detection is essential for rehabilitation monitoring, prosthetic control, and human–robot interaction. Artificial intelligence supports continuous, personalized mobility assessment by extracting clinically meaningful patterns from wearable sensors. A richer view of gait dynamics can be achieved by integrating additional signals, including inertial, plantar flex, footswitch, and EMG data, leading to more accurate and informative gait analysis. Motivated by these needs, this study investigates discrete gait-phase recognition for the right leg using a multi-subject IMU dataset collected from lower-limb sensors. IMU recordings were segmented into 128-sample windows across 23 channels, and each window was flattened into a 2944-dimensional feature vector. To ensure reliable ground-truth labels, we developed an automatic relabeling pipeline incorporating heel-strike and toe-off detection, adaptive threshold tuning, and sensor fusion across sensor modalities. These windowed vectors were then used to train a comprehensive suite of machine learning models, including Random Forests, Extra Trees, k-Nearest Neighbors, XGBoost, and LightGBM. All models underwent systematic hyperparameter tuning, and their performance was assessed through k-fold cross-validation. The results demonstrate that tree-based ensemble models provide accurate and stable gait-phase classification with accuracy exceeding 97% across both test sets, underscoring their potential for future real-time gait analysis and lower-limb assistive technologies. Full article
Show Figures

Figure 1

34 pages, 6460 KB  
Article
Explainable Gait Multi-Anchor Space-Aware Temporal Convolutional Networks for Gait Recognition in Neurological, Orthopedic, and Healthy Cohorts
by Abdullah Alharthi
Mathematics 2026, 14(2), 230; https://doi.org/10.3390/math14020230 - 8 Jan 2026
Cited by 2 | Viewed by 1194
Abstract
Gait recognition using wearable sensor data is crucial for healthcare, rehabilitation, and monitoring neurological and musculoskeletal disorders. This study proposes a deep learning framework for gait classification using inertial measurements from four body-mounted IMU sensors (head, lower back, and both feet). The data [...] Read more.
Gait recognition using wearable sensor data is crucial for healthcare, rehabilitation, and monitoring neurological and musculoskeletal disorders. This study proposes a deep learning framework for gait classification using inertial measurements from four body-mounted IMU sensors (head, lower back, and both feet). The data were collected from a publicly available, clinically annotated dataset comprising 1356 gait trials from 260 individuals with diverse pathologies. The framework, G-MASA-TCN (Gait Multi-Anchor, Space-Aware Temporal Convolutional Network), integrates multi-scale temporal fusion, graph-informed spatial modeling, and residual dilated convolutions to extract discriminative gait signatures. To ensure both high performance and interpretability, Integrated Gradients is incorporated as an explainable AI (XAI) method, providing sensor-level and temporal attributes that reveal the features driving model decisions. The framework is evaluated via repeated cross-validation experiments, reporting detailed metrics with cross-run statistical analysis (mean ± standard deviation) to assess robustness. Results show that G-MASA-TCN achieves 98% classification accuracy for neurological, orthopedic, and healthy cohorts, demonstrating superior stability and resilience compared to baseline architectures, including Gated Recurrent Unit (GRU), Transformer neural networks, and standard TCNs, and 98.4% accuracy in identifying individual subjects based on gait. Furthermore, the model offers clinically meaningful insights into which sensors and gait phases contribute most to its predictions. This work presents an accurate, interpretable, and reliable tool for gait pathology recognition, with potential for translation to real-world clinical settings. Full article
(This article belongs to the Special Issue Deep Neural Network: Theory, Algorithms and Applications)
Show Figures

Graphical abstract

24 pages, 1607 KB  
Article
A Biomechanics-Guided and Time–Frequency Collaborative Deep Learning Framework for Parkinsonian Gait Severity Assessment
by Wei Lin, Tianqi Zhou and Qiwen Yang
Mathematics 2026, 14(1), 89; https://doi.org/10.3390/math14010089 - 26 Dec 2025
Viewed by 559
Abstract
Parkinson’s Disease (PD) is a neurodegenerative disorder in which gait abnormalities serve as key indicators of motor impairment and disease progression. Although wearable sensor-based gait analysis has advanced, existing methods still face challenges in modeling multi-sensor spatial relationships, extracting adaptive multi-scale temporal features, [...] Read more.
Parkinson’s Disease (PD) is a neurodegenerative disorder in which gait abnormalities serve as key indicators of motor impairment and disease progression. Although wearable sensor-based gait analysis has advanced, existing methods still face challenges in modeling multi-sensor spatial relationships, extracting adaptive multi-scale temporal features, and effectively integrating time–frequency information. To address these issues, this paper proposes a multi-sensor gait neural network that integrates biomechanical priors with time–frequency collaborative learning for the automatic assessment of PD gait severity. The framework consists of three core modules: (1) BGS-GAT (Biomechanics-Guided Graph Attention Network), which constructs a sensor graph based on plantar anatomy and explicitly models inter-regional force dependencies via graph attention; (2) AMS-Inception1D (Adaptive Multi-Scale Inception-1D), which employs dilated convolutions and channel attention to extract multi-scale temporal features adaptively; and (3) TF-Branch (Time–Frequency Branch), which applies Real-valued Fast Fourier Transform (RFFT) and frequency-domain convolution to capture rhythmic and high-frequency components, enabling complementary time–frequency representation. Experiments on the PhysioNet multi-channel foot pressure dataset demonstrate that the proposed model achieves 0.930 in accuracy and 0.925 in F1-score for four-class severity classification, outperforming state-of-the-art deep learning models. Full article
Show Figures

Figure 1

20 pages, 3899 KB  
Article
Clinically Interpretable Modeling of ACL Reconstruction Outcomes Using Confidence-Aware Gait Analysis
by Xishi Zhu, Devin K. Kelly, Grayson Kim, Joe M. Hart and Jiaqi Gong
Biomechanics 2025, 5(4), 94; https://doi.org/10.3390/biomechanics5040094 - 6 Nov 2025
Cited by 1 | Viewed by 1344
Abstract
Background/Objectives: Outcomes following Anterior Cruciate Ligament (ACL) reconstruction vary widely among patients, yet existing classification techniques often lack transparency and clinical interpretability. To address this gap, we developed a multi-modal framework that integrates gait dynamics with patient-specific characteristics to enhance personalized assessment [...] Read more.
Background/Objectives: Outcomes following Anterior Cruciate Ligament (ACL) reconstruction vary widely among patients, yet existing classification techniques often lack transparency and clinical interpretability. To address this gap, we developed a multi-modal framework that integrates gait dynamics with patient-specific characteristics to enhance personalized assessment of ACL reconstruction outcomes. Methods: Participants, both post-ACL reconstruction and healthy controls, were equipped with inertial measurement unit (IMU) sensors on bilateral wrists, ankles, and the sacrum during standardized locomotion tasks. Using the Phase Slope Index (PSI), we quantified causal relationships between sensor pairs, hypothesizing that (1) PSI-derived metrics capture discriminative biomechanical interactions; (2) task-specific differences in segment coordination patterns influence model performance; and (3) recovery duration modulates classifier confidence and the structure of high-dimensional data distributions. Classification models were trained using PSI features, and permutation-based sensor importance analyses were conducted to interpret task-specific biomechanical contributions. Results: PSI-based classifiers achieved 96.37% accuracy in distinguishing ACL reconstruction outcomes, validating the first hypothesis. Permutation importance revealed that jogging tasks produced more focused importance distributions across fewer sensor pairs while improving accuracy, confirming task-specific coordination effects (hypothesis two). Visualization via t-SNE demonstrated that longer recovery durations corresponded to reduced model confidence but more coherent feature clusters, supporting the third hypothesis. Conclusions: By integrating causal gait metrics and patient recovery profiles, this approach enables interpretable and high-performing ACL outcome prediction. Quantitative evaluation measures—including model confidence and t-SNE cluster coherence—offer clinicians objective tools for personalized rehabilitation monitoring and data-driven return-to-sport decisions. Full article
(This article belongs to the Section Gait and Posture Biomechanics)
Show Figures

Figure 1

40 pages, 2250 KB  
Review
Comprehensive Comparative Analysis of Lower Limb Exoskeleton Research: Control, Design, and Application
by Sk Hasan and Nafizul Alam
Actuators 2025, 14(7), 342; https://doi.org/10.3390/act14070342 - 9 Jul 2025
Cited by 15 | Viewed by 10360
Abstract
This review provides a comprehensive analysis of recent advancements in lower limb exoskeleton systems, focusing on applications, control strategies, hardware architecture, sensing modalities, human-robot interaction, evaluation methods, and technical innovations. The study spans systems developed for gait rehabilitation, mobility assistance, terrain adaptation, pediatric [...] Read more.
This review provides a comprehensive analysis of recent advancements in lower limb exoskeleton systems, focusing on applications, control strategies, hardware architecture, sensing modalities, human-robot interaction, evaluation methods, and technical innovations. The study spans systems developed for gait rehabilitation, mobility assistance, terrain adaptation, pediatric use, and industrial support. Applications range from sit-to-stand transitions and post-stroke therapy to balance support and real-world navigation. Control approaches vary from traditional impedance and fuzzy logic models to advanced data-driven frameworks, including reinforcement learning, recurrent neural networks, and digital twin-based optimization. These controllers support personalized and adaptive interaction, enabling real-time intent recognition, torque modulation, and gait phase synchronization across different users and tasks. Hardware platforms include powered multi-degree-of-freedom exoskeletons, passive assistive devices, compliant joint systems, and pediatric-specific configurations. Innovations in actuator design, modular architecture, and lightweight materials support increased usability and energy efficiency. Sensor systems integrate EMG, EEG, IMU, vision, and force feedback, supporting multimodal perception for motion prediction, terrain classification, and user monitoring. Human–robot interaction strategies emphasize safe, intuitive, and cooperative engagement. Controllers are increasingly user-specific, leveraging biosignals and gait metrics to tailor assistance. Evaluation methodologies include simulation, phantom testing, and human–subject trials across clinical and real-world environments, with performance measured through joint tracking accuracy, stability indices, and functional mobility scores. Overall, the review highlights the field’s evolution toward intelligent, adaptable, and user-centered systems, offering promising solutions for rehabilitation, mobility enhancement, and assistive autonomy in diverse populations. Following a detailed review of current developments, strategic recommendations are made to enhance and evolve existing exoskeleton technologies. Full article
(This article belongs to the Section Actuators for Robotics)
Show Figures

Figure 1

22 pages, 6123 KB  
Article
Real-Time Proprioceptive Sensing Enhanced Switching Model Predictive Control for Quadruped Robot Under Uncertain Environment
by Sanket Lokhande, Yajie Bao, Peng Cheng, Dan Shen, Genshe Chen and Hao Xu
Electronics 2025, 14(13), 2681; https://doi.org/10.3390/electronics14132681 - 2 Jul 2025
Cited by 1 | Viewed by 3337
Abstract
Quadruped robots have shown significant potential in disaster relief applications, where they have to navigate complex terrains for search and rescue or reconnaissance operations. However, their deployment is hindered by limited adaptability in highly uncertain environments, especially when relying solely on vision-based sensors [...] Read more.
Quadruped robots have shown significant potential in disaster relief applications, where they have to navigate complex terrains for search and rescue or reconnaissance operations. However, their deployment is hindered by limited adaptability in highly uncertain environments, especially when relying solely on vision-based sensors like cameras or LiDAR, which are susceptible to occlusions, poor lighting, and environmental interference. To address these limitations, this paper proposes a novel sensor-enhanced hierarchical switching model predictive control (MPC) framework that integrates proprioceptive sensing with a bi-level hybrid dynamic model. Unlike existing methods that either rely on handcrafted controllers or deep learning-based control pipelines, our approach introduces three core innovations: (1) a situation-aware, bi-level hybrid dynamic modeling strategy that hierarchically combines single-body rigid dynamics with distributed multi-body dynamics for modeling agility and scalability; (2) a three-layer hybrid control framework, including a terrain-aware switching MPC layer, a distributed torque controller, and a fast PD control loop for enhanced robustness during contact transitions; and (3) a multi-IMU-based proprioceptive feedback mechanism for terrain classification and adaptive gait control under sensor-occluded or GPS-denied environments. Together, these components form a unified and computationally efficient control scheme that addresses practical challenges such as limited onboard processing, unstructured terrain, and environmental uncertainty. A series of experimental results demonstrate that the proposed method outperforms existing vision- and learning-based controllers in terms of stability, adaptability, and control efficiency during high-speed locomotion over irregular terrain. Full article
(This article belongs to the Special Issue Smart Robotics and Autonomous Systems)
Show Figures

Figure 1

18 pages, 84247 KB  
Article
A Terrain Classification Method for Quadruped Robots with Proprioception
by Yinglong Zhang, Baoru Huang, Meng Hong, Chao Huang, Guan Wang and Min Guo
Electronics 2025, 14(6), 1231; https://doi.org/10.3390/electronics14061231 - 20 Mar 2025
Cited by 4 | Viewed by 3370
Abstract
Acquiring terrain information during robot locomotion is essential for autonomous navigation, gait selection, and trajectory planning. Quadruped robots, due to their biomimetic structures, demonstrate enhanced traversability over complex terrains compared to other robotic platforms. Furthermore, the internal sensors of quadruped robots acquire rich [...] Read more.
Acquiring terrain information during robot locomotion is essential for autonomous navigation, gait selection, and trajectory planning. Quadruped robots, due to their biomimetic structures, demonstrate enhanced traversability over complex terrains compared to other robotic platforms. Furthermore, the internal sensors of quadruped robots acquire rich terrain-related data during locomotion across diverse terrains. This study investigates the relationship between terrain characteristics and quadruped robots based on proprioception sensor data, and proposes a simple, efficient, and motion-independent terrain classification method by integrating multiple sensor signals. The sensors referred to in the text only include the IMU sensor and joint encoders, which means that the method has a wide range of applicability while requiring sufficiently low hardware cost. The Convolutional Neural Network will serve as the backbone of the algorithm. In addition, the control command about its own control information will serve as supporting information to eliminate the impact of motion patterns on the results. Employing a multi-label classification algorithm, the complex terrains are classified by multiple physical feature labels like roughness, slippage, softness, and slope, which depict terrain attributes. A feature-labeled terrain dataset is established by abstracting diverse terrain features across various terrains. Unlike semantic labels (e.g., grassland, sand, gravel) that are comprehensible only to humans, feature labels provide a more helpful and precise terrain characterization, including broader terrain attributes. Full article
Show Figures

Figure 1

21 pages, 1939 KB  
Article
Multi-Class Classification of Human Activity and Gait Events Using Heterogeneous Sensors
by Tasmiyah Javed, Ali Raza, Hafiz Farhan Maqbool, Saqib Zafar, Juri Taborri and Stefano Rossi
J. Sens. Actuator Netw. 2024, 13(6), 85; https://doi.org/10.3390/jsan13060085 - 10 Dec 2024
Cited by 7 | Viewed by 3644
Abstract
The control of active prostheses and orthoses requires the precise classification of instantaneous human activity and the detection of specific events within each activity. Furthermore, such classification helps physiotherapists, orthopedists, and neurologists in kinetic/kinematic analyses of patients’ gaits. To address this need, we [...] Read more.
The control of active prostheses and orthoses requires the precise classification of instantaneous human activity and the detection of specific events within each activity. Furthermore, such classification helps physiotherapists, orthopedists, and neurologists in kinetic/kinematic analyses of patients’ gaits. To address this need, we propose an innovative deep neural network (DNN)-based approach with a two-step hyperparameter optimization scheme for classifying human activity and gait events, specific for different motor activities, by using the ENABL3S dataset. The proposed architecture sets the baseline accuracy to 93% with a single hidden layer and offers further improvement by adding more layers; however, the corresponding number of input neurons remains a crucial hyperparameter. Our two-step hyperparameter-tuning strategy is employed which first searches for an appropriate number of hidden layers and then carefully modulates the number of neurons within these layers using 10-fold cross-validation. This multi-class classifier significantly outperforms prior machine learning algorithms for both activity and gait event recognition. Notably, our proposed scheme achieves impressive accuracy rates of 98.1% and 99.96% for human activity and gait events per activity, respectively, potentially leading to significant advancements in prosthetic/orthotic controls, patient care, and rehabilitation programs’ definition. Full article
Show Figures

Figure 1

24 pages, 6646 KB  
Article
Deep-Learning-Based Approach for Automated Detection of Irregular Walking Surfaces for Walkability Assessment with Wearable Sensor
by Hui R. Ng, Xin Zhong, Yunwoo Nam and Jong-Hoon Youn
Appl. Sci. 2023, 13(24), 13053; https://doi.org/10.3390/app132413053 - 7 Dec 2023
Cited by 3 | Viewed by 2856
Abstract
A neighborhood’s walkability is associated with public health, economic and environmental benefits. The state of the walking surface on sidewalks is a key factor in assessing walkability, as it promotes pedestrian movement and exercise. Yet, conventional practices for assessing sidewalks are labor-intensive and [...] Read more.
A neighborhood’s walkability is associated with public health, economic and environmental benefits. The state of the walking surface on sidewalks is a key factor in assessing walkability, as it promotes pedestrian movement and exercise. Yet, conventional practices for assessing sidewalks are labor-intensive and rely on subject-matter experts, rendering them subjective, inefficient and ineffective. Wearable sensors can be utilized to address these limitations. This study proposes a novel classification method that employs a long short-term memory (LSTM) network to analyze gait data gathered from a single wearable accelerometer to automatically identify irregular walking surfaces. Three different input modalities—raw acceleration data, single-stride and multi-stride hand-crafted accelerometer-based gait features—were explored and their effects on the classification performance of the proposed method were compared and analyzed. To verify the effectiveness of the proposed approach, we compared the performance of the LSTM models to the traditional baseline support vector machine (SVM) machine learning method presented in our previous study. The results from the experiment demonstrated the effectiveness of the proposed framework, thereby validating its feasibility. Both LSTM networks trained with single-stride and multi-stride gait feature modalities outperformed the baseline SVM model. The LSTM network trained with multi-stride gait features achieved the highest average AUC of 83%. The classification performance of the LSTM model trained with single-stride gait features further improved to an AUC of 88% with post-processing, making it the most effective model. The proposed classification framework serves as an unbiased, user-oriented tool for conducting sidewalk surface condition assessments. Full article
(This article belongs to the Special Issue Applied Machine Learning III)
Show Figures

Figure 1

24 pages, 10247 KB  
Article
Multimodal Gait Abnormality Recognition Using a Convolutional Neural Network–Bidirectional Long Short-Term Memory (CNN-BiLSTM) Network Based on Multi-Sensor Data Fusion
by Jing Li, Weisheng Liang, Xiyan Yin, Jun Li and Weizheng Guan
Sensors 2023, 23(22), 9101; https://doi.org/10.3390/s23229101 - 10 Nov 2023
Cited by 32 | Viewed by 5231
Abstract
Global aging leads to a surge in neurological diseases. Quantitative gait analysis for the early detection of neurological diseases can effectively reduce the impact of the diseases. Recently, extensive research has focused on gait-abnormality-recognition algorithms using a single type of portable sensor. However, [...] Read more.
Global aging leads to a surge in neurological diseases. Quantitative gait analysis for the early detection of neurological diseases can effectively reduce the impact of the diseases. Recently, extensive research has focused on gait-abnormality-recognition algorithms using a single type of portable sensor. However, these studies are limited by the sensor’s type and the task specificity, constraining the widespread application of quantitative gait recognition. In this study, we propose a multimodal gait-abnormality-recognition framework based on a Convolutional Neural Network-Bidirectional Long Short-Term Memory (CNN-BiLSTM) network. The as-established framework effectively addresses the challenges arising from smooth data interference and lengthy time series by employing an adaptive sliding window technique. Then, we convert the time series into time–frequency plots to capture the characteristic variations in different abnormality gaits and achieve a unified representation of the multiple data types. This makes our signal processing method adaptable to several types of sensors. Additionally, we use a pre-trained Deep Convolutional Neural Network (DCNN) for feature extraction, and the consequently established CNN-BiLSTM network can achieve high-accuracy recognition by fusing and classifying the multi-sensor input data. To validate the proposed method, we conducted diversified experiments to recognize the gait abnormalities caused by different neuropathic diseases, such as amyotrophic lateral sclerosis (ALS), Parkinson’s disease (PD), and Huntington’s disease (HD). In the PDgait dataset, the framework achieved an accuracy of 98.89% in the classification of Parkinson’s disease severity, surpassing DCLSTM’s 96.71%. Moreover, the recognition accuracy of ALS, PD, and HD on the PDgait dataset was 100%, 96.97%, and 95.43% respectively, surpassing the majority of previously reported methods. These experimental results strongly demonstrate the potential of the proposed multimodal framework for gait abnormality identification. Due to the advantages of the framework, such as its suitability for different types of sensors and fewer training parameters, it is more suitable for gait monitoring in daily life and the customization of medical rehabilitation schedules, which will help more patients alleviate the harm caused by their diseases. Full article
(This article belongs to the Special Issue Advanced Sensors for Health Monitoring in Older Adults)
Show Figures

Figure 1

15 pages, 710 KB  
Article
Grammatical Evolution-Based Feature Extraction for Hemiplegia Type Detection
by Vasileios Christou, Ioannis Tsoulos, Alexandros Arjmand, Dimitrios Dimopoulos, Dimitrios Varvarousis, Alexandros T. Tzallas, Christos Gogos, Markos G. Tsipouras, Evripidis Glavas, Avraam Ploumis and Nikolaos Giannakeas
Signals 2022, 3(4), 737-751; https://doi.org/10.3390/signals3040044 - 17 Oct 2022
Cited by 5 | Viewed by 2626
Abstract
Hemiplegia is a condition caused by brain injury and affects a significant percentage of the population. The effect of patients suffering from this condition is a varying degree of weakness, spasticity, and motor impairment to the left or right side of the body. [...] Read more.
Hemiplegia is a condition caused by brain injury and affects a significant percentage of the population. The effect of patients suffering from this condition is a varying degree of weakness, spasticity, and motor impairment to the left or right side of the body. This paper proposes an automatic feature selection and construction method based on grammatical evolution (GE) for radial basis function (RBF) networks that can classify the hemiplegia type between patients and healthy individuals. The proposed algorithm is tested in a dataset containing entries from the accelerometer sensors of the RehaGait mobile gait analysis system, which are placed in various patients’ body parts. The collected data were split into 2-second windows and underwent a manual pre-processing and feature extraction stage. Then, the extracted data are presented as input to the proposed GE-based method to create new, more efficient features, which are then introduced as input to an RBF network. The paper’s experimental part involved testing the proposed method with four classification methods: RBF network, multi-layer perceptron (MLP) trained with the Broyden–Fletcher–Goldfarb–Shanno (BFGS) training algorithm, support vector machine (SVM), and a GE-based parallel tool for data classification (GenClass). The test results revealed that the proposed solution had the highest classification accuracy (90.07%) compared to the other four methods. Full article
Show Figures

Figure 1

22 pages, 6079 KB  
Article
An Efficient Gait Abnormality Detection Method Based on Classification
by Darshan Jani, Vijayakumar Varadarajan, Rushirajsinh Parmar, Mohammed Husain Bohara, Dweepna Garg, Amit Ganatra and Ketan Kotecha
J. Sens. Actuator Netw. 2022, 11(3), 31; https://doi.org/10.3390/jsan11030031 - 28 Jun 2022
Cited by 14 | Viewed by 5960
Abstract
In the study of human mobility, gait analysis is a well-recognized assessment methodology. Despite its widespread use, doubts exist about its clinical utility, i.e., its potential to influence the diagnostic-therapeutic practice. Gait analysis evaluates the walking pattern (normal/abnormal) based on the gait cycle. [...] Read more.
In the study of human mobility, gait analysis is a well-recognized assessment methodology. Despite its widespread use, doubts exist about its clinical utility, i.e., its potential to influence the diagnostic-therapeutic practice. Gait analysis evaluates the walking pattern (normal/abnormal) based on the gait cycle. Based on the analysis obtained, various applications can be developed in the medical, security, sports, and fitness domain to improve overall outcomes. Wearable sensors provide a convenient, efficient, and low-cost approach to gather data, while machine learning methods provide high accuracy gait feature extraction for analysis. The problem is to identify gait abnormalities and if present, subsequently identify the locations of impairments that lead to the change in gait pattern of the individual. Proper physiotherapy treatment can be provided once the location/landmark of the impairment is known correctly. In this paper, classification of multiple anatomical regions and their combination on a large scale highly imbalanced dataset is carried out. We focus on identifying 27 different locations of injury and formulate it as a multi-class classification approach. The advantage of this method is the convenience and simplicity as compared to previous methods. In our work, a benchmark is set to identify the gait disorders caused by accidental impairments at multiple anatomical regions using the GaitRec dataset. In our work, machine learning models are trained and tested on the GaitRec dataset, which provides Ground Reaction Force (GRF) data, to analyze an individual’s gait and further classify the gait abnormality (if present) at the specific lower-region portion of the body. The design and implementation of machine learning models are carried out to detect and classify the gait patterns between healthy controls and gait disorders. Finally, the efficacy of the proposed approach is showcased using various qualitative accuracy metrics. The achieved test accuracy is 96% and an F1 score of 95% is obtained in classifying various gait disorders on unseen test samples. The paper concludes by stating how machine learning models can help to detect gait abnormalities along with directions of future work. Full article
Show Figures

Figure 1

15 pages, 677 KB  
Article
A Unified Local–Global Feature Extraction Network for Human Gait Recognition Using Smartphone Sensors
by Sonia Das, Sukadev Meher and Upendra Kumar Sahoo
Sensors 2022, 22(11), 3968; https://doi.org/10.3390/s22113968 - 24 May 2022
Cited by 11 | Viewed by 2715
Abstract
Smartphone-based gait recognition has been considered a unique and promising technique for biometric-based identification. It is integrated with multiple sensors to collect inertial data while a person walks. However, captured data may be affected by several covariate factors due to variations of gait [...] Read more.
Smartphone-based gait recognition has been considered a unique and promising technique for biometric-based identification. It is integrated with multiple sensors to collect inertial data while a person walks. However, captured data may be affected by several covariate factors due to variations of gait sequences such as holding loads, wearing types, shoe types, etc. Recent gait recognition approaches either work on global or local features, causing failure to handle these covariate-based features. To address these issues, a novel weighted multi-scale CNN (WMsCNN) architecture is designed to extract local to global features for boosting recognition accuracy. Specifically, a weight update sub-network (Ws) is proposed to increase or reduce the weights of features concerning their contribution to the final classification task. Thus, the sensitivity of these features toward the covariate factors decreases using the weight updated technique. Later, these features are fed to a fusion module used to produce global features for the overall classification. Extensive experiments have been conducted on four different benchmark datasets, and the demonstrated results of the proposed model are superior to other state-of-the-art deep learning approaches. Full article
(This article belongs to the Section Intelligent Sensors)
Show Figures

Figure 1

Back to TopTop