Skip to main content

RETRACTED ARTICLE: Human motion capture system in sports performance based on Internet of Things technology and wireless inertial sensor

This article was retracted on 10 September 2022

This article has been updated

Abstract

Taking human movements has very good prospects of application in sports, animated projects, medicine and health and other areas. This article aims to study the human motion capture system in sports performances based on the Internet of Things technology and wireless inertial sensors. This article first introduces the theory and characteristics of the Internet of Things and motion capture; next, according to the different characteristics of the sensors in the inertial motion capture system, a two-step Kalman filter is proposed to process the accelerometer and the magnetometer separately and, finally, the structure of this article. The human body motion model is used to analyze the acceleration dynamic error that occurs during the motion. In addition, an inertial motion capture system is constructed to obtain and visualize the structure of each motion node. The experimental results in this paper show that the Kalman filtering algorithm can ensure the accuracy of angle estimation under different motion states and has good fault tolerance to external interference. Among them, the error of the static state is reduced by 23.1%.

1 Introduction

The movement of the human body can take place in the fields of sport, comics, medicine, health and so on. Inertial motion is a technology that uses inertial sensors to record human motion. The advantage is that it has no website restrictions and is easy to use. The existing inertial motion products circulating in the market are expensive, and the algorithms are tightly confidential, which are not helpful to the application and research of motion capture technology.

With the continuous improvement of computer vision technology and image processing theory, by the end of the 1980s, people introduced a mature optical motion capture system, which provided good technical support for film and television production and improved the production efficiency of staff, avoiding a lot of monotonous and repetitive work. The current optical motion capture system has made great strides and improvements and can accurately record multi-point 3D projection in space under high-speed sampling conditions.

At present, the Internet of Things has become another change after the new technological form of the Internet of Things. This will break the traditional fitness method and become a new fitness standard. Zhu W studied mass sports and fitness based on the Internet of Things and intelligent systems. The digital terminal can monitor the health status at any time through the intelligent information collection device. At the same time, on the basis of collecting and analyzing health data, he provides residents with a personalized consultation plan, allowing residents to participate in healthy diet and exercise, so as to achieve the goal of health. However, the data analysis of this system is not accurate enough, leading to errors in the results [1]. Motion capture systems are more and more widely used. Qiu Y discussed a motion capture system that uses camera images to obtain 3D human motion data. In this system, in order to detect the feature points of human body parts, he used some color markers and human contour images to be able to move the human body without restriction. And, he uses two cameras to estimate the 3D position of the feature points through a stereo method. However, the design of the system's image capture function is not very complete and needs to be further strengthened [2]. In order to solve the problem of errors in monitoring human movement, Zhu G Z proposed a method of human movement pattern recognition based on multiple sensors, such as the data fusion of acceleration sensors and gyroscopes. This method receives the human body motion information output by the gyroscope and extracts the acceleration sensor. Kalman filtering algorithm is used to synthesize multi-sensor information, which improves the accuracy of posture angle measurement. He also established a hidden Markov model based on human postures, to recognize various human motion bodies according to the daily activity state of the human body. However, the scope of application of this method is relatively small and not practical enough [3].

The novelty of this article is (1) error analysis of the motion capture system, error modeling and error analysis of experimental data by both hardware algorithms and software. (2) On the established motion capture system, the original data characteristics of the three sensors were analyzed, which confirmed the necessity of fusing the three sensors.

2 Motion capture method based on the Internet of Things and wireless inertial sensors

2.1 Internet of Things

The Internet of Things is an important part of modern intelligent systems and plays an important role in the development of information flow. Integrated detection, storage, computer technology and its applications and design concepts of the Internet of Things play an important role in industry and commerce, processing and everyday life [4]. The object-based Internet platform, with the support of information technology, establishes a wide range of connections between objects, forming an interactive three-dimensional network, connecting the virtual world and the physical world.

The basic characteristics of the Internet of Things can be summarized in the following three points: (1) full perception: use radio frequency identification devices, sensors and QR codes to receive information on objects anytime and anywhere, (2) reliable transmission: real-time and accurate transmission of information on objects through the network and (3) intelligent processing: use intelligent computer technology to analyze and process a large amount of data and information and then check intelligent objects [5, 6].

2.2 Motion capture technology

Motion capture technology uses video equipment, motion sensors and other equipment to monitor the movement of some or all of the joints of the human or animal body, measure joint motion information and provide reference data for gait recognition and film production, and television [7]. This technology currently has a wide range of applications in film and television production, interactive games, virtual reality and personnel training.

Kalman filter is an unbiased, linear and minimum variance optimal estimation theory [8]. Understanding the mathematical model of the state vector and the observation vector, the characteristics of the statistical noise of the state and the means of observation and the initial value of the state of the system, the measured data and the sensor state equation can be used to derive the relationship between the system state medium and the observation data. Kalman filtering is divided into two stages: prediction and information [9, 10]. In the prediction phase, the state estimation at each moment is estimated based on the previous state value. So get the prediction equation:

