STATSWING
Technical Note

Mechanics Proof-of-Concept: Do Body-Pose Features Improve Shot Outcome Prediction?

A proof-of-concept using 200 EPL shooting instances with broadcast-derived 3D body-pose data. This is the second independent analysis to demonstrate that body-pose features dominate the predictive hierarchy when present — the first being Van Haaren et al.'s dribbling study using higher-quality data and a larger sample. Companion to SW-R-2026-003.

STATSWING Technical Note · March 2026
Reference: TN-2026-001 · statswing.com/research
Companion to: SW-R-2026-003 ("The Execution Layer")
Key Finding

When body-pose features derived from STATSWING's kinetic chain framework are made available alongside event-context metadata, the model relies exclusively on the mechanical features for prediction. All 10 of the top 10 features by SHAP importance are mechanical — with upper body twist, hip angle asymmetry, and maximum knee angle ranking highest. This replicates, for a different action type and data source, the finding of Van Haaren et al. (2025), who showed that skeletal-data variables dominated dribble outcome prediction using higher-quality multi-camera data. The convergence across independent studies, action types, and data pipelines is the strongest result: the body consistently carries more predictive information than the context. The overall improvement in AUC-ROC (+0.056 mean across four model types) is directional but not statistically significant at this sample size — a definitive test requires matched event + pose data at larger scale.

1. The Convergence Finding

Two independent analyses have now tested whether body-pose features carry predictive information for football action outcomes. They use different action types, different data sources, different data quality tiers, and different research groups. In both cases, the structural finding replicates: when body-pose features are available, they dominate the predictive hierarchy.

Van Haaren et al. (2025) analysed 1,736 one-on-one dribbles from the 2022–23 Champions League using Hawk-Eye SkeleTRACK data (29 anatomical landmarks at 25 Hz) [1]. Their SHAP analysis found that defender posture and attacker balance were among the most impactful variables for predicting dribble outcomes — variables invisible to standard event data.

This analysis applies the same logic to a different action: shooting. Using the 3D Shot Posture (3DSP) dataset — 200 labelled shooting instances from the 2015–16 English Premier League, each with 20 frames of 17 3D skeletal keypoints derived from broadcast footage [2] — we trained four classifier families with and without 26 biomechanical features derived from STATSWING's kinetic chain framework. The SHAP analysis found that mechanical features constituted all 10 of the top 10 features by importance, with the kinetic chain variables the framework predicts — upper body twist, hip angle asymmetry, maximum knee angle — ranking as the top three.

The comparison between the two studies is instructive:

DimensionVan Haaren et al. (2025)This analysis
Action typeDribbling (1v1)Shooting
Sample size1,736200
Pose data sourceHawk-Eye SkeleTRACK (multi-camera)MotionAGFormer (broadcast-derived)
Skeletal points29 landmarks17 keypoints
Frame rate25 Hz25 fps
CompetitionChampions League 2022–23EPL 2015–16
Research groupKU LeuvenSTATSWING
SHAP findingSkeletal features dominateSkeletal features dominate

The replication across these independent axes — different action, different data pipeline, different quality tier, different research group — is what gives the combined finding its weight. Neither study alone demonstrates that mechanical features improve prediction over properly specified event data. Together they establish that across two football actions and two pose-data pipelines, the models consistently find that the body matters more than the context. That is a finding about the structure of the problem.

2. Data

The 3DSP Dataset

The 3D Shot Posture dataset (Yeung et al., CVPR 2024 Workshop) contains 200 shooting instances from the 2015–16 English Premier League, extracted from SoccerNet broadcast footage [2]. Each instance provides 20 sequential frames of 17 3D keypoints (H3WB format, lifted from 2D via MotionAGFormer), covering approximately 0.8 seconds around the shot moment. Labels distinguish "shots on target" (n = 110, 55%) from "shots off target" (n = 90, 45%).

Constraints

The dataset was designed for pose clustering, not predictive modelling. Five constraints shape the analysis. First, no shot location data — the single strongest predictor in standard xG models — which means the baseline model lacks the feature that normally carries the majority of predictive power. Second, no body part annotation — we cannot identify the shooting leg. Third, binary on/off target outcome, not goal conversion — a weaker signal. Fourth, broadcast-derived pose, not multi-camera skeletal tracking — lower accuracy than what Genius Sports or TRACAB provide in match-day data. Fifth, n = 200 — near the limits of statistical power for 26 features.

