Skip to main content

Exploration of a machine learning approach for diagnosing sarcopenia among Chinese community-dwelling older adults using sEMG-based data

Abstract

Background

In the practical application of sarcopenia screening, there is a need for faster, time-saving, and community-friendly detection methods. The primary purpose of this study was to perform sarcopenia screening in community-dwelling older adults and investigate whether surface electromyogram (sEMG) from hand grip could potentially be used to detect sarcopenia using machine learning (ML) methods with reasonable features extracted from sEMG signals. The secondary aim was to provide the interpretability of the obtained ML models using a novel feature importance estimation method.

Methods

A total of 158 community-dwelling older residents (≥ 60 years old) were recruited. After screening through the diagnostic criteria of the Asian Working Group for Sarcopenia in 2019 (AWGS 2019) and data quality check, participants were assigned to the healthy group (n = 45) and the sarcopenic group (n = 48). sEMG signals from six forearm muscles were recorded during the hand grip task at 20% maximal voluntary contraction (MVC) and 50% MVC. After filtering recorded signals, nine representative features were extracted, including six time-domain features plus three time-frequency domain features. Then, a voting classifier ensembled by a support vector machine (SVM), a random forest (RF), and a gradient boosting machine (GBM) was implemented to classify healthy versus sarcopenic participants. Finally, the SHapley Additive exPlanations (SHAP) method was utilized to investigate feature importance during classification.

Results

Seven out of the nine features exhibited statistically significant differences between healthy and sarcopenic participants in both 20% and 50% MVC tests. Using these features, the voting classifier achieved 80% sensitivity and 73% accuracy through a five-fold cross-validation. Such performance was better than each of the SVM, RF, and GBM models alone. Lastly, SHAP results revealed that the wavelength (WL) and the kurtosis of continuous wavelet transform coefficients (CWT_kurtosis) had the highest feature impact scores.

Conclusion

This study proposed a method for community-based sarcopenia screening using sEMG signals of forearm muscles. Using a voting classifier with nine representative features, the accuracy exceeds 70% and the sensitivity exceeds 75%, indicating moderate classification performance. Interpretable results obtained from the SHAP model suggest that motor unit (MU) activation mode may be a key factor affecting sarcopenia.

Introduction

With the advancements in science, healthcare technology, and socioeconomic development, people worldwide are experiencing increased lifespans [1]. In 2019, approximately one billion individuals globally were over the age of 65, and it is projected to reach 1.4 billion by 2030 and 2.1 billion by 2050 [2]. Unfortunately, older individuals are often assumed to be frail or dependent and a burden on society. The increase in the elderly population has generated a growing demand for healthcare services, leading to difficulties in allocating medical resources [3]. Consequently, there has been a significant emphasis on understanding age-related chronic diseases and developing innovative approaches to tackle these challenges, thereby alleviating the strain on healthcare systems. One of the age-related musculoskeletal diseases is sarcopenia, which is characterized by a progressive and generalized loss of skeletal muscle, resulting in accelerated loss of muscle mass and physical function [4]. It has been demonstrated by researchers that sarcopenia leads to serious healthcare issues since it is associated with increased adverse outcomes including falls, functional decline, frailty, and mortality [5]. Current research indicates that the global prevalence of sarcopenia ranges from 10 to 16% [6] and even up to 29% in some communities [7]. Among individuals aged 80 years and above, this rate can be up to 50% [8].

According to the revised consensus published by the Asian Working Group for Sarcopenia in 2019 (AWGS 2019) and the European Working Group on Sarcopenia in Older People (EWGSOP), the diagnosis of sarcopenia requires measurements of a combination of muscle mass, muscle strength, and physical performance [5, 9]. Currently, there are four commonly used techniques for estimating muscle mass: bioelectric impedance (BIA), dual-energy X-ray absorptiometry (DXA), computed tomography (CT), and magnetic resonance imaging (MRI) [10,11,12]. However, DXA and BIA are more widely used [4], and DXA is considered the gold standard for measuring lean body mass [13]. The need for professional operation, high cost, and lack of portability with DXA restricts its practical application in community settings. On the other hand, due to its low cost and ease of use, BIA is the most widely used technique in scientific research and clinical practice, as well as being a portable tool that can be used in various settings, including community settings [14]. Nevertheless, when estimating muscle mass using BIA, there is a significant individual prediction error [15, 16]. Different from AWGS, the EWGSOP uses low muscle strength as the primary diagnostic criterion for sarcopenia [5]. It is recommended to use a handgrip test to evaluate skeletal muscle strength in individuals with sarcopenia [9]. The shift in focus from low muscle mass to low muscle strength sarcopenia diagnosis is supported by evidence including that low grip strength is associated with repeated falls [17], low grip strength is shown to be a stronger predictor of cardiovascular mortality than blood pressure [18], and that both low grip strength and leg extensor strength were associated with impaired mobility [19]. However, the accuracy of the grip strength test results can be easily influenced by factors such as the devices used and measurement protocols [9]. In conclusion, the current diagnosis process of sarcopenia is cumbersome, time-consuming, and susceptible to various factors that impede its wider applications, especially in community settings. Additionally, it is not feasible to dynamically monitor and predict muscle function in real-time, limiting its potential in early screening and timely diagnosis of sarcopenia.

Sarcopenia is associated with a decrease in muscle fiber number along with a reduction in the size, which particularly affects type-II fibers [20,21,22], and is accompanied by intramuscular and intermuscular fat infiltration [23, 24]. Denervation significantly contributes not only to the loss of the motor unit (MU) but also to the loss of muscle fibers, and with the decrease in the number of MUs found in aged muscle, there is an increase in the size of the remaining MUs, which is an accepted mechanism of sarcopenia [25,26,27]. Activated by efferent neural drive, a motoneuron generates a series of MU action potentials (MUAPs), which propagate down to the neuromuscular junction (NMJ) and then transmit to the muscle fibers. The number of MUs [28], the function of NMJ propagation [29], and the innervation of muscle fibers [30] are all crucial factors that influence the formation of APs, the special and temporal summation of which are also referred to as electromyography (EMG) signals. It has been observed that during aging, there is preferential denervation of fast fibers with reinnervation via axonal sprouting from slow motor neurons, resulting in a conversion from type II (fast) fibers to type I (slow) fibers [31], and further changes in electrophysiological properties [32]. A recent study investigated the MU firing pattern in pre-sarcopenic senior individuals with low skeletal muscle mass but normal physical functions. The results showed that MUs of the pre-sarcopenic individuals exhibited an abnormal neural input pattern yet otherwise normal hierarchical pattern [33], which is consistent with the size principle proposed by Hennenman et al. [34]. Hu et al. [35] reported that there was no difference in MU number and mean firing rate of lower extremity muscles among individuals with risk-sarcopenia, healthy elderly, and healthy young participants, but the slope of mean MU firing rate was significantly higher in the risk-sarcopenia group compared to the young group. MU properties related to MUAP shape variability, such as jitter and jiggle, have been used to evaluate the stability of NMJ propagation [36]. Gilmore et al. [37] demonstrated that MU number estimates in the lower limb muscles were similar between pre-sarcopenic and sarcopenic subjects. However, the level of near fiber jitter and jiggle was higher in sarcopenic subjects compared to pre-sarcopenic subjects. Overall, EMG could theoretically be used to identify electrophysiological abnormalities associated with sarcopenia.

