Source-linked AI summary

Multimodal Injury Risk Prediction in Tennis

Francisco Erramuspe Alvarez, Shobharani Polasa, Weihao Qu, Jay Wang, Ling Zheng

arXiv:2608.25126v1cs.LG

TL;DR

Existing tennis injury and performance prediction often relies on subjective information, while multimodal approaches remain underexplored. PART integrates diverse athlete data to assess readiness and injury risk, achieving strong wellness and injury prediction performance in nine collegiate players.

  • Problem

    Tennis prediction research has relied heavily on subjective data, motivating more comprehensive approaches that combine diverse objective and subjective sources.

  • Method

    PART integrates video, physiological, workout, sleep, self-reported, and jump data to predict wellness, injury risk, physical capability, playing style, and injury-prone body areas.

  • Results

    XGBoost Regressor achieved an MAE of 3.82 and an R² of 0.838 for recovery-score prediction, while XGBoost Classifier achieved the highest F1 score and AUC-ROC for injury-risk prediction.

  • Takeaways & Limitations

    PART provides a holistic assessment of collegiate tennis athletes’ condition and identifies injury-prone body areas by combining multimodal data.

  • Takeaways & Limitations

    Future work targets finer-grained body-part predictions and a more robust method for incorporating video results.

Abstract

from arXiv · show

Machine learning has had a significant positive impact on the prediction of athlete performance and injury risk. Most works in this field rely on subjective observations and expert assessments, which restrict their effectiveness. In sports like soccer, basketball, and wrestling, some studies attempt to address this challenge by integrating data from alternative sources, such as readings from wearable devices, alongside traditional subjective observations and expert assessments to enhance accuracy. However, similar research in tennis remains largely unexplored. In this paper, we propose a multimodal Predictive Athlete Readiness framework for Tennis (PART) to assess both performance and injury risk in tennis players. By leveraging machine learning and deep learning techniques, PART processes multiple sources of data collected from nine collegiate tennis players, including physiological metrics, training and match data, sleep data from wearable devices, self-reported information via daily questionnaires, jump assessments, and motion analysis from match play videos. PART captures four characteristics of tennis players: overall wellness, injury risk, physical capability, and playing style. By integrating these four characteristics by supervised learning, it is capable of providing a holistic assessment of the tennis athlete's condition, along with advanced forecasts of specific body areas at risk such as the upper body (e.g., elbows) or lower body (e.g., knees). Our evaluation, conducted with data from nine collegiate tennis players, shows that PART achieves strong performance in predicting both overall wellness and injury risk. Additionally, our framework also shows promise for recreational tennis players, who often suffer from injuries due to incorrect playing techniques.

I. INTRODUCTION

Tennis injury and performance prediction remains challenging because existing approaches often depend on limited statistical, subjective, and expert-assessed information. PART addresses this gap by integrating multimodal athlete data into readiness, wellness, and injury-risk predictions.

  • Tennis prediction is difficult because performance combines athleticism, strategy, and mental resilience, while injuries commonly arise from overuse and repetitive motions.
  • Existing tennis models often rely on official game statistics, subjective observations, and expert assessments, limiting coverage of interacting risk factors.
  • Wearables, self-reports, and athlete videos provide complementary physiological, lifestyle, and sport-specific information for prediction.
  • Integrating more data sources improves coverage but substantially increases framework-design complexity, especially for wearable, survey, and video inputs.
  • PART integrates videos, physiological data, workouts, sleep, and surveys to predict wellness while considering physical capability and injury probabilities.
  • The framework collects multimodal data from nine collegiate athletes and combines models for physical capability, injury risk, wellness, and playing style through supervised learning.

II. SYSTEM ARCHITECTURE

