Abstract

It was to explore the role of motion recognition technology based on the convolutional neural network (CNN) model in guiding the aerobic exercise of college students and its impact on their physical and mental health, providing a scientific and effective method for students to have a healthy body and mood. 256 college students were randomly divided into control group (appropriate aerobic exercise was selected by self-evaluation, and exercise was performed spontaneously) and observation group (aerobic exercise under the guidance of machine learning model-based motion recognition technology), 128 cases in each group. The changes in the physical and psychological status of the two groups of college students were evaluated after one year. The recognition rate of CNN algorithm test results (92.98%) and the recognition accuracy of stationary, walking, running, squatting, hand raising, seated position, lunge, and other movement states were higher than those of recurrent neural network (RNN) (52.22%) and deep neural network (DNN) (40.21%) algorithms (); after 1 year of exercise, the 800/1,000 m running performance, standing long jump performance, 1 min sit-up performance, vital capacity, maximal ventilator volume per minute (MVV) and vital capacity/body mass index, stroke volume (SV), cardiac output (CO), ejection fraction (EF), heart rate (HR), ejection time (ET), mean systolic ejection rate (MSER), mean velocity of circumferential fibre shortening (MVCF) of the observation group were superior to those of the control group, and tension, anger, depression, fatigue, panic, energy, self-related emotions, and the improvement of total mood disturbance (TMD) score were also superior to those before exercise. The improvement effect of physical fitness, cardiopulmonary function, and mentality of college students in the observation group was better than that in the control group (). Aerobic exercise can effectively improve the physical fitness, cardiopulmonary function, and adverse mentality of college students, and through the assistance of machine learning, exercise recognition technology can further improve the effect of aerobic exercise, which is worthy of application and promotion.

1. Introduction

In recent years, due to the fierce competition of learning and society, the physical and psychological state of many college students is affected to varying degrees, which brings a great impact on their subsequent study, life, and work. After research statistics, the common physical effects of college students include poor physical fitness caused by exercise deficiency, rejuvenation of cardiovascular disease, and increased incidence of sudden cardiac death [1]. Psychological effects include psychological anxiety caused by various stresses (learning, body shape, etc.), which indirectly leads to behavioral disorders such as substance abuse and dependence, eating disorders, and Internet addiction in college students [2]. With the continuous reform of the educational system, the state attaches more and more importance to the physical and mental health of college students and proposes that the assessment system of schools should be included in the detection of physical health levels [3]. In order to make students have a healthy body and mood, most colleges and universities are advocating the strengthening of aerobic exercise. Aerobic exercise is defined as a physical exercise by an exerciser in a state of adequate oxygen supply [4]. Aerobic exercise is performed by rhythmic adjustment of respiratory status, and it can enable exercisers to control the intensity of exercise according to their own physical condition and physical fitness, which can greatly improve cardiopulmonary function [5]. Guadagni et al. [6] have proposed that reasonable aerobic exercise can improve people’s physical fitness, reduce the possibility of cardiovascular disease [7], enhance people’s self-confidence and well-being, and reduce the occurrence of psychological diseases [8]. At present, the more common and easily popularized aerobic exercises mainly include jogging, swimming, Tai Chi, and others combine various exercise methods [9]. However, the movement mode and movement state will have a certain impact on the effect of movement.

Motion state recognition refers to the establishment of a motion model by using corresponding technical means through a large number of data acquisition and data analysis of the motion state of the exerciser [10]. The key link of motion state recognition technology is the establishment of model, and the basis of model establishment is technical means. The previous motion model is based on the traditional classification algorithm, but the data information obtained by this algorithm is relatively single, and the self-learning ability is poor, resulting in that there are often certain errors in the obtained data, and the application range is more limited due to the inconvenience of carrying measurement tools [11]. With the rapid development of the Internet and deep learning technology, in order to make the application of data measurement tools unlimited, it can be widely used in many fields (such as medical and health care, military training, virtual reality) [12]. Yu et al. [13] have proposed a motion state recognition method based on a multilayer neural network, which can use smartphones to collect data and accurately identify the motion state. The multilayer neural network model includes convolutional neural network (CNN)—image recognition and speech recognition [14], recurrent neural network (RNN)—natural language processing and speech audio recognition [15], deep neural network (DNN)—improving overfitting phenomenon [16]. Several studies have shown that the self-extraction and feature retention characteristics of CNN can effectively improve the accuracy and stability of motion recognition technology [17, 18].