Following this approach, if there is discriminative information in EMG signals between sarcopenic and healthy muscle, machine learning (ML) methods can be applied for sarcopenia screening, even detection [38]. However, to the best of our knowledge, there is limited research on this topic. And our literature search didn’t find an sEMG sarcopenia study with upper-extremity muscles, as of March 2024. Most related EMG research suffers from small sample sizes [38]. Typically, only less than 50 participants were investigated in previous sarcopenia detection research [39], with an obvious imbalance between the groups, which would lead to poor reliability of the algorithm [38,39,40,41]. Hence, for generalization purposes, a sufficiently large sample size is necessary. In addition, ML methods used in current studies are “black-boxes”, with poor or even no interpretability, which further limits their clinical value.

Thus, to provide better reliability and interpretability of EMG-based sarcopenia screening algorithms, the primary purpose of this study was to perform sarcopenia screening in community-dwelling older adults with a size of more than 100 participants and investigate whether surface EMG from hand grip could potentially be used to detect sarcopenia in the elders using ML methods with reasonable features extracted from sEMG signals during the community hand grip trials. The secondary aim is to provide interpretability of the obtained ML models using a novel feature importance estimation method.

Methods

Participants

Community-dwelling older residents (≥ 60 years old) were recruited continuously in four different communities in Chengdu city through recruitment advertisements, from February 2023 to August 2023. The four communities were socioeconomically diverse, providing educational, economic, and social inclusivity of the participant pool. Briefly, inclusion criteria included being able to walk without any walking aid; and no treatment for sarcopenia before the study. Exclusion criteria were as follows: (1) A self-reported history of cancer; (2) Uncontrolled or unstable diabetes, (3) Uncontrolled or unstable high blood pressure (> 150/90 mmHg); (4) Chronic organ failure in the last 5 years; (5) Cognitive disabilities; (6) Suffering from severe osteoarthritis. Finally, a total of 158 participants (Table 1) were included and completed all the experimental procedures. After being informed of the experimental procedures and associated risks, all participants provided written informed consent, and the study was conducted in accordance with the declaration of Helsinki and approved by the ethics subcommittee of West China Hospital of Sichuan University (WCHSCU_2023_317).

Table 1 Descriptive statistics of all participants represented as mean (±SD)

Sarcopenia screening

The diagnostic criteria of AWGS 2019 were applied to screen eligible participants [9]. Briefly, the cutoffs for low skeletal muscle mass are as follows: < 7.0 kg/m2 in men and < 5.7 kg/m2 in women by BIA measurement (InBody 770, Seoul, Korea). The cutoffs for low muscle strength are as follows: < 28 kg in men and < 18 kg in women by handgrip strength test using a standard electronic handgrip dynamometer (CAMRY, Guangzhou, China). Two of the four communities had limited space for testing, and to ensure consistency across the experimental protocol, the 5-times chair sit-to-stand test was chosen to evaluate physical performance, instead of tests that require more space. A cutoff of ≥ 12 s was considered to indicate low physical performance. A participant would be considered to be sarcopenic when he or she has low muscle mass, and one or both the other two conditions: low muscle strength, and low physical performance. In our study, participants were included in the healthy group when their muscle mass, muscle strength, and physical performance were all within the normal range.

Experimental protocol

At the beginning of the experiment, the forearm skin of the participant was shaved lightly and wiped with an alcohol pad to provide a good condition of sEMG signal acquisition. Six Ag/AgCl electrode pairs (Kendall H124SG, CardinalHealth Inc., Dublin, Ohio, USA) were attached to the muscle abdomen of the brachioradialis (BRA), flexor carpi radialis (FCR), flexor digitorum superficialis (FDS), flexor carpi ulnaris (FCU), extensor carpi ulnaris (ECU), and extensor digitorum (ED), see Fig. 1A. The distance between the electrodes was 2 cm. A wireless sEMG system (Ultium EMG, Noraxon Inc., Scottsdale, USA) was used to record the sEMG signals at a sampling rate of 2000 Hz and a gain of 1000.

Fig. 1
figure 1

Experimental Protocol. (A) The location of the electrodes. (B) Experimental process. (C) Experimental protocols. MVC, maximal voluntary contraction; BRA, brachioradialis; FCR, flexor carpi radialis; FDS, flexor digitorum superficialis; FCU, flexor carpi ulnaris; ECU, extensor carpi ulnaris; ED, extensor digitorum

During the experiment, the participants were seated comfortably on a chair facing a computer screen to receive visual feedback. The experiment was divided into two sessions (Fig. 1B and Fig. 1C). In session 1, the participants were instructed to place their arms at the sides of their bodies naturally and perform maximal voluntary contraction (MVC) by gripping the hand-held dynamometer. The maximum grip force that the participant could maintain steadily for 3–5 s was recorded. And each participant would repeat MVC contractions three times, with sufficient resting between them. The mean force value out of the three MVC contractions was considered to be the MVC force value of the participant. After a resting period, session 2 of the experiment would begin. The participants were asked to perform a series of sub-maximal contractions and track the target force which was displayed on the computer screen. At the beginning of each sub-maximal contraction, there is a resting period of 10 s, with a digital count-down displayed on the computer screen. Data in this resting period served as the baseline data with which data from subsequent ‘active’ periods would be referenced. A number, either 20% MVC or 50% MVC would be displayed next to the count-down, indicating the target force level to be reached in the coming sub-maximal contraction. When the count-down expired, the participant would then compress the dynamometer, reach either 20% MVC force and 50% MVC force, and maintain the force level for 10 s. Each participant would perform four sub-maximal contractions at the two levels in random order. And additional rest periods between contractions would be provided upon requests from the participants to avoid short-term fatigue. An entire experiment would last no longer than 30 min, a duration well-tolerated by all participants.

Data processing and feature extraction

An experienced surface EMG expert inspected the acquired data to determine if there were abnormal channels with excessive noise and data from two participants were discarded. The acquired sEMG signals were digitally filtered by notch filters of integral multiples of 50 Hz and bandpass 3rd order Butterworth filter between 10 Hz and 500 Hz. A three-second segment from each sub-maximal contraction was selected for subsequent analysis by visual inspection for stationarity. Then, 200-ms data windows were extracted with an increment step of 50 ms. A total of nine representative features were extracted from the data windows. Six of which were the typical Hudgins time-domain features, including root mean square (RMS), mean absolute value (MAV), integrated EMG (iEMG), waveform length (WL), zero crossing (ZC), and slope sign change (SSC) [42]. These features are widely used in sEMG signal analysis due to their computational simplicity and effectiveness in extracting time-domain information. In addition, to encode more comprehensive time and frequency domain information at the same time, three time-frequency features were also extracted from continuous wavelet transform (CWT) coefficients, namely the absolute power (CWT_power), kurtosis (CWT_kurtosis), and wavelet entropy (WE) [43]. First, CWT coefficients \({C}_{a,b}\)were computed according to Eq. (1) at each scale a and time step b [44]:

