paper-with-me

홈 › Papers

Trajectory Imputation in Multi-Agent Sports with Derivative-Accumulating Self-Ensemble

2024-08-20 · Han-Jun Choi, Hyunsung Kim, Minho Lee, Minchul Jeong, Chang-Jo Kim, Jinsung Yoon, Sang-Ki Ko

Multi-agent trajectory data collected from domains such as team sports often suffer from missing values due to various factors. While many imputation methods have been proposed for spatiotemporal data, they are not well-suited for multi-agent sports scenarios where player movements are highly dynamic and inter-agent interactions continuously evolve. To address these challenges, we propose MIDAS (Multi-agent Imputer with Derivative-Accumulating Self-ensemble), a framework that imputes multi-agent trajectories with high accuracy and physical plausibility. It jointly predicts positions, velocities, and accelerations through a Set Transformer-based neural network and generates alternative estimates by recursively accumulating predicted velocity and acceleration values. These predictions are then combined using a learnable weighted ensemble to produce final imputed trajectories. Experiments on three sports datasets demonstrate that MIDAS significantly outperforms existing baselines in both positional accuracy and physical plausibility. Lastly, we showcase use cases of MIDAS, such as approximating total distance and pass success probability, to highlight its applicability to practical downstream tasks that require complete tracking data.

📄 PDF Abstract BibTeX arXiv:2408.10878

Code (0)

등록된 구현이 없습니다.

Tasks

ImputationMissing Values

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

TranSPORTmer: A Holistic Approach to Trajectory Understanding in Multi-Agent Sports

2024-10-23 · Guillem Capellera, Luis Ferraz, Antonio Rubio, Antonio Agudo 외

Understanding trajectories in multi-agent scenarios requires addressing various tasks, including predicting future movements, imputing missing observations, inferring the status of unseen agents, and classifying differen…

Imputation

Ball Trajectory Inference from Multi-Agent Sports Contexts Using Set Transformer and Hierarchical Bi-LSTM

2023-06-14 · Hyunsung Kim, Han-Jun Choi, Chang Jo Kim, Jinsung Yoon 외

As artificial intelligence spreads out to numerous fields, the application of AI to sports analytics is also in the spotlight. However, one of the major challenges is the difficulty of automated acquisition of continuous…

ImputationSports Analytics

AdaSports-Traj: Role- and Domain-Aware Adaptation for Multi-Agent Trajectory Modeling in Sports

2025-09-19 · Yi Xu, Yun Fu arxiv

Trajectory prediction in multi-agent sports scenarios is inherently challenging due to the structural heterogeneity across agent roles (e.g., players vs. ball) and dynamic distribution gaps across different sports domain…

Trajectory PredictionContrastive LearningTrajectory Modeling

Inferring Player Location in Sports Matches: Multi-Agent Spatial Imputation from Limited Observations

2023-02-13 · Gregory Everett, Ryan J. Beal, Tim Matthews, Joseph Early 외

Understanding agent behaviour in Multi-Agent Systems (MAS) is an important problem in domains such as autonomous driving, disaster response, and sports analytics. Existing MAS problems typically use uniform timesteps wit…

Autonomous DrivingDisaster ResponseGraph Neural NetworkImputation+3

Deciphering Movement: Unified Trajectory Generation Model for Multi-Agent

2024-05-27 · Yi Xu, Yun Fu

Understanding multi-agent behavior is critical across various fields. The conventional approach involves analyzing agent movements through three primary tasks: trajectory prediction, imputation, and spatial-temporal reco…

ImputationMambaState Space ModelsTrajectory Prediction