MyoMechanix: Biomechanically-Grounded Compositional Skilled Activity Understanding and Coaching

Hao Yin1,2*  ·  Paritosh Parmar3*
 ·  Lijun Gu1,2  ·  Lin Xu4  ·  Tianxiao Guo4  ·  Xiujin Liu5
Tianyou Zheng2  ·  Yang Zhang2  ·  Weiwei Fu1,2
1 USTC   2 SIBET, CAS   3 Arexeni Research & Technologies Inc.
4 Beijing Sport University   5 Dept. of Robotics, University of Michigan
* Equal contribution
📄 Download Paper (PDF) 💻 GitHub 📝 BibTeX

§ Abstract

Existing skilled activity understanding / action quality assessment (AQA) datasets and methods face two key limitations: they rely primarily on explicit visual inputs (e.g., RGB and Pose data), overlooking implicit physiological dynamics such as muscle mechanics, and they model actions as monolithic, non-compositional patterns, limiting semantic richness. These constraints hinder fine-grained, biomechanically grounded feedback. To address this, we propose a paradigm that integrates multimodal sensing, structured representations, and compositional reasoning. We introduce MyoMechanix, a biomechanically grounded multimodal ecosystem for weight-loaded actions with strong internal–external alignment, enabling faithful coupling between motion and muscle activity. Expert-annotated, it comprises 7,500+ samples of 20 actions from 38 subjects, with synchronized multiview RGB video, 3D pose, sEMG, and additional physiological signals, forming the largest multimodal AQA benchmark to date. Building upon this sensing foundation, we construct the Fitness Knowledge Graph (FKG), which organizes annotations from field experts into structured relationships linking actions, phases, key steps, error types, and corrective feedback. This representation supports a compositional scoring and reasoning framework. To capitalize on the multimodal richness and structured representations, we develop a new modeling paradigm, CUBIST (Compositional Ontological Reasoning Engine), a framework that performs decomposition–analysis–recomposition over structured actions to enable fine-grained error attribution and feedback generation. We further establish the MyoMechanix-AQA benchmark and MyoMechanix-VideoQA, supporting tasks ranging from action quality assessment to error diagnosis and cross-modal reasoning, including a novel Video2EMG task. Extensive experiments demonstrate that CUBIST achieves state-of-the-art performance, multimodal fusion yields decisive gains, and the benchmarks present substantial room for future improvement.

Interpretable AQA Physical Skills Assessment Video Understanding AI-driven Coaching Fitness sEMG Physical AI

§ Contents

1 Introduction & Motivation

Human motion is fundamentally governed by the neuromuscular system, in which observable kinematics emerge from complex coordination patterns of muscle activation. Due to the redundancy of the musculoskeletal system, visually similar movements can arise from substantially different internal control strategies — some of which may compromise safety and performance. Existing Action Quality Assessment (AQA) research remains limited: it primarily concentrates on exteroceptive visual inputs, struggles to capture implicit physiological states, treats actions as monolithic patterns, and relies on datasets with inconsistent quality and coarse-grained annotations.

"Effective assessment requires both physiological grounding and structured representations that capture the compositional nature of human actions."

Core Contributions

System Overview

MyoMechanix system overview
Figure 1. An overview of our MyoMechanix ecosystem. We advance fitness activity understanding along two complementary dimensions: physical fidelity (multimodal sensing with sEMG) and semantic richness (FKG-structured representations).

3 MyoMechanix Dataset

Design Principles

MyoMechanix focuses on weight-loaded compound exercises — 20 representative actions selected to cover both upper- and lower-body muscle groups, involve complex and injury-prone joints (shoulders, knees, hips), include free-weight actions requiring stabilization, and represent widely practiced exercises. 10 barbell + 10 dumbbell exercises ensure balanced evaluation across equipment types.

Twenty representative weight-loaded actions
Figure 2. The 20 representative weight-loaded actions collected in MyoMechanix.

Multimodal Data Collection

5
Camera Views
(4 Cinema + 1 Phone)
16
sEMG Channels
@ 2,000 Hz
38
Subjects
(10 Expert · 8 Amateur · 20 Novice)
7,512
Action Samples
40+ Hours Recording

Fitness Knowledge Graph (FKG)

The FKG provides an ontology-like representation that formalizes weight-training exercises as biomechanically phased action representations. Each exercise is decomposed into three phases — Preparation, Concentric, and Eccentric — with ordered action key steps (AKs), phase-conditioned error types (ETs), and corresponding corrective feedback (FBs). Error severity is hierarchically weighted: joint safety (9–10), core stability (7–9), foundational posture (6–7), fine control (5), breathing (2).

Fitness Knowledge Graph relationships
Figure 3. Entity relationships within the Fitness Knowledge Graph — mapping actions → key steps → error types.

Compositional Scoring

The overall score is computed bottom-up: S = [1 − ΣWobserved / ΣWmax] × 100. This system separates mathematical complexity from annotation, ensuring both rapid labeling and full interpretability — in stark contrast to opaque holistic scoring approaches.

Compositional scoring process
Figure 4. Compositional scoring process for Barbell Overhead Press — individual errors map to score deductions, yielding a final transparent score of 77.02.

Annotation Statistics

68.15
Mean Quality Score
(Range: 20–100)
192.27
Avg. Words / Sample
(10.05 Sentences)
1.85
Reasoning Steps
Per Sample
8.41
Actionable Suggestions
Per Sample

4 CUBIST Modeling Paradigm