$${C}_{a,b} = CWT(a,b) = \frac{1}{\sqrt{a}}{\int }_{-\infty }^{+\infty }x\left(t\right)\psi *\left(\frac{t-b}{a}\right) \text{d}t (a>0, b\in \mathbb{R})$$
(1)

where \(x\left(t\right)\) is the EMG signal, a function of time \(t\), \(\psi \left(t\right)\) represents the chosen mother wavelet function, and the asterisk \(*\) indicates the complex conjugate. In this study, the Morlet wavelet described in Eq. (2) is chosen as the mother wavelet function for its computational simplicity and effectiveness in EMG and EEG signal processing [44]:

$$\psi \left(t\right) = {e}^{\text{i}{\omega }_{0}t}{e}^{-{t}^{2}2}$$
(2)

where \({\omega }_{0}\) is the mother wavelet center frequency, and i indicates the imaginary part. To capture the distribution features of the computed CWT coefficients, at each scale a, power is calculated using Eq. (3), then averaged over all scales.:

$${\text{C}\text{W}\text{T}\_\text{p}\text{o}\text{w}\text{e}\text{r}}_{\text{a}} = \frac{1}{n}\sum _{b=1}^{n}{\left|{C}_{a,b}\right|}^{2}$$
(3)

where n is the total number of sampling points. The scale factor a for this study is chosen as the set: \(\left\{3.6, 4.6, 5.6, \ldots , 62.6\right\}\)to represent effective frequency ranges (10–500 Hz) in our study [44]. Using the calculated CWT_power, wavelet entropy at each scale is computed according to Eq. (4):

$$\text{W}\text{E}= -\sum _{a}{h}_{a} log\left({h}_{a}\right), {h}_{a}=\frac{{\text{C}\text{W}\text{T}\_\text{p}\text{o}\text{w}\text{e}\text{r}}_{\text{a}}}{\sum _{a}{\text{C}\text{W}\text{T}\_\text{p}\text{o}\text{w}\text{e}\text{r}}_{\text{a}}}$$
(4)

and then averaged over all scales. Besides the above commonly used CWT features, since the MU activation is closely related to the probability distribution of sEMG signals [45], we further calculated the kurtosis of the probability density function (PDF) of CWT coefficients. First, empirical PDF is estimated using the KernelDensity function in the scikit-learn package in Python, and then the kurtosis of the PDF is computed according to Eq. (5):

$$\eqalign{ CW{T_k}urtosis\; = & \;\left[ {{{m(m + 1)} \over {(m - 1)(m - 2)(m - 3)}}\sum\limits_{i = 1}^m {{{\left( {{{{X_i} - \bar X} \over S}} \right)}^4}} } \right]\; \cr & - {{3{{(m - 1)}^2}} \over {(m - 2)(m - 3)}} \cr}$$
(5)

where m is the total number of discrete points used to estimate the PDF (which is 100 in typical settings), \({X}_{i}\) represents the i-th PDF value, \(\stackrel{-}{X}\) indicates the sample average of PDF values, and S is the sample standard deviation of all X.

After the initial feature extraction, all features were channel-specifically normalized using MVC-normalization [45]. Specifically, the sEMG features extracted from each channels at each contraction level (20% MVC and 50% MVC) were normalized using the average feature values obtained from three MVC tests of the same channel in session 1.

Statistical analysis

Since unequal variances and deviations from the Gaussian distribution were observed in most of the features between two groups based on Levene’s Test for unequal variances and Kolmogorov-Smirnov Test for goodness-of-fit, parametric tests such as the t-test were not applicable. Hence, non-parametric tests were utilized in this study. Firstly, to compare the differences in sEMG signal characteristics between the sarcopenic group and the healthy group, the average of each feature was computed across all six channels and all four trials. Then, statistical analyses were performed employing the Mann-Whitney U Test with a significance level of 0.05. Additionally, to compare the differences in sEMG signal characteristics at different contraction levels within each group, statistical analyses were performed employing the Wilcoxon Matched Pairs Signed Rank Test with a significance level of 0.05. All analyses were performed with SPSS version 25.0 (SPSS Inc., United States).

Classification using machine learning model

To efficiently identify sarcopenic patients using sEMG signals, we implemented a voting classification model with binary labels: sarcopenic versus healthy [40]. The voting classifier is an ensemble ML model that makes inferences based on majority voting of several chosen ML methods [46]. The advantage of a voting classifier is to avoid potential limitations and biases of any single ML model by combining the results of several ML models through a voting strategy [46]. In this study, a linear kernel support vector machine (SVM) [47], a random forest (RF) [48], and a gradient boosting machine (GBM) [49] were chosen to ensemble the voting classifier. SVM is a classic ML method that classifies data by finding the best hyperplane in the feature space that divides the groups; it is friendly to small-sized and linearly-dividable samples [40]. RF is a tree-based method employing the bagging technique; it is also stable against small samples [48]. In contrast, GBM is an ensemble learning method that employs the gradient boosting technique; it typically performs better on large enough datasets with proper settings of hyperparameters such as the learning rate [49]. To combine the merits of these three different ML models, a weighted soft voting ensemble (SVE) scheme [46] according to Eq. (6) was implemented to predict the output label \(\widehat{y}\) using the above three classifiers, in which the voting weight \({w}_{i}\)for the i-th classifier was determined by the Grid-Search method to achieve the highest sensitivity in the training process:

$$\widehat{y} = \text{a}\text{r}\text{g} \underset{j}{\text{max}}\sum _{i=1}^{3}{{w}_{i}P}_{i,j} \text{w}\text{h}\text{e}\text{r}\text{e} j=\left\{\text{0,1}\right\}$$
(6)

here, \({P}_{i,j}\) is the predicted probability of the j-th class using the i-th classifier. In this task, \(j=0\) represents the healthy group, while \(j=1\) represents the sarcopenia group. Training and testing were done using the five-fold cross validation (CV) method on 93 subjects, introduced in the next section.

Evaluation and model interpretability

