Learning To Score Olympic Events
Paritosh Parmar, Brendan Tran Morris

TL;DR
This paper introduces three deep learning frameworks using 3D CNN features for scoring Olympic sports actions, demonstrating improved accuracy over existing methods and offering insights for feedback and evaluation.
Contribution
It presents novel LSTM and SVR-based models with an efficient training mechanism for small datasets in Olympic action scoring.
Findings
SVR-based models outperform LSTM in accuracy
LSTM models provide better action description for feedback
Significant improvement over previous quality assessment methods
Abstract
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Anomaly Detection Techniques and Applications · Diabetic Foot Ulcer Assessment and Management
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
