paper-with-me

홈 › Papers

A Universal Dense Football Event Representation Based on TabTransformer

2026-06-08 · Weiran Yang, Daniel Memmert, Maximilian Klemp-Weins arxiv

Football event data constitute a rich spatiotemporal source for quantitative analysis of player actions in team sports. These datasets contain heterogeneous features, combining continuous location coordinates with categorical variables such as action type, action outcome, and body part. Such data have been applied in sports analytics for match outcome forecasting, player evaluation, and tactical pattern recognition. However, existing approaches predominantly encode categorical features using one-hot or ordinal embedding representations, overlooking the intrinsic semantics of action descriptors. The Transformer is a deep neural network architecture based on self-attention that captures dependencies between input features at arbitrary positions. We propose and implement a Transformer-based model to learn latent dependencies among categorical event features and produce dense representations of football events. By encoding categorical features as learned embedding vectors, sport-specific action semantics are captured during pretraining, enabling the representations to support downstream tasks such as action value estimation and play style recognition. Empirical evaluation shows that the embedding representations yield superior probability calibration over task-specific baselines on the downstream prediction tasks, as measured by Brier score.

📄 PDF Abstract BibTeX arXiv:2606.09327

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Learning with Tabular Data: A Self-supervised Approach

2024-01-26 · Tirth Kiranbhai Vyas

We have described a novel approach for training tabular data using the TabTransformer model with self-supervised learning. Traditional machine learning models for tabular data, such as GBDT are being widely used though o…

Deep LearningSelf-Supervised Learning

Transforming Football Data into Object-centric Event Logs with Spatial Context Information

2025-07-16 · Vito Chan, Lennart Ebert, Paul-Julius Hillmann, Christoffer Rubensson 외 arxiv

Object-centric event logs expand the conventional single-case notion event log by considering multiple objects, allowing for the analysis of more complex and realistic process behavior. However, the number of real-world …

TabTransformer: Tabular Data Modeling Using Contextual Embeddings

2020-12-11 · Xin Huang, Ashish Khetan, Milan Cvitkovic, Zohar Karnin

We propose TabTransformer, a novel deep tabular data modeling architecture for supervised and semi-supervised learning. The TabTransformer is built upon self-attention based Transformers. The Transformer layers transform…

tabular-classificationUnsupervised Pre-training

Automatic event detection in football using tracking data

2022-02-01 · Ferran Vidal-Codina, Nicolas Evans, Bahaeddine El Fakir, Johsan Billingham

One of the main shortcomings of event data in football, which has been extensively used for analytics in the recent years, is that it still requires manual collection, thus limiting its availability to a reduced number o…

Event Detection

Transformer-Based Neural Marked Spatio Temporal Point Process Model for Football Match Events Analysis

2023-02-18 · Calvin C. K. Yeung, Tony Sit, Keisuke Fujii

With recently available football match event data that record the details of football matches, analysts and researchers have a great opportunity to develop new performance metrics, gain insight, and evaluate key performa…

Point Processes