The performance of the voting classifier is evaluated using a subject-level five-fold cross-validation scheme to assess the stability of the classification model across the participant pool [50]. For computational efficiency and stability purposes, a Shuffle Split was first employed to divide 93 participants into five folds; within each fold, the number of sarcopenic participants and the number of healthy participants only differed by one or less. Then a leave-one-out CV method was performed on each fold. Evaluation metrics include accuracy, sensitivity, specificity, F1-score, and the area under the receiver operating characteristic (ROC) curve (AUC) [51]. Formulae of these indices can be found in references [51], and the ROC curve is obtained by pairs of the false positive rate versus the true positive rate for different levels of discretized decision thresholds, which were often set as the set of distinct values of predicted probability scores using the model, in the range between zero and one [51]. Additionally, to evaluate the advantages of the voting classifier on performance, each single classifier that ensembles the voting was trained and tested alone, and then we compared the results with our voting classifier. In addition to accuracy performance, model interpretability and the importance of features are essential for clinical applications to interpret the classification model, making it more understandable. Recently, the SHapley Additive exPlanations (SHAP) method for model interpretation was proposed by Su-In Lee et al. [52], using the Shapley value to estimate the impact score of each feature on the classification outcomes. By using SHAP method, the internal classification process is taken out of the ‘black box’, and the contribution of discriminative information of different features is analyzed and interpreted. All the analysis in this study was implemented using Python version 3.11.3, Scikit-learn version 1.3.0, PyWavelets version 1.4.1, and Shap version 0.42.1.

Results

Participants characteristics

After the data quality check, data from two participants were excluded (one in each group). Subsequently, participants in the non-sarcopenic group with normal values for muscle mass, muscle strength, and physical performance were assigned to a healthy group (n = 45). For some elderly partcipants (n = 64) who meet only one of the AWGS diagnostic criteria, although we cannot diagnose them with sarcopenia, they cannot be classified as healthy individuals either, as they have functional impairments in terms of muscle strength or muscle mass. Data from these 64 participants was not further analyzed in the current study. See Table 2 for further details.

Table 2 Descriptive statistics of the sarcopenia group and the healthy group represented as mean (±SD)

sEMG features analysis

The violin plot (Fig. 2) was applied to represent all sEMG features between the sarcopenic group and the healthy group in both MVC conditions. The Levene?s test confirmed the non- homogeneity of the variance (all the p-values were > 0.05), and the Mann-Whitney U test revealed that statistically significant differences were found between the sarcopenic group and the healthy group in all sEMG features in both MVC conditions with one exception: the WE in 20% MVC level (Fig. 2C). Meanwhile, the Wilcoxon Matched Paired Signed Rank test revealed that statistically significant differences were found within the sarcopenic group and the healthy group in all sEMG features between 20% MVC and 50% MVC with exceptions: WE (Fig. 2C) and SSC (Fig. 2H). Interestingly, WL behaved differently from other features that reflect EMG energy and complexity, including CWT_power (Fig. 2A), RMS (Fig. 2D), MAV (Fig. 2E), and iEMG (Fig. 2F). The average WL value was higher in the healthy group than in the sarcopenic group in both conditions and was also higher in the 20% MVC than in the 50% MVC within both groups (Fig. 2G). But obviously, the sarcopenic group showed a tendency of higher complexity in sEMG signals during muscle contraction, and this trend increased with the contraction levels.

Fig. 2
figure 2

The violin plot depicting all sEMG features between the sarcopenia group and the healthy group in both MVC conditions. CWT_power (continuous wavelet transform coefficients power), WE (wavelet entropy) CWT_kurtosis (continuous wavelet transform coefficients kurtosis), RMS (root mean square), MAV (mean absolute value), iEMG (integrated electromyography), WL (waveform length), SSC (slope sign change), ZC (zero crossing), * p < 0.05. The mean and standard deviation of each feature are shown through the circle makers and error bars, respectively

Machine learning results

Channel selection and feature selection were first employed to improve the model performance. A combination of channels two and three was selected while dropping the three least important features that had the lowest SHAP values. Then, Grid-Search was implemented to determine optimal hyperparameters and voting weights. Using the five-fold CV described in Sect. 2.7 across all 93 participants, the performances of SVM, RF, GBM, and the voting classifier are summarized in Table 3 in the form of mean (\(\pm\) standard deviation). In general, the voting classifier achieves the highest accuracy and sensitivity among all the models included. The accuracy and sensitivity were 0.73 ± 0.07 and 0.79 ± 0.07, respectively. The ROC curve result of the voting classifier is presented in Fig. 3 with an AUC score reaching 0.78. In the ROC curve, the more the curve approaching the upper-left corner, making the area under the curve larger, the more accurate our model can predict. Since the primary goal is to develop an early screening tool, high sensitivity should be prioritized when considering the balance between sensitivity and specificity. As such, the optimal operating point (OOP) of ROC was chosen by the rule that it has the highest sensitivity while specificity is above the 0.65 threshold [39].

Table 3 Classification results with five-fold CV represented as mean (±SD)
Fig. 3
figure 3

ROC-AUC result of the voting classifier. The blue dotted line indicates the chance level (i.e., random guessing), and the red solid line represents the ROC result curve of the model. The black point indicates the optimal operating point (OOP) for the model

Model interpretability

Feature impact scores of the voting classifier estimated by the SHAP method using all 93 participants are summarized in (Fig. 4). In the SHAP summary plot, each point represents a computed SHAP value for one feature and one subject. Features were ordered by their importance score from top to bottom along the vertical axis. Feature values were denoted by the color, with higher feature values being deeper shades of red while lower feature values being deeper shades of blue. As mentioned in the previous section, three features that had the lowest SHAP scores were removed to improve the model performance: CWT_power at 20% MVC, WE at 20% MVC, and SSC at 50% MVC. As shown in the graph, WL and CWT_kurtosis at both MVC levels acquired the highest impact score with an obvious leading gap for predicting the outcome using our Voting classifier. Notice that WL also had the lowest p-value between the groups in our statistical analysis. The SHAP result aligns with recent studies on how the motor unit activation of abnormal elders can differ from that of healthy populations, and the difference could be visualized in the core shape of the probability density function (PDF) of sEMG signals [45]. The interpretation of this result relating to motor units is further discussed in the Discussion section below.

Fig. 4
figure 4

SHAP summary plot. Each point represents a SHAP value for a feature and a subject. Vertical axis is the features and horizontal axis is the SHAP values. Redder color indicates higher feature values

Discussion

This study aimed to investigate the possibility of using sEMG as an early screening tool for sarcopenia in community-dwelling settings. A set of features of sEMG have been investigated, and significant differences between the two groups of community-dwelling older adults were identified using some of these features. Hence, it can be concluded that these features have the potential to capture sarcopenia-related differences. Furthermore, a voting classifier ML model was implemented with these features to perform the sarcopenia screening task. Moderate results were presented in identifying sarcopenic patients through these features, including a high sensitivity and acceptable accuracy, which are desirable properties for early-screening applications. Lastly, the SHAP method was performed to estimate features’ impacts on predicting classification outcomes.

