paper-with-me

Papers

Applying Deep Bidirectional LSTM and Mixture Density Network for Basketball Trajectory Prediction

2017-08-19 · Yu Zhao, Rennong Yang, Guillaume Chevalier, Rajiv Shah, Rob Romijnders

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 output variables. We tested our model with two experiments on three-pointer datasets from NBA SportVu data. In the hit-or-miss classification experiment, the proposed model outperformed other models in terms of the convergence speed and accuracy. In the trajectory generation experiment, eight model-generated trajectories at a given time closely matched real trajectories.

📄 PDF Abstract BibTeX arXiv:1708.05824

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series AnalysisTrajectory Prediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Am I a Baller? Basketball Performance Assessment from First-Person Videos

2016-11-16 · ICCV 2017 10 · Gedas Bertasius, Hyun Soo Park, Stella X. Yu, Jianbo Shi

This paper presents a method to assess a basketball player's performance from his/her first-person video. A key challenge lies in the fact that the evaluation metric is highly subjective and specific to a particular eval…

Simple and Accurate Dependency Parsing Using Bidirectional LSTM Feature Representations

2016-03-14 · TACL 2016 1 · Eliyahu Kiperwasser, Yoav Goldberg

We present a simple and effective scheme for dependency parsing which is based on bidirectional-LSTMs (BiLSTMs). Each sentence token is associated with a BiLSTM vector representing the token in its sentential context, an…

Dependency ParsingSentence

Aging Decline in Basketball Career Trend Prediction Based on Machine Learning and LSTM Model

2025-09-30 · Yi-chen Yao, Jerry Wang, Yi-cheng Lai, Lyn Chao-ling Chen arxiv

The topic of aging decline on performance of NBA players has been discussed in this study. The autoencoder with K-means clustering machine learning method was adopted to career trend classification of NBA players, and th…

Risk forecasting using Long Short-Term Memory Mixture Density Networks

2025-01-02 · Nico Herrig

This work aims to implement Long Short-Term Memory mixture density networks (LSTM-MDNs) for Value-at-Risk forecasting and compare their performance with established models (historical simulation, CMM, and GARCH) using a …

Clustering

GL-BLSTM: a novel structure of bidirectional long-short term memory for disulfide bonding state prediction

2018-08-11

Background: Disulfide bonds are crucial to protein structural formation. Developing an effective method topredict disulfide bonding formation is important for protein structural modeling and functional study. Mostcurrent…