1,292
18
Essay, 19 pages (5000 words)

Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation

Introduction

Patellofemoral pain syndrome (PFPS), also known as patellofemoral pain and chondromalacia patellae, often presents as a gradual onset of knee pain behind or around the patella ( 1 3 ). PFPS is a common chronic knee disease, especially among women and athletes ( 4 , 5 ). It can cause pain in patients climbing up and down the stairs or squatting, thereby affecting their activities of daily living ( 6 ). According to the survey, PFPS may eventually evolve into patellofemoral osteoarthritis ( 7 9 ). If not treated in time, it can cause joint deformities and disability. Thus, the early and accurate diagnosis of PFPS is highly important.

Despite the high prevalence of PFPS, the etiology and gender differences of this disease remain unclear ( 10 , 11 ). Two main difficulties are encountered in its diagnosis. One is the multifactorial etiology of PFPS ( 12 , 13 ). It may be due to excessive extension of the knee joint, quadriceps weakness, valgus or varus of the knee joint, medial femoral muscle weakness, or gastrocnemius muscle tension. The other is the similarity of PFPS to many knee joint disease symptoms, such as bursitis, patellar tendinitis, and rheumatoid arthritis, causing misdiagnosis. The previous diagnosis of PFPS generally depends on the subjective judgment of doctors; thus, doctors should have very rich experience in patellar tracking, patellar apprehension, Waldron test, and squatting test ( 14 , 15 ). However, the diagnosis results for the same patient may be inconsistent because of the different diagnostic criteria ( 14 , 16 ).

The objective auxiliary diagnosis methods of PFPS include X-ray, magnetic resonance imaging, computed tomography, and arthroscopy ( 17 19 ). Among them, arthroscopy has the highest accuracy in diagnosing PFPS. However, arthroscopy is an invasive operation and requires a professional arthroscopy doctor ( 19 ). Magnetic resonance imaging has high diagnostic accuracy and non-invasiveness ( 20 ). However, its detection time is long, and some patients have claustrophobia, preventing them from actively cooperating with the examination. These imaging auxiliary diagnostic techniques require expensive equipment and professional doctors who are familiar with patellar abnormalities to correctly diagnose PFPS. Inexperienced personnel are prone to misdiagnosis, missed diagnosis, and other medical accidents. Subjective factors, such as the psychology and physiology of experts, can greatly reduce the diagnosis and medical effect, thus affecting the stability of the diagnosis.

In recent years, biomechanical research has been a hot spot in disease diagnosis, and PFPS is no exception ( 21 , 22 ). Besier et al. used the lower limb joint angle and surface electromyography (sEMG) signals of 10 muscles around the knee joint as the input of the musculoskeletal model to explore the changes in muscle forces in patients with PFPS ( 23 ). Ferrari et al. discussed the diagnostic value of sEMG signals of the vastus medialis (VM) and the vastus lateralis (VL) for PFPS by an independent t -test ( 15 ). Briani et al. used linear regression models to diagnose PFPS through the time-domain and frequency-domain variables of sEMG and compared the results ( 24 ). However, the results of these traditional analysis methods are inaccurate, and experienced doctors are needed to select the classification features.

With the development of machine learning, the combination of machine learning and biomechanical analysis has become increasingly popular ( 25 , 26 ). In recent years, machine learning algorithms have been improved and applied in various fields ( 27 29 ). Many studies have shown that it is also suitable for disease diagnosis ( 30 , 31 ). The artificial neural network model is widely used in machine learning because of its good non-linear adaptive information processing ability. Wang et al. trained a deep neural network using electroencephalography to diagnose neonatal encephalopathy ( 32 ). Cho et al. used an artificial neural network model with a single hidden layer to distinguish normal and abnormal knee joints, thereby assisting in the treatment of unstable patella and anterior knee pain ( 33 ). These neural network models have shown good results in the diagnosis of various diseases. However, the selection of a suitable neural network model is a problem worth considering, and the result of the network model is often related to the method of data processing. A general rule for the selection of the preprocessing method for biomechanical data is currently lacking.