CUBIST (Compositional Ontological Reasoning Engine) is inspired by the Cubist art movement's principle of decomposing complex objects, examining each part from multiple viewpoints, and recombining them to reveal underlying structure. It moves beyond monolithic black-box scoring toward interpretable, step-wise reasoning that closely reflects expert analysis.

CUBIST model architecture
Figure 5. CUBIST model architecture (multimodal version) for the AQA task.

Three-Stage Progressive Design

Stage I → Action Perception & Expert Routing → Stage II → Ontology-driven Error Reasoning → Stage III → Compositional Scoring

Stage I — Action Perception-driven Expert Routing: A spatiotemporal video encoder with attention-based pooling classifies the action and routes the input to the appropriate action-specific expert network. Built on a ViT backbone with trilinear-interpolated positional encoding for up to 103-frame videos.

Stage II — Ontology-driven Error Reasoning: A temporal adapter recovers native spatiotemporal topology, an implicit phase parser discovers action phases without manual annotations, and a phase-aware error query decoder uses Mixture-of-Experts (MoE) architecture to predict fine-grained error probabilities. Asymmetric loss handles the high-dimensional, sparse multi-label nature of error detection.

Stage III — Compositional Scoring Engine: A deterministic neuro-symbolic module that applies annotation-defined error weights and the compositional scoring formula — introducing zero additional learnable parameters. The final score is directly attributable to interpretable error concepts, improving transparency at both reasoning and output levels.

Multimodal Fusion Strategy

CUBIST employs a feature-disentangled late-fusion design that avoids prematurely forcing heterogeneous modalities (RGB, 3D Pose, sEMG) into a shared representation space. Each modality develops task-relevant representations independently before integration, preserving modality-specific discriminative characteristics while reducing cross-modal gradient interference.

5 Experiments & Results

Three Benchmark Tasks

AQA
Action Quality Assessment
4 Split Protocols
VideoQA
30,048 QA Pairs
4 Reasoning Categories
Video2EMG
Cross-Modal Prediction
Novel Task

AQA Results — Vanilla Split

MethodModalityρ ↑R-ℓ₂ ↓
I3D-MLPRGB0.48175.4521
CoReRGB0.68323.2745
TPTRGB0.69043.2734
HGCNRGB0.68173.0156
MCoReRGB0.69843.0156
T2CRRGB0.72172.8233
DAERGB0.74312.6500
CUBIST (Ours)RGB0.78292.1542

CUBIST achieves new SOTA on unimodal RGB evaluation.

AQA Results — Multimodal Fusion

ConfigurationModalitiesρ ↑R-ℓ₂ ↓
DAE (SV)RGB0.74312.6500
SV + PoseRGB + Pose0.79542.1002
SV + Pose + EMGFull (Single View)0.82971.8210
DAE (MV)Multi-View RGB0.78612.4320
MV + Pose + EMGFull (Multi-View)0.85611.5492
CUBIST (MV + Pose + EMG)All Modalities0.88360.7418

Progressive multimodal fusion yields consistent gains. CUBIST(MV+Pose+EMG): +18.91% ρ over DAE, +12.86% over unimodal CUBIST.

CUBIST qualitative comparison
Figure 6. Qualitative comparison of CUBIST against baseline methods on the AQA task.

VideoQA Results

Fine-tuning Qwen2.5-VL-3B (LoRA) achieves substantial gains: BLEU 0.0415 → 0.1970, CHRF++ 39.53 → 52.00. However, score prediction accuracy remains challenging — R-ℓ₂ error decreases by less than 2%, suggesting that numerical reasoning in VLMs remains a significant open problem. Current VLMs still have ~50% room for improvement in text generation and up to 80% in score prediction.

Video2EMG Results

The best configuration (ViT + SVR) achieves MAE = 0.1465, RMSE = 0.1882, CCP = 0.4345 (moderate waveform alignment). Performance degrades significantly under cross-subject and cross-view protocols, highlighting the difficulty of cross-modal physiological inference — leaving approximately 56% room for future improvement.

Video2EMG qualitative results
Figure 7. Qualitative results of Video2EMG — predicted vs. ground truth sEMG waveforms.

6 Conclusion

We introduced MyoMechanix, a biomechanically grounded multimodal ecosystem for skilled activity understanding and coaching, establishing a compositional paradigm for action quality assessment that moves beyond purely visual, monolithic action modeling. Three key findings: (i) effective AQA benefits from integrating latent biomechanical signals with visible motion cues; (ii) language-grounded reasoning over structured action knowledge enhances fine-grained VLM understanding; and (iii) promising Video2EMG results suggest a path toward estimating muscle dynamics from accessible visual observations. Despite these advances, MyoMechanix remains a challenging benchmark, motivating future research in cross-subject generalization, richer causal biomechanical modeling, and integration with embodied systems.

Acknowledgement

Supported by the Suzhou Basic Scientific Research Project (SSD2024013), the Doctoral Student Program of the Young S&T Talents Cultivation Project, CAST. Fast Move Technology is especially acknowledged for providing sEMG devices.

§ BibTeX Citation

If you find this work useful, please cite:

@article{yin2026myomechanix,
  title     = {MyoMechanix: Biomechanically-Grounded Compositional
               Skilled Activity Understanding and Coaching},
  author    = {Yin, Hao and Parmar, Paritosh and Gu, Lijun and
               Xu, Lin and Guo, Tianxiao and Liu, Xiujin and
               Zheng, Tianyou and Zhang, Yang and Fu, Weiwei},
  journal   = {Under Review},
  year      = {2026},
  url       = {https://github.com/HaoYin116/MyoMechanix}
}
Copied to clipboard!