The current studies on using sEMG for diagnosing sarcopenia almost focused on lower limb and trunk muscles. Habenicht et al. [53] found that the instantaneous median frequency (IMDF) values of back muscles changed more rapidly with time in younger than in older individuals. A smaller percentage of fast fatiguing MUs had resulted in the less pronounced IMDF slope change in older individuals. Tian et al. [54] observed that the RMS of sEMG in lower extremity muscles was significantly higher in the young compared to the elderly only at 75% of MVC, while there was no significant difference at 25% and 50% MVC. Our study found that no matter in 20% MVC or 50% MVC, the time-domain features of forearm muscles in the sarcopenic group were significantly different from those of the healthy elderly group. To the best of our knowledge, this is the first study to investigate sarcopenia through sEMG in forearm muscles. It is worth mentioning that during the screening process for sarcopenia, we noticed that the decline in upper limb function (i.e., GS) in elderly individuals was more significant than the decline in lower limb function (i.e., 5 TCST). This may suggest that the sEMG signals of upper limbs are more sensitive to sarcopenia compared to lower limbs.

With typical adult aging, the number of functional MUs is diminished and is likely coupled with incomplete compensatory reinnervation of muscle fibers [55]. Thus, neuromuscular deficits with aging may be related in part to the loss of MUs but also to deficits in neuromuscular transmission and MU stability secondary to the denervation process [56]. Our findings revealed that the sarcopenia group exhibited greater signal complexity compared to the healthy elderly group. The higher signal complexity may be attributed to altered MU properties, resulting in decreased stability of NMJ propagation and increasing variation in MUAP size and shape. And further may indicate that MUs during sarcopenia have more muscle fibers, leading to a higher proportion of innervation. These findings are consistent with the previously described pathological mechanism of sarcopenia [25]. However, to provide solid evidence of morphological changes in sarcopenia, either invasive EMG techniques (such as needle or fine-wire EMG) or high-density surface EMG (HD-sEMG) techniques need to be employed. Imrani et al. [57] demonstrated that analysis of HD-sEMG data from the rectus femoris during sit-to-stand trials enables the assessment of muscle aging. Considering the frail conditions of sarcopenia patients, invasive EMG is not practical. Additionally, the current HD-sEMG electrodes’ conformability and skin preparation requirements make their use challenging. Therefore, it is imperative to explore novel HD-sEMG electrode materials with enhanced conformability and simplified deployment procedures [58,59,60].

Regarding the interpretable ML results, WL and CWT_kurtosis turned out to be the most impactful ones in our voting classification model among all features. The WL mainly reflects amplitude information of the signal while the CWT_kurtosis represents the deviation from Gaussian distribution after wavelet transformation [43]. As in other studies that used ML methods for sarcopenia screening, amplitude features tend to perform well in models like SVM and tree-based models [38, 39]. Additionally, the voting classifier combined these merits and even performed better than each of the single classifiers regarding sensitivity scores. Besides traditional time-domain features, differences observed in the CWT_kurtosis could be caused by the relation of how MU activation patterns affect the probability distribution of sEMG signals [45]. As discussed above, sarcopenic participants tend to have distinct MU properties during contractions compared to healthy participants, and thus these property differences could be reflected in the shape of PDF of sEMG signals. Our results indeed indicated that sarcopenic participants tend to have higher kurtosis values, meaning that the PDF deviates further from the Gaussian distribution and exhibits a higher level of signal complexity.

However, we acknowledge that some limitations of this study still exist. Firstly, according to the diagnostic criteria of AWGS, sarcopenia and severe sarcopenia should be distinguished, we classified both as sarcopenia, so only a binary classification was implemented. Another limitation was the simplified protocol. To perform sarcopenia early screening in community circumstances, our experimental protocol was designed to be relatively simple, only including upper-limb contraction data. While this embraced the benefits of convenient and speedy tests in communities, sEMG signals detected through this protocol could suffer from homogeneity and low quality, making the ML classification task more difficult. Secondly, due to strictly screening community-dwelling older adults for sarcopenia according to the AGWS diagnostic criteria, there was indeed a significant age difference between the healthy group and the sarcopenic group. However, the clear age differences between the two groups were due to the nature of the disease rather than any methodological age-bias. The EMG-based approach we proposed, along with the AWGS, is merely used to identify differences in muscle mass and muscle function, both of which are age-agnostic in nature. Thirdly, for better interpretability purposes, complicated deep learning methods that can potentially achieve higher classification accuracy through learning the features themselves were not implemented in this study [38, 39]. Although deep learning methods exhibit generally better performances in classification, the data size and quality requirements exceed those of the currently collected data in communities. Plus, deep learning methods will sacrifice interpretability since the features are to be learned and extracted themselves, providing much less insight into the clinical importance of certain features. Instead, we manually extract time-frequency domain features and investigate their importance in our classification task. Compared to deep learning models for sarcopenia classification, our methodology would have lower accuracy performance in general [61]. To improve, more potentially sensitive features such as complexity, orderliness, and core shape modeling could be further investigated and utilized in ML. Besides, data augmentation is a great tool to enhance and expand the dataset to fit into deep learning methods. Despite of lack of interpretability, data augmentation combined with deep learning models might be beneficial in achieving better accuracy. Many of the aforementioned limitations regarding extracting sarcopenic information from EMG stem from the cross-sectional data acquisition approach. If EMG data could be collected over a longer time span and outside laboratory conditions, the full potential of EMG could be realized. This would necessitate the use of flexible sensing technologies, such as comfortable wearable electronics and mobile health devices, among others [62, 63].

Conclusions

In the practical application of sarcopenia screening, there is a need for faster, time-saving, and community-friendly detection methods. This study proposed a method for community-based sarcopenia screening based on sEMG signals of forearm muscles. The dataset consists of 45 healthy elderly individuals and 48 elderly individuals with sarcopenia. Using a voting classification ML model, the accuracy exceeds 70% and the sensitivity exceeds 75%, indicating moderate classification performance. Interpretable results obtained from the SHAP model suggest that MU activation mode may be a key factor affecting sarcopenia.

Data availability

Anonymized data are made available upon request.

Abbreviations

AWGS 2019:

The Asian Working Group for Sarcopenia in 2019

EWGSOP:

The European Working Group on Sarcopenia in Older People

BIA:

Bioelectric impedance

DXA:

Dual-energy X-ray absorptiometry

CT:

Computed tomography

High-density surface EMG:

HD-sEMG

MRI:

Magnetic resonance imaging

MU:

Motor unit

NMJ:

Neuromuscular junction

MUAPs:

Motor nunits action potentials

EMG:

Electromyography

ML:

Machine learning

MVC:

Maximal voluntary contraction

RMS:

Root mean square

MAV:

Mean absolute value

iEMG:

Integrated electromyography

WL:

Waveform length

ZC:

Zero crossing

SSC:

Slope sign change

CWT:

Continuous wavelet transform

CWT_power:

Absolute power of continuous wavelet transform

CWT_kurtosis:

The kurtosis of continuous wavelet transform

WE:

Wavelet entropy

SVM:

Support vector machine

RF:

A random forest

GBM:

Gradient boosting machine

SVE:

Soft voting ensemble

CV:

Cross validation

SHAP:

SHapley Additive exPlanations

ROC:

The receiver operating characteristic curve

AUC:

Area under the curve

PDF:

Probability density function