PART uses a modular architecture that transforms multimodal athlete data into four specialized predictions and a composite Athlete Readiness Score. The study collected data from nine collegiate players over 16 weeks, including questionnaires, testing, videos, and WHOOP measurements.

  • PART contains input and preprocessing layers, four predictive models, and an integration model that generates athlete-condition outputs.
  • The four models estimate physical readiness, injury probability, overall wellness, and playing style using deep learning, XGBoost, and computer-vision methods.
  • The integration model synthesizes model outputs into an Athlete Readiness Score ranging from 0 to 100, with higher scores indicating better readiness.
  • PART also predicts injury-prone body areas from the injury-risk model, alongside the composite readiness assessment.
  • Data came from nine collegiate players over 16 weeks, with five male and four female participants.
  • The dataset combines daily questionnaires, vertical-jump testing, match videos, sleep, physiological, training, and match data, totaling 85 attributes and 82,804 entries.

B. Data Preprocessing and Feature Engineering

PART preprocesses heterogeneous textual and video data before modeling athlete wellness, injury risk, physical capability, injury area, and playing style. Feature engineering transforms, expands, and encodes predictors to support model learning.

  • Preprocessing standardizes data, imputes missing values, creates the Injury Risk target, selects relevant features, addresses multicollinearity, and scales numerical variables.
  • Logarithmic transformations are applied to skewed variables such as Heart Rate Variability to better satisfy linear-regression assumptions.
  • Interaction terms and polynomial features expand predictors to represent nonlinear relationships with the target variable.
  • Categorical variables such as Activity Name are converted through one-hot encoding so models can use their information numerically.
  • Separate models process textual-type and video-type data for wellness, injury risk, injury area, physical capability, and playing style.

A. Overall Wellness Prediction (Regression Models)

Overall wellness prediction estimates Recovery Score (%) from physiological and activity-related indicators using regression models. XGBoost Regressor performed best among the evaluated models.

  • Recovery Score (%) ranges from 0 to 100 and indicates how well an athlete has recovered from physical exertion.
  • The wellness model uses Heart Rate Variability, Resting Heart Rate, Sleep Efficiency, and Activity Strain as key physiological and activity metrics.
  • Regression methods include Linear, Polynomial, Lasso, and XGBoost models for predicting Recovery Score (%).
  • An MAE of 3.82 and R² of 0.838 made XGBoost Regressor the best-performing model, explaining 83.8% of recovery-score variance.

B. Injury Risk Classification (Classification Models)

Injury risk classification uses physiological and self-reported features to predict overall injury risk and classify injury location. Multiple classifiers are compared, with XGBoost reported as the strongest overall model.

  • Classification task: The task predicts whether an athlete faces high or low injury risk within a specific time frame.Inputs include Activity Strain, HRV, Resting Heart Rate, and self-reported survey responses.
  • Classification models: The evaluated classifiers are Logistic Regression, XGBoost, Decision Tree, and Random Forest.The models estimate injury likelihood and support injury-location predictions for personalized interventions.
  • Injury-type prediction: Injury locations are categorized by upper or lower body, left or right side, and four body quadrants.The quadrants are upper left, upper right, lower left, and lower right.
  • Results: XGBoost achieved the highest F1 score and AUC-ROC among the classifiers for overall injury-risk prediction.Logistic Regression had an F1 score of 0, attributed to dataset imbalance and difficulty capturing complex patterns.
  • Results: Table III reports the performance of XGBoost models for upper-body and lower-body injury predictions.These predictions extend classification beyond overall injury risk to broad body-region categories.

C. Physical Capability Prediction

Physical capability prediction combines physiological and subjective measures into a Physical Capability Score and uses recent seven-day history to forecast capability percentage.

  • Prediction approach: MLP and LSTM models predict physical capability percentage from seven-day sequences of physiological and activity metrics.A one-week interval was selected for LSTM because it performed best.
  • Score construction: The Physical Capability Score combines physiological and subjective metrics through a weighted formula.The supplied formulation assigns weights to Reactive Strength, Sleep Efficiency, and HRVscore.
  • Score components: Reactive Strength, Sleep Score, Quality Score, and Vertical Jump Performance Score provide the component measures used to characterize capability.They capture explosive strength, sleep quality, perceived wellness, and lower-body power, respectively.
  • Evaluation setup: Historical PCS values over seven days are used to forecast physical capability percentage, with an 80-20 training-validation split.The historical window is intended to capture recent physiological and activity trends.