To solve the above problems, we propose an improved multi-input convolution neural network (MI-CNN) model to diagnose PFPS. Compared with the single-input convolutional neural network (SI-CNN), MI-CNN simultaneously extracts data information from two mainstream data preprocessing perspectives of normalization and standardization. Given that biomechanical time-series data are different from image data, MI-CNN adopts the 1D convolution kernel, that is, it only slides on the time axis. The model was tested on the walking and running datasets of 41 subjects (26 patients with PFPS and 15 pain-free controls). Meanwhile, data augmentation was performed in the training set to prevent model overfitting. Compared with SI-CNN and previous methods, MI-CNN achieved higher accuracy (89. 0%) on the running dataset. This method can be used as a computer-aided diagnosis method to prevent doctors from misdiagnosing.

Methods

Dataset

All experimental data in this paper were obtained from the database published by the website https://www. sciencedirect. com/science/article/pii/S0021929009000396? via%3Dihub . The database collected 10 types of the biomechanical characteristic of 41 subjects (26 patients with PFPS and 15 pain-free controls) during walking and running, including three joint angles and seven sEMG signals: hip flexion angle (HF), knee flexion angle (KF), ankle dorsiflexion angle (ADF), semimembranosus (SEB), rectus femoris (REF), VL, VM, biceps femoris (BIF), medial gastrocnemius (MG), and lateral gastrocnemius (LG). The sampling frequency of angle data was 60 Hz, and the sampling frequency of the sEMG signal was 2400 Hz. These conditions were set because the effective sEMG signal spectrum distribution is between 10 and 500 hz. Thus, the sampling frequency of the sEMG signal should be large enough to ensure the quality of the sampling signal. Each biomechanical characteristic contains 100 time-series values. The detailed gathering process of the whole dataset can be seen in the reference ( 23 ).

The overall algorithm flow is shown in Figure 1 .

FIGURE 1 Diagnosis of Patellofemoral Pain Syndrome Based on a Multi-Input Convolutional Neural Network With Data Augmentation Picture 1

Overall algorithm flow chart.

Data Augmentation

At present, a large number of experiments have proven that data size directly affects the performance of neural networks. PFPS involves many types of physiological signals of the lower limbs, but the number of samples in the dataset is relatively small, which easily leads to model overfitting. Data augmentation can prevent overfitting to some extent. Many methods of data augmentation for image data are available, such as rotation, horizontal flipping, vertical flipping, and random scaling. However, biomechanical data are different from image data. They are interrelated in the time dimension. Thus, many data augmentation methods are not applicable. We used the data of each subject to form a 100 × 10 2D matrix, with 100 rows representing time series values and 10 columns representing biomechanical characteristics. It has the same format as the image data to facilitate data augmentation. Hence, we can flip it horizontally because no strong correlation exists between these characteristics, thus doubling the training set.

Data Preprocessing

Before data input into the neural network, data preprocessing is an important link because it can accelerate the convergence speed of the neural network and improve the accuracy of the model. PFPS involves a variety of lower limb biological signals, and the ways to select these signals are different. Evaluating PFPS only based on a single index is usually insufficient. The problem from multiple indexes should be considered comprehensively. However, given their different nature, various evaluation indicators usually have different data scales. The level of each index differs greatly if the original data is directly used for analysis, highlighting the role of the index with a high numerical value in the comprehensive analysis and relatively weakening the role of the index with a low numerical level. Therefore, the original data must be preprocessed to ensure the reliability of the results. Different preprocessing methods have different effects on the evaluation results of the system. Unfortunately, a general rule to follow in the selection of data preprocessing methods is lacking. To improve data preprocessing, we need to view the distribution of data. Thus, we plotted the data distribution for one of the subjects, as shown in Figure 2 , which from top to bottom are three joint angle values and seven sEMG signals: HF, KF, ADF, SEB, REF, VL, VM, BIF, MG, and LG.

