Next Article in Journal
Laboratory Evaluation of Railroad Crosslevel Tilt Sensing Using Electrical Time Domain Reflectometry
Next Article in Special Issue
Validation of Spatiotemporal and Kinematic Measures in Functional Exercises Using a Minimal Modeling Inertial Sensor Methodology
Previous Article in Journal
Vehicle Classification Based on FBG Sensor Arrays Using Neural Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Golf Swing Segmentation from a Single IMU Using Machine Learning

Department of Mechanical Engineering, Korea Advanced Institute of Science and Technology (KAIST), Daejeon 34141, Korea
*
Author to whom correspondence should be addressed.
Sensors 2020, 20(16), 4466; https://doi.org/10.3390/s20164466
Submission received: 16 July 2020 / Revised: 6 August 2020 / Accepted: 7 August 2020 / Published: 10 August 2020

Abstract

:
Golf swing segmentation with inertial measurement units (IMUs) is an essential process for swing analysis using wearables. However, no attempt has been made to apply machine learning models to estimate and divide golf swing phases. In this study, we proposed and verified two methods using machine learning models to segment the full golf swing into five major phases, including before and after the swing, from every single IMU attached to a body part. Proposed bidirectional long short-term memory-based and convolutional neural network-based methods rely on characteristics that automatically learn time-series features, including sequential body motion during a golf swing. Nine professional and eleven skilled male golfers participated in the experiment to collect swing data for training and verifying the methods. We verified the proposed methods using leave-one-out cross-validation. The results revealed average segmentation errors of 5–92 ms from each IMU attached to the head, wrist, and waist, accurate compared to the heuristic method in this study. In addition, both proposed methods could segment all the swing phases using only the acceleration data, bringing advantage in terms of power consumption. This implies that swing-segmentation methods using machine learning could be applied to various motion-analysis environments by dividing motion phases with less restriction on IMU placement.

1. Introduction

To analyze the golf swing from a simple micro-electro-mechanical system (MEMS) inertial measurement unit (IMU)-based wearable device, it is necessary to classify and divide swing phases using IMU data. For convenient swing analysis in the field and driving range, MEMS IMU-based wearable devices on clubs, gloves, wrists, heads, and waists are widely used [1,2,3,4,5]. To analyze the golf swing using these devices, the time information of each swing phase must be first determined. The timing and length of the swing phases are used as indices during the swing analysis [6]. In addition, the golf swing is usually analyzed using the phases and their dividing points [7,8] because these phases have a certain pattern [9].
Various studies regarding golf swing analysis based on IMUs have primarily used simple and intuitive heuristic signal processing methods to divide swing phases, but the accuracy has not been sufficiently verified. Hsu et al. proposed a method of classifying the backswing (BS), downswing (DS), and follow-through (FT) phases using the magnitude threshold of the signal from a six-axis IMU attached to a golf club [10]. The errors of the phase length compared to the data from the optical motion capture system were reported to be 0.03 to 0.06 s, but the method was not verified with the number of subjects and swing trials. Nam et al. used thresholds of the signals from the IMU attached to the middle of the club shaft to determine the phase dividing points—address (ADD), backswing top (BST), impact (IMP), and finish (FIN)—but did not verify the accuracy of the calculation [3]. Lai et al. used the maximum negative peak of the data from IMUs attached to various parts of the body, including the left hand, left arm, pelvis, and upper body, to synchronize multiple sensors and compare subjects [4]. Jensen et al. estimated the BST timing of putting using zero-crossing timing of the y-axis angular velocity from a six-axis IMU attached to the putter but did not verify the accuracy [11]. Kooyman et al. also used the zero-crossing timing of the angular velocity perpendicular to the putter head from the IMU attached to the putter head to divide swing phases, but the accuracy was not verified [12].
Recently, due to the development of computing power, many studies have used machine learning approaches that can automatically learn the features of data from IMUs to increase the accuracy of general human activity recognition [13,14] and the classification and segmentation of sports motions [15], but no attempt has been made to apply models to estimate and divide golf swing phases. Several studies that have used IMUs to recognize general human motion have reported that using convolutional neural networks (CNNs) [16] is a superior approach to conventional machine learning algorithms [17,18,19,20,21]. Specifically, the CNN-based methods, which can automatically extract discriminative features with convolutional kernels, have enhanced or demonstrated better performances than conventional methods using predesigned features [17], mean and variance [18,20], support vector machine [18,19], 1-nearest neighbor [18], the 1-nearest neighbor with dynamic time warping [21], multilayer perceptron [19,21], restricted Boltzmann machine [20], and deep belief network [18]. In sports motion recognition studies using CNN, Anand et al. classified and detected the type of shots during tennis, badminton, and squash [22]. Jiao et al. classified the swing shape of the golf swing using multiple sensors [23]. Kautz et al. detected and classified player actions in beach volleyball [24], and Rassem et al. classified cross-country skiing movements [25]. Several studies using long short-term memory (LSTM) [26] or bidirectional LSTM (BLSTM) [27] recurrent neural networks (RNN) in sports motion recognition have exhibited similar or better performance compared to CNNs while classifying the type of swing motion [22] and cross-country skiing movement [25]. In golf swing motion, Jensen et al. estimated the lengths of the putt phases and various indicators using hidden Markov models from the six-axis IMU attached to the putter head; however, only the accuracy of the putt detection was reported to be 68.2%, and the accuracy of each swing-phase length was not reported [28]. Jiao et al. classified the swing shape with 95% accuracy using a CNN, two strain gauges, a three-axis accelerometer, and a three-axis gyroscope attached to the club [23]. Taken together, no study has segmented the swing phases of the golf swing using IMU with machine learning approaches, verifying the accuracy.
During the golf swing, constant time-series characteristics suggest the possibility of estimating the time information from an IMU attached to part of the body. Meister et al. reported that rotational biomechanical factors were highly consistent among professional golfers [29], which implies that some constant time-series characteristics exist during a golf swing. Many studies that have analyzed the golf swing motion of the multi-segmented human body using experiments or simulations have reported that the body segments generate the golf swing motion with a proximal to distal sequence [30,31,32,33,34,35]. Verikas et al. reported stable individual sequences in activation profiles of the arm and shoulder muscles [36]. Their results revealed that the “effective profiles started with a common avalanche effect from a triad of muscles (right rhomboideus, right trapezius, left rhomboideus) followed by the simultaneous activation of another triad of muscles (right flexor carpi radialis, left extensor digitorum communis, and left trapezius)” [36]. Based on these existing studies, we can estimate the time information of a golf swing from the motion information of any part of the body by learning prior knowledge of certain time-series features, including the sequence of body segments.
Therefore, in this study, we proposed new methods for the golf swing segmentation from a single IMU attached to each body segment. This was performed using the BLSTM and CNN machine learning models that can automatically learn the characteristics of the time-series data, including the sequence of the body segments.