These constraints do not invalidate the analysis. They bound its claims. The POC tests whether mechanical features carry any identifiable signal, not whether they achieve production-grade accuracy.

Datasets Not Used

The WorldPose dataset (ETH Zurich / FIFA, 2.5 million 3D poses from the 2022 World Cup, 8 cm per-joint accuracy) requires an academic data request and was not accessible for this analysis. It is the highest-priority resource for a follow-up study: combined with StatsBomb's World Cup event data, it would provide the matched event + pose dataset at scale that this analysis lacks [3].

3. Feature Engineering

Baseline Features (Model A) — 6 features

The baseline simulates event-level context using the metadata available in the dataset: half, minute within half, second-half indicator, home/away, score differential, and score differential from the shooter's perspective. These are intentionally weak proxies — in a production analysis, the baseline would include shot location, xG, body part, and preceding action type, producing AUC-ROC of 0.75–0.80. The baseline here produces near-chance AUC (~0.47), confirming that the available metadata carries minimal predictive information.

Mechanical Features (Model B) — 26 features

Features are structured around STATSWING's kinetic chain framework [4], targeting three components:

Force generation (hip). Hip angle, hip asymmetry, and backlift magnitude capture the hip's role as the primary moment generator in the striking kinetic chain. Greater hip extension at contact corresponds to greater force transfer.

Extension and accuracy (knee). Knee angle at contact captures the moment at which maximum force is applied. Full knee extension at contact is associated with both shot power and directional accuracy.

Balance and preparation (whole body). Torso lean, upper body twist, stance width, centre-of-mass height, and arm extension capture the pre-contact body configuration — whether the shooter is balanced, aligned with the target, and able to generate controlled power.

The feature set includes 20 static posture features (measured at the contact frame) and 6 temporal features (dynamics across the frame sequence). Backlift magnitude — the peak hip angle during approach minus hip angle at contact — directly operationalises the "compact vs. wide release" distinction in SW-R-2026-003 [4].

4. Results

All models evaluated using 10-fold stratified cross-validation. Values reported as mean ± standard deviation across folds.

ModelFeature SetAUC-ROCAccuracyF1 Score
Logistic RegressionBaseline (A)0.475 ± 0.0700.535 ± 0.0810.638 ± 0.073
Enhanced (B)0.566 ± 0.1820.540 ± 0.1450.592 ± 0.120
Delta+0.090+0.005−0.046
Random ForestBaseline (A)0.474 ± 0.1520.465 ± 0.1470.491 ± 0.158
Enhanced (B)0.514 ± 0.1140.495 ± 0.0850.542 ± 0.073
Delta+0.040+0.030+0.051
XGBoostBaseline (A)0.444 ± 0.1420.440 ± 0.1090.522 ± 0.109
Enhanced (B)0.534 ± 0.1420.500 ± 0.0840.563 ± 0.059
Delta+0.090+0.060+0.040
LightGBMBaseline (A)0.481 ± 0.1510.470 ± 0.1140.536 ± 0.130
Enhanced (B)0.484 ± 0.1630.520 ± 0.1050.575 ± 0.107
Delta+0.003+0.050+0.039

All four models show positive AUC-ROC improvement when mechanical features are added. The mean delta across models is +0.056. The baseline models perform near chance (AUC ~0.47), confirming that the available metadata carries minimal predictive information about shot outcomes.

ROC curves comparing baseline (Model A) and enhanced (Model B) across four classifier types
Fig. 1. The enhanced model's ROC curve lies above the baseline in 3 of 4 model types. The largest separation is observed for logistic regression and XGBoost. Both models operate near the chance diagonal — a consequence of the absent shot-location baseline, not a failure of the mechanical features.

Statistical Significance

The corrected repeated cross-validation t-test (Nadeau & Bengio, 2003) applied to the LightGBM comparison yields p = 0.97. The improvement is not statistically significant. The 95% confidence interval spans zero symmetrically (−0.112 to +0.108), reflecting high variance across folds (SD: 0.155), small fold sizes (n = 20), and the fundamental constraint that both models operate near chance because the strongest baseline predictor is absent.

The null result does not falsify the thesis that mechanical features carry predictive information. It indicates that this experimental design lacks the statistical power to detect the effect. The SHAP analysis provides the complementary evidence about what the model learns when mechanical features are available.

