CVNov 16, 2016

Learning To Score Olympic Events

arXiv:1611.05125v3223 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of action quality assessment in sports, which is incremental as it builds on existing methods with new frameworks for specific Olympic events.

The paper tackled the problem of scoring Olympic sports actions with limited data by proposing three frameworks using 3D CNNs and regression methods, showing significant improvement over existing approaches for diving, vault, and figure skating.

Estimating action quality, the process of assigning a "score" to the execution of an action, is crucial in areas such as sports and health care. Unlike action recognition, which has millions of examples to learn from, the action quality datasets that are currently available are small -- typically comprised of only a few hundred samples. This work presents three frameworks for evaluating Olympic sports which utilize spatiotemporal features learned using 3D convolutional neural networks (C3D) and perform score regression with i) SVR, ii) LSTM, and iii) LSTM followed by SVR. An efficient training mechanism for the limited data scenarios is presented for clip-based training with LSTM. The proposed systems show significant improvement over existing quality assessment approaches on the task of predicting scores of Olympic events {diving, vault, figure skating}. While the SVR-based frameworks yield better results, LSTM-based frameworks are more natural for describing an action and can be used for improvement feedback.

Code Implementations2 repos
Foundations

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

Your Notes