2. Methods

In this study, we proposed a BLSTM-based and a CNN-based method for estimating the time points to divide the golf swing phases from each IMU attached to the left wrist, the right side of the head, and the right side of the waist. We conducted a golf swing experiment to train and verify the methods, comparing the estimation results with the existing heuristic approach. First, we define the golf swing phases used in this study and describe the details of the golf swing experiment and data processing procedures. Then, we explain the proposed BLSTM-based, CNN-based estimation methods, and heuristic estimation method for comparison. Finally, we describe how to train and verify the proposed methods in this study.

2.1. Golf Swing Phases

Golf swing phases can be divided using several criteria based on the club [9,32] or body [37,38] motions. In this study, we divided a full golf swing with clubhead motion into five phases: before the swing (BF), BS, DS, FT, and after the swing (AF), with four dividing points: ADD, BST, IMP, and FIN (Figure 1A). In addition, ADD is when the clubhead speed is the local minimum just before the BS. The BST is when the clubhead speed is the local minimum right after the BS. Moreover, the IMP is when the clubhead passes the marker on the ground aligned with the golf ball during the DS. Finally, FIN is when the clubhead speed reaches the local minimum again after the FT (Figure 1B).

2.2. Experiment

Nine male professional golfers belonging to the Korea Professional Golfers′ Association or Korea Golf Federation and eleven male amateur golfers with an average handicap (additional required strokes compared to par in 18 holes; professional golfers do not track their handicap) of 15.3 ± 4.3 participated in the experiment under the approval of the KAIST Institutional Review Board (KH2018-85 and KH2019-140). Twenty subjects were right-handed, with an average age of 41.2 ± 9.1, an average height of 175.4 ± 6.9 cm, and an average weight of 79.9 ± 13.4 kg. Each subject swung 10 times using a driver club and 10 times using a 7 iron club, swinging once after a light jump in place to align the time axis of the sensor data, hitting a training sponge golf ball in a laboratory environment. We collected three-axis acceleration and three-axis angular velocity from each wearable device (T5, VC Inc., Seoul, Korea) attached to the left wrist, head, and pelvis of the subject (Figure 2). The MEMS IMU (BMA456, BMG250, Bosch Sensortec GmbH, Reutlingen, Germany) was built into the wearable device and set to a range of ±16 g and 2000 dps, respectively, and the data were collected at a sample rate of 200 Hz. The range of the IMU was determined with the peak acceleration and the peak angular velocity during the golf swing, and the sample rate was determined considering the general MEMS IMU-based wearable devices [15]. For the reference of the swing motion, we used an optical motion capture system. A total of 62 optical markers were attached to the subject, club, IMUs, and ground to collect the reference motion data. Optical markers attached at the end of the head-side of the club shaft and on the ground about 10 cm away on the global X-axis from the golf ball were used to calculate the reference swing phases. Fourteen motion capture cameras (Hawk and Eagle, Motion Analysis, Rohnert Park, CA, USA) collected the motion data during each swing at a sample rate of 200 Hz.

2.3. Data Processing

Out of the collected data on the 400 swings from the experiments, 389 swing data points were used, excluding 11 swings that had measurement failure. The collected data were transformed into an input dataset and were labeled for model training and verification through the following data processing procedure.
The data collected from the IMUs and the motion capture cameras filtered using a bidirectional Butterworth 10th low-pass filter with a cutoff frequency of 10 Hz, determined from a power spectral density analysis using Fourier transform [39]. For the time alignment between the data from the IMUs and the motion capture cameras, we used the peak of acceleration during the jump motion before each swing. Each swing-phase dividing point: ADD, BST, IMP, and FIN, was calculated from the reference motion data of the clubhead collected from the motion capture camera. To apply the proposed method, the data collected from wearable devices must first be cut and imported. Considering the peak of the acceleration signal, which is relatively clearly seen at the impact during the full golf swing motion, we cut each swing to a total of 3.5 s from 2.5 s before to 1 s after the IMP point.
For the BLSTM-based model, a 7 × 700 matrix with seven features of time, local three-axis acceleration, and local three-axis angular velocity was set as the input (Figure 3). A 1 × 700 matrix consisting of five classes of swing phases: BF, BS, DS, FT, and AF, at each time sample, was set as the label. Input data were normalized so that each feature fell within the range of −1 to +1. For the CNN-based model, the same input matrix, as for the BLSTM-based model, was used (Figure 4). A 1 × 4 matrix with four swing-phase dividing points: ADD, BST, IMP, and FIN, was set as the label. Input data were also normalized within the range of −1 to +1. When using only the acceleration or only the angular velocity data, both models set the input as a 4 × 700 matrix, with four features of time and three-axis either acceleration or angular velocity.

2.4. Swing-Phase Segmentation Algorithms

2.4.1. Heuristic-Based Segmentation

To compare the accuracy of the proposing swing-phase segmentation algorithms, we made a handcrafted heuristic-based segmentation algorithm using the minimum, maximum, and zero-crossing points of three-axis acceleration and three-axis angular velocity from IMUs, similar to previous studies [3,4,10,11,12]. Thirty indicator candidates were selected from the IMU data of the wrist, head, and pelvis to estimate each swing-phase dividing point. Out of 30 indicator candidates, 12 indicators with the smallest estimation error were selected as segmentation indicators for the heuristic-based algorithm (Table 1).

2.4.2. Bidirectional Long Short-Term Memory-Based Method

The proposed BLSTM-based swing-phase segmentation algorithm consisted of an input layer, five BLSTM layers with 32 hidden units for each, a fully connected layer, and a softmax output layer [40]. The output layer revealed one of five swing-phase classes for each time sample. The algorithm finally converted the phases into swing-phase dividing points, where the classes changed from one to another (Figure 3). Model parameters were determined with trial and error.

2.4.3. Convolutional Neural Network-Based Method

The proposed CNN-based swing-phase segmentation algorithm consisted of an input layer, two CNN layers (convolution layer, tanh layer, max-pooling layer, and tanh layer again), a fully connected layer, and a regression output layer. The output layer revealed four swing-phase dividing points directly (Figure 4). Model parameters were determined with trial and error.

2.5. Model Training and Validation

