Next Article in Journal
FDNet: Knowledge and Data Fusion-Driven Deep Neural Network for Coal Burst Prediction
Next Article in Special Issue
To Assist Oncologists: An Efficient Machine Learning-Based Approach for Anti-Cancer Peptides Classification
Previous Article in Journal
The Size Dependence of Microwave Permeability of Hollow Iron Particles
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Muscle Mass Measurement Using Machine Learning Algorithms with Electrical Impedance Myography

1
Department of Biomedical Engineering, National Cheng Kung University, Tainai 701, Taiwan
2
Department of Occupational Therapy, National Cheng Kung University, Tainan 701, Taiwan
3
Department of Physical Education, National Kaohsiung Normal University, Kaohsiung City 80201, Taiwan
4
Biomedical Information Engineering Laboratory, The University of Aizu, Aizu-Wakamatsu City, Fukushima 965-8580, Japan
5
Department of Computer Science and Information Engineering, Chaoyang University of Technology, Taichung 413310, Taiwan
*
Author to whom correspondence should be addressed.
Sensors 2022, 22(8), 3087; https://doi.org/10.3390/s22083087
Submission received: 30 March 2022 / Revised: 15 April 2022 / Accepted: 16 April 2022 / Published: 18 April 2022

Abstract

:
Sarcopenia is a wild chronic disease among elderly people. Although it does not entail a life-threatening risk, it will increase the adverse risk due to the associated unsteady gait, fall, fractures, and functional disability. The import factors in diagnosing sarcopenia are muscle mass and strength. The examination of muscle mass must be carried in the clinic. However, the loss of muscle mass can be improved by rehabilitation that can be performed in non-medical environments. Electronic impedance myography (EIM) can measure some parameters of muscles that have the correlations with muscle mass and strength. The goal of this study is to use machine learning algorithms to estimate the total mass of thigh muscles (MoTM) with the parameters of EIM and body information. We explored the seven major muscles of lower limbs. The feature selection methods, including recursive feature elimination (RFE) and feature combination, were used to select the optimal features based on the ridge regression (RR) and support vector regression (SVR) models. The optimal features were the resistance of rectus femoris normalized by the thigh circumference, phase of tibialis anterior combined with the gender, and body information, height, and weight. There were 96 subjects involved in this study. The performances of estimating the MoTM used the regression coefficient (r2) and root-mean-square error (RMSE), which were 0.800 and 0.929, and 1.432 kg and 0.980 kg for RR and SVR models, respectively. Thus, the proposed method could have the potential to support people examining their muscle mass in non-medical environments.

1. Introduction

The lifespan of the world’s population is increasing and society is gradually aging. According to the report of the United Nations, the number of elderly people (over 65 years of age) in the world in 2019 was 703 million, and this is estimated to double to 1.5 billion by 2050 [1]. In Taiwan, the report of the National Development Council indicated that the elderly population over 65 years of age will exceed 20% of the national population in 2026 [2]. For healthy adults, aging results in a progressive loss of muscle mass and strength. According to the study of Kim and Choi, people over forty years would have 8% loss of muscle mass every decennium. When their ages are over seventy years, the muscle mass loss would be 15% every decennium [3]. Although the loss of muscle mass and strength is interdependent, the loss of muscle strength occurs at least 2–4 times faster than the loss of muscle mass. Its behavior is also a more important risk factor for predicting adverse outcomes, such as unsteady gait, fall, fractures, and even the increased risk of disability and death [4]. Many studies have shown that the decline of lower limb muscles is greater than that of the upper limb [5,6,7]. Thus, sarcopenia is currently a hot topic for the aging society, which is defined as the progressive reduction in muscle mass in elderly people [8], and serves as the physical functional criteria, such as low muscle strength and low physical performance [9,10].
There are some diagnostic criteria for sarcopenia provided by the European Working Group on Sarcopenia in Older People, International Working Group on Sarcopenia and Asian Working Group for Sarcopenia. The examined items include the muscle mass, muscle strength, and physical performance, which are carried out step by step. The different working groups advocate the different criteria [11]. There are three main techniques used to estimate skeletal muscle mass, including computed tomography (CT) [12], magnetic resonance imaging (MRI) [13], and dual energy X-ray absorptiometry (DXA) [14,15]. However, these techniques all require professional operators to perform the examination in clinical practice. Therefore, how to develop a measurement method used in non-medical place will be a challenging issue.
Electromyography (EMG) measures the electrical activity in motor neurons and muscle fibers during muscle contraction, which allows for the early diagnosis of neuromuscular diseases, including neuropathies, myopathies, and motor neuron diseases [16,17]. Because the morphology of the EMG signal during the isotonic or isometric contractions represents the size and shape of muscle fiber territories, the characteristics of the time or frequency domain of EMG signal are used to evaluate the muscle condition [18,19,20]. The effect of aging on the EMG amplitude during dynamic contractions presents a sufficient difference [21]. Tian et al. studied the performances of EMG and mechanomyography in detecting age-related sarcopenia [22]. Leone et al. used the morphology of EMG signal to evaluate the levels of sarcopenia [23]. However, the EMG measurement requires the performance of muscle contraction via electrical stimulation or voluntary activity. Thus, patients will feel uncomfortable.
Bioelectrical impedance analysis has been used in many physiological measurements, and it is a physical measure of the ionic conduction of a specific body segment in contrast with electrical conduction characteristics [24,25]. Bioimpedance is a complex quantity composed of the resistance caused by total body water and reactance caused by the capacitance of the cells [26]. The change of the reactance in the blood is modulated by the orientation of red cells being changed when the blood flows [27]. Thus, it could be used to measure the hemodynamic parameters, e.g., blood flow, stroke volume, and thoracic fluid. Impedance cardiography is the most important application [28]. Liu et al. used impedance plethysmography (IPG) to perform cuffless blood pressure measurement [29]. Some previous studies used this technique to measure the mass of the interested muscle, which is called the electrical impedance myography (EIM) [30]. Tanaka et al. used EIM to measure the skeletal muscle mass in the limb segment in comparison to measure via the MRI method. There was a standard error of 6.1% [31]. Rutkove et al. used EIM to evaluate amyotrophic lateral sclerosis (ALS), which had a high relation with the hand-held dynamometry (correlation coefficient (r) of 0.82) and the ALS Functional Rating Scale Revised (r of 0.74) [32]. Kortman et al. found that the dependency among phase of EIM, age, and gender for the skeletal muscle was high [5].
Machine learning (ML) algorithms are considered promising approaches for clinical prediction and classification problems, which include convolutional neural networks, support vector machines, random forests, and many others [33,34]. An ML method primarily includes the feature engineering, appropriate ML algorithm, training and evaluation of model performance, and using the trained model to predict the unknown data [35,36]. The feature processing is an important issue that can directly affect the performance of an ML algorithm. The more accurate the features, the higher the performance of the ML algorithm. Liu et al used a multilayer neural network to estimate cuffless blood pressure [37]. Mahajan et al. used logistic regression and random forest to evaluate heart failure [38]. Kwon et al. applied the one-dimension convolution neural network to estimate the change of stroke volume with the blood pressure waveform [39]. Although ML methods have been popularly used for clinical prediction for some issues, some traditional statistical analysis methods have also reignited interest in exploiting these fields [40,41].
This study aims to estimate the total mass of thigh muscles (MoTM) by EIM with ML algorithms. Seven muscles of lower limbs were measured, including rectus femoris, vastus lateralis, medial femoris, tibialis anterior, semitendinosus, biceps femoris, and gastrocnemius. The parameters of EIM were the impedance, resistance, reactance, and phase, and the body information included age, weight, body mass index (BMI), gender, thigh circumference, and calf circumference. Thus, the number of total parameters was thirty-seven. Recursive feature elimination (RFE) was used to select the important parameters as the features for ML input. Two ML models, namely ridge regression (RR) and support vector regression (SVR), were used, and their performances were verified by the data from ninety-six subjects.