$$P_{x,x - 1} = Q_{x,x - 1} P_{x - 1} + H_{x} I_{x - 1}$$
(1)

That is, the state at each moment is transformed from the state at the previous moment through the state transformation matrix, plus the control amount at the current moment [11]. Since this system does not contain the control quantity at every moment, it can be simplified as:

$$P_{x,x - 1} = Q_{x,x - 1} P_{x - 1}$$
(2)

In addition to the estimation of the system state at each moment, it is also necessary to estimate the accuracy of its estimation, so it is expressed in the form of covariance in formula (3):

$$A_{x,x - 1} = Q_{x,x - 1} O_{x - 1} Q_{x,x - 1}^{T} + B_{x - 1}$$
(3)

In this way, the next state can be predicted based on the previous state. Since Kalman filtering is an iterative process, the state needs to be updated after each prediction [12].

After obtaining the current state estimation value, the current measurement value can be combined to obtain an optimal estimation value of the current state.

$$P_{x} = P_{x,x - 1} + K_{x} [C_{x} - H_{x} P_{x,x - 1} ]$$
(4)

Among them, \(C_{x}\) is the observed value, and \(K_{x}\) is the Kalman gain, which can be obtained by formula (5):

$$K_{x} = A_{x,x - 1} + H_{x}^{T} [H_{x} A_{x,x - 1} H_{x}^{T} + R_{x} ]^{ - 1}$$
(5)

Finally, find a new covariance matrix to complete this iteration.

$$A_{x} = [1 - K_{x} H_{x} ]A_{x,x - 1} [1 - K_{x} H_{x} ] + K_{x} R_{x} K_{x}^{T}$$
(6)

2.3 Capture method of wireless inertial sensor

The angle between the device and the gyro can be obtained by reading the direction pointed by the axis by the method; that is, the angular velocity can be obtained. The magnetometer is used to test the strength and direction of the magnetic field [13]. The nine-axis inertial measurement sensors currently used for motion signal collection including three-axis gyroscope sensors, three-axis acceleration sensors and three-axis magnetic induction sensors are relatively mature, which can better realize the position and positioning of the sensor nodes of human body motion capture, thereby realizing actions capture accurately.

The technology is divided into two parts: front-end hardware and back-end software. The main functions and contents of raw materials include the use of motion capture sensors for the collection of human motion data and the transmission of this data to computer motion data [14, 15]. The main features and content of the back-end software use a computer to efficiently process the collected traffic data, so that the computer can automatically recognize the activity category of the captured object and use the computer to reproduce the action and human interaction.

3 Methods section

3.1 Action data preprocessing

In order to obtain a better experimental model, a Butterworth low-pass filter and low-pass filter will be processed before the data processing. The following is the preprocessing of the data: first, use a low-pass filter to process the collected data, so as to remove the high-frequency interference caused by the body from the inertial sensor [16]. Then, since the initial state and the end state of the data we collect are using the initial state of standing, these are the action signals that we do not need, and the signals in this respect need to be filtered out.

3.2 Human motion model

According to the introduction of Kalman filter for the optimal estimation of carrier attitude, it can be seen that motion acceleration is one of the main sources of dynamic error, especially when the limbs are in motion [17]. Assume that the motion acceleration at a certain joint is a, and the output of the accelerometer is b, which is used as a criterion for measuring and judging. Set the threshold value to \(\Delta T\), then the effective output range of the accelerometer is shown in Eq. (7).

$$1 - \Delta T < ||b|| < 1 + \Delta T$$
(7)

When the carrier is in motion and satisfies formula (8), the error of angle estimation is the maximum, and the following formula is obtained:

$$x = \sqrt {a^{2} - (1 - y)^{2} } , \quad y = \frac{{(1 - \Delta T) - a^{2} + 1}}{2}$$
(8)

Then, the maximum angle error judged according to the threshold is:

$$\theta_{\max } = \tan^{ - 1} (x/y)$$
(9)

Substituting different motion acceleration thresholds into Eqs. (8) and (9), the angle estimation error is shown in Fig. 1. According to the threshold calculation result, the angle estimation error still exists, which cannot meet the actual usage requirements. Moreover, when there are different degrees of motion acceleration in the three axes, the amplitude may be close to 1 g. If only the acceleration amplitude is used to directly adjust the reliability of the X-, Y- and Z-axes, it is easy to cause misjudgment [18].

Fig. 1
figure 1

Angle estimation error of threshold judgment

3.3 Inertial motion capture system

The current typical inertial motion capture system is composed of MEMS gyroscope, MEMS accelerometer and magnetometer, and sensors with different characteristics cooperate with each other.