FIGURE 2 Diagnosis of Patellofemoral Pain Syndrome Based on a Multi-Input Convolutional Neural Network With Data Augmentation Picture 2

Raw data distribution in the walking and running datasets.

Figure 2 shows that the range and distribution of the three joint angle values largely differ from those of the seven sEMG signals. Feeding such data into the neural network leads to poor results, and preprocessing is needed. The two most used pretreatment methods are standardization and normalization, which have their advantages and disadvantages.

Standardization can scale the data distribution of different characteristic dimensions to near 0, with the mean value of 0 and the variance of 1, which is comparable. The formula is as follows:

X i = X i X ¯ X s t d ,( 1 )

where X ¯ is the mean value of each column characteristic in the original data X, and X std is the variance of each column characteristic in the original data X.

Normalization can limit the range of values of different characteristic dimensions within (0, 1), but it changes the distribution of the original data. The formula is as follows:

X i = X i X min X max X min ,( 2 )

where X min is the minimum value of each column characteristic in the original data X, and X max is the maximum value of each column characteristic in the original data X.

These two preprocessing methods can improve the convergence speed of the neural network but also have some shortcomings. The standardized results are related to each data point, and a specific scope limit is absent, causing the data to lack mean and variance information. The normalized result is mainly related to the maximum and minimum values but not much to the intermediate value. Moreover, the scaling range of normalization is mandatory and cannot be exceeded, causing the loss of some abnormal value information. Therefore, standardization and normalization were used for the data, and data features were extracted from these two aspects to maximize mining of data information.

In the process of data preprocessing, we preprocessed the training set and test set separately. More specifically, each column feature of each subject in the dataset was standardized and normalized separately.

Multi-Input Convolution Neural Network

CNN has achieved excellent results in various classification and recognition tasks ( 34 36 ). The advantage of using CNN for time series classification is that it can learn directly from the original time series data without requiring domain experts to design input features manually. Thus, after data augmentation, MI-CNN with the 1D convolution kernel is proposed in this paper to extract the features of normalized and standardized data from two input channels simultaneously. Its model structure is shown in Figure 3 .

FIGURE 3 Diagnosis of Patellofemoral Pain Syndrome Based on a Multi-Input Convolutional Neural Network With Data Augmentation Picture 3

Network structure of MI-CNN.

All convolutional layers in the model have 16 filters with a convolution kernel size of 3 and a sliding step size of 1. A Relu activation function is added after each convolutional layer to perform a nonlinear mapping on the output of the convolutional layer. The calculation formula is as follows:

R e l u ( X )= m a x ( X , 0 )( 3 )

Thus, if the data value transmitted to the neuron is <0, the value of the neuron will be changed to 0.

The size of the max-pooling layer is 2 and the sliding step is 1, which only keeps the maximum value in the window to reduce the complexity of the model and expand the receptive field. After the last convolutional layer, a dropout layer (rate = 0. 3) is added to randomly ignore 30% of the neurons when training the network model. It can prevent the neural network from overfitting and reduce the training time. Then, the flattening layer will flatten the features extracted by the convolutional layer into a 1D vector and concatenate the output of the two convolutional channels by the fusion layer. At the end of the model is a fully connected neural network to interpret all the feature information extracted by the convolutional layer and map it to the category value. The first fully connected layer has 50 neurons and uses the Relu activation function. The output layer has two neurons, representing two categories. The activation function of the output layer is SoftMax, which maps the output into two types of probability values. The formula for the SoftMax function is as follows

y o u t = S o f t M a x ( Z i )= e Z i p = 1 2 e Z p , f o r p = 1 , 2 ,( 4 )

whereZ i is the output value of the ith neuron in the output layer.

After setting the model structure, we use the Adam optimization algorithm to update the network parameters by backpropagation. The learning rate is set to 0. 00001, the number of iterations is set to 4000, and the Cross-Entropy function is selected as the loss function.

Results

Test Environment and Evaluation Index

