paper-with-me

Papers

FootBots: A Transformer-based Architecture for Motion Prediction in Soccer

2024-06-28 · Guillem Capellera, Luis Ferraz, Antonio Rubio, Antonio Agudo, Francesc Moreno-Noguer

Motion prediction in soccer involves capturing complex dynamics from player and ball interactions. We present FootBots, an encoder-decoder transformer-based architecture addressing motion prediction and conditioned motion prediction through equivariance properties. FootBots captures temporal and social dynamics using set attention blocks and multi-attention block decoder. Our evaluation utilizes two datasets: a real soccer dataset and a tailored synthetic one. Insights from the synthetic dataset highlight the effectiveness of FootBots' social attention mechanism and the significance of conditioned motion prediction. Empirical results on real soccer data demonstrate that FootBots outperforms baselines in motion prediction and excels in conditioned tasks, such as predicting the players based on the ball position, predicting the offensive (defensive) team based on the ball and the defensive (offensive) team, and predicting the ball position based on all players. Our evaluation connects quantitative and qualitative findings. https://youtu.be/9kaEkfzG3L8

📄 PDF Abstract BibTeX arXiv:2406.19852

Code (0)

등록된 구현이 없습니다.

Tasks

Decodermotion predictionPositionPrediction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

SMGDiff: Soccer Motion Generation using diffusion probabilistic models

2024-11-25 · Hongdi Yang, Chengyang Li, Zhenxuan Wu, Gaozheng Li 외

Soccer is a globally renowned sport with significant applications in video games and VR/AR. However, generating realistic soccer motions remains challenging due to the intricate interactions between the human player and …

Motion Generation

A Foundation Model for Soccer

2024-07-18 · Ethan Baron, Daniel Hocevar, Zach Salehe

We propose a foundation model for soccer, which is able to predict subsequent actions in a soccer match from a given input sequence of actions. As a proof of concept, we train a transformer architecture on three seasons …

model

ASTRA: An Action Spotting TRAnsformer for Soccer Videos

2024-04-02 · Artur Xarles, Sergio Escalera, Thomas B. Moeslund, Albert Clapés

In this paper, we introduce ASTRA, a Transformer-based model designed for the task of Action Spotting in soccer matches. ASTRA addresses several challenges inherent in the task and dataset, including the requirement for …

Action LocalizationAction SpottingDecoder

Player-Team Heterogeneous Interaction Graph Transformer for Soccer Outcome Prediction

2025-07-14 · Lintao Wang, Shiwen Xu, Michael Horton, Joachim Gudmundsson 외 arxiv

Predicting soccer match outcomes is a challenging task due to the inherently unpredictable nature of the game and the numerous dynamic factors influencing results. While it conventionally relies on meticulous feature eng…

Feature Engineering

SoccerDiffusion: Toward Learning End-to-End Humanoid Robot Soccer from Gameplay Recordings

2025-04-29 · Florian Vahl, Jörn Griepenburg, Jan Gutsche, Jasper Güldenstein 외

This paper introduces SoccerDiffusion, a transformer-based diffusion model designed to learn end-to-end control policies for humanoid robot soccer directly from real-world gameplay recordings. Using data collected from R…