Figure 2 shows a block diagram of a general motion capture system. Inertial motion capture systems usually consist of multiple rigid models to remove the human body. Install sensor nodes on each rigidity [19]. A general sensor node is composed of a microprocessor, sensor, data transmission unit and power management unit. The microprocessor is responsible for reading and sending data and is the control section of the entire node. The sensor is used for 3D acquisition of acceleration, angular velocity and geomagnetic voltage. The power management unit is used to provide stable power to the entire node. The data collection unit collects data from all sensors and sends it to the computer. According to actual needs, data acquisition units are generally divided into two categories: wired and wireless [20]. The wireless data acquisition unit has no cable limitation, which is more convenient for users. Computer processing software uses related algorithms to calculate the position of each node and visualize the calculation results.

Fig. 2
figure 2

Block diagram of the inertial motion capture system

4 Discussion

4.1 Kalman filtering algorithm analysis

Use sensors to collect two sets of data, static data and linear motion data.

The first is to analyze static data. Static data are to fix the sensor module on a horizontal tabletop and collect enough data for analysis. A total of 200 sets of data were collected. Select five groups of data as representative samples, as shown in Table 1.

Table 1 Static data sample

From the front to the back are the acceleration Kalman filtering comparisons of the X-axis, Y-axis and Z-axis, where sample is the number of data sets. From the data in the table, it appears that the data of the three axes before filtering are around the three values of 0, 0 and 1, which can be considered as fluctuations caused by errors. After Kalman filter processing, the waveform becomes smoother, a lot of jitter is reduced, and the value is closer to the three values of 0, 0, and 1, and the error of the static state is reduced by 23.1%.

Then, the analysis of the linear motion is similar on the three axes, and for the convenience of calculation, the linear motion data are the sensor.

The module only moves 0.5 m in the positive direction of the X-axis, while the Y-axis and Z-axis should not move as much as possible. The movement collected 20 sets of data. Select 5 groups of data as representative samples, as shown in Table 2.

Table 2 Samples of linear motion data

From the data in the table, it can be seen that the image of the system becomes smoother after Kalman filtering, and it is obviously reduced. At the same time, the shape of the original motion pattern is not lost, and the state of the motion process is basically maintained (stationary to acceleration to deceleration to zero speed). At the same time, the final distance after direct integration and Kalman filtering can be compared, and the Kalman data are closer to the real data. From this perspective, the effect of the Kalman filter can also be seen.

4.2 Effect of human motion capture

In order to show the movement of the limbs, the system arranges sensor nodes at the joints of the limbs to collect movement data. Take the arm as an example. The system arranges the sensor nodes at the three joints of the shoulder, elbow and wrist to collect the motion data of the three joints. Another node acts as an embedded gateway to collect the motion data sent by other nodes and then sends it to the data processing module through the serial port. This system distinguishes the data of different nodes through the different node number of each sensor node during data processing. And simultaneously process different node data separately. According to the initial position data processing module of the three joint points, the node position is initialized. After analyzing and processing the data, a three-dimensional drawing is performed according to the position of the three points at each moment, so as to obtain the corresponding movements of the limbs.

Let the arm bend and swing to the left to get the drawn three-dimensional animation (for display effect, select a part of the frame to draw the pattern) as shown in Fig. 3.

Fig. 3
figure 3

Three-dimensional animation of arm movement

5 Results section

This article analyzes the background, application fields and development prospects of the limb motion capture system. The development status of wireless sensor network and body motion behavior capture is introduced. According to the requirements of the implementation of this system, the application of inertial navigation technology and wireless network of sensors, network technology for the recording of the motion detection pattern of the joints is proposed. In addition, this article uses inertial navigation technology to realize data processing, uses angular velocity data to correct the acceleration direction, maps the acceleration data on the sensor coordinate system to the geographic coordinate system and calculates the speed of each node by integrating the corrected acceleration data and displacement, so as to obtain the movement trajectory of each joint of the limb, and finally draw the movement state of the limb.

Availability of data and material

Data sharing does not apply to this article because no data set was generated or analyzed during the current research period.

Change history

Abbreviations

3D:

Three-dimensional