OOP:

The optimal operating point

IMDF:

Instantaneous median frequency

References

  1. Beard JR, Officer A, de Carvalho IA, Sadana R, Pot AM, Michel JP, et al. The World report on ageing and health: a policy framework for healthy ageing. Lancet. 2016;387(10033):2145–54. https://doi.org/10.1016/s0140-6736(15)00516-4.

    Article  PubMed  Google Scholar 

  2. Rudnicka E, Napierała P, Podfigurna A, Męczekalski B, Smolarczyk R, Grymowicz M. The World Health Organization (WHO) approach to healthy ageing. Maturitas. 2020;139:6–11. https://doi.org/10.1016/j.maturitas.2020.05.018.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Li L, Du T, Hu Y. The effect of population aging on healthcare expenditure from a healthcare demand perspective among different age groups: evidence from Beijing city in the People’s Republic of China. Risk Manag Healthc Policy. 2020;13:1403–12. https://doi.org/10.2147/rmhp.S271289.

    Article  PubMed  PubMed Central  Google Scholar 

  4. Cruz-Jentoft AJ, Sayer AA, Sarcopenia. Lancet. 2019;393(10191):2636–46. https://doi.org/10.1016/s0140-6736(19)31138-9.

    Article  PubMed  Google Scholar 

  5. Cruz-Jentoft AJ, Bahat G, Bauer J, Boirie Y, Bruyère O, Cederholm T, et al. Sarcopenia: revised European consensus on definition and diagnosis. Age Ageing. 2019;48(4):601. https://doi.org/10.1093/ageing/afz046.

    Article  PubMed  PubMed Central  Google Scholar 

  6. Yuan S, Larsson SC. Epidemiology of Sarcopenia: prevalence, risk factors, and consequences. Metabolism. 2023;144:155533. https://doi.org/10.1016/j.metabol.2023.155533.

    Article  CAS  PubMed  Google Scholar 

  7. Cho MR, Lee S, Song SK. A review of Sarcopenia pathophysiology, diagnosis, treatment and future direction. J Korean Med Sci. 2022;37(18):e146. https://doi.org/10.3346/jkms.2022.37.e146.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Cruz-Jentoft AJ, Landi F, Schneider SM, Zúñiga C, Arai H, Boirie Y, et al. Prevalence of and interventions for Sarcopenia in ageing adults: a systematic review. Report of the International Sarcopenia Initiative (EWGSOP and IWGS). Age Ageing. 2014;43(6):748–59. https://doi.org/10.1093/ageing/afu115.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Chen LK, Woo J, Assantachai P, Auyeung TW, Chou MY, Iijima K, et al. Asian Working Group for Sarcopenia: 2019 consensus update on Sarcopenia diagnosis and treatment. J Am Med Dir Assoc. 2020;21(3):300–e72. https://doi.org/10.1016/j.jamda.2019.12.012.

    Article  PubMed  Google Scholar 

  10. Lustgarten MS, Fielding RA. Assessment of analytical methods used to measure changes in body composition in the elderly and recommendations for their use in phase II clinical trials. J Nutr Health Aging. 2011;15(5):368–75. https://doi.org/10.1007/s12603-011-0049-x.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Mijnarends DM, Meijers JM, Halfens RJ, ter Borg S, Luiking YC, Verlaan S, et al. Validity and reliability of tools to measure muscle mass, strength, and physical performance in community-dwelling older people: a systematic review. J Am Med Dir Assoc. 2013;14(3):170–8. https://doi.org/10.1016/j.jamda.2012.10.009.

    Article  PubMed  Google Scholar 

  12. Heymsfield SB, Gonzalez MC, Lu J, Jia G, Zheng J. Skeletal muscle mass and quality: evolution of modern measurement concepts in the context of Sarcopenia. Proc Nutr Soc. 2015;74(4):355–66. https://doi.org/10.1017/s0029665115000129.

    Article  PubMed  Google Scholar 

  13. Buckinx F, Landi F, Cesari M, Fielding RA, Visser M, Engelke K, et al. Pitfalls in the measurement of muscle mass: a need for a reference standard. J Cachexia Sarcopenia Muscle. 2018;9(2):269–78. https://doi.org/10.1002/jcsm.12268.

    Article  PubMed  PubMed Central  Google Scholar 

  14. Buckinx F, Reginster JY, Dardenne N, Croisiser JL, Kaux JF, Beaudart C, et al. Concordance between muscle mass assessed by bioelectrical impedance analysis and by dual energy X-ray absorptiometry: a cross-sectional study. BMC Musculoskelet Disord. 2015;16:60. https://doi.org/10.1186/s12891-015-0510-9.

    Article  PubMed  PubMed Central  Google Scholar 

  15. Cruz-Jentoft AJ, Baeyens JP, Bauer JM, Boirie Y, Cederholm T, Landi F, et al. Sarcopenia: European consensus on definition and diagnosis: report of the European Working Group on Sarcopenia in Older people. Age Ageing. 2010;39(4):412–23. https://doi.org/10.1093/ageing/afq034.

    Article  PubMed  PubMed Central  Google Scholar 

  16. Tanaka T, Takahashi K, Akishita M, Iijima K. Can bioelectrical impedance analysis using a home-use device properly estimate Sarcopenia in community-dwelling older adults? Geriatr Gerontol Int. 2018;18(11):1579–80. https://doi.org/10.1111/ggi.13538.

    Article  PubMed  Google Scholar 

  17. Schaap LA, van Schoor NM, Lips P, Visser M. Associations of sarcopenia definitions, and their components, with the incidence of recurrent falling and fractures: the longitudinal aging study Amsterdam. J Gerontol Biol Sci Med Sci. 2018;73(9):1199–204. https://doi.org/10.1093/gerona/glx245.

    Article  Google Scholar 

  18. Leong DP, Teo KK, Rangarajan S, Lopez-Jaramillo P, Avezum A Jr., Orlandini A, et al. Prognostic value of grip strength: findings from the prospective Urban Rural Epidemiology (PURE) study. Lancet. 2015;386(9990):266–73. https://doi.org/10.1016/s0140-6736(14)62000-6.

    Article  PubMed  Google Scholar 

  19. Alley DE, Shardell MD, Peters KW, McLean RR, Dam TT, Kenny AM, et al. Grip strength cutpoints for the identification of clinically relevant weakness. J Gerontol Biol Sci Med Sci. 2014;69(5):559–66. https://doi.org/10.1093/gerona/glu011.

    Article  Google Scholar 

  20. Xie WQ, He M, Yu DJ, Wu YX, Wang XH, Lv S, et al. Mouse models of Sarcopenia: classification and evaluation. J Cachexia Sarcopenia Muscle. 2021;12(3):538–54. https://doi.org/10.1002/jcsm.12709.

    Article  PubMed  PubMed Central  Google Scholar 

  21. Frontera WR, Zayas AR, Rodriguez N. Aging of human muscle: understanding sarcopenia at the single muscle cell level. Phys Med Rehabil Clin N Am. 2012; 23(1): 201-7, xiii. https://doi.org/10.1016/j.pmr.2011.11.012.

  22. Ciciliot S, Rossi AC, Dyar KA, Blaauw B, Schiaffino S. Muscle type and fiber type specificity in muscle wasting. Int J Biochem Cell Biol. 2013;45(10):2191–9. https://doi.org/10.1016/j.biocel.2013.05.016.

    Article  CAS  PubMed  Google Scholar 

  23. Choi KM. Sarcopenia and sarcopenic obesity. Korean J Intern Med. 2016;31(6):1054–60. https://doi.org/10.3904/kjim.2016.193.

    Article  PubMed  PubMed Central  Google Scholar 

  24. Wannamethee SG, Atkins JL. Muscle loss and obesity: the health implications of Sarcopenia and sarcopenic obesity. Proc Nutr Soc. 2015;74(4):405–12. https://doi.org/10.1017/s002966511500169x.

    Article  PubMed  Google Scholar 

  25. Larsson L, Degens H, Li M, Salviati L, Lee YI, Thompson W, et al. Sarcopenia: aging-related loss of muscle mass and function. Physiol Rev. 2019;99(1):427–511. https://doi.org/10.1152/physrev.00061.2017.

    Article  PubMed  Google Scholar 

  26. Iyer SR, Shah SB, Lovering RM. The neuromuscular junction: roles in aging and neuromuscular disease. Int J Mol Sci. 2021;22(15):8058. https://doi.org/10.3390/ijms22158058.

    Article  PubMed  PubMed Central  Google Scholar 

  27. Rudolf R, Khan MM, Labeit S, Deschenes MR. Degeneration of neuromuscular junction in age and dystrophy. Front Aging Neurosci. 2014;6:99. https://doi.org/10.3389/fnagi.2014.00099.

    Article  PubMed  PubMed Central  Google Scholar 

  28. Zhao Y, Li D. A simulation study on the relation between muscle motor unit numbers and the non-Gaussianity/non-linearity levels of surface electromyography. Sci China Life Sci. 2012;55(11):958–67. https://doi.org/10.1007/s11427-012-4400-1.

    Article  PubMed  Google Scholar 

  29. Juel VC. Evaluation of neuromuscular junction disorders in the electromyography laboratory. Neurol Clin. 2012;30(2):621–39. https://doi.org/10.1016/j.ncl.2011.12.012.

    Article  PubMed  Google Scholar 

  30. Nielsen M, Graven-Nielsen T, Farina D. Effect of innervation-zone distribution on estimates of average muscle-fiber conduction velocity. Muscle Nerve. 2008;37(1):68–78. https://doi.org/10.1002/mus.20895.

    Article  PubMed  Google Scholar 

  31. Jang YC, Van Remmen H. Age-associated alterations of the neuromuscular junction. Exp Gerontol. 2011;46(2–3):193–8. https://doi.org/10.1016/j.exger.2010.08.029.

    Article  CAS  PubMed  Google Scholar 

  32. Mannion AF, Dumas GA, Stevenson JM, Cooper RG. The influence of muscle fiber size and type distribution on electromyographic measures of back muscle fatigability. Spine (Phila Pa 1976). 1998;23(5):576–84. https://doi.org/10.1097/00007632-199803010-00010.

    Article  CAS  PubMed  Google Scholar 

  33. Hirono T, Takeda R, Nishikawa T, Okudaira M, Kunugi S, Yoshiko A, et al. Motor unit firing patterns in older adults with low skeletal muscle mass. Arch Gerontol Geriatr. 2024;116:105151. https://doi.org/10.1016/j.archger.2023.105151.

    Article  PubMed  Google Scholar 

  34. Henneman E, Somjen G, Carpenter DO. Functional significance of cell size in spinal motoneurons. J Neurophysiol. 1965;28:560–80. https://doi.org/10.1152/jn.1965.28.3.560.

    Article  CAS  PubMed  Google Scholar 

  35. Hu CH, Yang CC, Tu SJ, Huang IJ, Ganbat D, Guo LY. Characteristics of the electrophysiological properties of neuromuscular motor units and its adaptive strategy response in lower extremity muscles for seniors with pre-sarcopenia: a preliminary study. Int J Environ Res Public Health. 2021;18(6). https://doi.org/10.3390/ijerph18063063.

  36. Stålberg EV, Sonoo M. Assessment of variability in the shape of the motor unit action potential, the jiggle, at consecutive discharges. Muscle Nerve. 1994;17(10):1135–44. https://doi.org/10.1002/mus.880171003.

    Article  PubMed  Google Scholar 

  37. Gilmore KJ, Morat T, Doherty TJ, Rice CL. Motor unit number estimation and neuromuscular fidelity in 3 stages of Sarcopenia. Muscle Nerve. 2017;55(5):676–84. https://doi.org/10.1002/mus.25394.

    Article  PubMed  Google Scholar 

  38. Turimov Mustapoevich D, Kim W. Machine learning applications in Sarcopenia detection and management: a comprehensive survey. Healthc (Basel). 2023;11(18):2483. https://doi.org/10.3390/healthcare11182483.

    Article  Google Scholar 

  39. Leone A, Rescio G, Manni A, Siciliano P, Caroppo A. Comparative analysis of supervised classifiers for the evaluation of Sarcopenia using a sEMG-based platform. Sens (Basel). 2022;22(7):2721. https://doi.org/10.3390/s22072721.

    Article  Google Scholar 

  40. Battineni G, Chintalapudi N, Amenta F. Machine learning in medicine: performance calculation of dementia prediction by support vector machines (SVM). Inf Med Unlocked. 2019;16:100200. https://doi.org/10.1016/j.imu.2019.100200.

    Article  Google Scholar 

  41. Jordan MI, Mitchell TM. Machine learning: Trends, perspectives, and prospects. Science. 2015;349(6245):255–60. https://doi.org/10.1126/science.aaa8415.

    Article  CAS  PubMed  Google Scholar 

  42. Sun J, Liu G, Sun Y, Lin K, Zhou Z, Cai J. Application of surface electromyography in exercise fatigue: a review. Front Syst Neurosci. 2022;16:893275. https://doi.org/10.3389/fnsys.2022.893275.

    Article  PubMed  PubMed Central  Google Scholar 

  43. Ghorbanian P, Devilbiss DM, Hess T, Bernstein A, Simon AJ, Ashrafiuon H. Exploration of EEG features of Alzheimer’s disease using continuous wavelet transform. Med Biol Eng Comput. 2015;53(9):843–55. https://doi.org/10.1007/s11517-015-1298-3.

    Article  PubMed  Google Scholar 

  44. Leao RN, Burne JA. Continuous wavelet transform in the evaluation of stretch reflex responses from surface EMG. J Neurosci Methods. 2004; 133(1–2): 115 – 25. https://doi.org/10.1016/j.jneumeth.2003.10.003.

  45. Krishnan B, Zanelli S, Boudaoud S, Scapucciati L, McPhee J, Jiang N. Age-sensitive high density surface electromyogram indices for detecting muscle fatigue using core shape modelling. Biomed Signal Process Control. 2023;81:104446. https://doi.org/10.1016/j.bspc.2022.104446.

    Article  Google Scholar 

  46. Brown G, Springer US. 2010: 312 – 20.

  47. Noble WS. What is a support vector machine? Nat Biotechnol. 2006;24(12):1565–7. https://doi.org/10.1038/nbt1206-1565.

    Article  CAS  PubMed  Google Scholar 

  48. Breiman L. Random forests. Mach Learn. 2001;45(1):5–32. https://doi.org/10.1023/A:1010933404324.

    Article  Google Scholar 

  49. Cha GW, Moon HJ, Kim YC. Comparison of random forest and gradient boosting machine models for predicting demolition waste based on small datasets and categorical variables. Int J Environ Res Public Health. 2021;18(16):8530. https://doi.org/10.3390/ijerph18168530.

    Article  PubMed  PubMed Central  Google Scholar 

  50. Wong T-T. Performance evaluation of classification algorithms by k-fold and leave-one-out cross validation. Pattern Recognit. 2015;48(9):2839–46. https://doi.org/10.1016/j.patcog.2015.03.009.

    Article  Google Scholar 

  51. Bradley AP. The use of the area under the ROC curve in the evaluation of machine learning algorithms. Pattern Recognit. 1997;30(7):1145–59. https://doi.org/10.1016/S0031-3203(96)00142-2.

    Article  Google Scholar 

  52. Lundberg SM, Lee S-I. A unified approach to interpreting model predictions [M]. Proceedings of the 31st International Conference on Neural Information Processing Systems. Long Beach, California, USA;, Curran. Associates Inc. 2017: 4768–77.

  53. Habenicht R, Ebenbichler G, Bonato P, Kollmitzer J, Ziegelbecker S, Unterlerchner L, et al. Age-specific differences in the time-frequency representation of surface electromyographic data recorded during a submaximal cyclic back extension exercise: a promising biomarker to detect early signs of Sarcopenia. J Neuroeng Rehabil. 2020;17(1):8. https://doi.org/10.1186/s12984-020-0645-2.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  54. Tian SL, Liu Y, Li L, Fu WJ, Peng CH. Mechanomyography is more sensitive than EMG in detecting age-related Sarcopenia. J Biomech. 2010;43(3):551–6. https://doi.org/10.1016/j.jbiomech.2009.09.034.

    Article  PubMed  Google Scholar 

  55. Hepple RT, Rice CL. Innervation and neuromuscular control in ageing skeletal muscle. J Physiol. 2016;594(8):1965–78. https://doi.org/10.1113/jp270561.

    Article  CAS  PubMed  Google Scholar 

  56. Hourigan ML, McKinnon NB, Johnson M, Rice CL, Stashuk DW, Doherty TJ. Increased motor unit potential shape variability across consecutive motor unit discharges in the tibialis anterior and vastus medialis muscles of healthy older subjects. Clin Neurophysiol. 2015;126(12):2381–9. https://doi.org/10.1016/j.clinph.2015.02.002.

    Article  PubMed  Google Scholar 

  57. Imrani L, Boudaoud S, Lahaye C, Moreau C, Ghezal M, Ben Manaa S, et al. High-density surface electromyography as biomarker of muscle aging. J Gerontol Biol Sci Med Sci. 2023;78(1):25–33. https://doi.org/10.1093/gerona/glac143.

    Article  Google Scholar 

  58. Cho YH, Park YG, Kim S, Park JU. 3D electrodes for bioelectronics. Adv Mater. 2021;33(47):e2005805. https://doi.org/10.1002/adma.202005805.

    Article  CAS  PubMed  Google Scholar 

  59. Yuk H, Lu B, Zhao X. Hydrogel bioelectronics. Chem Soc Rev. 2019;48(6):1642–67. https://doi.org/10.1039/c8cs00595h.

    Article  CAS  PubMed  Google Scholar 

  60. Lim C, Hong YJ, Jung J, Shin Y, Sunwoo SH, Baik S, et al. Tissue-like skin-device interface for wearable bioelectronics by using ultrasoft, mass-permeable, and low-impedance hydrogels. Sci Adv. 2021;7(19):eabd3716. https://doi.org/10.1126/sciadv.abd3716.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  61. Gu S, Wang L, Han R, Liu X, Wang Y, Chen T, et al. Detection of Sarcopenia using deep learning-based artificial intelligence body part measure system (AIBMS). Front Physiol. 2023;14:1092352. https://doi.org/10.3389/fphys.2023.1092352.

    Article  PubMed  PubMed Central  Google Scholar 

  62. Wang Y, Haick H, Guo S, Wang C, Lee S, Yokota T, et al. Skin bioelectronics towards long-term, continuous health monitoring. Chem Soc Rev. 2022;51(9):3759–93. https://doi.org/10.1039/D2CS00207H.

    Article  CAS  PubMed  Google Scholar 

  63. Yang JC, Mun J, Kwon SY, Park S, Bao Z, Park S. Electronic skin: recent progress and future prospects for skin-attachable devices for health monitoring, robotics, and prosthetics. Adv Mater. 2019;31(48):e1904765. https://doi.org/10.1002/adma.201904765.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

