Use of Technologies for the Acquisition and Processing Strategies for Motion Data Analysis
Abstract
:1. Introduction
- Laboratory-based research environments: As expected, these scenarios have controlled conditions, as they are used to assess the accuracy and precision, among other properties, of either measurement instruments or methodologies. For instance, gait studies require this type of environment for performing their analysis [2,3,4].
- Clinical and rehabilitation environments: A patient-centered scenario is considered, where comfort, safety, and real-time feedback are the interest parameters that need to be estimated once the rehabilitation procedure is employed. In this sense, biomechanical-based technologies are often selected by considering their ease of use, non-invasiveness, and ability to track recovery progress [5,6], allowing the assessment of the therapy performance without requiring the patient opinion regarding its own progress.
- Day-to-day environments: Activities such as activity monitoring, ergonomics, and preventive healthcare are of particular interest. Hence, the technologies employed in these contexts need to be compact and user-friendly, as they are designed for long-term use without expert supervision [9].
- A practical strategy to find the technologies employed to acquire motion analysis variables in different activities for performing biomechanical analysis.
- An effective method to identify the different techniques for the preprocessing, processing, and classification of motion-analysis data.
- A new strategy to classify validation results in motion analysis.
- Recommendations and strategies for the use of technologies and techniques for preprocessing, processing, and classification in motion analysis.
2. Technologies Employed to Acquire Motion-Based Variables
2.1. Motion-Capture Systems (MCSs)
2.2. Inertial Measurement Units (IMUs)
2.3. Force Platforms
2.4. Other Technologies
2.5. Measurement Technologies Qualitative Analysis
3. Processing, Classification, and Validation of the Measured Signals
3.1. Preprocessing Stage
- Signal integrity preservation: Some filters, such as SG and Gaussian, are preferred when it is critical to retain the signal’s shape, curvature or peaks (e.g., joint angles and impact events).
- Phase sensitivity: Techniques such zero-lag filters are specifically used when the temporal alignment of events (e.g., foot strike and jump take-off) is required.
- Noise type and distribution: Median filters are effective for sparse, high-magnitude outliers, while Butterworth and moving average filter handle continuous high-frequency noise.
- Real-time vs. postprocessing contexts: Complementary filter, Madgwick filters, and low-order Butterworth implementations are suitable for embedded systems, while computationally heavier methods such as zero-phase filtering are reserved for offline analysis.
- Sensor fusion and orientation estimation: Filters like Madgwick and complementary filters are designed to integrate multiple IMU signals to estimate orientation in real time. These are especially useful in dynamic conditions where both drift correction and computational efficiency are required.
3.2. Processing Techniques
3.2.1. Kalman Filter
3.2.2. Kabsch Algorithm
3.2.3. The Rauch–Tung–Striebel (RTS) Smoother
3.2.4. Processing Techniques Summary
- Real time vs. offline applicability: Methods such as the Kalman filter enable real-time state estimation, while techniques such as the RTS smoother are restricted to postprocessing scenarios.
- Accuracy and robustness: Methods such as the Kabsch algorithm and Kalman filter provide high accuracy in aligning and estimating states.
3.3. Classification Techniques
- Machine learning-based approaches: They rely on statistical models trained on extracted features. Algorithms such as random forest, support vector machines (SVMs), linear regression variants, and discriminant analysis are some examples of the classification approaches that are commonly employed.
- Deep learning-based approaches: They learn the representations directly from raw or minimally processed data. Architectures such as convolutional neural networks (CNNs), long short-term memory networks (LSTMs), and hybrid models are examples of these types of classifiers.
3.3.1. Deep Learning-Based Classifiers
- The reset gate () and update gate () regulate how much of the past information should be forgotten or carried forward.
- The tanh block computes a candidate value, , which represents the new information that could be added to the memory.
- A weighted combination between the old state and the new candidate forms the current output, , allowing the LSTM to retain important information or update it based on new input.
3.3.2. Machine Learning (ML)-Based Classifiers
3.3.3. Classification Techniques Summary
- Data complexity and structure: Deep-learning models such as CNN and LSTMSs are the preferred option when input data are high-dimensional or sequential (e.g., time series from IMUs or EMG). In contrast, ML models such as SVMs, random forests, or LDAs are often applied to feature-extracted sets derived from preprocessed or processed data.
- Activity dynamics: Tasks involving subtle motion phases (e.g., gait segmentation or postural transitions) benefit from models that capture temporal dependencies, such as LSTMs or BiLSTMs. For simpler tasks (e.g., identifying activity type), algorithms such as random forest or SVM can perform adequately without degrading the model’s performance.
- Computational efficiency and interoperability: ML models are computational, which, in most scenarios, makes them easier to interpret, while DL models typically require more data and resources but provide superior performance in complex scenarios.
- Accuracy and robustness: Articles that employed DL models generally reported higher classification accuracy, particularly in tasks involving continuous movement predictions, multichannel inputs, or noisy environments.
3.4. Algorithms for the Motion Reconstruction and Image Analysis
3.5. Validation Results
- CT (comparison between tests): Evaluates consistency across repeated trials using the same method or device.
- CS (comparison between systems): Compares outputs from different technologies (e.g., IMU vs. MCS).
- CMET (comparison between methodologies): Contrasts analytical or computational techniques applied to the same dataset or system.
- CC (comparison between classes): Validation results across different user groups, conditions, or movement types.
- MP (method proposal).
4. Instrumentation, Processing Techniques, and Classification Data Recommendations for Biomechanical Analysis in Different Activities
4.1. Selection of Acquisition Technologies
- Vision-based systems (e.g., motion capture with reflective markers): The position and configuration of markers are crucial for maximizing tracking accuracy. As demonstrated by recent studies [139,140,141,142], factors such as the markers’ physical dimensions, color contrast relative to environment, and adherence method significantly impact system performance. It is recommended to experiment with different marker designs and layouts during the calibration phase to optimize robustness under the expected operational conditions.
- Marker-less acquisition using AI-based image processing: In scenarios where the environmental constraints limit the use of physical markers, computer vision-based strategies that employ AI offer a viable alternative [143,144,145,146]. These methods often rely on real-time segmentation and detection algorithms to estimate body or joint position across frames. Special attention should be paid to camera specifications, including frame rate, resolution, field of view, and placement, to ensure sufficient image quality for reliable model inference. Recommendations for optimal camera selection and deployment strategies can be found in [147,148,149,150].
- IMUs and force platforms: The implementation of IMUs and force platforms generally requires less infrastructure complexity compared to vision-based systems. However, careful consideration must be given to sensor positioning relative to the body segments or ground reference. For systems based on discrete electronic components, the sensors deliver analog signals, signal amplification, filtering, and conditioning prior to analog-to-digital conversation, and they are essential to preserve signal integrity. Conversely, if digital output is provided, communication protocols such as SPI or I2C are commonly employed, and most moder microcontrollers offer native support for these interfaces.
- When designing or selecting novel sensing systems, wireless data-transmission capabilities should be prioritized. Protocols such as Bluetooth, ZigBee, LoRa, or custom RG solutions must be evaluated based on two main factors: the number of data to be transmitted and the required transmission speed. Trade-offs between data rate, energy consumption, and communication range must be carefully balanced according to the deployment environment and application goals.
4.2. Strategy Selection for Preprocessing, Processing and Classification Algorithms
- For laboratory environments with controlled conditions (e.g., MCS or force platform recording), Butterworth low-pass filters (4th–10th order) are generally sufficient to mitigate high-frequency noise without introducing significant phase distortion.
- For field applications using wearable IMUs, medial filters or Savitsky–Golay filters are recommended to better handle outliers and preserve critical motion features such as peaks and transitions.
- In real-time systems or embedded applications (e.g., sport performance monitoring), complementary and Madgwick filters are preferable due to their minimal computational burden, a real-time smoothing capability.
- In gait analysis and rehabilitation monitoring, Kalman filters and RTS smoother are highly effective for denoising and reconstructing full trajectories when moderate computational resources are available.
- In sports biomechanics, where precise trajectory alignment is critical (e.g., running, kicking, jumping), algorithms such as the Kabsch method enable robust rigid-body alignment of segmented data, even with minor marker displacements.
4.3. Recommendations for the Selection of the Analysis and/or Reconstruction Software
- Use multiview systems with 3D triangulation in laboratory settings requiring high spatial accuracy. For controlled environments equipped with multiple calibrated cameras, software such as DeepLabCut (with triangulation) or Pose2Sim are recommended. These systems offer accurate 3D reconstruction by merging multiple 2D detections and are compatible with biomechanical modeling environments like OpenSim, allowing for extended analyses such as inverse dynamics or joint moment estimation [131,135].
- Select monocular, lightweight tools for field or clinical scenarios with minimal hardware infrastructure. In scenarios where only a single RGB camera is available, or where user accessibility is prioritized (e.g., rehabilitation clinics and sports fields), pose estimation framework like OpenPose, BlazePose, or DeepLabCut with pretrained models are suitable options. Among these, BlazePose has demonstrated efficiency for mobile or real-time deployment scenarios due to its low computational burden [132,133,136].
- Systems with internal filtering and refinement for accurate estimation should be selected. When the biomechanical objective includes computing velocity or temporo-spatial parameters (e.g., step time and swing speed), it is essential to use software that stabilizes key point trajectories. In this sense, systems that integrate Kalman filters, spline-smoothing strategies, or RNN-based refinement models, as such BlazePose-Seq2Seq or custom-trained DeepLabCut, improve the robustness of motion reconstruction, especially during fast or irregular movements [132,134,135].
4.4. Validation Strategy Selection
- The CT strategy can be proposed when the objective is to assess the repeatability and robustness of system or method under the same operational conditions.
- CS strategies are appropriate when introducing new devices or alternative technologies and benchmarking them against established gold standards.
- When the focus is on evaluating different data-processing pipelines or analytical techniques on the same datasets, CMET strategies are preferable. Examples include the testing of different feature extraction methods, or the comparison of classification models.
- When the goal is to differentiate between groups, CC strategies emphasize generalization capability, ensuring that the model or system is not overly tailored to a specific subset of data.
- MP validations are required when introducing new acquisition systems, preprocessing techniques, processing algorithms, or classification models. Since these studies propose innovations, the validation must rigorously demonstrate the following: (1) performance under different conditions and (2) comparison against baseline methods.
5. Final Remarks and Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Conflicts of Interest
References
- Hall, S.J. Basic Biomechanics, 7th ed.; McGraw-Hill Education: New York, NY, USA, 2014. [Google Scholar]
- Dorschky, E.; Nitschke, M.; Seifer, A.K. Estimation of gait kinematics and kinetics from inertial sensor data using optimal control of musculoskeletal models. J. Biomech. 2019, 95, 109278. [Google Scholar] [CrossRef]
- Jiang, X.; Gholami, M.; Khoshnam, M.; Eng, J.J.; Menon, C. Estimation of ankle joint power during walking using two inertial sensors. Sensors 2019, 19, 2796. [Google Scholar] [CrossRef]
- Jiménez-Grande, D.; Atashzar, S.F.; Devecchi, V.; Martinez-Valdes, E.; Falla, D. A machine learning approach for the identification of kinematic biomarkers of chronic neck pain during single- and dual-task gait. Gait Posture 2022, 96, 81–86. [Google Scholar] [CrossRef]
- Alalawi, A.; Luque-Suarez, A.; Fernandez-Sanchez, M.; Tejada-Villalba, R.; Navarro-Martin, R.; Devecchi, V.; Gallina, A.; Falla, D. Perceived pain and disability but not fear of movement are associated with altered cervical kinematics in people with acute neck pain following a whiplash injury. Musculoskelet. Sci. Pract. 2022, 62, 102633. [Google Scholar] [CrossRef]
- Kiernan, D.; Hawkins, D.A.; Manoukian, M.A. Accelerometer-based prediction of running injury in national collegiate athletic association track athletes. J. Biomech. 2018, 73, 201–209. [Google Scholar] [CrossRef]
- Liu, D.; He, M.; Hou, M.; Ma, Y. Deep learning based ground reaction force estimation for stair walking using kinematic data. Measurement 2022, 198, 111344. [Google Scholar] [CrossRef]
- Camomilla, V.; Bergamini, E.; Fantozzi, S.; Vannozzi, G. Trends supporting the in-field use of wearable inertial sensors for sport performance evaluation: A systematic review. Sensors 2018, 18, 873. [Google Scholar] [CrossRef]
- Dos’Santos, T.; McBurnie, A.; Thomas, C. Biomechanical comparison of cutting techniques: A review and practical applications. Strength Cond. J. 2019, 41, 40–54. [Google Scholar] [CrossRef]
- Adesida, Y.; Papi, E.; McGregor, A.H. Exploring the role of wearable technology in sport kinematics and kinetics: A systematic review. Sensors 2019, 19, 1597. [Google Scholar] [CrossRef] [PubMed]
- Ismailidis, P.; Hegglin, L.; Egloff, C.; Pagenstert, G.; Kernen, R.; Eckardt, A.; Ilchmann, T.; Nüesch, C.; Mündermann, A. Side to side kinematic gait differences within patients and spatiotemporal and kinematic gait differences between patients with severe knee osteoarthritis and controls measured with inertial sensors. Gait Posture 2021, 84, 24–30. [Google Scholar] [CrossRef] [PubMed]
- Chow, D.H.K.; Tremblay, L.; Lam, C.Y.; Yeung, A.W.Y.; Cheng, W.H.W.; Tse, P.T.W. Comparison between accelerometer and gyroscope in predicting level-ground running kinematics by treadmill running kinematics using a single wearable sensor. Sensors 2021, 21, 4633. [Google Scholar] [CrossRef] [PubMed]
- Cottam, D.S.; Campbell, A.C.; Davey, M.P.C.; Kent, P.; Elliott, B.C.; Alderson, J.A. Measurement of uniplanar and sport-specific trunk motion using magneto-inertial measurement units: The concurrent validity of Noraxon and Xsens systems relative to a retro-reflective system. Gait Posture 2022, 92, 129–134. [Google Scholar] [CrossRef] [PubMed]
- Alcantara, R.S.; Day, E.M.; Hahn, M.E.; Grabowski, A.M. Sacral acceleration can predict whole-body kinetics and stride kinematics across running speeds. PeerJ 2021, 9, e11199. [Google Scholar] [CrossRef] [PubMed]
- van der Kruk, E.; Reijne, M.M. Accuracy of human motion capture systems for sport applications; state-of-the-art review. Euro. J. Sport Sci. 2018, 18, 806–819. [Google Scholar] [CrossRef]
- McFadden, C.; Daniels, K.; Strike, S. The sensitivity of joint kinematics and kinetics to marker placement during a change of direction task. J. Biomech. 2020, 101, 109635. [Google Scholar] [CrossRef]
- Zago, M.; Sforza, C.; Dolci, C.; Tarabini, M.; Galli, M. Use of machine learning and wearable sensors to predict energetics and kinematics of cutting maneuvers. Sensors 2019, 19, 3094. [Google Scholar] [CrossRef]
- Karakasis, C.; Artemiadis, P. Real-time kinematic-based detection of foot-strike during walking. J. Biomech. 2021, 129, 110849. [Google Scholar] [CrossRef]
- Stanev, D.; Filip, K.; Bitzas, D.; Zouras, S.; Giarmatzis, G.; Tsaopoulos, D.; Moustakas, K. Real-Time Musculoskeletal Kinematics and Dynamics Analysis Using Marker- and IMU-Based Solutions in Rehabilitation. Sensors 2021, 21, 1804. [Google Scholar] [CrossRef]
- Sharifi, M.; Shirazi-Adl, A.; Marouane, H. Sensitivity of the knee joint response, muscle forces and stability to variations in gait kinematics-kinetics. J. Biomech. 2020, 99, 109472. [Google Scholar] [CrossRef]
- Bötzel, K.; Olivares, A.; Cunha, J.P. Quantification of gait parameters with inertial sensors and inverse kinematics. J. Biomech. 2018, 72, 207–214. [Google Scholar] [CrossRef]
- Kok, M.; Eckhoff, K.; Weygers, I.; Seel, T. Observability of the relative motion from inertial data in kinematic chains. Ctrl. Eng. Pract. 2022, 125, 105206. [Google Scholar] [CrossRef]
- Yeung, L.F.; Yang, Z.; Cheng, K.C.C. Effects of camera viewing angles on tracking kinematic gait patterns using Azure Kinect, Kinect v2, and Orbbec Astra Pro v2. Gait Posture 2021, 87, 19–26. [Google Scholar] [CrossRef] [PubMed]
- Embry, K.R.; Gregg, R.D. Analysis of continuously varying kinematics for prosthetic leg control applications. IEEE Trans. Neural Syst. Rehabil. Eng. 2021, 29, 262–272. [Google Scholar] [CrossRef] [PubMed]
- Hernandez, V.; Dadkhah, D.; Babakeshizadeh, V.; Kulic, D. Lower body kinematics estimation from wearable sensors for walking and running: A deep learning approach. Gait Posture 2021, 83, 185–193. [Google Scholar] [CrossRef] [PubMed]
- Sakamoto, K.; Tsujioka, C.; Sasaki, M. Validity and reproducibility of foot motion analysis using a stretch strain sensor. Gait Posture 2021, 86, 180–185. [Google Scholar] [CrossRef] [PubMed]
- Versteyhe, M.; Vroey, H.D.; Debrouwere, F.; Hallez, H.; Claeys, K. A novel method to estimate the full knee joint kinematics using low-cost IMU sensors for easy to implement low-cost diagnostics. Sensors 2020, 20, 1683. [Google Scholar] [CrossRef]
- Galasso, S.; Carissimo, C.; Cerro, G.; Molinara, M.; Ferrigno, L.; Calabrò, R.S.; de Nunzio, A.M. A Novel Measurement Procedure for Error Correction in Single Camera Gait Analysis. IEEE Access 2024, 12, 158052–158064. [Google Scholar] [CrossRef]
- Komaris, D.S.; Pérez-Valero, E.; Jordan, L.; Barton, J.; Hennessy, L.; O’Flynn, B.; Tedesco, S. Predicting three-dimensional ground reaction forces in running by using artificial neural networks and lower body kinematics. IEEE Access 2019, 7, 156779–156786. [Google Scholar] [CrossRef]
- Jacques, T.; Bini, R.; Arndt, A. Inter-limb differences in in-vivo tendon behavior, kinematics, kinetics, and muscle activation during running. J. Biomech. 2022, 141, 111209. [Google Scholar] [CrossRef]
- Paolo, S.D.; Lopomo, N.F.; Villa, F.D.; Paolini, G.; Figari, G.; Bragonzoni, L.; Grassi, A.; Zaffagnini, S. Rehabilitation and return to sport assessment after anterior cruciate ligament injury: Quantifying joint kinematics during complex high-speed tasks through wearable sensors. Sensors 2021, 21, 2331. [Google Scholar] [CrossRef]
- Koska, D.; Gaudel, J.; Hein, T.; Maiwald, C. Validation of an Inertial Measurement Unit for the Quantification of Rearfoot Kinematics During Running. Gait Posture 2018, 64, 135–140. [Google Scholar] [CrossRef]
- Crenna, F.; Rossi, G.B. Squat biomechanics in weightlifting: Foot attitude effects. J. Phys. Conf. Ser. 2019, 1379, 012028. [Google Scholar] [CrossRef]
- Gholami, M.; Rezaei, A.; Cuthbert, T.J.; Napier, C.; Menon, C. Lower body kinematics monitoring in running using fabric-based wearable sensors and deep convolutional neural networks. Sensors 2019, 19, 5325. [Google Scholar] [CrossRef]
- Ishac, K.; Eager, D. Evaluating martial arts punching kinematics using a vision and inertial sensing system. Sensors 2021, 21, 1948. [Google Scholar] [CrossRef] [PubMed]
- Lee, J.; Jung, H. TUHAD: Taekwondo unit technique human action dataset with key frame-based CNN action recognition. Sensors 2020, 20, 4871. [Google Scholar] [CrossRef] [PubMed]
- Takamido, R.; Yokoyama, K.; Yamamoto, Y. Hitting movement patterns organized by different pitching movement speeds as advanced kinematic information. Hum. Mov. Sci. 2022, 81, 102908. [Google Scholar] [CrossRef] [PubMed]
- Blair, S.; Duthie, G.; Robertson, S.; Hopkins, W.; Ball, K. Concurrent validation of an inertial measurement system to quantify kicking biomechanics in four football codes. J. Biomech. 2018, 73, 24–32. [Google Scholar] [CrossRef]
- Digo, E.; Gastaldi, L.; Antonelli, M.; Pastorelli, S.; Cereatti, A.; Caruso, M. Real-time estimation of upper limbs kinematics with IMUs during typical industrial gestures. Procedia Compt. Sci. 2022, 200, 1041–1047. [Google Scholar] [CrossRef]
- Lebleu, J.; Gosseye, T.; Detrembleur, C.; Mahaudens, P.; Cartiaux, O.; Penta, M. Lower limb kinematics using inertial sensors during locomotion: Accuracy and reproducibility of joint angle calculations with different sensor-to-segment calibrations. Sensors 2020, 20, 715. [Google Scholar] [CrossRef]
- Bessone, V.; Petrat, J.; Schwirtz, A. Ground reaction forces and kinematics of ski jump landing using wearable sensors. Sensors 2019, 19, 2011. [Google Scholar] [CrossRef]
- Marinho, D.A.; Neiva, H.P.; Morais, J.E. The use of wearable sensors in human movement analysis in non-swimming aquatic activities: A systematic review. Int. J. Env. Res. Public Health 2019, 16, 5067. [Google Scholar] [CrossRef] [PubMed]
- Chen, X.; Zhang, K.; Liu, H.; Leng, Y.; Fu, C. A Probability Distribution Model-Based Approach for Foot Placement Prediction in the Early Swing Phase With a Wearable IMU Sensor. IEEE Trans. Neural. Syst. Rehabil. Eng. 2021, 29, 2595–2604. [Google Scholar] [CrossRef] [PubMed]
- Tan, T.; Strout, Z.A.; Xia, H.; Orban, M.; Shull, P.B. Magnetometer-Free, IMU-Based Foot Progression Angle Estimation for Real-Life Walking Conditions. IEEE Trans. Neural. Syst. Rehabil. Eng. 2021, 29, 282–289. [Google Scholar] [CrossRef] [PubMed]
- Kim, B.H.; Kang, T.K.; Lee, S.Y. Integrating Biofeedback in Dynamic Biomechanical Gait Training for Chronic Ankle Instability. Appl. Sci. 2025, 15, 1688. [Google Scholar] [CrossRef]
- Nuësch, C.; Ismailidis, P.; Koch, D.; Pagenstert, G.; Ilchmann, T.; Eckardt, A.; Stoffel, K.; Egloff, C.; Mündermann, A. Assessing site specificity of osteoarthritic gait kinematics with wearable sensors and their association with patient-reported outcome measures (PROMs): Knee versus hip osteoarthritis. Sensors 2021, 21, 5363. [Google Scholar] [CrossRef]
- Ismailidis, P.; Nüesch, C.; Kaufmann, M.; Clauss, M.; Pagenstert, G.; Eckardt, A.; Ilchmann, T.; Mündermann, A. Measuring gait kinematics in patients with severe hip osteoarthritis using wearable sensors. Gait Posture 2020, 81, 49–55. [Google Scholar] [CrossRef]
- Tan, J.S.; Tippaya, S.; Binnie, T.; Davey, P.; Napier, K.; Caneiro, J.P.; Kent, P.; Smith, A.; O’sullivan, P.; Campbell, A. Predicting knee joint kinematics from wearable sensor data in people with knee osteoarthritis and clinical considerations for future machine learning models. Sensors 2022, 22, 446. [Google Scholar] [CrossRef]
- Liu, X.; Zhang, X.; Zhang, B.; Zhou, B.; He, Z.; Liu, T. An IMU-Based Ground Reaction Force Estimation Method and Its Application in Walking Balance Assessment. IEEE Trans. Neural. Syst. Rehabil. Eng. 2024, 32, 223–232. [Google Scholar] [CrossRef]
- Sung, J.; Han, S.; Park, H.; Cho, H.-M.; Hwang, S.; Park, J.W.; Youn, I. Prediction of Lower Extremity Multi-Joint Angles during Overground Walking by Using a Single IMU with a Low Frequency Based on an LSTM Recurrent Neural Network. Sensors 2022, 22, 53. [Google Scholar] [CrossRef]
- Duong, T.T.H.; Uher, D.; Young, S.D.; Farooquee, R.; Druffner, A.; Pasternak, A.; Kanner, C.; Fragala-Pinkham, M.; Montes, J.; Zanotto, D. Accurate COP Trajectory Estimation in Healthy and Pathological Gait Using Multimodal Instrumented Insoles and Deep Learning Models. IEEE Trans. Neural. Syst. Rehabil. Eng. 2023, 31, 4801–4811. [Google Scholar] [CrossRef]
- Jiang, X.; Li, J.; Zhu, Z.; Liu, X.; Yuan, Y.; Chou, C.; Yan, S.; Dai, C.; Jia, F. MovePort: Multimodal Dataset of EMG, IMU, MoCap, and Insole Pressure for Analyzing Abnormal Movements and Postures in Rehabilitation Training. IEEE Trans. Neural. Syst. Rehabil. Eng. 2024, 32, 2633–2643. [Google Scholar] [CrossRef] [PubMed]
- Akiyama, Y.; Kazumura, K.; Okamoto, S.; Yamada, Y. Utilizing Inertial Measurement Units for Detecting Dynamic Stability Variations in a Multi-Condition Gait Experiment. Sensors 2024, 24, 7044. [Google Scholar] [CrossRef] [PubMed]
- Wang, W.; Peng, Y.; Sun, Y.; Wang, J.; Li, G. Towards Wearable and Portable Spine Motion Analysis Through Dynamic Optimization of Smartphone Videos and IMU Data. IEEE J. Biomed. Health Inform. 2024, 28, 5929–5940. [Google Scholar] [CrossRef] [PubMed]
- Donahue, S.R.; Hahn, M.E. Validation of Running Gait Event Detection Algorithms in a Semi-Uncontrolled Environment. Sensors 2022, 22, 3452. [Google Scholar] [CrossRef]
- Sarker, A.; Emenonye, D.R.; Kelliher, A.; Rikakis, T.; Buehrer, R.M.; Asbeck, A.T. Capturing upper body kinematics and localization with low-cost sensors for rehabilitation applications. Sensors 2022, 22, 2300. [Google Scholar] [CrossRef]
- Frediani, G.; Bocchi, L.; Vannetti, F.; Zonfrillo, G.; Carpi, F. Wearable detection of trunk flexions: Capacitive elastomeric sensors compared to inertial sensors. Sensors 2021, 21, 5453. [Google Scholar] [CrossRef]
- Kim, W.; Vela, E.A.; Kohles, S.S.; Huayamave, V.; Gonzalez, O. Validation of a Biomechanical Injury and Disease Assessment Platform Applying an Inertial-Based Biosensor and Axis Vector Computation. Electronics 2023, 12, 3694. [Google Scholar] [CrossRef]
- Caprioli, L.; Romagnoli, C.; Campoli, F.; Edriss, S.; Padua, E.; Bonaiuto, V.; Annino, G. Reliability of an Inertial Measurement System Applied to the Technical Assessment of Forehand and Serve in Amateur Tennis Players. Bioengineering 2025, 12, 30. [Google Scholar] [CrossRef]
- Sharifi-Renani, M.; Mahoor, M.H.; Clary, C.W. Biomat: An open-source biomechanics multi-activity transformer for joint kinematic predictions using wearable sensors. Sensors 2023, 23, 5778. [Google Scholar] [CrossRef]
- Caruso, M.; Digo, E.; Gastaldi, L.; Pastorelli, S.; Cereatti, A. A Constrained-Based Optimization Method for Real-Time Kinematics Using Magneto-Inertial Signals: Application to Upper Limb Joint Angles Estimation During Prolonged Recordings. IEEE Access 2024, 12, 115615–115627. [Google Scholar] [CrossRef]
- Cerfoglio, S.; Capodaglio, P.; Rossi, P.; Conforti, I.; D’Angeli, V.; Milani, E.; Galli, M.; Cimolin, V. Evaluation of Upper Body and Lower Limbs Kinematics through an IMU-Based Medical System: A Comparative Study with the Optoelectronic System. Sensors 2023, 23, 6156. [Google Scholar] [CrossRef] [PubMed]
- Pezenka, L.; Wirth, K. Reliability of a Low-Cost Inertial Measurement Unit (IMU) to Measure Punch and Kick Velocity. Sensors 2025, 25, 307. [Google Scholar] [CrossRef] [PubMed]
- Jang, W.-J.; Lee, K.-K.; Lee, W.-J.; Lim, S.-H. Development of an Inertial Sensor Module for Categorizing Anomalous Kicks in Taekwondo and Monitoring the Level of Impact. Sensors 2022, 22, 2591. [Google Scholar] [CrossRef]
- Cho, D.; Lee, H.; Lee, W.; Kang, S. Detecting anomalous kicks in taekwondo with spatial and temporal features. IEEE Access 2021, 9, 164928–164934. [Google Scholar] [CrossRef]
- Patoz, A.; Lussiana, T.; Breine, B.; Gindre, C.; Malatesta, D. A single sacral-mounted inertial measurement unit to estimate peak vertical ground reaction force, contact time, and flight time in running. Sensors 2022, 22, 784. [Google Scholar] [CrossRef]
- Donahue, S.R.; Hahn, M.E. Estimation of gait events and kinetic waveforms with wearable sensors and machine learning when running in an unconstrained environment. Sci. Rep. 2023, 13, 2339. [Google Scholar] [CrossRef]
- Xiang, L.; Gu, Y.; Gao, Z.; Yu, P.; Shim, V.; Wang, A.; Fernandez, J. Integrating an LSTM framework for predicting ankle joint biomechanics during gait using inertial sensors. Compt. Biol. Med. 2024, 170, 108016. [Google Scholar] [CrossRef]
- McClintock, F.A.; Callaway, A.J.; Clark, C.J.; Williams, J.M. Validity and reliability of inertial measurement units used to measure motion of the lumbar spine: A systematic review of individuals with and without low back pain. Med. Eng. Phys. 2024, 126, 104146. [Google Scholar] [CrossRef]
- Tierney, G.J.; Kuo, C.; Wu, L.; Weaving, D.; Camarillo, D. Analysis of head acceleration events in collegiate-level American football: A combination of qualitative video analysis and in-vivo head kinematic measurement. J. Biomech. 2020, 110, 109969. [Google Scholar] [CrossRef]
- Donisi, L.; Cesarelli, G.; Capodaglio, E.; Panigazzi, M.; D’addio, G.; Cesarelli, M.; Amato, F. A logistic regression model for biomechanical risk classification in lifting tasks. Diagnostics 2022, 12, 2624. [Google Scholar] [CrossRef]
- Tham, L.K.; Osman, N.A.A.; Kouzbary, M.A.; Aminian, K. Biomechanical Ambulatory Assessment of 3D Knee Angle Using Novel Inertial Sensor-Based Technique. IEEE Access 2021, 9, 36559–36570. [Google Scholar] [CrossRef]
- Hur, B.; Baek, S.; Kang, I.; Kim, D. Learning-based lower limb joint kinematic estimation using open-source IMU data. Sci. Rep. 2025, 15, 5287. [Google Scholar] [CrossRef] [PubMed]
- Keidan, L.; Ibrahim, R.; Ohayon, E.; Pick, C.G.; Been, E. Multi-planar cervical motion dataset: IMU measurements and goniometer. Sci. Data 2025, 12, 13. [Google Scholar] [CrossRef] [PubMed]
- Zulbaran-Rojas, A.; Najafi, B.; Arita, N.; Rahemi, H.; Razjouyan, J.; Gilani, R. Utilization of flexible-wearable sensors to describe the kinematics of surgical proficiency. J. Surg. Res. 2021, 262, 149–158. [Google Scholar] [CrossRef]
- Weygers, I.; Kok, M.; Konings, M.; Hallez, H.; Vroey, H.D.; Claeys, K. Inertial sensor-based lower limb joint kinematics: A methodological systematic review. Sensors 2020, 20, 673. [Google Scholar] [CrossRef]
- Houston, A.; Walters, V.; Corbett, T.; Coppack, R. Evaluation of a multi-sensor Leap Motion setup for biomechanical motion capture of the hand. J. Biomech. 2021, 127, 110713. [Google Scholar] [CrossRef] [PubMed]
- Alexander, W.; Williams, C. Design of Digital Filters. In Digital Signal Processing; Alexander, W., Williams, C., Eds.; Academic Press: Boston, MA, USA, 2017; pp. 205–275. ISBN 978-0-12-804547-3. [Google Scholar] [CrossRef]
- Alexander, W.; Williams, C. Hardware Implementation. In Digital Signal Processing; Alexander, W., Williams, C., Eds.; Academic Press: Boston, MA, USA, 2017; pp. 519–542. ISBN 978-0-12-804547-3. [Google Scholar] [CrossRef]
- Matthew, R.P.; Seko, S.; Bajcsy, R.; Lotz, J. Kinematic and kinetic validation of an improved depth camera motion assessment system using rigid bodies. IEEE J. Biomed. Health Inf. 2019, 23, 1784–1793. [Google Scholar] [CrossRef]
- Stanley, E.T.; Lamb, K.L. An analysis of the three-dimensional kinetics and kinematics of maximal effort punches among amateur boxers. Int. J. Perform. Ana. Sport 2018, 18, 835–854. [Google Scholar] [CrossRef]
- Wang, H.; Xie, Z.; Lu, L.; Li, L.; Xu, X. A computer-vision method to estimate joint angles and L5/S1 moments during lifting tasks through a single camera. J. Biomech. 2021, 129, 110860. [Google Scholar] [CrossRef]
- Yam, J.W.; Pan, J.W.; Kong, P.W. Measuring upper limb kinematics of forehand and backhand topspin drives with IMU sensors in wheelchair and able-bodied table tennis players. Sensors 2021, 21, 8303. [Google Scholar] [CrossRef]
- Quittmann, O.J.; Meskemper, J.; Abel, T.; Albracht, K.; Foitschik, T.; Rojas-Vega, S.; Strüder, H.K. Kinematics and kinetics of handcycling propulsion at increasing workloads in able-bodied subjects. Sports Eng. 2018, 21, 283–294. [Google Scholar] [CrossRef]
- Qiu, G. Functional Optimization Properties of Median Filtering. IEEE Signal Process. Lett. 1994, 1, 64–65. [Google Scholar] [CrossRef]
- Proakis, J.G.; Manolakis, D.G. Digital Signal Processing: Principles, Algorithms, and Applications, 4th ed.; Prentice Hall: Upper Saddle River, NJ, USA, 2006. [Google Scholar]
- Oppenheim, A.V.; Schafer, R.W. Discrete-Time Signal Processing, 3rd ed.; Prentice Hall: Upper Saddle River, NJ, USA, 2010. [Google Scholar]
- Press, W.H.; Teukolsky, S.A.; Vetterling, W.T.; Flannery, B.P. Numerical Recipes: The Art of Scientific Computing, 3rd ed.; Cambridge University Press: Cambridge, UK, 2007. [Google Scholar]
- Savitzky, A.; Golay, M.J.E. Smoothing and differentiation of data by simplified least squares procedures. Anal. Chem. 1964, 36, 1627–1639. [Google Scholar] [CrossRef]
- Crenna, F.; Rossi, G.B.; Berardengo, M. Filtering biomechanical signals in movement analysis. Sensors 2021, 21, 4580. [Google Scholar] [CrossRef]
- Ruiz-Malagón, E.J.; Delgado-García, G.; Castro-Infantes, S.; Ritacco-Real, M.; Soto-Hermoso, V.M. Validity and reliability of Notch® inertial sensors for measuring elbow joint angle during tennis forehand at different sampling frequencies. Measurement 2022, 201, 111666. [Google Scholar] [CrossRef]
- Mahony, S.S.; Hamel, T.; Pflimlin, J.M. Nonlinear complementary filters on the special orthogonal group. IEEE Trans. Autom. Control 2008, 53, 1203–1218. [Google Scholar] [CrossRef]
- Groves, P.D. Principles of GNSS, Inertial, and Multisensor Integrated Navigation Systems, 2nd ed.; Artech House: Norwood, MA, USA, 2013. [Google Scholar]
- Kranzinger, C.; Kranzinger, S.; Hollauf, E.; Rieser, H.; Stöggl, T. Skiing quality analysis of recreational skiers based on IMU data and self-assessment. Front. Sports Act. Living 2024, 24, 1495176. [Google Scholar] [CrossRef] [PubMed]
- Robertson, D.G.E.; Dowling, J.J. Design and responses of Butterworth and critically damped digital filters. J. Biomech. 2003, 36, 253–259. [Google Scholar] [CrossRef]
- Smith, S.W. Digital Signal Processing: A Practical Guide for Engineers and Scientists; Newnes: Burlington, MA, USA, 2003; Chapter 19. [Google Scholar]
- Young, I.T.; van Vliet, L.J. Recursive implementation of the Gaussian filter. Signal Process 1995, 44, 139–151. [Google Scholar] [CrossRef]
- Lindeberg, T. Scale-space theory: A basic tool for analyzing structures at different scales. J. Appl. Stat. 1994, 21, 225–270. [Google Scholar] [CrossRef]
- Farnebäck, G. Very high accuracy velocity estimation using orientation tensors, parametric motion, and simultaneous segmentation of the motion field. Proc. ICCV 2001, 1, 171–177. [Google Scholar] [CrossRef]
- Wells, W.M. Efficient synthesis of Gaussian filters by cascaded uniform filters. IEEE Trans. Pattern Anal. Mach. Intell. 1986, 8, 234–239. [Google Scholar] [CrossRef]
- Madgwick, S.O.H.; Harrison, A.J.L.; Vaidyanathan, R. Estimation of IMU and MARG orientation using a gradient descent algorithm. In Proceedings of the 2011 IEEE International Conference on Rehabilitation Robotics, Zurich, Switzerland, 29 June–1 July 2011; IEEE: Piscataway, NJ, USA, 2011; pp. 1–7. [Google Scholar] [CrossRef]
- Valenti, R.G.; Dryanovski, I.; Xiao, J. Keeping a Good Attitude: A Quaternion-Based Orientation Filter for IMUs and MARGs. Sensors 2015, 15, 19302–19330. [Google Scholar] [CrossRef]
- Sabatini, A.M. Quaternion-based extended Kalman filter for determining orientation by inertial and magnetic sensing. IEEE Trans. Biomed. Eng. 2006, 53, 1346–1356. [Google Scholar] [CrossRef] [PubMed]
- Kalman, R.E. A new approach to linear filtering and prediction problems. J. Basic Eng. 1960, 8, 35–45. [Google Scholar] [CrossRef]
- Zhang, J.-H.; Li, P.; Jin, C.-C.; Zhang, W.-A.; Liu, S. A Novel Adaptive Kalman Filtering Approach to Human Motion Tracking with Magnetic-Inertial Sensors. IEEE Trans. Ind. Electron. 2020, 67, 8659–8669. [Google Scholar] [CrossRef]
- Nazarahari, M.; Rouhani, H. A Full-State Robust Extended Kalman Filter for Orientation Tracking During Long-Duration Dynamic Tasks Using Magnetic and Inertial Measurement Units. IEEE Trans. Neural Syst. Rehabil. Eng. 2021, 29, 1280–1289. [Google Scholar] [CrossRef]
- Kabsch, W. A solution for the best rotation to relate two sets of vectors. Acta Crystallogr. A 1976, 32, 922–923. [Google Scholar] [CrossRef]
- Kabsch, W. A discussion of the solution for the best rotation to relate two sets of vectors. Acta Crystallogr. A 1978, 34, 827–828. [Google Scholar] [CrossRef]
- Cootes, T.F.; Taylor, C.J.; Cooper, D.H.; Graham, J. Active shape models—Their training and application. Comput. Vis. Image Underst. 1995, 61, 38–59. [Google Scholar] [CrossRef]
- Umeyama, S. Least-squares estimation of transformation parameters between two point patterns. IEEE Trans. Pattern Anal. Mach. Intell. 1991, 13, 376–380. [Google Scholar] [CrossRef]
- Rauch, H.E.; Tung, F.; Striebel, C.T. Maximum likelihood estimates of linear dynamic systems. AIAA J. 1965, 3, 1445–1450. [Google Scholar] [CrossRef]
- Särkkä, S. Bayesian Filtering and Smoothing; Cambridge University Press: Cambridge, UK, 2013; pp. 115–127. ISBN 9781107619289. [Google Scholar]
- Moya-Lasheras, E.; Schellekens, J.M.; Sagues, C. Rauch-Tung-Striebel Smoother for Position Estimation of Short-Stroke Reluctance Actuators. IEEE Trans. Control Syst. Technol. 2022, 30, 1641–1653. [Google Scholar] [CrossRef]
- Bierman, G.J. Fixed-interval smoothing with discrete measurements. Int. J. Control 1973, 18, 65–75. [Google Scholar] [CrossRef]
- LeCun, Y.; Bengio, Y.; Hinton, G. Deep learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef] [PubMed]
- Gorges, T.; Davidson, P.; Boeschen, M.; Hotho, A.; Merz, C. IMU Airtime Detection in Snowboard Halfpipe: U-Net Deep Learning Approach Outperforms Traditional Threshold Algorithms. Sensors 2024, 24, 6773. [Google Scholar] [CrossRef]
- Xu, M.; Chen, X.; Sun, A.; Zhang, X.; Chen, X. A Novel Event-Driven Spiking Convolutional Neural Network for Electromyography Pattern Recognition. IEEE Trans. Biomed. Eng. 2023, 70, 2604–2615. [Google Scholar] [CrossRef]
- Hochreiter, S.; Schmidhuber, J. Long short-term memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef]
- Gers, F.A.; Schmidhuber, J.; Cummins, F. Learning to forget: Continual prediction with LSTM. Neural Comput. 2000, 12, 2451–2471. [Google Scholar] [CrossRef]
- Ordóñez, F.J.; Roggen, D. Deep convolutional and LSTM recurrent neural networks for multimodal wearable activity recognition. Sensors 2016, 16, 115. [Google Scholar] [CrossRef]
- Kidziński, Ł.; Yang, B.; Hicks, J.L.; Rajagopal, A.; Delp, S.L.; Schwartz, M.H. Deep neural networks enable quantitative movement analysis using single-camera videos. Nat. Commun. 2020, 11, 4054. [Google Scholar] [CrossRef] [PubMed]
- Shin, J.; Miah, A.S.M.; Konnai, S.; Takahashi, I.; Hirooka, K. Hand gesture recognition using sEMG signals with a multi-stream time-varying feature enhancement approach. Sci. Rep. 2024, 14, 22061. [Google Scholar] [CrossRef]
- Halilaj, E.; Rajagopal, A.; Fiterau, M.; Hicks, J.L.; Hastie, T.J.; Delp, S.L. Machine Learning in Human Movement Biomechanics: Best Practices, Common Pitfalls, and New Opportunities. J. Biomech. 2018, 81, 1–11. [Google Scholar] [CrossRef]
- Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef]
- Gholami, M.; Napier, C.; Patiño, A.G.; Cuthbert, T.J.; Menon, C. Fatigue monitoring in running using flexible textile wearable sensors. Sensors 2020, 20, 5573. [Google Scholar] [CrossRef] [PubMed]
- Mendoza, T.; Lee, C.-H.; Huang, C.-H.; Sun, T.-L. Random Forest for Automatic Feature Importance Estimation and Selection for Explainable Postural Stability of a Multi-Factor Clinical Test. Sensors 2021, 21, 5930. [Google Scholar] [CrossRef]
- Cortes, C.; Vapnik, V. Support-Vector Networks. Mach. Learn. 1995, 20, 273–297. [Google Scholar] [CrossRef]
- Noble, W.S. What is a Support Vector Machine? Nat. Biotechnol. 2006, 24, 1565–1567. [Google Scholar] [CrossRef]
- Vidya, B.; Sasikumar, P. Gait-Based Parkinson’s Disease Diagnosis and Severity Rating Using Multi-Class Support Vector Machine. Appl. Soft Comput. 2021, 113, 107939. [Google Scholar] [CrossRef]
- Yamamoto, M.; Shimatani, K.; Hasegawa, M.; Kurita, Y.; Ishige, Y.; Takemura, H. Accuracy of Temporo-Spatial and Lower Limb Joint Kinematics Parameters Using OpenPose for Various Gait Patterns With Orthosis. IEEE Trans. Neural Syst. Rehabil. Eng. 2021, 29, 2666–2675. [Google Scholar] [CrossRef]
- Pagnon, D.; Domalain, M.; Reveret, L. Pose2Sim: An End-to-End Workflow for 3D Markerless Sports Kinematics—Part 2: Accuracy. Sensors 2022, 22, 2712. [Google Scholar] [CrossRef] [PubMed]
- Hulleck, A.A.; AlShehhi, A.; El Rich, M.; Khan, R.; Katmah, R.; Mohseni, M.; Arjmand, N.; Khalaf, K. BlazePose-Seq2Seq: Leveraging Regular RGB Cameras for Robust Gait Assessment. IEEE Trans. Neural Syst. Rehabil. Eng. 2024, 32, 1715–1724. [Google Scholar] [CrossRef] [PubMed]
- Mundt, M.; Born, Z.; Goldacre, M.; Alderson, J. Estimating Ground Reaction Forces from Two- Dimensional Pose Data: A Biomechanics-Based Comparison of AlphaPose, BlazePose, and OpenPose. Sensors 2023, 23, 78. [Google Scholar] [CrossRef] [PubMed]
- Needham, L.; Evans, M.; Cosker, D.P.; Gill, H.S.; Shepherd, D.E.T. The accuracy of several pose estimation methods for 3d joint centre localisation. Sci. Rep. 2021, 11, 20673. [Google Scholar] [CrossRef]
- Panconi, G.; Grasso, S.; Guarducci, S.; Rocchi, J.; Simoncini, L.; Pratali, L.; Sgambati, E.; D’Aprile, P.; Gori, G.; De Cristofaro, M.; et al. DeepLabCut Custom-Trained Model and the Refinement Function for Gait Analysis. Sci. Rep. 2025, 15, 2364. [Google Scholar] [CrossRef]
- Young, F.; Mason, R.; Morris, R.; Stuart, S.; Godfrey, A. Internet-of-Things-Enabled Markerless Running Gait Assessment from a Single Smartphone Camera. Sensors 2023, 23, 696. [Google Scholar] [CrossRef]
- Zhu, K.; Li, J.; Li, D.; Fan, B.; Shull, P.B. IMU Shoulder Angle Estimation: Effects of Sensor-to-Segment Misalignment and Sensor Orientation Error. IEEE Trans. Neural Syst. Rehabil. Eng. 2023, 31, 4481–4491. [Google Scholar] [CrossRef]
- Ofori, E.K.; Wang, S.; Bhatt, T. Validity of inertial sensors for assessing balance kinematics and mobility during treadmill-based perturbation and dance training. Sensors 2021, 21, 3065. [Google Scholar] [CrossRef]
- Tian, Z.; Weng, D.; Fang, H.; Shen, T.; Zhang, W. Robust facial marker tracking based on a synthetic analysis of optical flows and the YOLO network. Vis. Compt. 2024, 40, 2471–2489. [Google Scholar] [CrossRef]
- Suo, X.; Tang, W.; Li, Z. Motion Capture Technology in Sports Scenarios: A Survey. Sensors 2024, 24, 2947. [Google Scholar] [CrossRef]
- Kamnardsiria, T.; Boripuntakulb, S.; Kaiket, C. Computer vision-based instantaneous speed tracking system for measuring the subtask speed in the 100-meter sprinter: Development and concurrent validity study. Heliyon 2024, 10, e24086. [Google Scholar] [CrossRef] [PubMed]
- Mundt, M.; Colyer, S.; Wade, L.; Needham, L.; Evans, M.; Millett, E.; Alderson, J. Automating Video-Based Two-Dimensional Motion Analysis in Sport? Implications for Gait Event Detection, Pose Estimation, and Performance Parameter Analysis. Scand. J. Med. Sci. Sports 2024, 34, e14693. [Google Scholar] [CrossRef] [PubMed]
- Parashar, A.; Parashar, A.; Shabaz, M.; Gupta, D.; Sahu, A.K.; Khan, M.A. Advancements in artificial intelligence for biometrics: A deep dive into model-based gait recognition techniques. Eng. Appl. Art. Intel. 2024, 130, 107712. [Google Scholar] [CrossRef]
- Edriss, S.; Romagnoli, C.; Caprioli, L.; Zanela, A.; Panichi, E.; Campoli, F.; Padua, E.; Annino, G.; Bonaiuto, V. The Role of Emergent Technologies in the Dynamic and Kinematic Assessment of Human Movement in Sport and Clinical Applications. App. Sci. 2024, 14, 1012. [Google Scholar] [CrossRef]
- Scataglini, S.; Abts, E.; Bocxlaer, C.V.; Bussche, M.V.D.; Meletani, S.; Truijen, S. Accuracy, Validity, and Reliability of Markerless Camera-Based 3D Motion Capture Systems versus Marker-Based 3D Motion Capture Systems in Gait Analysis: A Systematic Review and Meta-Analysis. Sensors 2024, 24, 3686. [Google Scholar] [CrossRef]
- Jatesiktat, P.; Lim, G.M.; Lim, W.S.; Ang, W.T. Anatomical-Marker-Driven 3D Markerless Human Motion Capture. IEEE J. Biomed. Health Inf. 2024. Early Access. [Google Scholar] [CrossRef] [PubMed]
- Dunnhofer, M.; Micheloni, C. Visual tracking in camera-switching outdoor sport videos: Benchmark and baselines for skiing. Compt. Vis. Image Underst. 2024, 243, 103978. [Google Scholar] [CrossRef]
- Chen, L.; Raza, M.A.; Saied, I.; Arslan, T.; Fisher, R.B. Measuring Changes in Upper Body Movement Due to Fasting Using a Camera. Sensors 2024, 24, 7242. [Google Scholar] [CrossRef]
- Yin, H.; Sinnott, R.O.; Jayaputera, G.T. A survey of video-based human action recognition in team sport. Art. Intell. Rev. 2024, 57, 293. [Google Scholar] [CrossRef]
- Mercadal-Baudarta, C.; Liu, C.-J.; Farrell, G.; Boyne, M.; Escribano, J.G.; Smolic, A.; Simms, C. Exercise quantification from single camera view markerless 3D pose estimation. Heliyon 2024, 10, e27596. [Google Scholar] [CrossRef]
System | Type | Recommended Environment |
---|---|---|
VICON (Vicon T40, Vero, Vantage V5, Nexus V2, MX-F40) | Optical, with markers. | Laboratory, clinical analysis. |
Qualisys (Oqus 7+, Oqus 4-series, QualisysTrack Manager) | Optical, with markers. | Laboratory. |
Motion Analysis (Hawk, Raptor-4, Smart-Dx) | Optical with marker. | Laboratory, clinical analysis. |
Microsoft Kinect V1/V2 | Depth sensor. | Field, practical applications. |
Azure Kinect | Depth sensor. | Field, practical applications. |
Orbbec Astra | Depth sensor. | Field, education. |
Smart-Dx (BTS Bioengineering, Milan, Italy) | Photogrammetry. | Laboratory. |
GoPro Hero 3, standard webcams | Conventional cameras. | Field, prototypes, low-cost use. |
System | Type | Recommended Environment |
---|---|---|
Xsens® (MTw, Awinda, MTx, MVN, and DOT) | Commercial IMU system. | Laboratory, field, clinical analysis. |
GaitUp Physilog® 5 | Wearable IMU system. | Clinical analysis. |
RehaGait® Hasomed | Medical IMU platform. | Clinical analysis, rehabilitation. |
Notch® IMU system | Wearable IMU system. | Research, sports science. |
MyoMOTION Research PRO and Clinical | Research grade IMU system. | Research, sports science. |
IMeasuredU | Sport focused IMU system. | Field, sport science. |
x-IMU (x-io Technologies, Bristol, UK) | Developer grade IMU. | Research, prototyping. |
BTS G-WALK | Portable gait system. | Clinical analysis. |
Portabiles GmbH (custom IMUs) | Research and prototypes/high-end IMU. | Research, prototyping. |
LORD MicroStrain (3DM-CX5-25, GX4-25) | Research and prototypes/high-end IMU. | Research, prototyping. |
System | Type | Recommended Environment |
---|---|---|
Kistler 92811CA | Piezoelectric. | Laboratory, clinical analysis. |
Bertec FP6012fi | Strain gauge-based. | Laboratory |
Bertec treadmill | Strain gauge-based. | |
AMTI BP400600 | Strain gauge-based. | |
BTS P6000 | Optoelectronic. | Laboratory, clinical analysis. |
System | Type | Recommend Environment |
---|---|---|
CyberGlove® (CyberGlove Systems LLC) | Flex sensor glove. | Laboratory, fine motor control. |
BioStampRC (MC10 Inc. (Cambridge, MA, USA)) | Wearable stretch sensor. | Daily activities, sport sciences. |
Pedar® system (Novel GmbH (Munich, Germany)) | Pressure insole. | Laboratory. |
Capacitive stretch sensors (Parker Hannifin (Cleveland, OH, USA)) | Stretch sensor. | Laboratory, sport sciences. |
STR C-STRETCH® | Pressure sensor. | Laboratory. |
FlexiForce | Stretch sensor. |
Technology | Activity | Advantages | Disadvantages |
---|---|---|---|
MCS | Walking, cuttings, running, football, swimming, squads, martial arts, hand movement, upper and lower limbs, baseball. |
|
|
IMU | Walking, cuttings, running, football, swimming, neck, upper and lower limbs, martial arts. |
|
|
FP | Walking, cuttings, running, football, swimming, martial arts. |
|
|
Other prototypes | Walking, martial arts, running, baseball, squads, hand movements, upper and lower limbs. |
|
|
Method | Application | Advantages | Disadvantages |
---|---|---|---|
Butterworth low-pass filter | Attenuates high-frequency noise in time-series signals |
|
|
Median filter | Removes spikes and outliers, especially in kinetic data. |
|
|
MA filter | Smooth data fluctuations to highlight. |
|
|
Savitzky–Golay filter | Smooths data while preserving local features such as peaks or slopes. |
|
|
Zero-lag low-pass filter | Smooths data without affecting phase characteristics. |
|
|
Gaussian filter | Reduces high-frequency noise using Gaussian-weighted averaging. |
|
|
Complementary filter | Fuses data from sensor to estimate orientation. |
|
|
Madgwick filter | Sensor fusion algorithm for real time orientation estimation using IMU data. |
|
|
Method | Application | Advantages | Disadvantages |
---|---|---|---|
Kalman filter | Estimates and predicts signal states by combining measurements with a model. |
|
|
Kabsch algorithm | Aligns two sets of 3D points by minimizing RMSD. |
|
|
Rauch–Tung–Striebel (RTS) smoother | Refines Kalman filter estimates by using future measurements for backward smoothing. |
|
|
Method | Application | Advantages | Disadvantages | Results |
---|---|---|---|---|
Artificial neural network (ANN) | Prediction of ground reaction force (GRFs) and range of motion to evaluate gait [2]. |
|
| P = 0.96 ± 0.03 (GRF) P = 0.99 ± 0.03 (°) |
Quantile regression forest (QRF). | Prediction of ground reaction force (GRF), vertical impulse, and ground contact time in runners at different speeds [15]. |
|
| RMSE = 0.150 |
Linear regression (LR) | Prediction of ground reaction force (GRF), vertical impulse, and ground contact time in runners at different speeds [15]. |
|
| RMSE = 0.139 |
Random forest-based regression model | Estimation of ankle joint power using data from two IMUs on the foot and shank [4]. |
|
| R2 = 0.94 RMSE = 0.03 NRMSE = 0.49% |
Long short-term memory (LSTM)-based regression model | Estimation of ground reaction force (GRF) during stair ascent and descent using kinematic data [8]. |
|
| RMSE = 3.29% |
Random forest | Estimation of muscle levels in runners [126]. |
|
| RMSE = 0.06 |
Multilinear regressor (MLR) | Prediction of turning direction, speeds, and mechanical work in cuttings maneuvers [18]. |
|
| R2 = 0.53 |
Support vector machine (SVM) | Prediction of turning direction, speeds, and mechanical work in cutting maneuvers [18]. |
|
| R2 = 0.65 |
Boosted Trees (BTs) | Prediction of turning direction, speeds, and mechanical work in cuttings maneuvers [18]. |
|
| R2 = 0.6 |
Convolutional neural network (CNN) | Detect variations and different conditions in the walk [19]. |
|
| Acc = 90% |
Estimation of joint angles in the sagittal, frontal, and transversal planes during running [35]. | R2 = 0.97 RMSE = 2.2° NRMSE = 4.57% | |||
Detection of anomalous kick in taekwondo competitions [37]. | Acc = 95.83% | |||
K-Nearest Neighbors (KNNs) | Prediction of the most relevant factors in chronic neck pain (CNP) [5]. |
|
| Acc = 84.22% |
Support vector machine (SVM) |
|
| Acc = 86.85% | |
Line Discriminant Analysis (LDA) |
|
| Acc = 81.6% | |
Foot vertical and sagittal position algorithm (F-VESPA) | Detection of foot-strike in gait [19]. |
|
| MAE(SD) = 4.36 (0.41) |
DeepConv-LSTM | Model for predicting join angles during movements using IMUs [26]. |
|
| R = 0.67~0.99 MAE = 2.2°~5.1° |
BiLSTM | Knee injury detection to people with osteoporosis [49]. |
|
| RMSE = 7.04°~11.78° MAE = 5.99°~10.37° R = 0.85~0.99 |
Nonlinear autoregressive with exogenous input (NARX) neuronal network | Prediction of dynamic systems and time-series data [73]. |
|
| RMSE = 4.5°~2.5° |
U-Net | Detect specific events on the snowboard [116]. |
|
| Mean Hausdorff = 80.34% |
Method | Uses | Advantage | Disadvantage |
---|---|---|---|
CT | Validates consistency across multiple trials using the same setup or protocol. | Demonstrates intra-system repeatability and robustness. | Limited to controlled conditions. External benchmarking is missing. |
CS | Compares output from different motion acquisition technologies or hardware platforms. | Support interoperability; evaluates cross-device performance. | May introduce bias due to differences in device specs or calibration. |
CMET | Evaluates impact of different algorithms or processing pipelines applied to the same data. | Highlights methodological sensitivity and helps identify optimal strategies. | Requires precise alignment and comparable configurations. |
CC | Validates system performance across multiple categories (e.g., user groups and motions). | Reveals generalizability and class-specific performance. | Demands larger and well-balanced datasets for statistical power. |
MP | Introduces and validates a novel analytical, processing, or classification approach. | Enables innovation and progress in motion analysis methodology. | New methods may miss baseline comparison or long-term validation frameworks. |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Hurtado-Perez, A.E.; Toledano-Ayala, M.; Cruz-Albarran, I.A.; Lopez-Zúñiga, A.; Moreno-Perez, J.A.; Álvarez-López, A.; Rodriguez-Resendiz, J.; Perez-Ramirez, C.A. Use of Technologies for the Acquisition and Processing Strategies for Motion Data Analysis. Biomimetics 2025, 10, 339. https://doi.org/10.3390/biomimetics10050339
Hurtado-Perez AE, Toledano-Ayala M, Cruz-Albarran IA, Lopez-Zúñiga A, Moreno-Perez JA, Álvarez-López A, Rodriguez-Resendiz J, Perez-Ramirez CA. Use of Technologies for the Acquisition and Processing Strategies for Motion Data Analysis. Biomimetics. 2025; 10(5):339. https://doi.org/10.3390/biomimetics10050339
Chicago/Turabian StyleHurtado-Perez, Andres Emilio, Manuel Toledano-Ayala, Irving A. Cruz-Albarran, Alejandra Lopez-Zúñiga, Jesús Adrián Moreno-Perez, Alejandra Álvarez-López, Juvenal Rodriguez-Resendiz, and Carlos A. Perez-Ramirez. 2025. "Use of Technologies for the Acquisition and Processing Strategies for Motion Data Analysis" Biomimetics 10, no. 5: 339. https://doi.org/10.3390/biomimetics10050339
APA StyleHurtado-Perez, A. E., Toledano-Ayala, M., Cruz-Albarran, I. A., Lopez-Zúñiga, A., Moreno-Perez, J. A., Álvarez-López, A., Rodriguez-Resendiz, J., & Perez-Ramirez, C. A. (2025). Use of Technologies for the Acquisition and Processing Strategies for Motion Data Analysis. Biomimetics, 10(5), 339. https://doi.org/10.3390/biomimetics10050339