References

  1. W. Zhu, N. Yin, W. Zhu et al., Research on the mass sports fitness based on internet of things and Intelligent System. Revista De La Facultad De Ingenieria 32(3), 376–382 (2017)

    Google Scholar 

  2. Y. Qiu, T. Zhang, Research on the construction of basketball teaching and training system based on computer motion capture. Boletin Tecnico/Tech Bull 55(11), 477–483 (2017)

    Google Scholar 

  3. G.Z. Zhu, Y.X. Wang, Research on human body motion attitude capture and recognition based on multi-sensors. Revista de la Facultad de Ingenieria 32(5), 775–784 (2017)

    Google Scholar 

  4. M.R. Palattella, M. Dohler, A. Grieco et al., Internet of Things in the 5G era: enablers, architecture and business models. IEEE J. Sel. Areas Commun. 34(3), 510–527 (2016)

    Article  Google Scholar 

  5. M. Tanriverdi, A systematic review of privacy preserving healthcare data sharing on blockchain. J. Cybersecur. Inf. Manag. 4(2), 31–37 (2021)

    Google Scholar 

  6. K.J. Kim et al., Missing sample recovery for wireless inertial sensor-based human movement acquisition. IEEE Trans. Neural Syst. Rehabil. Eng. 24(11), 1191–1198 (2016)

    Article  Google Scholar 

  7. G. Apoorva, M. Kee, O. Yusuf et al., Extraction and analysis of respiratory motion using wearable inertial sensor system during trunk motion. Sensors 17(12), 1–25 (2017)

    Article  Google Scholar 

  8. M. Younan, S. Khattab, R. Bahgat, From the wireless sensor networks (WSNs) to the Web of Things (WoT): an overview. J. Intell. Syst. Internet Things 4(2), 56–68 (2021)

    Google Scholar 

  9. A. Sariga, J. Uthayakumar, Type 2 fuzzy logic based unequal clustering algorithm for multi-hop wireless sensor networks. Int. J. Wirel. Ad Hoc Commun. 1(1), 33–46 (2020)

    Article  Google Scholar 

  10. R. Tallamraju, N. Saini, E. Bonetto et al., AirCapRL: autonomous aerial human motion capture using deep reinforcement learning. IEEE Robot. Autom. Lett. 5(4), 6678–6685 (2020)

    Article  Google Scholar 

  11. M.A. Razzaque, M. Milojevic-Jevric, A. Palade et al., Middleware for Internet of Things: a survey. IEEE Internet Things J. 3(1), 70–95 (2017)

    Article  Google Scholar 

  12. L. Liao, Z. Yang, Q. Liao et al., A half-precision compressive sensing framework for end-to-end person re-identification. Neural Comput. Appl. 32, 1141–1155 (2020)

    Article  Google Scholar 

  13. O. Bello, S. Zeadally, Intelligent device-to-device communication in the Internet of Things. IEEE Syst. J. 10(3), 1172–1182 (2016)

    Article  Google Scholar 

  14. A.V. Dastjerdi, R. Buyya, Fog computing: helping the Internet of Things realize its potential. Computer 49(8), 112–116 (2016)

    Article  Google Scholar 

  15. M. Mozaffari, W. Saad, M. Bennis et al., Mobile unmanned aerial vehicles (UAVs) for energy-efficient Internet of Things communications. IEEE Trans. Wirel. Commun. 16(11), 7574–7589 (2017)

    Article  Google Scholar 

  16. Z. Gan, X. Chai, J. Zhang et al., An effective image compression–encryption scheme based on compressive sensing (CS) and game of life (GOL). Neural Comput. Appl. 32, 14113–14141 (2020)

    Article  Google Scholar 

  17. M. Ammi, S. Alarabi, E. Benkhelifa, Customized blockchain-based architecture for secure smart home for lightweight IoT. Inf. Process. Manag. 58(3), 102482 (2021)

    Article  Google Scholar 

  18. Y. Yang, L. Wu, G. Yin et al., A survey on security and privacy issues in Internet-of-Things. Internet Things J. IEEE 4(5), 1250–1258 (2017)

    Article  Google Scholar 

  19. P.A. Laplante, N. Laplante, The Internet of Things in healthcare: potential applications and challenges. IT Prof. 18(3), 2–4 (2016)

    Article  Google Scholar 

  20. I. Yaqoob, E. Ahmed, I. Hashem et al., Internet of Things architecture: recent advances, taxonomy, requirements, and open challenges. IEEE Wirel. Commun. 24(3), 10–16 (2017)

    Article  Google Scholar 

Download references

Funding

The author(s) received no financial support for the research, authorship and/or publication of this article.

Author information

Authors and Affiliations

Authors

Contributions

WX contributed to editing and data analysis. The author read and approved the final manuscript

Corresponding author

Correspondence to Wenfeng Xu.

Ethics declarations

Ethics approval and consent to participate

This article is ethical, and this research has been agreed.

Consent for publication

The picture materials quoted in this article have no copyright requirements, and the source has been indicated.

Competing interests

The author declares that this article has no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

This article has been retracted. Please see the retraction notice for more detail:https://doi.org/10.1186/s13634-022-00918-8

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Xu, W. RETRACTED ARTICLE: Human motion capture system in sports performance based on Internet of Things technology and wireless inertial sensor. EURASIP J. Adv. Signal Process. 2021, 93 (2021). https://doi.org/10.1186/s13634-021-00799-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13634-021-00799-3

Keywords