2. Materials and Methods

Figure 1 shows the framework of this study. An EIM measurement system was developed, which includes an impedance measurement module and a data acquisition board. A graphic user interface (GUI) was also designed to display and record the EIM signals. According to the guide for the examination of sarcopenia [11], we recruited 96 subjects to evaluate the skeletal muscular mass of their lower limbs. The optimal parameters were determined by recursive feature elimination. Finally, two ML models used these parameters to estimate the total MoTM.

2.1. EIM Measurement System

An impedance measurement module (BIOPAC EP 100, BIOPAC® System, Goleta, CA, USA) was used to measure four parameters of the interesting skeletal muscles. A DAQ board (NI DAQ USB-6361, National Instruments, Austin, TX, USA) was used to acquire the EIM signals, i.e., phase and impedance.

2.1.1. Calibration of EIM Measurement System

The sampling rate was 500 Hz in the EIM measurement system. The input alternating current was 50 kHz in frequency and 0.4 mA (root mean square, RMS). The impedance sensitivity was 100 Ω/voltage, and the phase sensitivity was 9°/voltage. The cutoff frequency of low-pass filter was 10 Hz. Figure 2 shows the placement of four electrodes and the distribution of the electric field. The four electrodes include two current electrodes (positive and negative terminals, HC and LC) and two voltage electrodes (positive and negative terminals, HP and LP). The parameters of EIM are resistance (R), reactance (Z), phase (P), and impedance (I). The relation among R, Z, P, and I is defined below,
I = R 2 + Z 2
P = t a n 1 Z R
The output signals of the EP 100 module are impedance I and phase P. According to Equations (1) and (2), Z and R can be calculated by the measured I and P. We calibrated the impedance measurement module with a resistor box and a capacitor box, respectively. Figure 3a shows the calibration of resistance. The dots indicate the measured points, and the red line is the practical calibrated line (regression line) approximated by the measured points. The blue line is the designed ideal line. The mean square error was 0.052 Ω, and the square of the correlation coefficient r2 was 1.00. Equation (3) shows the calibrating function of the resistor:
y = 0.99 x + 1.02 ,
where x is actual resistance (Ω) and y is the measured resistance (Ω). Figure 3b shows the calibration of reactance. The red line is the calibrated line, and the blue line is the designed ideal line. The mean square error was 0.042 Ω, and r2 was 1.00. Equation (4) shows the calibrating function of the resistor,
y = 0.98 x + 0.57 ,
where x is actual reactance (Ω), and y is the measured reactance (Ω).

2.1.2. Placement of Electrodes

Sanchez et al. suggested that the error of placement of electrodes in the EIM would affect the reproducibility according to the intraclass correlation coefficient (ICC) [30]. The larger the ICC, the smaller the error rate of the distance between the two electrodes. Moreover, the four electrodes must be aligned. In this study, we defined the placement of four electrodes with two schemes, 5 cm and 7 cm in length, to fit for the larger and smaller muscles, respectively. We used the translucent tapes to make the markers for electrode positioning, as shown in Figure 4. The length of the left tape is 5 cm, and that of the right one is 7 cm.

2.2. Experiment Protocol

The potential subjects underwent the hand-grip strength and walk test before participation in the experiment. The participants had to perform 28 kg and 18 kg grips for the male and female subjects, respectively. Moreover, their walking speeds must be over 0.8 m/second. There were 96 subjects participating in this study, and the number of male and female subjects was 42 and 54, respectively. The information of subjects is shown in Table 1, which includes age, height, weight, BMI, as well as thigh and calf circumferences. The experiment protocol was approved by the Institutional Review Board, National Cheng Kung University Hospital (NCKUH). Written informed consent was obtained from each participant prior to entering the test procedure. (B-ER-108-126)
According to the previous studies, the masses of lower limb muscles declined easier than those of upper limb muscles when people have sarcopenia [5,6,42]. Thus, we measured the tibialis anterior and gastrocnemius in the calf muscles, and vastus lateralis, rectus femoris, medial famous, biceps femoris, and semitendinosus in the thigh muscles. Table 2 shows the landmarks of each muscle. The vastus lateralis, medial famous, and tibialis anterior muscles belong to the small muscles, the other muscles belong to the large muscles.
A subject was requested to comfortably lie supine on a table whose face was upward. We measured the thigh and calf circumferences. Then, the total MoTM was measured by the InBody S10 (InBody Co. Ltd. Korea) as the reference. Next, the subject was asked to maintain the same posture. Four BIOPAC EP 100 modules were used synchronously to measure the masses of vastus lateralis, rectus femoris, medial femoris, and tibialis anterior at approximately 60 s. Finally, the subject was requested to change their posture with face downward. Three BIOPAC EP 100 modules were used synchronously to measure the masses of biceps femoris, semitendinosus, and gastrocnemius.

2.3. Extracting Features

Figure 5 shows the flowchart of extracting features. The RFE is used to search the optimal parameters [43,44] as the features to estimate the MoTM. The parameters of 85 subjects randomly selected from the 96 subjects are the raw data. In order to reduce the flag problems, such as overfitting or selection bias, the RFE uses the five-fold cross validation to evaluate the optimal parameters. Table 3 shows the used parameters of subjects that not only include the EIM parameters, but also contain the body information of subjects. Thus, there are 34 parameters. RFE fitted a model to remove the weakest features until the specified number of features was reached. All features were ranked by r2 of the model, and by recursively eliminating a feature with the lowest coefficient per loop. The lower the impact feature, the lower the change of coefficient. Thus, RFE could eliminate the features with the dependencies and collinearity existing in the model.

2.4. Machine Learning Models

The traditional regression problem usually uses the linear multiple-regression method that fits the regression curve as close to the training data as possible. This would cause the testing data to contain an amount of error, which is called the overfitting problem, if the input variables are highly correlated. Therefore, the training regression curve should not be too close to the training data, so that the predictions have better results. In this study, we used two machine learning models with the concept of error margin, RR, and SVR, to estimate MoTM.

2.4.1. Ridge Regression

A linear multiple-regression model is written below,
y ^ = j = 1 p β j x j + ε
where y ^ is the estimated value, xj is the independent variable, βj is the coefficient, p is the number of independent variables, and ε is residual error. A loss function (L) will be defined by the regression function, as in Equation (6),
L ( y , f ( x ) ) = 1 N i = 1 N L ( y i , f ( x i ) )
The sum square error (SSE) is usually used as a loss function, and the object is to minimize the loss function to estimate the βj,
m i n i m i z e { S E E = i N ( y i y i ^ ) 2 }
where yi is the observed value and N is the number of observed values. Ridge regression (RR) adds the penalty parameter to the objective function [45],
m i n i m i z e { S E E + λ j p β j 2 }
Because this parameter is a second-order penalty for the coefficient, it is also called the L2 penalty parameter. The value of the L2 penalty parameter can be controlled by λ. When λ approaches 0, Equation (8) is equal with Equation (7). When λ approaches to the infinite, all coefficients approach 0. In this study, λ is set to 0.1.

2.4.2. Support Vector Regression