It was to further explore the guiding role of exercise recognition technology based on the CNN network model for the aerobic exercise of college students and its impact on the physical and mental health of college students. College students were selected as the study subjects. By analyzing the physical and mental health of college students before and after exercise, the motion recognition technology based on the CNN network model was applied to evaluate the physical function of college students, evaluate the application value of this technology, and provide multiple scientific and effective methods for students to have healthy bodies and emotions.

2. Research Methods

2.1. Study Subjects

256 college students enrolled in 2017, 2018, 2019, and 2020 in XXX school were randomly selected as the study subjects. There were 173 male college students and 83 female college students, aged between 23 and 27 years old, with an average age of (25.23 ± 1.34) years old, weighing between 50 kg and 80 kg, with an average weight of (67.10 ± 17.01) kg. All the subjects were divided into the control group and the observation group by the random number table, 128 cases in each group. The college students in the control group selected the appropriate aerobic exercise through self-evaluation and performed the exercise on their own. The college students in the observation group performed the exercise of aerobic exercises under the guidance of the motion recognition technology based on the CNN network model. The changes in the physical and psychological status of the two groups of college students were evaluated after one year. This experiment was approved by the relevant ethics committee.

Inclusion criteria were as follows: college students; students who voluntarily participate in this experiment; students who signed informed consent; students without previous systematic aerobic exercise and other exercises.

Exclusion criteria were as follows: patients with severe psychological diseases and no autonomous consciousness; patients with severe viscera diseases, immune system diseases, and other diseases; people who failed to complete this experiment; nonschool sports students.

2.2. Motion State Recognition Model Based on CNN Network

It is supposed the number of data attribute values collected by the smartphone is N. Then, the input data set can be expressed as , and the output result of the convolution layer of the CNN network can be expressed as follows: represents the excitation function, represents the data of convolution layer, represents the number of feature groups, represents the bias, means the size of convolution kernel, means the number of neurons, and means the number of data. The output result of convolution layer passes through the pooling layer, and the maximum pooling is used for data processing. represents the size of the pool layer, and indicates the step size. The hidden features in the data are obtained by multiple processing of the data according to the above equation. Then, the Softmax classifier is used to classify the data in order to distinguish different motion states. The Softmax classifier is located at the top of the CNN network. The feature vector set obtained from the pooling layer can be expressed as , means the number of units in the final pooling layer, and the expression of the Softmax classifier is as follows: represents the category, represents the latest level of data, and denotes the category quantity value. The final motion state category can be obtained through the classification of the classifier. The CNN network representation for motion state recognition is shown in Figure 1.

Figure 1 shows an operation process of motion state recognition and a feed-forward operation part of the CNN network, in which the weight values of the CNN network are shared. The error rate of classification can be obtained by this running network, and then, the new weight can be obtained by using the stochastic gradient descent method (SGD). The specific expression of SGD is as follows:where represents the loss function and means the nonlinear mapping function. When the accuracy of front feedback reaches the estimated value or other conditions are met, the calculation can be stopped.

Because the data of the CNN network are in matrix format, and the data format in the smart phone is inconsistent with it, it is necessary to learn from the red green blue (RGB) data format in the field of image processing, which is mainly processed by sliding window folding method. It is assumed that the data set is , the length is , the length of the sliding window is , and the step size is , and the processing expression of the sliding window folding is as follows:

After conversion, can be obtained.

The calculation of the corresponding convolution layer and pooling layer can be expressed as follows.

The calculation of the corresponding convolution layer is as follows: represents the matrix to be convoluted, is the convolution output matrix, is the convolution kernel, and means the size of the matrix.

The pooling layer is mainly used to reduce the dimension of the data in the convolution layer. The length and width of the pooling kernel are expressed as and , respectively. Then, the operation of maximum pooling is expressed as follows:

The motion state recognition is carried out according to the model, and its application performance is evaluated by calculating its recognition rate (S) of the total motion state and the recognition accuracy (A) of different motion states.

The specific calculation method is as follows.where represents the actual motion state category, and means the recognized motion state category. represents the total number of cases of a certain type of motion, is the number of cases of recognition errors of a certain type of motion, and is the number of types of motion states.

2.3. Exercise Methods

