Using Machine Learning for move sequence visualization and generation in climbing
Thomas Rimbot, Martin Jaggi, Luis Barba
TL;DR
This paper investigates applying machine learning to the sport of bouldering, focusing on move sequence visualization and the prediction of move order from holds. Building on prior move sequence detection work, it develops a visualization pipeline that reconstructs a climbing motion as a 99-landmark skeleton and renders it on a wall image. It then experiments with three Transformer-based approaches to translate holds sequences into move sequences, including a seq2seq model, an autoregressive transformer with positional embeddings, and a simplified transformer. Results are preliminary and reveal data and modeling challenges, but establish a practical baseline and roadmap for improving visualization fidelity and predictive performance in future work.
Abstract
In this work, we investigate the application of Machine Learning techniques to sport climbing. Expanding upon previous projects, we develop a visualization tool for move sequence evaluation on a given boulder. Then, we look into move sequence prediction from simple holds sequence information using three different Transformer models. While the results are not conclusive, they are a first step in this kind of approach and lay the ground for future work.
