Applying Deep Bidirectional LSTM and Mixture Density Network for Basketball Trajectory Prediction
Yu Zhao, Rennong Yang, Guillaume Chevalier, Rajiv Shah, Rob Romijnders

TL;DR
This paper introduces a deep learning model combining bidirectional LSTM and mixture density networks to predict and generate basketball trajectories, aiding coaching decisions with improved accuracy and sample diversity.
Contribution
The novel integration of BLSTM and MDN effectively predicts and generates basketball trajectories, outperforming existing models in accuracy and convergence speed.
Findings
Model outperforms others in hit-or-miss classification accuracy.
Generated trajectories closely match real NBA data.
Model converges faster than comparable approaches.
Abstract
Data analytics helps basketball teams to create tactics. However, manual data collection and analytics are costly and ineffective. Therefore, we applied a deep bidirectional long short-term memory (BLSTM) and mixture density network (MDN) approach. This model is not only capable of predicting a basketball trajectory based on real data, but it also can generate new trajectory samples. It is an excellent application to help coaches and players decide when and where to shoot. Its structure is particularly suitable for dealing with time series problems. BLSTM receives forward and backward information at the same time, while stacking multiple BLSTMs further increases the learning ability of the model. Combined with BLSTMs, MDN is used to generate a multi-modal distribution of outputs. Thus, the proposed model can, in principle, represent arbitrary conditional probability distributions of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