According to the common aerobic exercise methods, the exercise conveniently implemented by college students is the main exercise, including Tai Chi, jogging, and combined exercise methods. The college students in the control group selected the appropriate exercise method according to their own conditions, did not receive the guidance of any person or technique during this period, and could be adjusted according to their physical fitness; the college students in the observation group selected the aerobic exercise method and performed more accurate exercise under the guidance of the CNN network-based motion state recognition technique; that is, the exerciser’s limbs and muscles were adjusted through the identification of the motion state to maximize the exercise effect. The training cycle and time are 3 times/week and 90 min/time, and the control group was consistent with the observation group.

2.4. Outcome Measures

The changes in physical fitness, cardiopulmonary function, and mentality in the two groups before and after one year of exercise were compared.

Determination method of physical change: according to relevant content and expert opinions, the main physical fitness indicators measured included running performance, standing long jump performance, and 1 min sit-up performance.

Cardiopulmonary function assessment methods, the vital capacity, maximal ventilator volume per minute (MVV) and vital capacity/body mass index, stroke volume (SV), cardiac output (CO), ejection fraction (EF), heart rate (HR), ejection time (ET), mean systolic ejection rate (MSER), mean velocity of circumferential fibre shortening (MVCF), were measured to evaluate the changes of cardiopulmonary function.

The mentality assessment method, mentality assessment, uses the profile of mood states (POMS) [19]. The test indicators mainly included tension, anger, depression, fatigue, panic, energy, and self-related emotions. The five-level scale was used, which was almost no—0 point, a little—1 point, moderate—2 points, quite a lot—3 points, and very—4 points. The highest scores of the above seven aspects were 24, 28, 24, 20, 20, 24, and 20, respectively, and the lowest scores were 0. Afterwards, a total mood disturbance (TMD) score was calculated to assess mood state. The specific calculation was as follows:

to indicate the score results of tension, anger, depression, fatigue, panic, energy, and self-related emotions. The lower TMD indicates the better mood state.

2.5. Statistical Methods

SPSS 22.00 statistical software was adopted for data entry, sorting, and statistical analysis. χ2 test was used to compare the counting data; the measurement data were expressed by (mean ± standard deviation), and t-test was used. indicated that there was no significant difference; indicated that there was significant difference; indicated a very significant difference.

3. Results

3.1. Comparison of Recognition Rate of Motion State

Data were acquired by 140 students holding a smartphone with a sampling frequency of 50 HZ. The CNN algorithm recognition rate was compared with RNN and DNN algorithms. The results showed that the training results and test results of the CNN algorithm were 96.67% and 92.98%, respectively. There was no significant difference between the two groups (). The training results and test results of the RNN algorithm were 65.11% and 52.22%, respectively, and there was a significant difference between the two groups (). The training results and test results of the DNN algorithm were 90.65% and 40.21%, respectively, and there was a very significant difference between the two groups () (Table 1). The recognition rate of the CNN algorithm was higher than that of RNN and DNN algorithms ().

3.2. Comparison of Accuracy Rate in Different Movement States

It mainly identified movement states such as stationary, walking, running, squatting, hand raising, seated position, and lunge. The recognition accuracy of CNN, RNN, and DNN algorithms for different motion states was calculated (Figure 2). Through observation, the recognition accuracy of various motion states was the highest in the CNN algorithm model, of which the recognition accuracy of stationary, walking, seated position, and lunge was 100%, 98.87%, 99.67%, and 97.99%.

3.3. Comparison of General Conditions

Table 2 shows the general condition of college students in the two groups. In the control group, the male college students accounted for 69.53%, and the female college students accounted for 30.47%. The proportion of male college students in the observation group was 65.63%, and the proportion of female college students was 34.38%. In the control group, the proportion of college students with normal blood pressure was 48.44%, and the proportion of abnormal blood pressure was 51.56%. The proportion of normal blood pressure in the observation group was 53.91%, and the proportion of abnormal blood pressure was 46.09%. The average age and average weight of college students in the control group were (24.23 ± 1.76) years old and (68.73 ± 16.12) kg, respectively. The average age and average weight of college students in the observation group were (25.66 ± 1.06) years old and (67.12 ± 16.87) kg, respectively. After comparison, there was no significant difference in gender distribution, average age, average weight, and blood pressure distribution between the two groups (). It suggested that the two groups had certain comparability.

3.4. Comparison of Physical Changes