We are thankful for the assistance of the community workers in data collection.

Funding

This work was supported by a 1.3.5 project for disciplines of excellence from West China Hospital (#ZYYC22001) and an NSERC Discovery Grant (#RGPIN-04137-2016).

Author information

Authors and Affiliations

Authors

Contributions

Conceptualization, NL, JYH, and NJ; methodology, NL, HRH, NJ, and JYH; data analysis, NL and JRO; investigation, NL, JRO, JYH, LZ, ZCP, JWZ, and NJ; resources, JYH, LZ, and NJ; data curation, NL, JRO, HRH, ZCP and, JWZ; original draft preparation, NL, JRO; review and editing, NL, JRO, ZCP, JWZ, and NJ; supervision, JYH, LZ and NJ; project administration, JYH, LZ, and NJ; funding acquisition, JYH, LZ, and NJ. All authors have read and agreed to the published version of the manuscript.

Corresponding author

Correspondence to Ning Jiang.

Ethics declarations

Ethics approval and consent to participate

The study was conducted by the declaration of Helsinki and approved by the ethics subcommittee of West China Hospital of Sichuan University (WCHSCU_2023_317).

Consent for publication

Not Applicable.

Competing interests

The authors declare no competing interests.

Additional information

Publisher’s Note

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

Rights and permissions

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

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Li, N., Ou, J., He, H. et al. Exploration of a machine learning approach for diagnosing sarcopenia among Chinese community-dwelling older adults using sEMG-based data. J NeuroEngineering Rehabil 21, 69 (2024). https://doi.org/10.1186/s12984-024-01369-y

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12984-024-01369-y

Keywords