To validate the swing segmentation accuracy of the proposed methods, we compared the phase dividing points from the reference. The proposed methods were verified using leave-one-out cross-validation. To test the swing data of one subject, each proposed method was trained using the swing data of the remaining 19 subjects, and the test was repeated for all 20 subjects to obtain a total average of errors and the between-subject variance. To train the models, 90% of the 19 subjects’ swing data was randomly divided into a training set, and the remaining 10% was divided into a validation set. The training was terminated using validation stopping, and the adaptive moment estimation (Adam) optimizer [41] was used. We used MATLAB R2019a software and the Deep Learning Toolbox (MathWorks Inc., Natick, MA, USA) to establish, train, and test the proposed models.

3. Results

The proposed BLSTM-based and CNN-based methods estimated all four major swing-phase dividing points from the IMU attached to the wrist with a lower mean absolute error (MAE) than the heuristic method (Figure 5A). The proposed methods also effectively estimated all dividing points from each IMU attached to the head and waist with a low MAE compared to the heuristic method (Figure 5B,C).
The proposed methods could lower the estimation error using both acceleration and angular velocity data and could accurately estimate using only the acceleration data from the IMU attached to the wrist (Figure 6). In the case of the heuristic method, we only used either the acceleration or angular velocity data separately, and the MAE of the estimation from the angular velocity was lower than the estimation from the acceleration in all four phase dividing points (Figure 6A). With the proposed BLSTM-based and CNN-based methods, using both acceleration and angular velocity together showed a significantly lower MAE at several phase dividing points compared to using each of them to estimate (Figure 6B,C). Phase dividing points estimation using only the acceleration data with the proposed methods showed a lower MAE than the estimation using both the acceleration and angular velocity data with the heuristic method (Figure 6).
The proposed methods revealed more accurate phase length estimations compared to the heuristic method. The average length of each swing phase calculated from the reference is shown in Table 2. We compared each swing phase length calculated from the phase dividing points estimated using the heuristic method and the proposed methods (Table 3). The errors of all swing phases were about 2.7% to 9.0% on average using both the acceleration and the angular velocity data, reducing about half of the segmentation errors compared to the heuristic method. In the case of the wrist IMU, the errors using only the acceleration data to segment the DS phase were about 4.8% on average with the BLSTM-based method, and about 3.7% on average with CNN-based method, respectively, which were accurate compared to the heuristic method. In the case of the head and waist IMUs, the errors of all swing phases using only acceleration with the proposed methods were about 8.3% to 13.2% on average, accurate compared to the heuristic method using both the acceleration and the angular velocity. One exception was the BS from the waist IMU, for which the BLSTM-based method showed a similar error with the heuristic method.

4. Discussion