Figure 3 shows the comparison of the 800/1,000 m running scores of the two groups of college students before and after one year of exercise. Before exercise, the average running score of the control group was (3.61 ± 0.08) min/s, and that of the observation group was (3.64 ± 0.07) min/s. There was no significant difference between the two groups (). After one year of exercise, the average running score of the control group was (3.40 ± 0.04) min/s, and that of the observation group was (3.04 ± 0.03) min/s. The 800/1,000 m running scores of the control group and the observation group after 1 year of exercise were better than those before exercise, and the running score of the observation group after 1 year of exercise was better than that of the control group ().

Figure 4 suggests the comparison of the standing long jump scores of the two groups of college students before and after one year of exercise. Before exercise, the average standing long jump score of the control group was (1.71 ± 0.03) m, and that of the observation group was (1.72 ± 0.04) m, with no significant difference (). After one year of exercise, the average standing long jump score of the control group was (1.76 ± 0.06) m, and that of the observation group was (1.82 ± 0.07) m. After comparison, the standing long jump scores of the control group and the observation group after one year of exercise were better than those before exercise. The standing long jump score of the observation group was better than that of the control group after 1 year of exercise ().

Figure 5 shows the comparison of 1 min sit-up performance before and after one year of exercise between the two groups. Before exercise, the mean 1 min sit-up performance was (34 ± 4) in the control group and (35 ± 3) in the observation group, with no significant difference (). After 1 year of exercise, the mean 1 min sit-up performance was (42 ± 7) in the control group and (56 ± 4) in the observation group. After comparison, the 1 min sit-up performance after 1 year of exercise in the control group and the observation group was superior to that before exercise, and the 1 min sit-up performance in the observation group was superior to that in the control group after 1 year of exercise ().

3.5. Comparison of Changes in Cardiopulmonary Function

Figure 6 shows the results statistics of vital capacity, MVV, and vital capacity/body mass index of college students in the two groups before and after 1 year of exercise for the assessment of pulmonary ventilation function. Before exercise, the vital capacity, MVV, and vital capacity/body mass index of college students in the control group were (2,810.12 ± 121.65) mL, (102.01 ± 3.98) l/S, and 48.22 ± 4.02, respectively, while those in the observation group were (2,798.89 ± 126.02) mL, (103.35 ± 3.87) l/S, and 47.67 ± 4.23, respectively, and there was no significant difference (). After one year of exercise, the vital capacity, MVV, and vital capacity/body mass index of college students in the control group and the observation group were improved, (2,910.67 ± 131.77) mL, (116.34 ± 4.99) l/S, and 50.02 ± 4.92 in the control group, and (3,102.42 ± 125.09) mL, (120.33 ± 4.87) l/S, and 52.12 ± 4.65 in the observation group, respectively. After comparison, the improvement effect of vital capacity, MVV, and vital capacity/body mass index in the observation group was superior to that in the control group ().

Figure 7 shows the statistics of the changes in cardiac pumping function before and after one year of exercise in the two groups of college students. Figure 7(a) indicates the detection results of SV, CO, EF, HR, ET, MSER, and MVCF in the control group and the observation group before the exercise. It can be observed that there was no significant difference in the detection of the above indicators between the two groups of college students (). Figure 7(b) reveals the detection results of SV, CO, EF, HR, ET, MSER, and MVCF in the two groups of college students after exercise. The detection results of SV, CO, EF, MSER, and MVCF in the observation group were higher than those in the control group, and the detection results of HR and ET were lower than those in the control group. There was significant statistical difference between the two groups ().

3.6. Comparison of Mentality Changes

POMS was used to evaluate the changes in mentality before and after exercise in the two groups. Table 3 shows the results of POMS scores of college students in the two groups before exercise, and there was no significant statistical difference in tension, anger, depression, fatigue, panic, energy, self-related emotions, and TMD scores between the two groups (). Figure 8 shows the comparison of tension, anger, depression, fatigue, panic, energy, self-related emotions, and TMD score results between the two groups after one year of exercise. The scores of tension, anger, depression, fatigue, panic, and TMD of college students in the two groups decreased, and the evaluation of energy and self-related emotions increased, and the improvement effect of the observation group was significantly better than that of the control group ().

4. Discussion

With the gradual attention to physical health, physical exercise has attracted widespread attention. Today’s health contains not only physical aspects but also psychological health. As the hope of the country, the physical and mental health of students has become a hot spot of attention. At present, aerobic exercise has been generally recognized and practiced by people, and many studies have shown that aerobic exercise can effectively regulate and improve the function of the human body [20, 21]. In order to improve the accuracy of exercise and maximize the exercise effect, aerobic exercise was combined with motion state recognition technology based on the CNN algorithm, which was applied to the healthy exercise of college students.

