Papers for

sports technology developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Custom nfc system enables wire-free body sensor networks at fast rates

Protocol-Flexible Custom NFC for Wire-Free Wearable Sensor Networks

Abstract: This study presents a custom near-field communication (NFC) system with software-defined protocol implementation for wearable sensors distributed across the body. Conventional wired implementations can degrade wearability because of mechanical constraints, whereas radio-based wireless approaches such as Bluetooth are affected by body-induced signal attenuation and limited communication coverage. The proposed system is compatible with previously demonstrated fabric-integrated meander coils, which provides a feasible path toward garment-scale NFC communication areas. The system combines a microcontroller unit with compact modulation and demodulation circuits, allowing medium access control and other communication protocols to be implemented in software. Experimental results demonstrate continuous acquisition of three-axis acceleration data from three sensor tags, achieving a per-tag polling rate of $222\,\mathrm{Hz}$ and an effective throughput of approximately $16\,\mathrm{kbps}$, delivering $156$ valid samples per second per tag at a measured packet error rate of $30\%$.

Sun 20 SeptNetworking and Internet Architecture
The gist
Wired sensors worn on the body can be uncomfortable and limit movement, while common wireless methods like Bluetooth often struggle to send signals through the body. The authors designed a special kind of near-field communication (NFC) system that works with sensors sewn into clothing and uses software to control how data is sent. Their system can collect movement data from multiple sensors quickly, even with some data loss. This approach could make wearing multiple sensors less intrusive and more reliable.
Open 2609.23347v1

Vision language models can help judge olympic diving scores accurately

Can Vision-Language Models Judge Olympic Diving? From Reasoning to Scores in Zero-Shot Action Quality Assessment

Abstract: Automated action quality assessment (AQA) in Olympic sports remains a challenging task due to the complexity of human motion and the subjectivity inherent in expert judging. This work evaluates the capability of open-source Vision-Language Models (VLMs) to perform zero-shot action quality assessment on Olympic diving videos using the AQA-7 benchmark dataset. In this regard, a regression-based framework is pro-posed to leverage both the semantic reasoning and phase-level sub-scores generated by the VLMs, combining TF-IDF vectorization, dimensionality reduction, and ensemble learning to predict final competition scores. Experimental results show that standalone VLMs achieve moderate Spearman correlations below 0.32, while the proposed ensemble regression framework substantially improves performance in the reported evaluation, reaching a Spearman correlation of 0.67 with a four-model configuration. Textual reasoning features con-sistently outperformed raw numerical sub-scores, highlighting the richness of VLM-generated explanations for action quality analysis. These findings suggest that VLMs hold strong potential as assistive tools for explainable and semi-automated sports performance evaluation. The code is publicly available on GitHub https://github.com/hvelesaca/olympic diving judge vlm

Wed 16 SeptComputer Vision and Pattern RecognitionArtificial IntelligenceMachine Learning
The gist
Judging the quality of Olympic diving is tough because of complex movements and personal opinions among judges. The authors tested open-source vision-language AI systems to score diving performances without special training. They combined text-based reasoning from the AI with clever data techniques to predict final scores better than the AI alone. This method showed promise for semi-automated, explainable sports judging. The code is made openly available for others to try.
Open 2609.19354v1

Multi signal method detects hammer throw release frames automatically

MS-RFD: Multi-Signal Release Frame Detection in Hammer Throw from Reconstructed 3D Trajectories

Abstract: Recent advances in artificial intelligence and computer vision are reshaping sports performance analysis by enabling automated detection, tracking, and performance analysis. In hammer throw, performance is strongly determined by the kinematic conditions at release, particularly release speed, release angle, and release height. However, identifying the release instant from video typically requires manual frame-by-frame inspection, which is subjective and cumbersome in real-world training scenarios. In this paper, we present a fully automatic multi-signal release frame detection (MS-RFD) method for hammer throw using reconstructed 3D hammer trajectories. The proposed method integrates four complementary kinematic signals: speed dynamics, angular velocity transition, radial distance relative to the rotation center, and post-release trajectory linearity. These signals are fused to score and verify candidate release frames. MS-RFD is evaluated through the throwing-distance estimation error obtained from the release parameters estimated at the detected frame. An ablation study analyzes the contribution of each signal and compares alternative candidate selection strategies. The results show that speed dynamics and radial expansion provide the strongest signals for release frame detection, while angular velocity and post-release linearity provide smaller refinements.

Wed 16 SeptComputer Vision and Pattern Recognition
The gist
Determining the exact moment a hammer is released in hammer throw is important but usually requires careful and slow manual video review. The authors developed a computer method that uses four different movement clues from 3D reconstructed hammer paths to automatically find the release frame. This approach combines speed patterns, turning speed changes, distance from the center, and straightness of the hammer’s flight after release. Their tests showed that speed and distance clues were most helpful, with the other signals giving smaller improvements.
Open 2609.18260v1