In this study, we proposed and verified a machine learning-based method for golf swing segmentation using a single IMU attached to each body segment. The results, generated using the IMU data collected from the wrist, head, and waist, showed accurate swing segmentation compared to the heuristic-based method. We employed both a CNN-based method and a BLSTM-based method and suggested the CNN-based method for future studies. In our work, the DS was the most accurately estimated phase. Importantly, the proposed methods are capable of segmenting a golf swing using only acceleration data.
Our proposed methods are applicable even with each IMU attached to other parts of the body rather than the club or the wrist. The clubhead motion divides the golf swing phases, and because the hand and the wrist are closest to the clubhead, they move similarly. Thus, the heuristic method provided much more accurate golf swing segmentation at the wrist (Figure 5A). However, it was difficult to employ the heuristic method as the time delay of the motion between the clubhead and the body parts increased. Consequently, golf swing segmentation via the heuristic method became more erroneous using IMU data from the head and waist rather than the wrist (Figure 5B,C). On the other hand, the proposed BLSTM-based and CNN-based methods demonstrated accurate segmentation compared to the heuristic method because they were able to learn the specific features of the sequential motion (Figure 5B,C). While the MAE of the heuristic method using the head and waist IMU was approximately double the MAE associated with using the wrist IMU, the proposed BLSTM and CNN methods resulted in similar errors using each of the wrist, head, and waist IMU, except for the ADD (Figure 5). In the case of ADD estimation, subject 20 was an outlier with an error of 0.389 s (head) and 0.571 s (waist) on average with the BLSTM-based method and 0.277 s (head) and 0.368 s (waist) on average with the CNN-based method. It seems that the sequential characteristics of the whole-body motion of subject 20 during the ADD was significantly different from the other subjects. The phase length errors of the BLSTM-based and CNN-based methods using each IMU attached to the head and waist also demonstrated accurate estimation with errors of 4.6% to 9.0% on average for all phases, while the heuristic method resulted in errors of 11.5% to 79.1% on average (Table 3). Therefore, unlike previous studies that distinguished swing phases from an IMU attached directly to a club [3,10,11,12,28,42] or from image or video data [43,44], our methods are capable of segmenting swing phases using only a single IMU sensor attached to each body segment: head, wrist, and waist.
The proposed methods can accurately divide the DS phase, which is considered the most interesting and important phase of the golf swing [9,45,46], estimating the phase dividing points with an MAE up to 16 ms on average and the phase length error up to 5.2% on average using IMU data collected at the wrist, head, and waist. Because golf is a sport in which players compete with each other with the number of total strokes, the clubhead speed (determining the distance of the ball flight) coming from the DS phase is a key element of a good golf swing. Therefore, the DS phase is the most important phase to be accurately segmented prior to further analysis. Currently, the sample rates of general MEMS IMU-based wearable devices are 10 to 500 Hz [15]. In this study, we collected all the data with a sample rate of 200 Hz; importantly, the methods used can estimate the BST and IMP with errors of 5 to 16 ms on average, or about 1 to 3 sample steps. However, in the case of the ADD and FIN, the errors were 41 to 92 ms on average, much higher than the BST and IMP. The ADD and FIN were difficult to estimate using both our proposed methods and the heuristic method because the movement and the following kinematic signals appeared small relative to the noise at the starting and finishing points of the golf swing. Consistent with our findings, Mesaros et al. also demonstrated that acoustic event classification performance decreased considerably with a lower signal-to-noise ratio [47]. Our methods estimated all the dividing points with each single trained model, which may miss small features at the ADD and FIN. Thus, to improve the estimation accuracy at the ADD and FIN, we may focus on these specific dividing points when constructing the structure of the estimation model. The BLSTM-based model could be modified as classifying the motion within only two classes, before and after the ADD, rather than classifying the motion within five different phases. The CNN-based model may set the convolution layers to learn only the features of the ADD, regressing only the ADD point as the output label. These modifications will help the model to concentrate on the small features in the kinematic data with low signal-to-noise ratios.
The CNN-based method is more suitable for golf swing segmentation than the BLSTM-based method. In sequence modeling, various studies have used convolutional networks [48,49,50,51,52] and recurrent networks [53,54,55]. In the case of the time series motion data in this study, the motion was determined under the mechanical system of the human body in the time axis, and the feature information also appeared in the two-dimensional matrix form. Therefore, both CNN-based models, which extract and learn the features, and RNN(or especially BLSTM in this study)-based models, which learn temporal information in the sequence, have been used in previous studies [17,18,19,20,22,23,25]. Anand et al. reported similar accuracies of the CNN-based and BLSTM-based methods for shot classification [22], and Rassem et al. reported that the LSTM-based method was better than the CNN-based method for classifying cross-country skiing gears [25]. However, in contrast with the studies of Anand et al. and Rassem et al., our results showed that the CNN-based method slightly outperformed the BLSTM-based method for the golf swing segmentation at the head and waist (Figure 5B,C). In a study by Bai et al., who empirically compared convolutional and recurrent networks in a wide range of tasks and datasets, simple convolutional architecture generally outperformed LSTM, leading the authors to conclude that convolutional networks should be considered as a natural starting point for sequence modeling tasks [56], which is consistent with our results. Further, Bai et al. showed that the convolutional architecture maintained accuracy regardless of the sequence length, whereas the LSTM model quickly degenerated to random guessing as the sequence length grew [56]. Thus, the performance of the LSTM-based method may decline as the sequence length increases, as the sample rate increases, or the target movement becomes longer in time series motion data. Our proposed BLSTM-based method classified 700 time samples with five phase classes, while the CNN-based method estimated four-phase dividing points directly. Therefore, the BLSTM-based method needs to estimate more outputs and requires an additional post-process, which was not considered during the model training procedure, to calculate the phase dividing points. These structural differences may have led to differences in accuracy between the BLSTM-based and the CNN-based methods. Finally, we compared the computational efficiency of the proposed methods. The number of parameters of both the BLSTM-based and the CNN-based methods is approximately 100 K. However, under the same computing power of a 3.5 GHz Intel Core i5-7600 central processing unit, the BLSTM-based method takes approximately 200 s, while the CNN-based method needs approximately 30 s. The computation times of the proposed methods are about 0.179 s and 0.040 s, respectively, about 60 times and 13 times compared to the heuristic method that takes about 0.003 s. Both proposed methods seem applicable to the golf wearables considering that the current wearable devices offer over 1.0 GHz central processing unit [57], and we need the computation only once for each golf swing. Still, the CNN-based method is advantageous in terms of power consumption due to the computing efficiency compared to the BLSMT-based method. Taken together, considering both the accuracy and the computing efficiency, we recommend using the CNN-based approach for swing segmentation using an IMU attached to the head, waist, or wrist.
The proposed methods are capable of segmenting the golf swing using only acceleration data and can improve the accuracy by using both acceleration and angular velocity data together. The acceleration signal alone can be used in our proposed methods to estimate the phase segmentation with higher accuracy than a heuristic method, resulting in reduced power consumption, which is important for MEMS IMU-based wearable devices [1,58,59]. The results in Figure 6B,C showed an MAE of 5–60 ms using only acceleration data, which were more accurate than the heuristic method that resulted in an MAE of 20–300 ms with acceleration data alone and an MAE of 10–80 ms with both acceleration and angular velocity, as shown in Figure 6A. Comparing the phase length estimating results in Table 3, our methods resulted in phase errors of 8–13% on average using only acceleration data, indicating a significant improvement on the heuristic method that resulted in errors of 11–80% on average using both the acceleration and angular velocity. Further, the heuristic method can determine the phase dividing points depending on only one of the acceleration or angular velocity, while our proposed methods can consider both signals at the same time due to the automatic feature learning characteristics of the machine learning models. Thus, we further increased the estimation accuracy by considering two different physical quantities together. The proposed methods, using both the acceleration and angular velocity, significantly reduced the MAE at the ADD (Figure 6B,C). Rotational biomechanics have been identified as a key element influencing power generation during the golf swing [29]; thus, unsurprisingly, the heuristic method performed poorly at the segmentation task using only acceleration data. These results demonstrated that the CNN-based and BLSTM-based methods have the advantages of extracting and learning “hidden” features, which are difficult to extract directly with the heuristic approach and considering multiple signals at once.
Further verification of our results is required because this study was conducted under limited conditions and with a limited subject pool. To our best knowledge, this is the first attempt to compare the segmentation accuracy of golf swing phases from IMU data in detail. The heuristic algorithm for comparison in this study was limited to three basic types of indicators: minimum, maximum, and zero-crossing points. Golf swing data used in this study were collected with practice sponge balls in an indoor laboratory. Although no reports have been made of differences in body motion when hitting a practice sponge ball rather than a real golf ball, it is known that the clubhead speed decreases by about 30% when impacting a real golf ball [60]. The acceleration applied to the clubhead during IMP is transmitted to the body through the shaft. Thereafter, differences in the swing motion of the body segments during the FT phase may occur. The subjects who participated in the experiment were skilled right-handed male golfers with a handicap of 0 to 23. A wide range of subjects, including low-skilled, female, young, or senior golfers, were not considered in this study. Various studies have reported golf swing differences according to skill level [4,9,61]. In the case of female golfers, Zheng et al. reported differences in swing mechanics between Ladies Professional Golf Association Tour (LPGA) and Professional Golf Association Tour (PGA) golfers, especially at the wrist and elbow [62]. Parker et al. reported strong evidence that clubhead speed, time to arm peak speed downswing, and angular wrist peak speed were different between elite male and female golfers [63], and Horan et al. reported that skilled male and female golfers exhibited different kinematics in their thoracic and pelvic motions [64]. Younger golfers with a mean age of 21.1 years exhibit significant swing differences, reaching their peak downswing force later in the shot compared to senior golfers with a mean age of 65.7 years [65]. Therefore, to apply the golf swing segmentation methods proposed in this study to a general population, these methods should be verified using a wider range of subjects.
The swing-segmentation methods proposed in this study can be applied according to various motion analysis environments. Our methods can segment basic phase information from time-series IMU data and subsequently help to analyze the kinetics and kinematics of the motions. The methods could be applied to various general motions, including swinging, kicking, throwing, walking, and running motions, which contain certain time-series features and body-segment sequences. In addition, because the attachment location of the IMU to collect motion data for the proposed methods is not restricted, we can consider and expand IMU placements to the various body parts, depending on each application.

5. Conclusions

In conclusion, the proposed CNN-based and BLSTM-based machine learning methods can estimate and divide golf swing phases using kinematic data collected from a single IMU by learning time-series features, including the body sequence during the swing motion. These methods can segment the golf swing from IMUs attached to various body parts, eliminating the limitation of the sensor location for wearable applications. In addition, our methods can segment golf swing phases using only acceleration data, bringing advantage in terms of power consumption. These methods could be applied with less restriction on IMU placement to many human motion segmentation problems with body sequences.