Two datasets of 41 subjects in walking and running states were used as experimental data to verify the effectiveness of the proposed algorithm. The dataset is described in detail in Section 2. 1. The neural network model in this paper was constructed using the Keras framework based on Tensorflow. The configuration parameters of this experimental environment are shown in Table 1 .

TABLE 1 Diagnosis of Patellofemoral Pain Syndrome Based on a Multi-Input Convolutional Neural Network With Data Augmentation Picture 4

Configuration of test environment.

We randomly selected 70% of the dataset as the training set and the remaining 30% as the test set. The training and test sets were subjected to the same preprocessing, namely, normalization and standardization, and the data enhancement was only used on the training set. Meanwhile, given that our dataset is not large, the training batch size of the model was set to the whole training set to reduce the training time and improve the stability of training.

In this paper, accuracy, sensitivity, specificity, and training time were selected as the evaluation indexes of the test results. The definitions of these indexes are as follows

a c c u r a c y = T P + T N T P + F P + F N + T N ,( 5 ) s e n s i t i v i t y = T P T P + F N ,( 6 ) s p e c i f i c i t y = T N T N + F P ,( 7 )

where TP is the number that is correctly classified as PFPS, TN is the number that is correctly classified as pain-free controls, FN is the number that is wrongly classified as pain-free controls, and FP is the number that is wrongly classified as PFPS.

The best parameters of each model were selected by ten-fold cross-validation, which is equivalent to training 10 models and makes up for the disadvantage of a small amount of training data. Each experiment was repeated 10 times independently, and the average value was taken as the evaluation result.

We conducted four experiments on the running and walking datasets, respectively, including SI-CNN without any data preprocessing, SI-CNN with standardization processing, SI-CNN with normalization processing, and MI-CNN with standardization processing and normalization processing. Then, their results were compared.

Comparison of Test Results on the Walking Dataset

To clarify the comparison results, we randomly created the accuracy and loss curves of four data preprocessing methods in one of the experiments, as shown in Figure 4 . Meanwhile, the average results of the 10 repeated tests on the running dataset are shown in Table 2 .

FIGURE 4 Diagnosis of Patellofemoral Pain Syndrome Based on a Multi-Input Convolutional Neural Network With Data Augmentation Picture 5

“ acc-loss” curves with different data preprocessing on the walking dataset.

TABLE 2 Diagnosis of Patellofemoral Pain Syndrome Based on a Multi-Input Convolutional Neural Network With Data Augmentation Picture 6

Results of neural networks with different data preprocessing methods on the walking dataset.

Comparison of Test Results on the Running Dataset

In the same way, we randomly created the accuracy and loss curves of four data preprocessing methods in one of the experiments, as shown in Figure 5 . The average results of the 10 repeated tests on the running dataset are shown in Table 3 .

FIGURE 5 Diagnosis of Patellofemoral Pain Syndrome Based on a Multi-Input Convolutional Neural Network With Data Augmentation Picture 7

“ acc-loss” curves with different data preprocessing on the running dataset.

TABLE 3 Diagnosis of Patellofemoral Pain Syndrome Based on a Multi-Input Convolutional Neural Network With Data Augmentation Picture 8

Results of neural networks with different data preprocessing methods on the running dataset.

Discussion

As shown in Figures 4 , 5 , when the neural network model does not carry out any data preprocessing, the loss curve of its training set drops rapidly, but the accuracy of the test set is not effectively improved. This result can be ascribed to the considerably different data range and data distribution of the joint angle and sEMG. The decrease in the loss curve of the training set is mainly affected by the joint angle value. Network learning is very one-sided, leading to poor results. The loss and accuracy curves of the training set jitter because of the added dropout layer, which only acts on the training of the neural network.

Tables 2 , 3 show that the results of the neural network after data standardization are slightly better than those after data normalization possibly because sEMG has no negative value after rectification, but the joint angles have some negative values, whereas the normalization completely limits the range of values, resulting in the loss of some outlier information. Thus, unlike image data, joint angle data are more suitable for standardized processing.