Improvement delta from adding mechanical features across four model types and three metrics
Fig. 2. All AUC-ROC deltas are positive. F1 score improves in 3 of 4 models. Error bars reflect propagated standard deviation — the wide intervals are a product of fold-level variance at n = 200, not inconsistency in the direction of effect.

5. Feature Importance

SHAP values computed on the LightGBM Model B trained on all 200 samples. Features ranked by mean absolute SHAP value.

RankFeatureTypeMean |SHAP|
1upper_body_twistMECH0.419
2hip_angle_asymmetryMECH0.373
3max_knee_angleMECH0.371
4shoulder_rotationMECH0.311
5torso_lean_angleMECH0.222
6com_height_ratioMECH0.204
7knee_angle_asymmetryMECH0.196
8max_hip_angleMECH0.195
9min_knee_angleMECH0.194
10follow_through_leanMECH0.163

Mechanical features constitute 10 of 10 top features and 15 of 15 top features. No baseline feature appears in the top 15. When both feature types are available, the model relies exclusively on mechanical features for prediction.

The top three features map directly to the kinetic chain framework described in SW-R-2026-003: upper body twist (trunk rotation, the rotational component of force generation), hip angle asymmetry (the difference between shooting and standing leg — a committed, well-structured striking posture), and maximum knee angle (full knee extension at contact, the biomechanical indicator of a well-timed strike). Backlift magnitude (rank 11, SHAP: 0.153) is the feature most directly connected to the "compact vs. wide release" distinction — a smaller value indicates a compact release suited to finishing under defensive pressure.

SHAP summary plot for LightGBM Model B showing feature importance and value direction
Fig. 3. SHAP summary for the enhanced LightGBM model. Each dot represents one sample; horizontal position indicates the feature's contribution to predicting on-target (positive) or off-target (negative). Mechanical features occupy the entire top of the hierarchy. Baseline features (half, shooter_score_diff) appear only at the bottom.
Box plots comparing mechanical feature distributions for on-target versus off-target shots
Fig. 4. Feature distributions for on-target (green) vs. off-target (red) shots. Hip angle asymmetry is the only feature reaching conventional significance (p = 0.037). The absence of strong univariate separation — combined with the strong multivariate SHAP signal — indicates that the predictive information resides in feature interactions, not in individual distributions. This is consistent with the kinetic chain model: it is the coordinated configuration of the body, not any single joint angle, that determines execution quality.

6. What This Means

The analysis produces three findings with different levels of evidential strength.

Finding 1 (strong): Mechanical features dominate the feature importance hierarchy. When both baseline and mechanical features are available, the model assigns zero importance to baseline features and relies exclusively on mechanical features. SHAP values measure marginal predictive contribution — the model has determined that body-pose features carry signal that game-state metadata does not. This finding carries a caveat: the baseline is six weak metadata proxies, not a properly specified event-data model. The dominance would need to replicate against shot location + xG + body part to support the stronger claim that mechanical features carry signal that event data does not.

Finding 2 (moderate): The direction of the effect is consistently positive. All four model types show improvement in AUC-ROC when mechanical features are added. The mean improvement (+0.056) is modest but directionally consistent across all classifier families.

Finding 3 (weak): The overall predictive improvement is not statistically significant. The corrected repeated CV t-test yields p = 0.97. This is a clean null — a product of experimental constraints (crippled baseline, crude outcome variable, n = 200), not necessarily a true absence of effect.

The convergence with Van Haaren et al. is the finding that carries the most weight. Two independent analyses — different actions, different data, different research groups — produce the same structural result: when skeletal features are available, the model prefers them. The replication across these independent axes is how structural claims accumulate evidential weight.

7. Next Steps

Immediate: WorldPose + StatsBomb

Obtain the WorldPose dataset (2.5 million 3D poses from the 2022 World Cup, 8 cm per-joint accuracy) via academic request from ETH Zurich [3]. Match World Cup events from StatsBomb open data to the WorldPose frames. This provides a 10–100x increase in sample size, multi-camera 3D pose data at production accuracy, properly matched event features (shot location, xG, body part), and the ability to test goal conversion directly.

Medium-term: Dribbling Extension

Repeat the comparison for dribble outcomes using WorldPose or equivalent skeletal match data. Structure mechanical features around STATSWING's three-phase dribbling framework (preparation, reception, attack). Compare results with Van Haaren et al. as a direct validation check.

Long-term: Transfer Prediction

