CVLGMLAug 2, 2018

RGB Video Based Tennis Action Recognition Using a Deep Historical Long Short-Term Memory

arXiv:1808.00845v2
AI Analysis

This work addresses action recognition for sports analytics, specifically tennis shot classification, but is incremental as it builds on existing deep learning methods.

The paper tackles tennis action recognition from RGB video by proposing a weighted LSTM combined with CNN representations, achieving better performance than state-of-the-art baselines on a benchmark dataset.

Action recognition has attracted increasing attention from RGB input in computer vision partially due to potential applications on somatic simulation and statistics of sport such as virtual tennis game and tennis techniques and tactics analysis by video. Recently, deep learning based methods have achieved promising performance for action recognition. In this paper, we propose weighted Long Short-Term Memory adopted with convolutional neural network representations for three dimensional tennis shots recognition. First, the local two-dimensional convolutional neural network spatial representations are extracted from each video frame individually using a pre-trained Inception network. Then, a weighted Long Short-Term Memory decoder is introduced to take the output state at time t and the historical embedding feature at time t-1 to generate feature vector using a score weighting scheme. Finally, we use the adopted CNN and weighted LSTM to map the original visual features into a vector space to generate the spatial-temporal semantical description of visual sequences and classify the action video content. Experiments on the benchmark demonstrate that our method using only simple raw RGB video can achieve better performance than the state-of-the-art baselines for tennis shot recognition.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes