Pith. sign in

REVIEW 4 major objections 5 minor 43 references

Physics-informed Deep Learning for Muscle Force Prediction with Unlabeled sEMG Signals

T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read Muscle forces can be predicted from sEMG without muscle-force labels by using the Hill muscle model as a physics-based training loss.

desk verdict Drops force labels but not all labels; the evaluation measures consistency with the same Hill model family used to generate the targets, so the accuracy claims need tempering. read the letter →

arxiv 2412.04213 v1 pith:XMLELXQ5 submitted 2024-12-05 cs.LG cs.HCeess.SPphysics.bio-ph

classification cs.LGcs.HCeess.SPphysics.bio-ph
keywords physics-informeddeeplearningmuscleforcepredictionunlabeledsEMGHillmodelmuscle-tendonparameteridentificationwristjointmusculoskeletalforwarddynamicsComputedControlgroundtruth
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper proposes a physics-informed deep learning method that predicts muscle forces from sEMG signals without muscle-force labels during training. Instead of supervising the network with measured forces, it embeds the Hill muscle model's forward dynamics as additional loss terms that constrain the network's outputs. On a six-subject wrist flexion/extension dataset, the method reports RMSE and $R^2$ comparable to or better than LSTM, GRU, CNN, FNN, SVR, and ELM baselines that train on labeled muscle forces. The same optimization also identifies subject-specific Hill parameters inside physiological ranges. The authors argue this removes the expensive labeling bottleneck while keeping fast inference.

What carries the argument

The load-bearing object is the Hill-based musculoskeletal forward dynamics used as a physics regularizer inside the loss. sEMG is mapped to activation through the exponential relation $a_{t,n} = (e^{A e_{t,n}}-1)/(e^{A}-1)$; contraction dynamics then give muscle-tendon force from activation and force-length-velocity factors, with pennation angle updated as $\varphi_{t,n} = \sin^{-1}(l^m_{o,n}\sin\varphi_{o,n}/l^m_{t,n})$. The forward-dynamics residual $L_{fd}$ and the implicit force residual $L_F$ together couple the network's predicted forces and the kinematic predictions to physiological parameters $\kappa$, so the network learns force without ever seeing a force label. Identifying $\kappa$ simultaneously makes the model subject-specific.

What would settle it

Measure actual muscle forces on the same wrist task with a direct method (for example an implanted tendon transducer or instrumented joint replacement) and compare the predicted forces in absolute units; alternatively, create a synthetic dataset with known Hill parameters and known true forces, and check whether the recovered parameters match the known values. If the predictions deviate systematically from direct measurements, the reported RMSE and $R^2$ comparisons do not transfer to real physiology.

Watch

Extended reading notes

Core claim

The paper's central claim is that a fully connected network trained with the composite loss $L_{\mathrm{total}} = L_q + L_{fd} + L_F$ can predict muscle forces from sEMG signals without any muscle-force labels, while also identifying subject-specific parameters of the Hill muscle model. The data-based term $L_q$ is the MSE between measured and predicted joint angles, $L_{fd}$ enforces the musculoskeletal forward-dynamics equation $M(q)\ddot{q} + C(q,\dot{q}) + G(q) = \tau(\kappa)$, and $L_F$ penalizes the difference between the network's force output and the force computed by the embedded Hill model. The authors report that this training scheme produces wrist flexion/extension force predictions with RMSE and $R^2$ comparable to or better than LSTM, GRU, CNN, FNN, SVR, and ELM baselines that train with labeled forces, and that the recovered parameters (maximum isometric force, optimal fiber length, activation shape factor) stay within physiological ranges. Knee examples are included to indicate generalization beyond the wrist.

Load-bearing premise

The evaluation assumes that muscle forces computed by the Computed Muscle Control tool of a scaled generic musculoskeletal model are valid ground truth, even though the same Hill-model machinery used to create those targets is embedded in the training loss.

Editorial extensions

If this is right

  • Muscle-force estimators could be trained from sEMG plus joint kinematics alone, removing the need for force/torque labels that are hard to acquire in practice.
  • A single training run yields both force predictions and personalized muscle-tendon parameters, so subject-specific modeling does not require a separate parameter-estimation stage.
  • Because inference is a one-pass network forward, the trained model is fast enough for real-time biofeedback even though training is slower than standard baselines.
  • The physics losses act as a regularizer, which the paper shows improves stability when tested on data of a different wrist speed (intrasession generalization).
  • If the approach transfers to other joints as the knee examples suggest, the same recipe could reduce labeling costs across the body.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The term 'unlabeled' is partial: the method still uses measured joint angles through $L_q$, so a fully label-free version would need a kinematic-free supervision or physics-only loss.
  • Because the ground-truth muscle forces are produced by a musculoskeletal model that contains the same Hill model family used in the physics loss, the reported accuracy partly measures self-consistency with that model rather than absolute physiological truth.
  • A natural extension is to weight the physics residuals relative to $L_q$ and test whether the identified parameters remain physiological when sEMG is noisy or training data are scarce.
  • The framework could be combined with transfer learning across subjects to shorten the long per-subject training time, a direction the paper names as future work.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes a physics-informed deep learning framework for predicting muscle forces from sEMG signals and simultaneously identifying muscle-tendon parameters. The network is trained by combining an MSE loss on joint angles with two physics-based losses derived from a Hill-type muscle model and forward-dynamics torque balance. Experiments are conducted on a wrist flexion/extension dataset from six subjects, with additional knee data, and the method is compared against LSTM, GRU, CNN, FNN, SVR, and ELM baselines that use labeled muscle forces. The authors claim that the method works with unlabeled sEMG data and achieves comparable or better RMSE/R2 than the baselines.

Significance. If the claims were fully supported, the paper would offer a practically valuable contribution: a physics-informed approach that avoids muscle-force labels, runs in real time, and yields interpretable subject-specific parameters. The paper has genuine strengths: a carefully designed composite loss, a multi-subject wrist experiment with six baselines, additional knee generalization, sensitivity analyses over architectures/hyperparameters, and convergence plots. However, the significance is conditional on resolving two central issues: the method is not label-free as claimed because joint angles are supervised through Eq. (2), and the evaluation is performed against OpenSim CMC ground truth generated from a Hill-type model of the same family as the physics loss, so the reported accuracy may measure self-consistency with a simulation model rather than physiological accuracy.

major comments (4)
  1. [Abstract and Section II-C, Eq. (2)] The paper claims training "without any label information" and "unlabeled sEMG data," but Eq. (2) computes an MSE loss between the predicted and actual joint angles, so measured joint angles are used as supervised labels during training. The claim should be narrowed to "without muscle-force labels"; as written, the label-free claim is internally inconsistent.
  2. [Section III-A and Section II-D, Eqs. (3)-(4), (8)] Ground-truth muscle forces are generated by OpenSim's Computed Muscle Control from a scaled generic Hill-type musculoskeletal model, while the physics losses embed a Hill-model forward dynamics of the same family: Eq. (8) is the same force-length-velocity relationship, and Eqs. (3)-(4) impose the same torque-balance structure. The reported RMSE/R2 values in Tables III-IV therefore quantify agreement with a model-generated target that shares the model class used for regularization, not agreement with independently measured muscle force. Independent validation (e.g., dynamometer joint torques, instrumented implant forces, or a CMC model built with deliberately different muscle parameters) is needed before "effectively predict muscle forces" and "accurately identify" parameters can be claimed.
  3. [Section IV-B, Table II] The "physiological ranges" in Table II are defined relative to the OpenSim initial guesses of Table I (±50% for F_m0 and ±0.01 m for l_m0). Thus, the finding that all identified parameters fall within these ranges is only a boundedness check around the initialization, not evidence of accurate or identifiable subject-specific parameters. Several identified values sit at or effectively on the bounds (FCR F_m0=205.2 N vs. lower bound 203.5 N; ECU F_m0=286.6 N vs. upper bound 288 N), which suggests bound-constrained optimization rather than identifiable estimates. No identifiability analysis or uncertainty quantification is provided.
  4. [Section IV-C, Tables III and IV] The conclusion that the proposed method performs "comparable and even better" than the labeled baselines is based on single point estimates without repeated-seed variability or significance testing. Several individual comparisons favor the baselines (e.g., S5 FCR RMSE 5.41 vs. LSTM 2.75; S6 ECU RMSE 3.97 vs. LSTM 1.23; S2 FCR RMSE 7.01 vs. LSTM 6.15). Aggregate claims need statistical support, such as confidence intervals over random seeds/partitions or paired tests across subject-muscle cells.
minor comments (5)
  1. [Section IV-C, Table IV] The S1 ELM row under ECRB reports R2 = 10.90, which is impossible for a coefficient of determination; this appears to be a typo and should be corrected.
  2. [Tables III and IV] All comparison results are reported as point estimates from a single 70/30 random split; reporting means and standard deviations over multiple splits or seeds would make the comparisons more convincing.
  3. [Section IV-D, Fig. 6] The intrasession (cross-speed) scenario is evaluated only with representative prediction curves; quantitative RMSE/R2 values for this scenario would substantially strengthen the robustness claim.
  4. [Section III-A] The data description does not specify how many trials per subject are used in the main results or whether the reported metrics are averaged over trials or over the two speeds beyond the statement that "the same flexion speed" is used for training and testing; this should be clarified.
  5. [Section II-C] The three loss terms Lq, Lfd, and LF have different physical units (rad^2, N^2 m^2, and N^2) and are summed without explicit weighting; the authors should justify this choice, especially given the small magnitude of Lq noted in Section IV-A.

Circularity Check

2 steps flagged · score 6.0 of 10

Reported validation is self-referential: OpenSim CMC 'ground truth' is generated by the same Hill-type forward-dynamics model embedded in the physics losses, so RMSE/R2 comparisons measure self-consistency with the target-generating model rather than physiological accuracy; parameter identification is checked only against ranges centered on the same initial guesses.

  1. self definitional [Section II-C (Eq. 5), Section II-D (Eq. 8), Section III-A]
    "Section III-A: "The muscle forces calculated by the computed muscle control (CMC) tool from OpenSim were used as ground truths in the experiments." Section II-C: "LF = 1 T Σ T t=1 Σ N n=1 ( ˆF t n − F mt t,n (κn))2" (Eq. 5). Section II-D: "F mt t,n (κn) = (F CE t,n + F P E t,n ) cosφt,n = F m o,n(at,nfv(vt,n)fa(l m t,n) + fp(l m t,n))cosφt,n" (Eq. 8)."

    The OpenSim CMC 'ground truth' is itself a Hill-type musculoskeletal simulation constructed from the same scaled generic model (initialized as in Section II-D, Table I) that supplies the muscle-tendon lengths, moment arms, and Hill force-length-velocity relations used in the physics losses (Eqs. 3, 4, 8). Eq. (5) explicitly drives the network output F̂ toward the Hill-computed force F^mt, so the network is trained to reproduce the same model family that generated the targets. The reported RMSE/R2 therefore quantify self-consistency with the embedded Hill model rather than agreement with independently measured muscle forces; the headline claim of 'comparable or even better' performance is not independent evidence of physiological accuracy.

  2. fitted input called prediction [Section IV-B, Table II]
    "Physiological ranges of the parameters are chosen according to [43]. The ranges of the maximum isometric force F m 0 are set as ±50% of the initial guess, while the ranges of the optimal muscle fiber length lm 0 are set as ±0.01 of the initial guess (Details of the initial guesses of these physiological parameters refer to Table I). The identified physiological parameters by the proposed method are all within the physiological range and possess physiological consistency."

    The 'physiological consistency' criterion is defined around the OpenSim generic-model initial guesses (Table I) that initialize the optimization. Several identified values sit at the edges of these boxes (FCR Fm0=205.2 N vs lower bound 203.5 N; ECU=286.6 N vs upper bound 288 N), indicating bound-constrained fitting. Hence 'within the physiological range' is a boundedness check around the initialization, not an independent measurement of subject-specific muscle-tendon parameters. Calling the result 'physiological consistency' or 'accurate' identification is circular: the fitted parameters are judged by a criterion constructed from their own starting point.

full rationale

The paper's central contribution—muscle-force prediction without muscle-force labels—is evaluated exclusively against OpenSim CMC outputs. CMC is a Hill-type forward-dynamics simulation built from the same scaled generic model whose muscle-tendon lengths, moment arms, and force-length-velocity relations are embedded in the physics losses (Eqs. 3–5, 8). The loss LF directly forces the network output to equal the Hill-computed force, so the network is trained to emulate the same model that produces the ground truth; the RMSE/R2 tables therefore demonstrate self-consistency with the embedded Hill model, not accuracy against measured forces. The 'unlabeled' claim is also overstated: Eq. (2) uses measured joint angles as supervised labels, so 'without any label information' in the abstract is inaccurate (the method avoids muscle-force labels, not all labels). The parameter-identification validation is similarly circular: 'physiological ranges' are centered on the OpenSim initial guesses, and final values at the bounds indicate bound-constrained optimization, so 'within range' is not evidence of subject-specific accuracy. No independent muscle-force measurements or ground-truth muscle-tendon parameters are provided. These issues make the headline claim partially circular (score 6); the engineering framework itself is self-contained and may be useful for reproducing simulator outputs, but the paper overstates physiological validation.

Assumptions & free parameters 3 free parameters · 4 assumptions · 0 invented entities

The central claim rests on fitting A and per-muscle F_m0 and l_m0 values to minimize the composite loss. These fitted values are not independently validated against direct physiological measurements, and the ground truth itself is produced by the same class of Hill-based musculoskeletal model. No new physical entities are introduced.

free parameters (3)
  • A (EMG-to-activation coefficient) = -2.29 (example wrist subject)
    Shape factor in Eq. (7), optimized via Eq. (6), reported in Table II.
  • F_m0,n (maximum isometric force per muscle) = FCR 205.2 N, FCU 644.1 N, ECRL 475.2 N, ECRB 166.7 N, ECU 286.6 N (example subject)
    Fitted per-muscle to minimize the composite loss; no independent measurement supports them.
  • l_m0,n (optimal fiber length per muscle) = FCR 0.056 m, FCU 0.061 m, ECRL 0.082 m, ECRB 0.050 m, ECU 0.052 m (example subject)
    Fitted per-muscle to minimize the composite loss; validated only against the physiological range.
assumptions (4)
  • domain assumption Hill muscle model with rigid musculotendon dynamics accurately represents wrist and knee muscle force generation.
    The physics losses L_fd and LF are built on the Hill-based forward dynamics (Eqs. 7-10), and the same model class generates the OpenSim CMC ground truth, so the entire evaluation is model-relative.
  • domain assumption The EMG-to-activation relationship in Eq. (7) with fitted coefficient A is a valid transformation of processed sEMG into muscle activation.
    Activation dynamics is assumed to follow this exponential form; the shape parameter A is fitted rather than measured.
  • domain assumption Moment arms and muscle-tendon lengths are well approximated by polynomial functions exported from OpenSim for the scaled generic model.
    The joint torque in Eq. (4) and muscle fiber length in Eq. (10) rely on moment arms and lengths from OpenSim rather than subject-specific imaging.
  • domain assumption The scaled generic OpenSim model initial parameter set is a valid starting point, and physiological ranges from reference [43] are appropriate for wrist muscles.
    Parameters are initialized by linear scaling of generic values, and the only validation of fitted parameters is checking they fall within ranges from Saul et al.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Physics-informed Deep Learning for Muscle Force Prediction with Unlabeled sEMG Signals." pith.science (2026). https://pith.science/paper/XMLELXQ5

@misc{pith2026241204213,
  author       = {Pith},
  title        = {Pith review of: Physics-informed Deep Learning for Muscle Force Prediction with Unlabeled sEMG Signals},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/XMLELXQ5}},
  note         = {Machine review of arXiv:2412.04213}
}
read the original abstract

Computational biomechanical analysis plays a pivotal role in understanding and improving human movements and physical functions. Although physics-based modeling methods can interpret the dynamic interaction between the neural drive to muscle dynamics and joint kinematics, they suffer from high computational latency. In recent years, data-driven methods have emerged as a promising alternative due to their fast execution speed, but label information is still required during training, which is not easy to acquire in practice. To tackle these issues, this paper presents a novel physics-informed deep learning method to predict muscle forces without any label information during model training. In addition, the proposed method could also identify personalized muscle-tendon parameters. To achieve this, the Hill muscle model-based forward dynamics is embedded into the deep neural network as the additional loss to further regulate the behavior of the deep neural network. Experimental validations on the wrist joint from six healthy subjects are performed, and a fully connected neural network (FNN) is selected to implement the proposed method. The predicted results of muscle forces show comparable or even lower root mean square error (RMSE) and higher coefficient of determination compared with baseline methods, which have to use the labeled surface electromyography (sEMG) signals, and it can also identify muscle-tendon parameters accurately, demonstrating the effectiveness of the proposed physics-informed deep learning method.

Figures

Figures reproduced from arXiv: 2412.04213 by the authors.