Tables 2 , 3 also show that the results of MI-CNN are better than those of traditional SI-CNN on the walking and running datasets. The accuracy rate of MI-CNN has increased by nearly 6%, but its training time is longer, because it has two input channels. Thus, the network parameters of MI-CNN are almost double that of SI-CNN. Given that this model is mainly used for the auxiliary diagnosis of diseases, accuracy is more important. Moreover, as long as the neural network model is saved after training, it can be used for real-time diagnosis.

Comparison of Tables 2 , 3 shows that the convolutional neural network model does not perform well on the walking dataset, and the results on the running dataset are better, which indicates that the biomechanical data of patients with PFPS in walking state is not much different from that of the pain-free controls, but large differences exist in the running state.

Finally, the method proposed in this paper is compared with the previous methods. Ferrari et al. obtained 70% sensitivity and 87% specificity through the sEMG signals of VM and VL. Its dataset contains 51 subjects (22 patients with PFPS and 29 pain-free controls) ( 15 ). Briani et al. obtained 72% sensitivity and 69% specificity through the sMEG signals of VM and 68% sensitivity and 62% specificity through the sEMG signals of VL. Its dataset includes 59 subjects (31 patients with PFPS and 28 pain-free controls) ( 24 ). According to the survey ( 14 ), in the previous methods, the squatting test has the highest sensitivity (91%), but its specificity is only 50%. The VM coordination test has the highest specificity (93%), but its sensitivity is only 16%. To clarify the comparison results, we prepared Table 4 . The MI-CNN method proposed in this paper has a sensitivity of 97. 6% and a specificity of 76. 0% on the running dataset, which is better than the previous methods in general.

TABLE 4 Diagnosis of Patellofemoral Pain Syndrome Based on a Multi-Input Convolutional Neural Network With Data Augmentation Picture 9

Comparison results with previous methods.

Conclusion

PFPS is a common knee joint disease, but its specific etiology remains unclear. An accurate, convenient, and real-time PFPS detection system must be established for clinical auxiliary diagnosis. MI-CNN is proposed to diagnose PFPS. Compared with the musculoskeletal model, this model is more convenient and more versatile without considering the differences between subjects. Compared with the linear regression model, this model is more suitable for non-linear biomechanical data. Compared with the traditional 1D convolution neural network model, this model can fully mine data information from standardization and normalization at the same time to improve the accuracy of the model. The multi-dimensional biomechanical data are also augmented to prevent the neural network model from overfitting and further improve the accuracy of the model.

In sum, the biomechanical analysis technology based on real and objective gait data of patients can effectively reduce the influence of subjective factors and improve the stability of diagnosis and medical treatment. Combining it with the neural network model can make the biomechanical analysis more convenient and accurate.

This work is a preliminary study, and its applicability needs to be cautious. The next research work will focus on two aspects. One is to try to test the dataset with multiple gait diseases to obtain multi-classification models. The other is to continue to optimize the network structure to improve the accuracy of diagnosis.

Data Availability Statement

The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found in the article/ Supplementary Material .

Author Contributions

WS conceived the layout, the rationale, and the plan of this manuscript. WS wrote the first draft of the manuscript. BX, MD, and YL edited the manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by Natural Science Foundation of Fujian Province (2020J01890).

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Acknowledgments

The authors are grateful to all the participants for proofreading this manuscript.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www. frontiersin. org/articles/10. 3389/fpubh. 2021. 643191/full#supplementary-material

References

1. Crossley KM, Callaghan MJ, Linschoten R van. Patellofemoral pain. Br J Sports Med.(2016) 50: 247–50. doi: 10. 1136/bjsports-2015-h3939rep

2. Smith BE, Selfe J, Thacker D, Hendrick P, Bateman M, Moffatt F, et al. Incidence and prevalence of patellofemoral pain: a systematic review and meta-analysis. Screen HR, editor. PLoS ONE.(2018) 13: e0190892. doi: 10. 1371/journal. pone. 0190892

3. Fagan V, Delahunt E. Patellofemoral pain syndrome: a review on the associated neuromuscular deficits and current treatment options. Br J Sports Med.(2008) 42: 489–95. doi: 10. 1136/bjsm. 2008. 046623

4. Taunton JE. A retrospective case-control analysis of 2002 running injuries. Br J Sports Med.(2002) 36: 95–101. doi: 10. 1136/bjsm. 36. 2. 95

5. Csintalan RP, Schulz MM, Woo J, Mcmahon PJ, Lee TQ. Gender differences in patellofemoral joint biomechanics. Clin Orthop Relat Res.(2002) 402: 260–9. doi: 10. 1097/00003086-200209000-00026

6. Witvrouw E, Lysens R, Bellemans J, Cambier D, Vanderstraeten G. Intrinsic risk factors for the development of anterior knee pain in an athletic population. A two-year prospective study. Am J Sports Med.(2000) 28: 480–9. doi: 10. 1177/03635465000280040701

7. Thomas MJ, Wood L, Selfe J, Peat G. Anterior knee pain in younger adults as a precursor to subsequent patellofemoral osteoarthritis: a systematic review. BMC Musculoskelet Disord.(2010) 11: 201. doi: 10. 1186/1471-2474-11-201

8. Wyndow N, Collins N, Vicenzino B, Tucker K, Crossley K. Is There a Biomechanical Link Between Patellofemoral Pain and Osteoarthritis? A Narrative Review. Sports Med.(2016) 46: 1797–808. doi: 10. 1007/s40279-016-0545-6

9. Hinman RS, Lentzos J, Vicenzino B, Crossley KM. Is patellofemoral osteoarthritis common in middle-aged people with chronic patellofemoral pain? Patellofemoral OA in chronic patellofemoral knee pain. Arthritis Care Res.(2014) 66: 1252–7. doi: 10. 1002/acr. 22274

10. Jensen R, Kvale A, Baerheim A. Is pain in patellofemoral pain syndrome neuropathic? Clin J Pain.(2008) 24: 384–94. doi: 10. 1097/AJP. 0b013e3181658170

11. Witvrouw E, Callaghan MJ, Stefanik JJ, Noehren B, Bazett-Jones DM, Willson JD, et al. Patellofemoral pain: consensus statement from the 3rd International Patellofemoral Pain Research Retreat held in Vancouver, September 2013. Br J Sports Med.(2014) 48: 411–4. doi: 10. 1136/bjsports-2014-093450

12. Powers CM Witvrouw E Davis IS Crossley KM. Evidence-based framework for a pathomechanical model of patellofemoral pain: 2017 patellofemoral pain consensus statement from the 4th International Patellofemoral Pain Research Retreat, Manchester, UK: part 3. Br J Sports Med.(2017) 51: 1713–23. doi: 10. 1136/bjsports-2017-098717

13. Tramontano M, Pagnotta S, Lunghi C, Manzo C, Manzo F, Consolo S, et al. Assessment and management of somatic dysfunctions in patients with patellofemoral pain syndrome. J Am Osteopath Assoc.(2020) 120: 165. doi: 10. 7556/jaoa. 2020. 029

14. Nunes GS, Stapait EL, Kirsten MH, De Noronha M, Santos GM. Clinical test for diagnosis of patellofemoral pain syndrome: Systematic review with meta-analysis. Phys Ther Sport.(2013) 14: 54–9. doi: 10. 1016/j. ptsp. 2012. 11. 003

15. Ferrari D, Kuriki HU, Silva CR, Alves N, Mícolis de Azevedo F. Diagnostic accuracy of the electromyography parameters associated with anterior knee pain in the diagnosis of patellofemoral pain syndrome. Arch Phys Med Rehab.(2014) 95: 1521–6. doi: 10. 1016/j. apmr. 2014. 03. 028