Author Contributions

Conceptualization, M.K.; methodology, M.K.; software, M.K.; validation, M.K.; formal analysis, M.K.; investigation, M.K.; data curation, M.K.; writing—original draft preparation, M.K.; writing—review and editing, S.P. and M.K.; visualization, M.K.; supervision, S.P.; project administration, S.P.; funding acquisition, S.P. All authors have read and agreed to the published version of the manuscript.

Funding

This research project was supported by the sports promotion fund of Korea sports promotion foundation (KSPO) from the Ministry of Culture, Sports, and Tourism.

Acknowledgments

The authors thank the members of the Biomechanics Laboratory for the discussions and editorial suggestions and Kyungwoo Song for the technical suggestions.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. 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] [Green Version]
  2. Ahmad, N.; Ariffin, R.; Ghazilla, R.; Khairi, N.M. Reviews on Various Inertial Measurement Unit (IMU) Sensor Applications. Int. J. Signal Process. Syst. 2013, 1, 256–262. [Google Scholar] [CrossRef] [Green Version]
  3. Nam, C.N.K.; Kang, H.J.; Suh, Y.S. Golf swing motion tracking using inertial sensors and a stereo camera. IEEE Trans. Instrum. Meas. 2014, 63, 943–952. [Google Scholar] [CrossRef]
  4. Lai, D.T.H.; Hetchl, M.; Wei, X.C.; Ball, K.; McLaughlin, P. On the difference in swing arm kinematics between low handicap golfers and non-golfers using wireless inertial sensors. Procedia Eng. 2011, 13, 219–225. [Google Scholar] [CrossRef]
  5. Lückemann, P.; Haid, D.M.; Brömel, P.; Schwanitz, S.; Maiwald, C. Validation of an Inertial Sensor System for Swing Analysis in Golf. Proceedings 2018, 2, 246. [Google Scholar] [CrossRef] [Green Version]
  6. Jacobson, B.H.; Stemm, J.D.; Redus, B.S.; Goldstein, D.F.; Kolb, T. Center of Vertical Force and Swing Tempo in Selected Groups of Elite Collegiate Golfers. Sport J. 2005, 8, 1–4. [Google Scholar]
  7. McHardy, A.; Pollard, H. Muscle activity during the golf swing. Br. J. Sports Med. 2005, 39, 799–804. [Google Scholar] [CrossRef] [Green Version]
  8. Glazebrook, M.A.; Curwin, S.; Islam, M.N.; Kozey, J.; Stanish, W.D. Medial Epicondylitis: An Electromyographic Analysis and an Investigation of Intervention Strategies. Am. J. Sports Med. 1994, 22, 674–679. [Google Scholar] [CrossRef]
  9. Zheng, N.; Barrentine, S.W.; Fleisig, C.S.; Andrews, J.R. Kinematic analysis of swing in pro and amateur golfers. Int. J. Sports Med. 2008, 29, 487–493. [Google Scholar] [CrossRef]
  10. Hsu, Y.; Chen, Y.; Chou, P.; Kou, Y.; Chen, Y.; Su, H. Golf Swing Motion Detection Using an Inertial-Sensor-Based Portable Instrument. In Proceedings of the International conference on consumer electronics-Taiwan, Nantou County, Taiwan, 27–29 May 2016; pp. 1–2. [Google Scholar]
  11. Jensen, U.; Kugler, P.F.; Dassler, F.A.; Eskofier, B.M. Sensor-based Instant Golf Putt Feedback. In Proceedings of the 8th International Symposium on Computer Science in Sport, Shanghai, China, 21–24 September 2011; pp. 3–6. [Google Scholar]
  12. Kooyman, D.J.; James, D.A.; Rowlands, D.D. A feedback system for the motor learning of skills in golf. Procedia Eng. 2013, 60, 226–231. [Google Scholar] [CrossRef] [Green Version]
  13. Tu, Y.; Liu, L.; Li, M.; Chen, P.; Mao, Y. A review of human motion monitoring methods using wearable sensors. Int. J. Online Eng. 2018, 14, 168–179. [Google Scholar] [CrossRef]
  14. Wang, W.; Adamczyk, P.G. Analyzing Gait in the Real World Using Wearable Movement Sensors and Frequently Repeated Movement Paths. Sensors 2019, 19, 1925. [Google Scholar] [CrossRef] [Green Version]
  15. Cust, E.E.; Sweeting, A.J.; Ball, K.; Robertson, S. Machine and deep learning for sport-specific movement recognition: A systematic review of model development and performance. J. Sports Sci. 2019, 37, 568–600. [Google Scholar] [CrossRef]
  16. LeCun, Y.; Boser, B.; Denker, J.S.; Henderson, D.; Howard, R.E.; Hubbard, W.; Jackel, L.D. Backpropagation Applied to Handwritten Zip Code Recognition. Neural Comput. 1989, 1, 541–551. [Google Scholar] [CrossRef]
  17. Rav, D.; Wong, C.; Lo, B.; Yang, G. A Deep Learning Approach to on-Node Sensor Data Analytics for Mobile or Wearable Devices. IEEE J. Biomed. Health Inform. 2017, 12, 106–137. [Google Scholar] [CrossRef] [Green Version]
  18. Yang, J.B.; Nguyen, M.N.; San, P.P.; Li, X.L.; Krishnaswamy, S. Deep convolutional neural networks on multichannel time series for human activity recognition. In Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence, Buenos Aires, Argentina, 25–31 July 2015. [Google Scholar]
  19. Zebin, T.; Scully, P.J.; Ozanyan, K.B. Human activity recognition with inertial sensors using a deep learning approach. In Proceedings of the IEEE SENSORS, Orlando, FL, USA, 30 October–3 November 2016; pp. 10–12. [Google Scholar]
  20. Zeng, M.; Nguyen, L.T.; Yu, B.; Mengshoel, O.J.; Zhu, J.; Wu, P.; Zhang, J. Convolutional Neural Networks for human activity recognition using mobile sensors. In Proceedings of the 6th International Conference on Mobile Computing, Applications and Services, Austin, TX, USA, 6–7 November 2014; pp. 197–205. [Google Scholar]
  21. Zheng, Y.; Liu, Q.; Chen, E.; Ge, Y.; Zhao, J.L. Time series classification using multi-channels deep convolutional neural networks. In Proceedings of the International Conference on Web-Age Information Management, Macau, China, 16–18 June 2014; pp. 298–310. [Google Scholar]
  22. Anand, A.; Sharma, M.; Srivastava, R.; Kaligounder, L.; Prakash, D. Wearable motion sensor based analysis of swing sports. In Proceedings of the 16th International Conference on Machine Learning and Applications (ICMLA), Cancun, Mexico, 18–21 December 2017; pp. 261–267. [Google Scholar]
  23. Jiao, L.; Wu, H.; Bie, R.; Umek, A.; Kos, A. Multi-sensor Golf Swing Classification Using Deep CNN. Procedia Comput. Sci. 2018, 129, 59–65. [Google Scholar] [CrossRef]
  24. Kautz, T.; Groh, B.H.; Hannink, J.; Jensen, U.; Strubberg, H.; Eskofier, B.M. Activity recognition in beach volleyball using a Deep Convolutional Neural Network: Leveraging the potential of Deep Learning in sports. Data Min. Knowl. Discov. 2017, 31, 1678–1705. [Google Scholar] [CrossRef]
  25. Rassem, A.; El-Beltagy, M.; Saleh, M. Cross-Country Skiing Gears Classification Using Deep Learning. Available online: https://arxiv.org/abs/1706.08924 (accessed on 7 August 2020).
  26. Hochreiter, S.; Schmidhuber, J. Long Short-Term Memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef]
  27. Graves, A.; Schmidhuber, J. Framewise phoneme classification with bidirectional LSTM and other neural network architectures. In Proceedings of the Neural Networks, Pergamon, Turkey, 10–15 September 2005; Volume 18, pp. 602–610. [Google Scholar]
  28. Jensen, U.; Schmidt, M.; Hennig, M.; Dassler, F.A.; Jaitner, T.; Eskofier, B.M. An IMU-based mobile system for golf putt analysis. Sport. Eng. 2015, 18, 123–133. [Google Scholar] [CrossRef]
  29. Meister, D.W.; Ladd, A.L.; Butler, E.E.; Zhao, B.; Rogers, A.P.; Ray, C.J.; Rose, J. Rotational biomechanics of the elite golf swing: Benchmarks for amateurs. J. Appl. Biomech. 2011, 27, 242–251. [Google Scholar] [CrossRef] [Green Version]
  30. Cooper, J.M.; Bates, B.T.; Bedi, J.; Scheuchenzuber, J. Kinematic and kinetic analysis of the golf swing. Biomech. IV 1974, 298–305. [Google Scholar]
  31. Neal, R.J.; Wilson, B.D. 3D Kinematics and Kinetics of the Golf Swing. Int. J. Sport Biomech. 1985, 1, 221–232. [Google Scholar] [CrossRef]
  32. Burden, A.M.; Grimshaw, P.N.; Wallace, E.S. Hip and shoulder rotations during the golf swing of sub-10 handicap players. J. Sports Sci. 1998, 16, 165–176. [Google Scholar] [CrossRef]
  33. Sprigings, E.J.; Mackenzie, S.J. Examining the delayed release in the golf swing using computer simulation. Sports Eng. 2002, 5, 23–32. [Google Scholar] [CrossRef]
  34. Kenny, I.C.; McCloy, A.J.; Wallace, E.S.; Otto, S.R. Segmental sequencing of kinetic energy in a computer-simulated golf swing. Sports Eng. 2008, 11, 37–45. [Google Scholar] [CrossRef]
  35. Tinmark, F.; Hellström, J.; Halvorsen, K.; Thorstensson, A. Elite golfers’ kinematic sequence in full-swing and partial-swing shots. Sports Biomech. 2010, 9, 236–244. [Google Scholar] [CrossRef]
  36. Verikas, A.; Vaiciukynas, E.; Gelzinis, A.; Parker, J.; Charlotte Olsson, M. Electromyographic patterns during golf swing: Activation sequence profiling and prediction of shot effectiveness. Sensors 2016, 16, 592. [Google Scholar] [CrossRef] [Green Version]
  37. Horan, S.A.; Kavanagh, J.J. The control of upper body segment speed and velocity during the golf swing. Sports Biomech. 2012, 11, 165–174. [Google Scholar] [CrossRef] [Green Version]
  38. McHardy, A.J.; Pollard, H.P. Golf and upper limb injuries: A summary and review of the literature. Chiropr. Osteopat. 2005, 13, 1–7. [Google Scholar] [CrossRef] [Green Version]
  39. Wood, G.A. Data smoothing and differentiation procedures in biomechanics. Exerc. Sport Sci. Rev. 1982, 10, 308–362. [Google Scholar] [CrossRef]
  40. Bridle, J.S. Probabilistic Interpretation of Feedforward Classification Network Outputs, with Relationships to Statistical Pattern Recognition. In Neurocomputing; Springer: Berlin/Heidelberg, Germany, 1990; pp. 227–236. [Google Scholar]
  41. Kingma, D.P.; Ba, J.L. Adam: A method for stochastic optimization. In Proceedings of the 3rd International Conference on Learning Representations, ICLR, San Diego, CA, USA, 7–9 May 2015. [Google Scholar]
  42. Huang, Y.C.; Chen, T.L.; Chiu, B.C.; Yi, C.W.; Lin, C.W.; Yeh, Y.J.; Kuo, L.C. Calculate golf swing trajectories from IMU sensing data. In Proceedings of the IEEE International Conference on Parallel Processing Workshops, Pittsburgh, PA, USA, 10–13 September 2012; pp. 505–513. [Google Scholar]
  43. Kumada, K.; Usui, Y.; Kondo, K. Golf swing tracking and evaluation using Kinect sensor and particle filter. In Proceedings of the ISPACS 2013 International Symposium on Intelligent Signal Processing and Communication Systems, Okinawa, Japan, 12–15 November 2013; pp. 698–703. [Google Scholar]
  44. Chotimanus, P.; Cooharojananone, N.; Phimoltares, S. Real swing extraction for video indexing in golf practice video. In Proceedings of the 2012 Computing, Communications and Applications Conference, Hong Kong, China, 11–13 January 2012; pp. 420–425. [Google Scholar]
  45. Neal, R.; Lumsden, R.; Holland, M.; Mason, B. Body Segment Sequencing and Timing in Golf. Int. J. Sports Sci. Coach. 2007, 2, 25–36. [Google Scholar] [CrossRef]
  46. Lee, C.; Park, S. Estimation of Unmeasured Golf Swing of Arm Based on the Swing Dynamics. Int. J. Precis. Eng. Manuf. 2018, 19, 745–751. [Google Scholar] [CrossRef]
  47. Mesaros, A.; Heittola, T.; Eronen, A.; Virtanen, T. Acoustic event detection in real life recordings. In Proceedings of the European Signal Processing Conference, Aalborg, Denmark, 23–27 August 2010; pp. 1267–1271. [Google Scholar]
  48. Waibel, A.; Hanazawa, T.; Hinton, G.; Shikano, K.; Lang, K.J. Phoneme Recognition Using Time-Delay Neural Networks. IEEE Trans. Acoust. 1989, 37, 328–339. [Google Scholar] [CrossRef]
  49. Bottou, L.; Fogelman Soulié, F.; Blanchet, P.; Liénard, J.S. Speaker-independent isolated digit recognition: Multilayer perceptrons vs. Dynamic time warping. Neural Netw. 1990, 3, 453–465. [Google Scholar] [CrossRef]
  50. Kalchbrenner, N.; Grefenstette, E.; Blunsom, P. A convolutional neural network for modelling sentences. arXiv 2014, arXiv:1404.2188. [Google Scholar]
  51. Kim, Y. Convolutional neural networks for sentence classification. arXiv 2014, arXiv:1408.5882. [Google Scholar]
  52. van den Oord, A.; Dieleman, S.; Zen, H.; Simonyan, K.; Vinyals, O.; Graves, A.; Kalchbrenner, N.; Senior, A.; Kavukcuoglu, K. WaveNet: A Generative Model for Raw Audio. 2016. Available online: https://arxiv.org/abs/1609.03499 (accessed on 10 August 2020).
  53. Graves, A. Generating Sequences with Recurrent Neural Networks. 2013. Available online: https://arxiv.org/abs/1308.0850 (accessed on 10 August 2020).
  54. Hermans, M.; Schrauwen, B. Training and analyzing deep recurrent neural networks. In Proceedings of the Advances in Neural Information Processing Systems, Lake Tahoe, NV, USA, 5–10 December 2013. [Google Scholar]
  55. Bahdanau, D.; Cho, K.H.; Bengio, Y. Neural machine translation by jointly learning to align and translate. In Proceedings of the 3rd International Conference on Learning Representations, ICLR, San Diego, CA, USA, 7–9 May 2015. [Google Scholar]
  56. Bai, S.; Kolter, J.Z.; Koltun, V. An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling. 2018. Available online: https://arxiv.org/abs/1803.01271 (accessed on 10 August 2020).
  57. Seneviratne, S.; Hu, Y.; Nguyen, T.; Lan, G.; Khalifa, S.; Thilakarathna, K.; Hassan, M.; Seneviratne, A. A Survey of Wearable Devices and Challenges. IEEE Commun. Surv. Tutorials 2017, 19, 2573–2620. [Google Scholar] [CrossRef]
  58. Ghasemzadeh, H.; Panuccio, P.; Trovato, S.; Fortino, G.; Jafari, R. Power-aware activity monitoring using distributed wearable sensors. IEEE Trans. Hum. Mach. Syst. 2014, 44, 537–544. [Google Scholar] [CrossRef]
  59. Mukhopadhyay, S.C. Wearable sensors for human activity monitoring: A review. IEEE Sens. J. 2015, 15, 1321–1330. [Google Scholar] [CrossRef]
  60. Maltby, R. Golf club design, fitting, alteration and repair: The principles and procedures. 1982; ISBN 0927956039. [Google Scholar]
  61. Lindsay, D.M.; Mantrop, S.; Vandervoort, A.A. A Review of Biomechanical Differences between Golfers of Varied Skill Levels. Int. J. Sports Sci. Coach. 2008, 3, 187–197. [Google Scholar] [CrossRef] [Green Version]
  62. Zheng, N.; Barrentine, S.W.; Fleisig, C.S.; Andrews, J.R. Swing kinematics for male and female pro golfers. Int. J. Sports Med. 2008, 29, 965–970. [Google Scholar] [CrossRef] [PubMed]
  63. Parker, J.; Hellström, J.; Olsson, M.C. Differences in kinematics and driver performance in elite female and male golfers. Sports Biomech. 2019. Available online: https://doi.org/10.1080/14763141.2019.1683221 (accessed on 10 August 2020).
  64. Horan, S.A.; Evans, K.; Morris, N.R.; Kavanagh, J.J. Thorax and pelvis kinematics during the downswing of male and female skilled golfers. J. Biomech. 2010, 43, 1456–1462. [Google Scholar] [CrossRef] [PubMed]
  65. Jagacinski, R.J.; Greenberg, N.; Liao, M.J. Tempo, rhythm, and aging in golf. J. Mot. Behav. 1997, 29, 159–173. [Google Scholar] [CrossRef] [PubMed]
