Using deep neural networks to detect non-analytically defined expert event labels in canoe sprint force sensor signals
Sarah Rockstroh, Patrick Frenzel, Daniel Matthes, Kay Schubert, David Wollburg, Mirco Fuchs
TL;DR
The paper tackles automatic detection of paddle stroke events in force sensor signals for canoe sprint, where events are defined by human experts rather than analytic rules. It compares CNN and RNN architectures and extends the SoftED metric to sliding-window evaluations to enable windowed, near-online assessment. The results show bidirectional GRUs achieving state-of-the-art performance with high efficiency (F1 around 0.93) and reveal that RNNs can match or exceed CNN performance with far fewer parameters, suggesting practical suitability for real-time applications. The findings indicate that expert-defined events in sports sensor data can be reliably detected with deep learning, with broad implications for online feedback and other time-series domains.
Abstract
Assessing an athlete's performance in canoe sprint is often established by measuring a variety of kinematic parameters during training sessions. Many of these parameters are related to single or multiple paddle stroke cycles. Determining on- and offset of these cycles in force sensor signals is usually not straightforward and requires human interaction. This paper explores convolutional neural networks (CNNs) and recurrent neural networks (RNNs) in terms of their ability to automatically predict these events. In addition, our work proposes an extension to the recently published SoftED metric for event detection in order to properly assess the model performance on time windows. In our results, an RNN based on bidirectional gated recurrent units (BGRUs) turned out to be the most suitable model for paddle stroke detection.