The accuracy and intensity of the motion can be accurately adjusted by identifying the motion state of the exerciser. The recognition rate of CNN algorithm test results (92.98%) was higher than that of RNN (52.22%) and DNN (40.21%) algorithms (). The recognition accuracy of the CNN algorithm was higher than that of the RNN algorithm and DNN algorithm for stationary, walking, running, squatting, hand raising, seated position, and lunge. The recognition accuracy of the CNN algorithm for stationary, walking, seated position, and lunge was 100%, 98.87%, 99.67%, and 97.99%. Some related studies have also concluded that the performance of the CNN-based motion state recognition model was significantly better than other algorithms, and the accuracy was the highest [22]. Moreover, by comparing the training results and test results of the CNN algorithm, RNN algorithm, and DNN algorithm, it was found that there was no significant difference between the training results and test results of the CNN algorithm (), while there was significant difference between the two results of DNN algorithm and RNN algorithm (), suggesting that the stability of CNN performance was higher than that of RNN and DNN algorithms. Chen et al. [23] mentioned that the CNN algorithm had good stability in application testing. Xu et al. [24] also proposed that the recognition accuracy and stability of the CNN algorithm were better than those of recognition methods based on time domain and frequency domain characteristics. Through the above analysis, it was found that the adopted motion state recognition technology based on the CNN algorithm had good feasibility. In order to further explore the auxiliary effect of the above motion state recognition technique on aerobic exercise in college students, 256 college students were divided into the control group and the observation group for application effect evaluation.

Through the study, it was found that the physical fitness of the two groups of college students was improved after one year of exercise, and the 800/1,000 m running score, standing long jump score, and 1 min sit-up score of the control group and the observation group after one year of exercise were superior to those before exercise (), suggesting that aerobic exercise can effectively improve people’s physical fitness. Farenia et al. [25] proposed that aerobic exercise had a better effect in improving the structure of myofibers compared with anaerobic exercise and can better promote people’s exercise level. In addition, the results of cardiopulmonary function indexes (vital capacity, MVV, vital capacity/body mass index, SV, CO, EF, HR, ET, MSER, and MVCF) and POMS (tension, anger, depression, fatigue, panic, energy, self-related emotions, and TMD) were improved after one year of exercise in both groups (), suggesting that aerobic exercise can effectively improve people’s cardiopulmonary function and improve people’s mood state. Aburub et al. [26] mentioned the positive effects of aerobic exercise on cardiac health. Messaggi-Sartor et al. [27] proposed that aerobic exercise can assist in high-intensity respiratory muscle training to effectively improve the exercise capacity and respiratory muscle strength of patients after lung cancer resection. Santoso et al. [28] proposed that aerobic exercise had the effects of improving NT-pro BNP, ventilatory efficiency, aerobic capacity, maximum load, and left ventricular function in patients with heart failure. Moreover, the acute effects of aerobic exercise on improving mood and reducing anxiety have also been demonstrated in clinical and nonclinical populations [29]. These studies have shown that aerobic exercise can enhance people’s cardiopulmonary function, which is basically consistent with the trend of the results of this exploration. Brand et al. [30] proposed that aerobic exercise was more likely to play a role in improving all dimensions of psychological function when people’s motion coordination needs were met. The motion state recognition technology can accurately detect people’s motion coordination. Moreover, Mohamed et al. [31] found that exercise recognition can effectively improve the effect of rehabilitation training, indicating that motion state recognition technology has a good application prospect in clinical medical treatment.

5. Conclusion

The motion recognition technology based on the CNN network model was used to guide the aerobic exercise of college students, and its application value in the physical and mental health of college students was studied. The results show that aerobic exercise can effectively improve the physical fitness, cardiopulmonary function, and adverse mentality of college students, and the motion recognition technology based on the CNN network model can further improve the effect of aerobic exercise, which is worthy of application and promotion. However, due to the relatively limited selection range of study subjects and the lack of some extensiveness of the results, further studies are needed to confirm the general applicability of aerobic exercise as well as motion recognition techniques based on deep learning in the application of physical and mental health improvement in college students.

Data Availability

The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.

Conflicts of Interest

All authors declare that they have no conflicts of interest.

Acknowledgments

The authors acknowledge the help from the university colleagues.