16. Cook C, Mabry L, Reiman MP, Hegedus EJ. Best tests/clinical findings for screening and diagnosis of patellofemoral pain syndrome: a systematic review. Physiotherapy.(2012) 98: 93–100. doi: 10. 1016/j. physio. 2011. 09. 001

17. Drew BT, Redmond AC, Smith TO, Penny F, Conaghan PG. Which patellofemoral joint imaging features are associated with patellofemoral pain? Systematic review and meta-analysis. Osteoarthr Cartil.(2016) 24: 224–36. doi: 10. 1016/j. joca. 2015. 09. 004

18. Kettunen JA, Harilainen A, Sandelin J, Schlenzka D, Hietaniemi K, Seitsalo S, et al. Knee arthroscopy and exercise vs. exercise only for chronic patellofemoral pain syndrome: a randomized controlled trial. BMC Med.(2007) 5: 38. doi: 10. 1186/1741-7015-5-38

19. Denti M, Arosio A, Trevisan C. Comparison of “ catheter” and conventional arthroscopy in the diagnosis of knee derangements. Arthroscopy.(1994) 10: 614–7. doi: 10. 1016/S0749-8063(05)80057-X

20. Zelenski N, Falk DP, D’Aquilla K, Borthakur A, Zgonis M. Zone- and layer-specific differences in proteoglycan content in patellofemoral pain syndrome are detectable on T1ρ MRI. Skelet Radiol.(2020) 49: 1–6. doi: 10. 1007/s00256-020-03418-8

21. Chen S, Chang W-D, Wu J-Y, Fong Y-C. Electromyographic analysis of hip and knee muscles during specific exercise movements in females with patellofemoral pain syndrome: An observational study. Medicine.(2018) 97: e11424. doi: 10. 1097/MD. 0000000000011424

22. Dag F, Dal U, Altinkaya Z, Erdogan AT, Ozdemir E, Yildirim DD, et al. Alterations in energy consumption and plantar pressure distribution during walking in young adults with patellofemoral pain syndrome. Acta Orthop Traumatol Turc.(2019) 53: 50–5. doi: 10. 1016/j. aott. 2018. 10. 006

23. Besier TF, Fredericson M, Gold GE, Beaupré GS, Delp SL. Knee muscle forces during walking and running in patellofemoral pain patients and pain-free controls. J Biomech.(2009) 42: 898–905. doi: 10. 1016/j. jbiomech. 2009. 01. 032

24. Briani RV, de Oliveira Silva D, Pazzinatto MF, de Albuquerque CE, Ferrari D, Aragão FA, et al. Comparison of frequency and time domain electromyography parameters in women with patellofemoral pain. Clin Biomech.(2015) 30: 302–7. doi: 10. 1016/j. clinbiomech. 2014. 12. 014

25. Xiong B, Zeng N, Li Y, Du M, Huang M, Shi W, et al. Determining the online measurable input variables in human joint moment intelligent prediction based on the hill muscle model. Sensors.(2020) 20: 1185. doi: 10. 3390/s20041185

26. Keijsers NLW, Stolwijk NM, Louwerens JWK, Duysens J. Classification of forefoot pain based on plantar pressure measurements. Clin Biomech.(2013) 28: 350–6. doi: 10. 1016/j. clinbiomech. 2013. 01. 012

27. Zeng N, Wang Z, Liu W, Zhang H, Hone K, Liu X. A dynamic neighborhood-based switching particle swarm optimization algorithm. IEEE Trans Cybern.(2020) 99: 1–12. doi: 10. 1109/TCYB. 2020. 3029748

28. Zeng N, Wang Z, Zhang H, Kim K-E, Li Y, Liu X. An improved particle filter with a novel hybrid proposal distribution for quantitative analysis of gold immunochromatographic strips. IEEE Trans Nanotechnol.(2019) 18: 819–29. doi: 10. 1109/TNANO. 2019. 2932271