The difference between SVR and linear regression is that an error margin is acceptable to find an appropriate model to fit the data. In Equation (9), the error term (ε) is instead handled in the constraints, where the absolute error is less than or equal to a specified margin, called the maximum error,
| y i y i ^ | ε
Thus, a loss function (L) is defined by a regression function (f) and adds the constraint, a specified margin. However, this margin could not comprise all of the data. Some of the data still fall outside the margin. Therefore, a slack variable is defined such that any data falling outside of ϵ is denoted its deviation from the margin as ξ. The objective function can add the slack variable below,
m i n i m i z e { L ( y ,   f ( x ) + C i = 1 N | ξ i | }
The margin is changed as,
| y i y i ^ | ε + | ξ i |
Moreover, SVR can use the different kernel functions, linear or nonlinear functions, to convert the nonlinear data distribution to the linear distribution [46]. In this study, the kernel function is a 2nd-order polynomial function, C is set to 0.1, and ξ to 0.3.

3. Results

The results of this study included the optimal features and MoTM estimation. For the search of optimal features, we not only studied the impact of each parameter, but also combined the complementary parameters to yield a more significant feature set. Then, the performances of MoTM estimation by RR and SVR models were compared.

3.1. Optimal Feature Sets

According to the description in Section 2.3, the impact of each feature depends on the regression models. After the RFE process, we only chose the parameters with positive weight coefficients. Table 4 shows the ranks and weight coefficients of these parameters under RR and SVR. There are nine and eight parameters for RR and SVR, respectively. We used theses parameters as the feature sets to train RR and SVR models, whose regression coefficient (r2) were 0.812 and 0.831, separately.
The gender parameter is the categorical variable, and TC and CC are the geometric variables which are affected by the bone, tissue, fat, and muscle. Thus, we combined these parameters with EIM parameters to yield a more substantial feature set. From Table 4, the major thigh muscles are the rectus femoris and vastus laterals, and the major calf muscles are the gastrocnemius and tibialis anterior. The new EIM features for the thigh muscles were the RF_R, RF_Z, and VL_Z parameters normalized by the TC parameter, which individually added to the original feature vectors to train the RR and SVR models. Table 5 shows the regression coefficient (r2) for the RR and SVR models. The RF_R/TC has the best performance for RR and SVR models, whose r2 values increase to 0.816 and 0.840.
The new EIM features for the calf muscles were the TA_P and GT_P parameters combining with the gender parameter, i.e., the means of TA_P and GT_P for the male and female groups separately multiplying with the TA_P and GT_P in the male and female groups. These new features were individually added to the original feature vectors to train the RR and SVR models. Table 6 shows the regression coefficient (r2) for the RR and SVR models. The TA_P_Gender has the best performance for RR and SVR models, whose r2 values increase to 0.825 and 0.840.

3.2. Performance of Regression Models

In Table 4, the body information are the height, weight, and gender. However, the gender parameter has been combined with the EIM parameter. Thus, we chose the height and weight as the features. Moreover, in Table 5 and Table 6, the RF_R/TC and TA_P_Gender features have the best performance. Thus, we also chose these two features. Then, the final features were height, weight, RF_R/TC, and TA_P_Gender, which were used to train the RR and SVR models again. The subjects who were not used to train the models were used as the testing data. The number of testing samples was 11. The regression coefficients (r2) of RR and SVR models were 0.800 and 0.929, and the RMSEs were 1.432 kg and 0.980 kg, respectively.

4. Discussion

According to the study of Chen et al., the sarcopenia diagnosis not only measures the skeletal muscle mass and strength, but also tests some physical performances [11]. The measurement of skeletal muscle mass implies significant costs in terms of clinical practice. Although some commercial apparatus with bioelectrical impedance analysis (BIA) technology can measure the global muscle mass, its price and size are hard to accept in the context of homecare. The benefits of EIM are that it can measure the electrical parameters of single muscle and its operation is much easier than BIA. Thus, when the injured muscle is improved with rehabilitation, EIM could measure the real change of this muscle [47]. In this study, an apparatus, InBody S10, with the BIA technology was used to measure the total MoTM. However, we only measured the RF_R and TA_P parameters with the EIM method and body information to estimate the MoTM based on the RR and SVR models. The regression coefficients (r2) between two methods were 0.800 and 0.929, respectively.
According to the study of Janssen et al., the parameters of estimating skeletal muscle mass were the height, age, gender, and resistance of BIA [48]. The regression coefficients (r2) approached 0.86. In our study, we proposed 34 parameters, including the body information of subject (excluding age) and parameters of EIM, as shown in Table 3. Different machine learning algorithms may perform properly with different feature sets, even if they are using the same training set [49]. Therefore, we used the RFE method to rank these parameters for RR and SVR models. In Table 4, the height, weight, gender, and RF_R are the common parameters for two models. This result was very close to the previous study.
For the traditional regression estimation, the categorical parameters, such as gender, country, or race, are difficult to utilize because they are only encoded. Therefore, the regression functions depend on the different categorical parameters to increase the estimating accuracy [5,50]. In Table 4, the impact ranking of gender parameter is only second based on RR and SVR models. Thus, the performance of RR and SVR models built on the different genders could not be improved. The external direct product in the group theorem is a general method to process the data of two groups [51]. Thus, we used this method to reinforce the differences of EIM parameters for the different genders.
Theoretically, more features should result in better discriminating performance, but the practical experience for the machine learning algorithms shows this doctrine not to be applicable for many cases [37,52,53,54]. A regression model with more features would possibly reduce modeling bias. However, its predicting accuracy would decrease, and its computational complexity would increase. Hence, we used RFE to select the optimal feature set. The number of features for RR and SVR models was reduced to 10 and nine. Moreover, another method with dimensionality reduction, also known as feature extraction, usually uses the linear combination with the given features to reduce the size of feature space without losing information of the original feature space [55]. In this study, we tried to combine the parameters of EIM with the body information, including thigh circumference and gender. In Table 5 and Table 6, RF_R_TC and TA_P_Gender features significantly increase the performance of RR and SVR models. Thus, we only selected four features, namely height, weight, RF_R_TC, and TA_P_Gender, to estimate the total MoTM. The SVR model had the better performance, with a regression coefficient (r2) of 0.929 and RMSE of 0.98 kg.
Aaron et al. [56] and Tarulli [57] found the relation between the phase parameter of EIM measuring the TA and GT muscles and age and muscle atrophy. In Table 4, the TA_P and GT_P parameters are the important features for the RR and SVR models. Moreover, Kortman et al. found that the changes of resistance and reactance parameters of EIM for the skeletal muscle would be affected by the age and gender of subjects [5]. In Table 4, RF_R and RF_Z parameters also are the important features.
There are three reasons for the loss of mass, namely a reduction in the number of muscle fibers, shrinking in the size of muscle fibers, and transformation of muscle fibers into type I fibers. The different conditions will make the changes of the different parameters of EIM. For the change of muscle fiber number, the resistance parameter of EIM will increase, and the phase parameter will decrease. For the change of muscle fiber size, the intracellular fluid of muscle will decrease, which would cause a drop in the phase parameter of EIM. In this study, subjects, excluding those have injurious lower limbs and muscle weakness, generally have one of the three conditions listed above. The proposed method only used the resistance and phase parameters of EIM to estimate the muscle mass of lower limbs. Thus, this is considered as the limitation of this study.
Moreover, the BIA method includes the EIM and IPG, which not only measures the impedance of muscles, but also measures the tissue components including the fat, vessel wall, skin, etc., and the blood flow. Wróbel et al. proposed a pulse-dynamics analysis to calibrate these potential error parameters [58]. The pulse signal can be measured by the IPG [29]. Thus, in the future, the EIM signal could be calibrated by the dynamic pulse signal measured by IPG to reduce the distortions induced by lipids in the skin of various thickness for individual patients.

5. Conclusions

Sarcopenia is a prevalent disease for elderly people when their limbs or vertebra are injured. Moreover, the muscle mass usually decreases with age. Thus, people could avoid the loss of muscle mass with therapy for physical fitness. The development of a measurement system used in a non-medical environment could support people with the hidden risk of sarcopenia to examine their muscle mass condition every day. In this study, the contribution is to utilize the data mining technique, extracting important features, such as the resistance and phase parameters of EIM, and body information, and using two machine learning algorithms, namely RR and SVR, for estimating the total MoTM. Their regression coefficient (r2) and RMSE all are better than previous studies. Thus, the proposed method has the potential for screening skeletal muscle mass in non-medical environments in the future.

Author Contributions

Conceptualization, K.-S.C.; methodology, K.-S.C.; software, Y.-L.S.; validation, Y.-L.S. and K.-S.C.; writing—original draft preparation, Y.-L.S. and S.-H.L.; writing—review and editing, S.-H.L. and W.C.; supervision: K.-S.C.; project administration: K.-S.C.; funding acquisition: K.-S.C. and S.-H.L.; clinical support: L.-C.K., T.-H.Y., and C.-L.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported in part by the Ministry of Science and Technology, Taiwan, under grants MOST 109–2221-E-006-073-MY2, MOST 109-109-2221-E-324 -002-MY2.

Institutional Review Board Statement

The study was conducted according to the guidelines of the Declaration of Helsinki and approved by the Research Ethics Committee of National Cheng Kung University Hospital (No. B-ER-108-126), Taiwan.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Acknowledgments

The authors would like to acknowledge National Cheng Kung University Hospital (Taiwan) for the administrative support.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

EIM electronic impedance myography
RFE recursive feature elimination
RRridge regression
SVR support vector regression
RMSEroot-mean-square-error
CT computed tomography
MRI magnetic resonance imaging
DXA dual energy X-ray absorptiometry
EMG electromyography
IPG impedance plethysmography
EIM impedance myography
ALS amyotrophic lateral sclerosis
MLmachine learning
MoTM total mass of thigh muscles
BMI body mass index
REF recursive feature elimination
GUI graphic user interface
RMS root mean square
R resistance
Z reactance
P phase
I impedance
ICC intraclass correlation coefficient
TC thigh circumference
CC calf circumference
RF rectus femoris
VL vastus lateralis
MF medial femoris
TA tibialis anterior
ST semitendinosus
BF biceps femoris
GT gastrocnemius
SSE sum square error
r2 regression coefficient

References

  1. Department of Economic Social Affairs, United Nations. World Population Ageing 2019; United Nations: New York, NY, USA, 2019. [Google Scholar]
  2. National Development Council. Available online: https://www.ndc.gov.tw/Content_List.aspx?n=695E69E28C6AC7F3 (accessed on 28 April 2021).
  3. Kim, T.N.; Choi, K.M. Sarcopenia: Definition, epidemiology, and pathophysiology. J. Bone Metab. 2013, 20, 1–10. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Wall, B.T.; Dirks, M.L.; Van Loon, L.J. Skeletal muscle atrophy during short-term disuse: Implications for age-related sarcopenia. Ageing Res. Rev. 2013, 12, 898–906. [Google Scholar] [CrossRef] [PubMed]
  5. Kortman, H.G.J.; Wilder, S.C.; Geisbush, T.R.; Narayanaswami, P.; Rutkove, S.B. Age- and gender-associated differences in electrical impedance values of skeletal muscle. Physiol. Meas. 2013, 34, 1611–1622. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  6. Abe, T.; Loenneke, J.P.; Thiebaud, R.S.; Fukunaga, T. Age-related site-specific muscle wasting of upper and lower extremities and trunk in Japanese men and women. Age 2014, 36, 813–821. [Google Scholar] [CrossRef]
  7. Abe, T.; Sakamaki, M.; Yasuda, T.; Bemben, M.G.; Kondo, M.; Kawakami, Y.; Fukunaga, T. Age-related, site-specific muscle loss in 1507 Japanese men and women aged 20 to 95 years. J. Sports Sci. Med. 2011, 10, 145–150. [Google Scholar]
  8. Cruz-Jentoft, A.J.; Landi, F.; Schneider, S.M.; Zúñiga, C.; Arai, H.; Boirie, Y.; Chen, L.-K.; Fielding, R.A.; Martin, F.C.; Michel, J.-P.; 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, 748–759. [Google Scholar] [CrossRef]
  9. Cruz-Jentoft, A.J.; Baeyens, J.P.; Bauer, J.M.; Boirie, Y.; Cederholm, T.; Landi, F.; Martin, F.C.; Michel, J.-P.; Rolland, Y.; Schneider, S.M.; et al. Sarcopenia: European consensus on definition and diagnosis—report of the European working group on sarcopenia in older People. Age Ageing 2010, 39, 412–423. [Google Scholar] [CrossRef] [Green Version]
  10. Boutin, R.D.; Yao, L.; Canter, R.J.; Lenchik, L. Sarcopenia: Current concepts and imaging implications. Am. J. Roentgenol. 2015, 205, W255–W266. [Google Scholar] [CrossRef]
  11. Chen, L.-K.; Woo, J.; Assantachai, P.; Auyeung, T.W.; Chou, M.Y.; Iijima, K.; Jang, H.C.; Kang, L.; Kim, M.; Kim, S.; et al. Asian working group for sarcopenia: 2019 consensus update on sarcopenia diagnosis and treatment. J. Am. Med. Dir. Assoc. 2020, 21, 300–307. [Google Scholar] [CrossRef]
  12. Heymsfield, S.B.; Wang, Z.; Baumgartner, R.N.; Ross, R. Human body composition: Advances in models and methods. Annu. Rev. Nutr. 1997, 17, 527–558. [Google Scholar] [CrossRef]
  13. Ross, R.; Rissanen, J.; Pedwell, H.; Clifford, J.; Shragge, P. Influence of diet and exercise on skeletal muscle and visceral adipose tissue in men. J. Appl. Physiol. 1996, 81, 2445–2455. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  14. Erlandson, M.C.; Lorbergs, A.L.; Mathur, S.; Cheung, A.M. Muscle analysis using pQCT, DXA and MRI. Eur. J. Raiol. 2016, 85, 1505–1511. [Google Scholar] [CrossRef] [PubMed]
  15. Blake, G.M.; Fogelman, I. Technical principles of dual energy x-ray absorptiometry. Semin. Nucl. Med. 1997, 27, 210–228. [Google Scholar] [CrossRef]
  16. Tankisi, H.; Burke, D.; Cui, L.; Carvalho, M.; Kuwabara, S.; Nandedkar, S.D.; Rutkove, S.; Stalberg, E.; Putten, M.; Fuglsang-Frederiksen, A. Standards of instrumentation of EMG. Clin. Neurophysiol 2020, 131, 243–258. [Google Scholar] [CrossRef] [PubMed]
  17. Mills, K.R. The basics of electromyography. J. Neurol. Neurosurg. Psychiatry 2005, 76, ii32–ii35. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  18. Birkbeck, M.; Blamire, A.M.; Whittaker, R.G.; Sayer, A.A.; Dodds, R.M. The role of novel motor unit magnetic resonance imaging to investigate motor unit activity in ageing skeletal muscle. J. Cachexia Sarcopenia Muscle 2021, 12, 17–29. [Google Scholar] [CrossRef]
  19. Liu, S.-H.; Lin, C.-B.; Chen, Y.; Chen, W.; Huang, T.-S.; Hsu, C.-Y. An EMG patch for the real-time monitoring of muscle-fatigue conditions during exercise. Sensors 2019, 19, 3108. [Google Scholar] [CrossRef] [Green Version]
  20. Liu, S.-H.; Chang, K.-M.; Cheng, D.-C. The progression of muscle fatigue during exercise estimation with the aid of high-frequency component parameters derived from ensemble empirical mode decomposition. IEEE J. Biomed. Health Inform. 2014, 18, 1647–1658. [Google Scholar] [CrossRef]
  21. Clark, D.J.; Fielding, R.A. Neuromuscular contributions to age-related weakness. J. Gerontol A Biol. Sci. Med. Sci. 2012, 67, 41–47. [Google Scholar] [CrossRef] [Green Version]
  22. Tian, S.-L.; Liu, Y.; Li, L.; Fu, W.-J.; Peng, C.-H. Mechanomyography is more sensitive than EMG in detecting age-related sarcopenia. J. Biomech. 2010, 43, 551–556. [Google Scholar] [CrossRef]
  23. 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. Sensors 2022, 22, 2721. [Google Scholar] [CrossRef] [PubMed]
  24. Nyboer, J. Electrical impedance plethysmography: A physical and physiologic approach to peripheral vascular study. Circulation 1950, 11, 811–821. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Yamakoshi, K.I.; Shimazu, H.; Togawa, T.; Fukuoka, M.; Ito, H. Noninvasive measurement of hematocrit by electrical admittance plethysmography technique. IEEE Trans. Biomed. Eng. 1980, 27, 159–161. [Google Scholar] [CrossRef] [PubMed]
  26. Khalil, S.; Mohktar, M.; Ibrahim, F. The theory and fundamentals of bioimpedance analysis in clinical status monitoring and diagnosis of diseases. Sensors 2014, 14, 10895–10928. [Google Scholar] [CrossRef] [PubMed]
  27. Sherwood, A.; Allen, M.T.; Fahrenberg, J.; Kelsey, R.M.; Lovallo, W.R.; Doornen, L.J.P. Methodological guideline for impedance cardiography. Psychophysiology 1990, 27, 1–23. [Google Scholar]
  28. Liu, S.-H.; Wang, J.-J.; Su, C.-H.; Cheng, D.-C. Improvement of left ventricular ejection time measurement in the impedance cardiography combined with the reflection photoplethysmography. Sensors 2018, 18, 3036. [Google Scholar] [CrossRef] [Green Version]
  29. Liu, S.-H.; Cheng, D.-C.; Su, C.-H. A cuffless blood pressure measurement based on the impedance plethysmography technique. Sensors 2017, 17, 1176. [Google Scholar] [CrossRef] [Green Version]
  30. Sanchez, B.; Rutkove, S.B. Electrical impedance myography and its applications in neuromuscular disorders. Neurotherapeutics 2017, 14, 107–118. [Google Scholar] [CrossRef]
  31. Tanaka, N.I.; Miyatani, M.; Masuo, Y.; Fukunaga, T.; Kanehisa, H. Applicability of a segmental bioelectrical impedance analysis for predicting the whole body skeletal muscle volume. J. Appl. Physiol. 2007, 103, 1688–1695. [Google Scholar] [CrossRef]
  32. Rutkove, S.B.; Caress, J.B.; Cartwright, M.S.; Burns, T.M.; Warder, J.; David, W.S.; Goyal, N.; Maragakis, N.J.; Clawson, L.; Benatar, M.; et al. Electrical impedance myography as a biomarker to assess ALS progression. Amyotroph. Lateral Scler. 2012, 13, 439–445. [Google Scholar] [CrossRef]
  33. Christodoulou, E.; Ma, J.; Collinsb, G.S.; Steyerberg, E.W. A systematic review shows no performance benefit of machine learning over logistic regression for clinical prediction models. J. Clin. Epidemiol. 2019, 110, 12–22. [Google Scholar] [CrossRef] [PubMed]
  34. Kononenko, I. Machine learning for medical diagnosis: History, state of the art and perspective. Artif. Intell. Med. 2001, 23, 89–109. [Google Scholar] [CrossRef] [Green Version]
  35. Louridas, P.; Ebert, C. Machine learning. IEEE Softw. 2016, 33, 110–115. [Google Scholar] [CrossRef]
  36. Xin, Y.; Kong, L.; Liu, Z.; Chen, Y.; Li, Y.; Zhu, H.; Gao, M.; Hou, H.; Wang, C. Machine learning and deep learning methods for cybersecurity. IEEE Access 2018, 6, 35365–35381. [Google Scholar] [CrossRef]
  37. Liu, S.-H.; Liu, L.-J.; Pan, K.-L.; Chen, W.; Tan, T.-H. Using the characteristics of pulse waveform to enhance the accuracy of blood pressure measurement by a multi-dimension regression model. Appl. Sci. 2019, 9, 2922. [Google Scholar] [CrossRef] [Green Version]
  38. Mahajan, S.; Burman, P.; Hogarth, M. Analyzing 30-day readmission rate for heart failure using different predictive models. Stud. Health Tech. Inf. 2016, 225, 143–147. [Google Scholar]
  39. Kwon, H.-M.; Seo, W.-Y.; Kim, J.-M.; Shim, W.-H.; Kim, S.-H.; Hwang, G.-S. Estimation of stroke volume variance from arterial blood pressure: Using a 1-D convolutional neural network. Sensors 2021, 21, 5130. [Google Scholar] [CrossRef]
  40. Beam, A.L.; Kohane, I.S. Big data and machine learning in health care. JAMA 2018, 319, 1317–1318. [Google Scholar] [CrossRef]
  41. Chen, J.H.; Asch, S.M. Machine learning and prediction in medicine beyond the peak of inflated expectations. N. Eng. J. Med. 2017, 376, 2507–2509. [Google Scholar] [CrossRef] [Green Version]
  42. Frontera, W.R.; Reid, K.F.; Phillips, E.M.; Krivickas, L.S.; Hughes, V.A.; Roubenoff, R.; Fielding, R.A. Muscle fiber size and function in elderly humans: A longitudinal study. J. Appl. Physiol. 2008, 105, 637–642. [Google Scholar] [CrossRef] [Green Version]
  43. You, W.; Yang, Z.; Ji, G. PLS-based recursive feature elimination for high-dimensional small sample. Know. -Based Syst. 2014, 55, 15–28. [Google Scholar] [CrossRef]
  44. Maldonado, S.; Weber, R. A wrapper method for feature selection using Support Vector Machines. Inf. Sci. 2009, 179, 2208–2217. [Google Scholar] [CrossRef]
  45. Hilt, D.E.; Seegrist, D.W. Ridge, a computer program for calculating ridge regression estimates. In USDA Forest Service Research Note NE-236. Upper Darby; U.S. Department of Agriculture, Forest Service, Northeastern Forest Experiment Station: Upper Darby, PA, USA, 1977. [Google Scholar] [CrossRef]
  46. Smola, A.J.; Scholkopf, B. A tutorial on support vector regression. Stat. Comput. 2004, 14, 199–222. [Google Scholar] [CrossRef] [Green Version]
  47. Rutkove, S.B.; Kapur, K.; Zaidman, C.M.; Wu, J.S.; Pasternak, A.; Madabusi, L.; Yim, S.; Pacheck, A.; Szelag, H.; Harrington, T.; et al. Electrical impedance myography for assessment of Duchenne muscular dystrophy: EIM in DMD. Ann. Neurol. 2017, 81, 622–632. [Google Scholar] [CrossRef]
  48. Janssen, I.; Heymsfield, S.B.; Baumgartner, R.N.; Ross, R. Estimation of skeletal muscle mass by bioelectrical impedance analysis. J. Appl. Physiol. 2000, 89, 465–471. [Google Scholar] [CrossRef] [Green Version]
  49. Blum, A.; Langley, P. Selection of relevant features and examples in machine learning. Artif. Intell. 1997, 97, 245–271. [Google Scholar] [CrossRef] [Green Version]
  50. Liu, S.-H.; Lin, T.-H.; Cheng, D.-C.; Wang, J.-J. Assessment of stroke volume from brachial blood pressure using arterial characteristics. IEEE Trans. Biomed. Eng. 2015, 62, 2151–2157. [Google Scholar] [CrossRef]
  51. Groupprops Main Page. Available online: https://groupprops.subwiki.org/wiki/Category:Basic_definitions_in_group_theory (accessed on 15 March 2022).
  52. Chandrashekar, G.; Sahin, F. A Survey on Feature Selection, Comp. Electr. Eng. 2014, 40, 16–28. [Google Scholar] [CrossRef]
  53. Muthukrishnan, R.; Rohini, R. LASSO: A feature selection technique in predictive modeling for machine learning. In Proceedings of the 2016 IEEE International Conference on Advances in Computer Applications, Coimbatore, India, 24–24 October 2016. [Google Scholar] [CrossRef]
  54. Das, A.K.; Das, S.; Ghosh, A. Ensemble feature selection using bi-objective genetic algorithm. Knowl.-Based Syst. 2017, 123, 116–127. [Google Scholar] [CrossRef]
  55. Khalid, S.; Khalil, T.; Nasreen, S. A survey of feature selection and feature extraction techniques in machine learning. In Proceedings of the Science and Information Conference, London, UK, 27–29 August 2014. [Google Scholar]
  56. Aaron, R.; Esper, G.J.; Shiffman, C.A.; Bradonjic, K.; Lee, K.S.; Rutkove, S.B. Effects of age on muscle as measured by electrical impedance myography. Physiol. Meas. 2006, 27, 953–959. [Google Scholar] [CrossRef]
  57. Tarulli, A.W.; Duggal, N.; Esper, G.J.; Garmirian, L.P.; Fogerson, P.M.; Lin, C.H.; Rutkove, S.B. Electrical impedance myography in the assessment of disuse atrophy. Arch. Phys. Med. Rehabil. 2009, 90, 1806–1810. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  58. Wróbel, M.S.; Kim, J.H.; Raj, P.; Barman, I.; Smulko, J. Utilizing pulse dynamics for non-invasive Raman spectroscopy of blood analytes. Biosens. Bioelectron. 2021, 180, 113115. [Google Scholar] [CrossRef] [PubMed]
Figure 1. The framework of this study. A measurement system is used to measure the parameters of EIM for the muscles of lower limb. According to the experiment protocol, we recruited ninety-six subjects. RFE is used to select the important features to estimate the total MoTM by the ML models.
Figure 1. The framework of this study. A measurement system is used to measure the parameters of EIM for the muscles of lower limb. According to the experiment protocol, we recruited ninety-six subjects. RFE is used to select the important features to estimate the total MoTM by the ML models.
Sensors 22 03087 g001
Figure 2. Placements of four electrodes and the distribution of electric field under the EIM measurement.
Figure 2. Placements of four electrodes and the distribution of electric field under the EIM measurement.
Sensors 22 03087 g002
Figure 3. Calibrations of BIOPAC EP 100 module. (a) Calibration of resistance with a resister box. (b) Calibration of reactance with a capacitor box.
Figure 3. Calibrations of BIOPAC EP 100 module. (a) Calibration of resistance with a resister box. (b) Calibration of reactance with a capacitor box.
Sensors 22 03087 g003
Figure 4. Placement of four electrodes with two schemes, 5 cm and 7 cm.
Figure 4. Placement of four electrodes with two schemes, 5 cm and 7 cm.
Sensors 22 03087 g004
Figure 5. Flowchart of extracting features.
Figure 5. Flowchart of extracting features.
Sensors 22 03087 g005
Table 1. The information of subjects.
Table 1. The information of subjects.
Total (N = 96)Male (N = 42)Female (N = 54)
Age (years)48.29 ± 17.9144.31 ± 18.2451.39 ± 17.18
Height (cm)162.68 ± 7.51168.93 ± 5.13157.82 ± 5.07
Weight (Kg)64.75 ± 11.6471.10 ± 10.6659.81 ± 9.91
BMI (Kg/m2)24.40 ± 3.6424.90 ± 3.3824.01 ± 3.82
Thigh circumference (cm)50.02 ± 5.3450.41 ± 5.2349.71 ± 5.45
Calf circumference (cm)36.07 ± 3.1337.07 ± 2.8135.31 ± 3.16
Table 2. The landmarks of seven muscles.
Table 2. The landmarks of seven muscles.
MuscleStart PointEnd Point
Vastus LateralisLateral patellaGreater trochanter
Rectus FemorisMidline of patellaAnterior superior iliac spine
Medial FemorisMedial patellaMedial side of femur
Tibialis Anterior (small)Lateral condyle of tibiaMidline of calf
Semitendinosus (small)Posterior medial knee jointMidline of gluteal fold
Biceps FemorisPosterior lateral knee joint and head of fibulaMidline of gluteal fold
GastrocnemiusPosterior knee jointMidline of calf
Table 3. Raw parameters including EIM parameters of seven muscles and body information of subjects.
Table 3. Raw parameters including EIM parameters of seven muscles and body information of subjects.
Basic InformationData TypeEIM DataData Type
HeightNumericalRectus Femoris (RF)Impedance (I)
Phase (P)
Resistance (R)
Reactance (Z)
Numerical
WeightVastus Lateralis (VL)
BMIMedial Femoris (MF)
GenderCategoricalTibialis Anterior (TA)
Thigh Circumference (TC)NumericalSemitendinosus (ST)
Calf Circumference (CC) Biceps Femoris (BF)
Gastrocnemius (GT)
Table 4. The ranks and weight coefficients of parameters under the RR and SVR models by the RFE process.
Table 4. The ranks and weight coefficients of parameters under the RR and SVR models by the RFE process.
RankRidge RegressionSVR
ParameterWeight Coef. (r2)
Mean ± SD
ParameterWeight Coef. (r2)
Mean ± SD
1Height0.139 ± 0.151Height0.194 ± 0.189
2Gender0.087 ± 0.134Gender0.108 ± 0.166
3TC0.040 ± 0.033RF_R0.044 ± 0.090
4RF_R0.023 ± 0.097TC0.028 ± 0.051
5Weight0.009 ± 0.031Weight0.019 ± 0.030
6CC0.009 ± 0.015GT_P0.012 ± 0.041
7RF_Z0.008 ± 0.019TA_P0.009 ± 0.038
8TA_P0.001 ± 0.092CC0.008 ± 0.026
9VL_Z0.000 ± 0.036
SD: the abbreviation of standard division.
Table 5. Regression coefficient (r2) for the RR and SVR models when adding combined features, RF_Z/TC, RF_R/TC, and VL_Z/TC, separately.
Table 5. Regression coefficient (r2) for the RR and SVR models when adding combined features, RF_Z/TC, RF_R/TC, and VL_Z/TC, separately.
Featuresr2 of RRr2 of SVR
RF_Z/TC0.8170.832
RF_R/TC0.8160.840
VL_Z/TC0.8150.831
Table 6. The regression coefficient (r2) for the RR and SVR models when adding combined features, TA_P_Gender and GT_P_Gender, separately.
Table 6. The regression coefficient (r2) for the RR and SVR models when adding combined features, TA_P_Gender and GT_P_Gender, separately.
Featuresr2 of RRr2 of SVR
TA_P_Gender0.8250.840
GT_P_Gender0.8190.832
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Cheng, K.-S.; Su, Y.-L.; Kuo, L.-C.; Yang, T.-H.; Lee, C.-L.; Chen, W.; Liu, S.-H. Muscle Mass Measurement Using Machine Learning Algorithms with Electrical Impedance Myography. Sensors 2022, 22, 3087. https://doi.org/10.3390/s22083087

AMA Style

Cheng K-S, Su Y-L, Kuo L-C, Yang T-H, Lee C-L, Chen W, Liu S-H. Muscle Mass Measurement Using Machine Learning Algorithms with Electrical Impedance Myography. Sensors. 2022; 22(8):3087. https://doi.org/10.3390/s22083087

Chicago/Turabian Style

Cheng, Kuo-Sheng, Ya-Ling Su, Li-Chieh Kuo, Tai-Hua Yang, Chia-Lin Lee, Wenxi Chen, and Shing-Hong Liu. 2022. "Muscle Mass Measurement Using Machine Learning Algorithms with Electrical Impedance Myography" Sensors 22, no. 8: 3087. https://doi.org/10.3390/s22083087

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

Article Metrics

Back to TopTop