Figure 1. (A) A schematic of a full golf swing illustrating the phases and dividing points. (B) Clubhead speed with phase dividing points: five phases, including before swing (BF), backswing (BS), downswing (DS), follow-through (FT), and after swing (AF), with four dividing points of address (ADD), backswing top (BST), impact (IMP), and finish (FIN). Dividing points are defined with the clubhead position and clubhead speed represented in (B).
Figure 1. (A) A schematic of a full golf swing illustrating the phases and dividing points. (B) Clubhead speed with phase dividing points: five phases, including before swing (BF), backswing (BS), downswing (DS), follow-through (FT), and after swing (AF), with four dividing points of address (ADD), backswing top (BST), impact (IMP), and finish (FIN). Dividing points are defined with the clubhead position and clubhead speed represented in (B).
Sensors 20 04466 g001
Figure 2. Wearable devices (T5, VC Inc., South Korea) with micro-electro-mechanical system (MEMS) inertial measurement unit (IMU) attached to each body part: (A) full body of the subject at address, (B) head attachment, (C) left wrist attachment, and (D) waist attachment. The global coordinate was set based on the subject, as shown in (A); the X-axis is the forward direction of the subject, the Y-axis is in the direction of the left side of the subject, and the Z-axis is the vertically upward direction. The local coordinates of the wearable devices were set, as shown in (BD).
Figure 2. Wearable devices (T5, VC Inc., South Korea) with micro-electro-mechanical system (MEMS) inertial measurement unit (IMU) attached to each body part: (A) full body of the subject at address, (B) head attachment, (C) left wrist attachment, and (D) waist attachment. The global coordinate was set based on the subject, as shown in (A); the X-axis is the forward direction of the subject, the Y-axis is in the direction of the left side of the subject, and the Z-axis is the vertically upward direction. The local coordinates of the wearable devices were set, as shown in (BD).
Sensors 20 04466 g002
Figure 3. The architecture of the proposed bidirectional long short-term memory (BLSTM)-based golf swing segmentation method. Five phases were before swing (BF), backswing (BS), downswing (DS), follow-through (FT), and after swing (AF). Four phase dividing points were the address (ADD), backswing top (BST), impact (IMP), and finish (FIN).
Figure 3. The architecture of the proposed bidirectional long short-term memory (BLSTM)-based golf swing segmentation method. Five phases were before swing (BF), backswing (BS), downswing (DS), follow-through (FT), and after swing (AF). Four phase dividing points were the address (ADD), backswing top (BST), impact (IMP), and finish (FIN).
Sensors 20 04466 g003
Figure 4. The architecture of the proposed convolutional neural network (CNN)-based golf swing segmentation method.
Figure 4. The architecture of the proposed convolutional neural network (CNN)-based golf swing segmentation method.
Sensors 20 04466 g004
Figure 5. Mean absolute error (MAE) of phase dividing point estimations from each IMU attached to the (A) wrist, (B) head, and (C) waist. Phase dividing points were the address (ADD), backswing top (BST), impact (IMP), and finish (FIN). The heuristic (gray) and proposed bidirectional long short-term memory (BLSTM)-based (red) and convolutional neural network (CNN)-based (green) methods were compared. The error lines represent the standard deviation for each subject.
Figure 5. Mean absolute error (MAE) of phase dividing point estimations from each IMU attached to the (A) wrist, (B) head, and (C) waist. Phase dividing points were the address (ADD), backswing top (BST), impact (IMP), and finish (FIN). The heuristic (gray) and proposed bidirectional long short-term memory (BLSTM)-based (red) and convolutional neural network (CNN)-based (green) methods were compared. The error lines represent the standard deviation for each subject.
Sensors 20 04466 g005
Figure 6. Mean absolute error (MAE) of phase dividing point estimations from a single IMU attached to the wrist with (A) heuristic, (B) bidirectional long short-term memory (BLSTM)-based, and (C) convolutional neural network (CNN)-based methods. Phase dividing points were the address (ADD), backswing top (BST), impact (IMP), and finish (FIN). Results of using only acceleration (“a” hatched), only angular velocity (“g” blank), and both acceleration and angular velocity (“a+g” solid) were compared. The error lines represent the standard deviation for each subject. Asterisk shows statistical significance (p < 0.05).
Figure 6. Mean absolute error (MAE) of phase dividing point estimations from a single IMU attached to the wrist with (A) heuristic, (B) bidirectional long short-term memory (BLSTM)-based, and (C) convolutional neural network (CNN)-based methods. Phase dividing points were the address (ADD), backswing top (BST), impact (IMP), and finish (FIN). Results of using only acceleration (“a” hatched), only angular velocity (“g” blank), and both acceleration and angular velocity (“a+g” solid) were compared. The error lines represent the standard deviation for each subject. Asterisk shows statistical significance (p < 0.05).
Sensors 20 04466 g006
Table 1. Heuristic-based golf swing segmentation indicators.
Table 1. Heuristic-based golf swing segmentation indicators.
IMU Placement.ADD 1BST 1IMP 1FIN 1
Wristmin.2 of ω 3 in y-axisz.c.2 of ω in z-axismin. of ω in y-axismin. of ω in norm
Headmin. of ω in normmin. of a 3 in x-axismin. of a in normmin. of ω in norm
Waistmin. of ω in y-axisz.c. of ω in y-axisz.c. of a in x-axismin. of ω in norm
1 ADD: address, BST: backswing top, IMP: impact, FIN: finish; 2 min.: minimum, z.c.: zero-crossing; 3 ω: angular velocity, a: acceleration.
Table 2. Phase lengths calculated from the reference data.
Table 2. Phase lengths calculated from the reference data.
BackswingDownswingFollow-throughFull-Swing
1.163 ± 0.232 s0.317 ± 0.050 s0.670 ± 0.119 s2.151 ± 0.294 s
Table 3. Phase length estimation errors (%) from the inertial measurement unit (IMU) attached to each body part for each phase.
Table 3. Phase length estimation errors (%) from the inertial measurement unit (IMU) attached to each body part for each phase.
Error (%)BackswingDownswingFollow-through
a 1g 1a + g 1aga + gaga + g
H328.5 ± 7.56.7 ± 4.46.7 ± 4.424.3 ± 11.96.9 ± 2.36.9 ± 2.335.8 ± 17.510.9 ± 7.810.9 ± 7.8
Wr2B34.9 ± 3.03.6 ± 2.83.1 ± 2.64.8 ± 2.73.2 ± 2.02.9 ± 1.99.1 ± 6.56.7 ± 6.07.1 ± 6.6
C34.9 ± 3.64.9 ± 3.34.5 ± 2.93.7 ± 2.13.2 ± 2.42.7 ± 1.86.8 ± 5.77.2 ± 6.06.9 ± 5.5
HN/AN/A34.3 ± 20.7N/AN/A79.1 ± 33.4N/AN/A20.5 ± 15.5
Hd2B12.2 ± 5.78.9 ± 6.36.6 ± 4.38.4 ± 4.74.6 ± 3.64.6 ± 2.910.6 ± 8.08.7 ± 8.48.1 ± 7.8
C7.1 ± 5.45.9 ± 4.05.8 ± 3.95.8 ± 4.25.0 ± 3.53.3 ± 2.37.8 ± 6.07.4 ± 6.16.3 ± 5.5
HN/AN/A11.5 ± 5.9N/AN/A26.3 ± 20.9N/AN/A33.4 ± 18.2
Wa2B12.5 ± 5.66.4 ± 3.76.7 ± 3.88.3 ± 4.94.6 ± 3.05.2 ± 3.613.2 ± 9.18.1 ± 6.79.0 ± 6.6
C6.6 ± 3.75.1 ± 3.34.2 ± 2.64.0 ± 3.03.4 ± 2.72.7 ± 2.18.5 ± 6.67.0 ± 5.86.4 ± 5.6
1 a: using only acceleration, g: using only angular velocity, a + g: using both acceleration and angular velocity; 2 Wr: wrist, Hd: head, Wa: waist; 3 H: heuristic, B: bidirectional long short-term memory, C: convolutional neural network.

Share and Cite

MDPI and ACS Style

Kim, M.; Park, S. Golf Swing Segmentation from a Single IMU Using Machine Learning. Sensors 2020, 20, 4466. https://doi.org/10.3390/s20164466

AMA Style

Kim M, Park S. Golf Swing Segmentation from a Single IMU Using Machine Learning. Sensors. 2020; 20(16):4466. https://doi.org/10.3390/s20164466

Chicago/Turabian Style

Kim, Myeongsub, and Sukyung Park. 2020. "Golf Swing Segmentation from a Single IMU Using Machine Learning" Sensors 20, no. 16: 4466. https://doi.org/10.3390/s20164466

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop