paper-with-me

홈 › Papers

Using Machine Learning for move sequence visualization and generation in climbing

2025-03-01 · Thomas Rimbot, Martin Jaggi, Luis Barba

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.

📄 PDF Abstract BibTeX arXiv:2503.00458

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Recurrent Neural Network for MoonBoard Climbing Route Classification and Generation

2021-02-02 · Yi-Shiou Duh, Ray Chang

Classifying the difficulties of climbing routes and generating new routes are both challenging. Existing machine learning models not only fail to accurately predict a problem's difficulty, but they are also unable to gen…

BIG-bench Machine LearningClassificationGeneral ClassificationTransfer Learning

Virtual avatar generation models as world navigators

2024-06-03 · Sai Mandava

We introduce SABR-CLIMB, a novel video model simulating human movement in rock climbing environments using a virtual avatar. Our diffusion transformer predicts the sample instead of noise in each diffusion step and inges…

CIMI4D: A Large Multimodal Climbing Motion Dataset under Human-scene Interactions

2023-03-31 · CVPR 2023 1 · Ming Yan, Xin Wang, Yudi Dai, Siqi Shen 외

Motion capture is a long-standing research problem. Although it has been studied for decades, the majority of research focus on ground-based movements such as walking, sitting, dancing, etc. Off-grounded actions such as …

Pose Prediction

Shedding some light on Light Up with Artificial Intelligence

2021-07-22 · Libo Sun, James Browning, Roberto Perera

The Light-Up puzzle, also known as the AKARI puzzle, has never been solved using modern artificial intelligence (AI) methods. Currently, the most widely used computational technique to autonomously develop solutions invo…

Embedding and generation of indoor climbing routes with variational autoencoder

2020-09-16 · K. H. Lo

Recent increase in popularity of indoor climbing allows possible applications of deep learning algorthms to classify and generate climbing routes. In this work, we employ a variational autoencoder to climbing routes in a…