Figure 1
Figure 1. Main framework of the proposed method. Inputs to the [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Illustration of different loss terms over the number of iterations. [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Evolution of the maximum isometric muscle force [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Representative results of the wrist case through the proposed method. The predicted outputs include FCR muscle force, FCU muscle force, ECRL [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Average RMSEs of the included muscle forces across all the subjects [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: Comparison results of the proposed method and baseline methods in the intrasession scenario. [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: Evolution of the maximum isometric muscle force [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 8
Figure 8. Figure 8: Representative results of the knee case of the proposed method. The [PITH_FULL_IMAGE:figures/full_fig_p010_8.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

43 extracted references · 39 canonical work pages

  1. [1]

    Adaptive force regu- lation of muscle strengthening rehabilitation device with magnetorheo- logical fluids,

    S. Dong, K.-Q. Lu, J. Q. Sun, and K. Rudolph, “Adaptive force regu- lation of muscle strengthening rehabilitation device with magnetorheo- logical fluids,” IEEE Transactions on Neural Systems and Rehabilitation Engineering, vol. 14, no. 1, pp. 55–63, 2006

  2. [2]

    Pinpointed muscle force control in consid- eration of human motion and external force,

    M. Ding, K. Hirasawa, Y . Kurita, H. Takemura, J. Takamatsu, H. Mi- zoguchi, and T. Ogasawara, “Pinpointed muscle force control in consid- eration of human motion and external force,” in 2010 IEEE International Conference on Robotics and Biomimetics , pp. 739–744, 2010

  3. [3]

    Robust walking control of a lower limb rehabilitation exoskeleton coupled with a musculoskeletal model via deep reinforcement learning,

    S. Luo, G. Androwis, S. Adamovich, E. Nunez, H. Su, and X. Zhou, “Robust walking control of a lower limb rehabilitation exoskeleton coupled with a musculoskeletal model via deep reinforcement learning,” Journal of NeuroEngineering and Rehabilitation , vol. 20, no. 1, p. 34, 2023

  4. [4]

    Robust ground reaction force estimation and control of lower-limb prostheses: Theory and simulation,

    V . Azimi, T. T. Nguyen, M. Sharifi, S. A. Fakoorian, and D. Simon, “Robust ground reaction force estimation and control of lower-limb prostheses: Theory and simulation,” IEEE Transactions on Systems, Man, and Cybernetics: Systems , vol. 50, no. 8, pp. 3024–3035, 2020

  5. [5]

    Surface electromyo- graphy based muscle fatigue detection using high-resolution time- frequency methods and machine learning algorithms,

    P. Karthick, D. M. Ghosh, and S. Ramakrishnan, “Surface electromyo- graphy based muscle fatigue detection using high-resolution time- frequency methods and machine learning algorithms,” Computer Meth- ods and Programs in Biomedicine , vol. 154, pp. 45–56, 2018

  6. [6]

    Linear logistic regression for estimation of lower limb muscle activations,

    M. Sekiya, S. Sakaino, and T. Toshiaki, “Linear logistic regression for estimation of lower limb muscle activations,” IEEE Transactions on Neural Systems and Rehabilitation Engineering , vol. 27, no. 3, pp. 523– 532, 2019

  7. [7]

    Hybrid predictive model for lifting by integrating skeletal motion prediction with an OpenSim musculoskeletal model,

    R. Zaman, Y . Xiang, R. Rakshit, and J. Yang, “Hybrid predictive model for lifting by integrating skeletal motion prediction with an OpenSim musculoskeletal model,” IEEE Transactions on Biomedical Engineering, vol. 69, no. 3, pp. 1111–1122, 2022

  8. [8]

    A review of forward-dynamics simulation models for predicting optimal technique in maximal effort sporting movements,

    S. A. McErlain-Naylor, M. A. King, and P. J. Felton, “A review of forward-dynamics simulation models for predicting optimal technique in maximal effort sporting movements,” Applied Sciences, vol. 11, no. 4, 2021

Show all 43 references
  1. [9]

    Inverse dynamic estimates of muscle recruitment and joint contact forces are more realistic when minimizing muscle activity rather than metabolic energy or contact forces,

    A. Zargham, M. Afschrift, J. De Schutter, I. Jonkers, and F. De Groote, “Inverse dynamic estimates of muscle recruitment and joint contact forces are more realistic when minimizing muscle activity rather than metabolic energy or contact forces,” Gait & Posture, vol. 74, pp. 22...

  2. [10]

    Modeling and computational issues in the inverse dynamics simulation of triple jump,

    K. Dziewiecki, W. Blajer, Z. Mazur, and A. Czaplicki, “Modeling and computational issues in the inverse dynamics simulation of triple jump,” Multibody System Dynamics , vol. 32, no. 3, pp. 299–316, 2014

  3. [11]

    Optimization-based dynamic prediction of kinematic and kinetic pat- terns for a human vertical jump from a squatting position,

    S. Davoudabadi Farahani, M. S. Andersen, M. de Zee, and J. Rasmussen, “Optimization-based dynamic prediction of kinematic and kinetic pat- terns for a human vertical jump from a squatting position,” Multibody System Dynamics, vol. 36, no. 1, pp. 37–65, 2016

  4. [12]

    Multibody biomechanical models of the upper limb,

    J. Ambr ´osio, C. Quental, B. Pilarczyk, J. Folgado, and J. Monteiro, “Multibody biomechanical models of the upper limb,” Procedia IUTAM, vol. 2, pp. 4–17, 2011

  5. [13]

    Development of a comprehensive mus- culoskeletal model of the shoulder and elbow,

    A. Asadi Nikooyan, H. E. J. Veeger, E. K. J. Chadwick, M. Praagman, and F. C. T. van der Helm, “Development of a comprehensive mus- culoskeletal model of the shoulder and elbow,” Medical & Biological Engineering & Computing , vol. 49, no. 12, pp. 1425–1435, 2011

  6. [14]

    Evaluation of predicted knee-joint muscle forces during gait using an instrumented knee implant,

    H. J. Kim, J. W. Fernandez, M. Akbarshahi, J. P. Walter, B. J. Fregly, and M. G. Pandy, “Evaluation of predicted knee-joint muscle forces during gait using an instrumented knee implant,” Journal of Orthopaedic Research, vol. 27, no. 10, pp. 1326–1331, 2009

  7. [15]

    An open source lower limb model: Hip joint validation,

    L. Modenese, A. Phillips, and A. Bull, “An open source lower limb model: Hip joint validation,” Journal of Biomechanics , vol. 44, no. 12, 2011

  8. [16]

    Deep learning for musculoskeletal force prediction,

    L. Rane, Z. Ding, A. H. McGregor, and A. M. J. Bull, “Deep learning for musculoskeletal force prediction,” Annals of Biomedical Engineering , vol. 47, no. 3, pp. 778–789, 2019

  9. [17]

    Muscle force estimation in clinical gait analysis using anybody and OpenSim,

    U. Trinler, H. Schwameder, R. Baker, and N. Alexander, “Muscle force estimation in clinical gait analysis using anybody and OpenSim,”Journal of Biomechanics, vol. 86, pp. 55–63, 2019

  10. [18]

    Case studies of musculoskeletal-simulation-based rehabilitation pro- gram evaluation,

    L.-F. Lee, M. S. Narayanan, S. Kannan, F. Mendel, and V . N. Krovi, “Case studies of musculoskeletal-simulation-based rehabilitation pro- gram evaluation,” IEEE Transactions on Robotics , vol. 25, no. 3, pp. 634–638, 2009

  11. [19]

    Deep neural network approach in emg-based force estimation for human–robot interaction,

    H. Su, W. Qi, Z. Li, Z. Chen, G. Ferrigno, and E. De Momi, “Deep neural network approach in emg-based force estimation for human–robot interaction,” IEEE Transactions on Artificial Intelligence , vol. 2, no. 5, pp. 404–412, 2021

  12. [20]

    Toward robust and effi- cient musculoskeletal modeling using distributed physics-informed deep learning,

    J. Zhang, Z. Ruan, Q. Li, and Z.-Q. Zhang, “Toward robust and effi- cient musculoskeletal modeling using distributed physics-informed deep learning,” IEEE Transactions on Instrumentation and Measurement , vol. 72, pp. 1–11, 2023

  13. [21]

    Optimal strategy of semg feature and measurement position for grasp force estimation,

    C. Wu, Q. Cao, F. Fei, D. Yang, B. Xu, G. Zhang, H. Zeng, and A. Song, “Optimal strategy of semg feature and measurement position for grasp force estimation,” PLOS ONE, vol. 16, pp. 1–21, 03 2021

  14. [22]

    A cnn-lstm hy- brid model for wrist kinematics estimation using surface electromyogra- phy,

    T. Bao, S. A. R. Zaidi, S. Xie, P. Yang, and Z.-Q. Zhang, “A cnn-lstm hy- brid model for wrist kinematics estimation using surface electromyogra- phy,” IEEE Transactions on Instrumentation and Measurement , vol. 70, pp. 1–9, 2021. 11

  15. [23]

    A novel sEMG-based force estimation method using deep-learning algorithm,

    S. Hua, C. Wang, and X. Wu, “A novel sEMG-based force estimation method using deep-learning algorithm,” Complex & Intelligent Systems , vol. 8, no. 3, pp. 1949–1961, 2022

  16. [24]

    Decoding muscle force from motor unit firings using encoder-decoder networks,

    X. Tang, X. Zhang, M. Chen, X. Chen, and X. Chen, “Decoding muscle force from motor unit firings using encoder-decoder networks,” IEEE Transactions on Neural Systems and Rehabilitation Engineering, vol. 29, pp. 2484–2495, 2021

  17. [25]

    A hybrid deep learning framework for estimation of elbow flexion force via electromyography,

    W. Lu, L. Gao, Q. Zhang, and Z. Li, “A hybrid deep learning framework for estimation of elbow flexion force via electromyography,” Journal of Physics: Conference Series , vol. 1883, p. 012164, apr 2021

  18. [26]

    Toward robust, adaptiveand reliable upper-limb motion estimation using machine learning and deep learning–a survey in myoelectric control,

    T. Bao, S. Q. Xie, P. Yang, P. Zhou, and Z.-Q. Zhang, “Toward robust, adaptiveand reliable upper-limb motion estimation using machine learning and deep learning–a survey in myoelectric control,” IEEE Journal of Biomedical and Health Informatics , vol. 26, no. 8, pp. 3822– 3835, 2022

  19. [27]

    Physics-informed machine learning,

    G. E. Karniadakis, I. G. Kevrekidis, L. Lu, P. Perdikaris, S. Wang, and L. Yang, “Physics-informed machine learning,” Nature Reviews Physics, vol. 3, no. 6, pp. 422–440, 2021

  20. [28]

    An energy approach to the solution of partial differential equations in computational mechanics via machine learning: Concepts, implementation and applications,

    E. Samaniego, C. Anitescu, S. Goswami, V . Nguyen-Thanh, H. Guo, K. Hamdia, X. Zhuang, and T. Rabczuk, “An energy approach to the solution of partial differential equations in computational mechanics via machine learning: Concepts, implementation and applications,” Computer Me...

  21. [29]

    The deep ritz method: A deep learning-based numerical algorithm for solving variational problems,

    W. E and B. Yu, “The deep ritz method: A deep learning-based numerical algorithm for solving variational problems,” Communications in Mathematics and Statistics , vol. 6, no. 1, pp. 1–12, 2018

  22. [30]

    Learning the solution operator of parametric partial differential equations with physics-informed deep- onets,

    S. Wang, H. Wang, and P. Perdikaris, “Learning the solution operator of parametric partial differential equations with physics-informed deep- onets,” Science Advances, vol. 7, no. 40, p. eabi8605, 2021

  23. [31]

    Thermodynamics- informed neural networks for physically realistic mixed reality,

    Q. Hern ´andez, A. Bad´ıas, F. Chinesta, and E. Cueto, “Thermodynamics- informed neural networks for physically realistic mixed reality,” Com- puter Methods in Applied Mechanics and Engineering , vol. 407, p. 115912, 2023

  24. [32]

    Physics-informed deep learning for musculoskeletal modeling: Predicting muscle forces and joint kinematics from surface EMG,

    J. Zhang, Y . Zhao, F. Shone, Z. Li, A. F. Frangi, S. Q. Xie, and Z.-Q. Zhang, “Physics-informed deep learning for musculoskeletal modeling: Predicting muscle forces and joint kinematics from surface EMG,” IEEE Transactions on Neural Systems and Rehabilitation Engineering, vol...

  25. [33]

    Boosting personalized musculoskeletal modeling with physics-informed knowledge transfer,

    J. Zhang, Y . Zhao, T. Bao, Z. Li, K. Qian, A. F. Frangi, S. Q. Xie, and Z.-Q. Zhang, “Boosting personalized musculoskeletal modeling with physics-informed knowledge transfer,”IEEE Transactions on Instrumen- tation and Measurement , vol. 72, pp. 1–11, 2022

  26. [34]

    A feature-encoded physics-informed parameter identification neural network for musculoskeletal systems,

    K. Taneja, X. He, Q. He, X. Zhao, Y .-A. Lin, K. J. Loh, and J.- S. Chen, “A feature-encoded physics-informed parameter identification neural network for musculoskeletal systems,” Journal of Biomechanical Engineering, vol. 144, p. 121006, 09 2022

  27. [35]

    A multi-resolution physics- informed recurrent neural network: Formulation and application to musculoskeletal systems,

    K. Taneja, X. He, Q. He, and J.-S. Chen, “A multi-resolution physics- informed recurrent neural network: Formulation and application to musculoskeletal systems,” Computational Mechanics, 2023

  28. [36]

    A physics-informed low- shot adversarial learning for sEMG-based estimation of muscle force and joint kinematics,

    Y . Shi, S. Ma, Y . Zhao, C. Shi, and Z. Zhang, “A physics-informed low- shot adversarial learning for sEMG-based estimation of muscle force and joint kinematics,” IEEE Journal of Biomedical and Health Informatics , pp. 1–12, 2023

  29. [37]

    Muscle moment arm and normalized moment contributions as reference data for mus- culoskeletal elbow and wrist joint models,

    J. W. Ramsay, B. V . Hunter, and R. V . Gonzalez, “Muscle moment arm and normalized moment contributions as reference data for mus- culoskeletal elbow and wrist joint models,” Journal of Biomechanics , vol. 42, no. 4, pp. 463–473, 2009

  30. [38]

    An EMG-driven musculoskeletal model for estimating continuous wrist motion,

    Y . Zhao, Z. Zhang, Z. Li, Z. Yang, A. A. Dehghani-Sanij, and S. Xie, “An EMG-driven musculoskeletal model for estimating continuous wrist motion,” IEEE Transactions on Neural Systems and Rehabilitation Engineering, vol. 28, no. 12, pp. 3113–3120, 2020

  31. [39]

    Flexing computational muscle: Modeling and simulation of musculotendon dynamics,

    M. Millard, T. Uchida, A. Seth, and S. L. Delp, “Flexing computational muscle: Modeling and simulation of musculotendon dynamics,” Journal of Biomechanical Engineering , vol. 135, p. 021005, 02 2013

  32. [40]

    Neuromusculoskeletal modeling: Estimation of muscle forces and joint moments and movements from measurements of neural command,

    T. S. Buchanan, K. Lloyd Dg Fau Manal, T. F. Manal K Fau Besier, and T. F. Besier, “Neuromusculoskeletal modeling: Estimation of muscle forces and joint moments and movements from measurements of neural command,” Joutnal of Applied Biomechanics , no. 1065-8483, 2004

  33. [41]

    OpenSim: Simulating musculoskeletal dynamics and neuromuscular control to study human and animal movement,

    A. Seth, J. L. Hicks, T. K. Uchida, A. Habib, C. L. Dembia, J. J. Dunne, C. F. Ong, M. S. DeMers, A. Rajagopal, M. Millard, S. R. Hamner, E. M. Arnold, J. R. Yong, S. K. Lakshmikanth, M. A. Sherman, J. P. Ku, and S. L. Delp, “OpenSim: Simulating musculoskeletal dynamics and ne...

  34. [42]

    Computationally efficient personalized EMG-driven musculoskeletal model of wrist joint,

    Y . Zhao, J. Zhang, Z. Li, K. Qian, S. Q. Xie, Y . Lu, and Z.-Q. Zhang, “Computationally efficient personalized EMG-driven musculoskeletal model of wrist joint,” IEEE Transactions on Instrumentation and Mea- surement, vol. 72, pp. 1–10, 2023

  35. [43]

    Benchmarking of dynamic simulation predictions in two software platforms using an upper limb musculoskeletal model,

    K. R. Saul, X. Hu, C. M. Goehler, M. E. Vidt, M. Daly, A. Velisar, and W. M. Murray, “Benchmarking of dynamic simulation predictions in two software platforms using an upper limb musculoskeletal model,” Com- puter Methods in Biomechanics and Biomedical Engineering , vol. 18, n...

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.