D. Playing Style Analysis

Playing style analysis uses average shots per point from match videos to characterize rally and exertion patterns across four categories.

  • Playing style metric: The video-analysis system calculates average shots per point across all points played by each athlete.The metric is used to analyze playing patterns and physical exertion.
  • Style categories: Players are classified as Highly Aggressive when ASP ≤5, Aggressive when 5 < ASP ≤8, Neutral when 8 < ASP ≤12, or Defensive when ASP > 12.The categories progress from quickly ending points to relying on consistency and extended rallies.

V. MODEL INTEGRATION AND OUTPUT GENERATION

The Athlete Readiness Score is labeled using expert assessments aligned with corresponding objective and subjective features for supervised learning.

  • Readiness labeling: Coaches and sports scientists assign each athlete an overall readiness score on a comprehensive 0-to-100 scale.Assessments consider physical performance, recovery status, training load, and subjective wellness reports.
  • Label construction: The labeling process gathers objective metrics and subjective reports before expert evaluation.Examples include wearable physiology, performance statistics, self-reported wellness, and stress levels.
  • Label construction: Multiple experts’ assessments are averaged to reduce individual bias, then aligned with features for supervised learning.The resulting labeled ARS data is paired with corresponding inputs at each time point.

B. Determining Weights via Supervised Learning

The framework learns weights for its Athlete Readiness Score through supervised learning, combining normalized component scores and style-based adjustments. Multiple Linear Regression is selected for interpretable coefficients, and the final adjustment is intended to personalize readiness and injury-risk assessments.

  • Supervised learning determines the weights w1, w2, w3 used in the Athlete Readiness Score formula.The weights are constrained to sum to 1.
  • The five-stage weight process normalizes component scores, selects Multiple Linear Regression, trains on labelled ARS values, extracts coefficients, and validates performance.Validation uses metrics including R-squared and Mean Absolute Error.
  • Playing style from video analysis acts as a weighting factor, assigning higher recovery-metric weights to defensive players because they face greater physical demands.
  • The final ARS is adjusted according to the player’s style classification derived from video analysis.The adjustment follows the stated ASP-based style classification process.
  • The style adjustment is intended to account for differing physical demands and provide more accurate, personalized readiness and injury-risk assessments.

D. Code Availability

The paper makes its preprocessing, model-training, and evaluation code publicly available through a GitHub repository with replication instructions.

  • A public GitHub repository contains the preprocessing, model-training, and evaluation code.It also includes environment setup and instructions for running the experiments.

VI. RELATED WORK

Related work spans multimodal sports data, time-series modeling, and tennis-specific performance and injury prediction. The paper positions PART as a data-driven framework addressing tennis research’s continued reliance on subjective information, while identifying future extensions for finer injury localization and video integration.

  • Integration of Wearable Technology and Self-Reported Data: Sports analytics research has combined wearable technology and self-reported metrics to study athlete stress, illness susceptibility, sleep, and training-related information.
  • Time-Series Data: MLP and LSTM models are used in sports time-series research to capture temporal dependencies and nonlinear relationships in longitudinal athlete data.
  • Specific to Tennis: Tennis research includes workload-based injury-risk studies, qualitative technique evaluations, and match-outcome models using historical performance statistics.
  • Specific to Tennis: Reliance on subjective data is identified as limiting tennis performance and injury prediction, motivating more comprehensive data-driven approaches.
  • Specific to Tennis: PART collects questionnaire, wearable, professional-testing, and video data from nine college athletes to predict athlete condition and injury-prone body parts.
  • Future Work: Future work targets finer-grained body-part prediction, more robust video-data integration, and deployment as Intelligent Tennis Coach software for players at all levels.
Loading 2608.25126v1…