Build the dataset that no one has yet constructed: pre-transfer mechanical profiles linked to post-transfer performance outcomes. The Premier League and Bundesliga both now generate skeletal match data at every game. The historical archive — if accessible — would enable retrospective construction of this dataset for transfers from 2022–23 onward.

Limitations

No real event-level baseline features. The baseline model is artificially weak. A proper test requires shot location, xG, body part, shot type, and preceding action data matched to the same shooting instances. The SHAP finding that mechanical features dominate over baseline features is therefore a weaker claim than it would be if the baseline included production-grade event data.

Shooting leg ambiguity. Without knowing which foot the player used, left/right mechanical features may introduce noise. The asymmetry features partially address this by measuring magnitude regardless of direction.

Contact frame identification. Frame 15 of 20 is used as the contact frame. Actual foot-ball contact may vary. Automatic contact detection would improve feature accuracy.

Pose estimation accuracy. The 3D keypoints are lifted from monocular broadcast footage, which introduces estimation error that multi-camera skeletal tracking would not.

Sample size. With n = 200 and 26 mechanical features, the analysis is underpowered for detecting moderate effect sizes. A power analysis assuming AUC improvement from 0.50 to 0.55 at 80% power would require approximately 800–1,000 samples.

Reproducibility

Code: All analysis code is in code/mechanics_poc.py. Self-contained: loads 3DSP data, engineers features, trains models, computes SHAP values, generates figures, exports results.

Data: 3DSP dataset is open access. GitHub: calvinyeungck/3D-Shot-Posture-Dataset. Processed features saved to data/features.csv (200 rows × 34 columns).

Random seeds: All models use random_state=42. Cross-validation uses StratifiedKFold(shuffle=True, random_state=42). Results are deterministically reproducible.

Proof-of-Concept Biomechanics Body-Pose Data SHAP Analysis Shooting Mechanics Kinetic Chain
Implications
For the parent publication (SW-R-2026-003)

The structural argument — that mechanics is the missing variable in transfer prediction — does not depend on this proof-of-concept. It rests on the logical structure of the compounding stack, the cross-domain precedent from the NBA, and the Van Haaren et al. dribbling study. This analysis adds a second independent data point: STATSWING's own kinetic chain framework, when operationalised as body-pose features, produces the feature importance hierarchy the framework predicts. The convergence strengthens the structural claim without constituting the definitive empirical test, which requires matched event + pose data at scale.

For researchers with access to WorldPose or equivalent data

The feature engineering pipeline and experimental design described here can be applied directly to larger, higher-quality datasets. The 26 mechanical features — structured around force generation (hip), extension and accuracy (knee), and balance and preparation (whole body) — provide a starting framework for a properly powered study. The WorldPose + StatsBomb combination is the most accessible path to the definitive test.

For data providers

The 3DSP dataset was designed for pose clustering and contains no event-level data. The absence of matched event + pose datasets in the public domain is itself a finding: the analytical community cannot test whether mechanical features improve upon event data because no publicly available dataset pairs the two. A provider that releases matched skeletal + event data — even for a small sample of competitions — would enable the research that this proof-of-concept scopes but cannot yet execute.

References
  1. [1] J. Van Haaren, G. Van Roy, and J. Davis, "What Makes a Dribble Successful? Insights From 3D Pose Tracking Data," arXiv:2506.22503, June 2025. arxiv.org
  2. [2] C. Yeung, K. Ide, and K. Fujii, "AutoSoccerPose: Automated 3D Posture Analysis of Soccer Shot Movements," CVPR 2024 Workshop on Computer Vision in Sports, arXiv:2405.12070. Dataset: github.com/calvinyeungck/3D-Shot-Posture-Dataset
  3. [3] WorldPose dataset, ETH Zurich / FIFA. 2.5 million 3D poses from the 2022 World Cup. Available via academic data request.
  4. [4] J. Adejola, "The Execution Layer: Mechanics as the Missing Variable in Transfer Prediction," STATSWING Research SW-R-2026-003, March 2026. statswing.com/research/mechanics/
  5. [5] J. Adejola, "Features of a Great Sho(o)t(er)," BallerzBantz, May 2024.
  6. [6] C. Nadeau and Y. Bengio, "Inference for the Generalization Error," Machine Learning, vol. 52, no. 3, pp. 239–281, 2003.
Cite This Technical Note
J. Adejola, "Mechanics Proof-of-Concept: Do Body-Pose Features Improve Shot Outcome Prediction?," STATSWING Technical Note TN-2026-001, March 2026. statswing.com/research/mechanics-poc/