Boulder2Vec: Modeling Climber Performances in Professional Bouldering Competitions
Ethan Baron, Victor Hau, Zeke Weng

TL;DR
This paper introduces Boulder2Vec, a probabilistic matrix factorization model that captures complex climber skills and problem characteristics, improving prediction accuracy in professional bouldering competitions.
Contribution
It applies PMF to model multi-dimensional climber and problem features, advancing beyond simple scalar skill measures for better performance prediction.
Findings
PMF outperforms logistic regression in prediction accuracy
Multivariate representations reveal climber skill diversity
Open-source code provided for reproducibility
Abstract
Using data from professional bouldering competitions from 2008 to 2022, we train a logistic regression to predict climber results and measure climber skill. However, this approach is limited, as a single numeric coefficient per climber cannot adequately capture the intricacies of climbers' varying strengths and weaknesses in different boulder problems. For example, some climbers might prefer more static, technical routes while other climbers may specialize in powerful, dynamic problems. To this end, we apply Probabilistic Matrix Factorization (PMF), a framework commonly used in recommender systems, to represent the unique characteristics of climbers and problems with latent, multi-dimensional vectors. In this framework, a climber's performance on a given problem is predicted by taking the dot product of the corresponding climber vector and problem vectors. PMF effectively handles…
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
TopicsSports Performance and Training · Sports Dynamics and Biomechanics · Sports Analytics and Performance
MethodsLogistic Regression