29. Zeng N, Wang Z, Zineddin B, Li Y, Du M, Xiao L, et al. Image-based quantitative analysis of gold immunochromatographic strip via cellular neural network approach. IEEE Trans Med Imaging.(2014) 33: 1129–36. doi: 10. 1109/TMI. 2014. 2305394

30. Zeng N, Qiu H, Wang Z, Liu W, Zhang H, Li Y. A new switching-delayed-PSO-based optimized SVM algorithm for diagnosis of Alzheimer’s disease. Neurocomputing.(2018) 320: 195–202. doi: 10. 1016/j. neucom. 2018. 09. 001

31. Li L, Chen Y, Shen Z, Zhang X, Sang J, Ding Y, et al. Convolutional neural network for the diagnosis of early gastric cancer based on magnifying narrow band imaging. Gastric Cancer.(2020) 23: 126–32. doi: 10. 1007/s10120-019-00992-2

32. Wang J, Ju R, Chen Y, Liu G, Yi Z. Automated diagnosis of neonatal encephalopathy on aEEG using deep neural networks. Neurocomputing.(2020) 398: 95–107. doi: 10. 1016/j. neucom. 2020. 01. 057

33. Cho K, Müller JH, Scheffer C, Erasmus PJ. Application of an artificial neural network for the quantitative classification of trochlear dysplasia. J Mech Med Biol.(2013) 13: 1350059. doi: 10. 1142/S0219519413500590

34. Demir F, Abdullah DA, Sengur A. A new deep CNN model for environmental sound classification. IEEE Access.(2020) 8: 66529–37. doi: 10. 1109/ACCESS. 2020. 2984903

35. Zeng N, Li H, Li Y, Luo X. Quantitative analysis of immunochromatographic strip based on convolutional neural network. IEEE Access.(2019) 7: 16257–63. doi: 10. 1109/ACCESS. 2019. 2893927

36. Vasan D, Alazab M, Wassan S, Safaei B, Zheng Q. Image-Based malware classification using ensemble of CNN architectures (IMCEC). Comput Secur.(2020) 92: 101748. doi: 10. 1016/j. cose. 2020. 101748

Thank's for Your Vote!
Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation. Page 1
Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation. Page 2
Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation. Page 3
Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation. Page 4
Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation. Page 5
Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation. Page 6
Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation. Page 7
Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation. Page 8
Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation. Page 9

This work, titled "Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation" was written and willingly shared by a fellow student. This sample can be utilized as a research and reference resource to aid in the writing of your own work. Any use of the work that does not include an appropriate citation is banned.

If you are the owner of this work and don’t want it to be published on AssignBuster, request its removal.

Request Removal
Cite this Essay

References

AssignBuster. (2022) 'Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation'. 4 October.

Reference

AssignBuster. (2022, October 4). Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation. Retrieved from https://assignbuster.com/diagnosis-of-patellofemoral-pain-syndrome-based-on-a-multi-input-convolutional-neural-network-with-data-augmentation/

References

AssignBuster. 2022. "Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation." October 4, 2022. https://assignbuster.com/diagnosis-of-patellofemoral-pain-syndrome-based-on-a-multi-input-convolutional-neural-network-with-data-augmentation/.

1. AssignBuster. "Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation." October 4, 2022. https://assignbuster.com/diagnosis-of-patellofemoral-pain-syndrome-based-on-a-multi-input-convolutional-neural-network-with-data-augmentation/.


Bibliography


AssignBuster. "Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation." October 4, 2022. https://assignbuster.com/diagnosis-of-patellofemoral-pain-syndrome-based-on-a-multi-input-convolutional-neural-network-with-data-augmentation/.

Work Cited

"Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation." AssignBuster, 4 Oct. 2022, assignbuster.com/diagnosis-of-patellofemoral-pain-syndrome-based-on-a-multi-input-convolutional-neural-network-with-data-augmentation/.

Get in Touch

Please, let us know if you have any ideas on improving Diagnosis of patellofemoral pain syndrome based on a multi-input convolutional neural network with data augmentation, or our service. We will be happy to hear what you think: [email protected]