LGJan 10, 2025

A Neighbor-based Approach to Pitch Ownership Models in Soccer

arXiv:2501.05870v1h-index: 22Has Code
Originality Incremental advance
AI Analysis

This provides a more flexible tool for tactical analysts in soccer, though it is incremental as it builds on existing pitch ownership models.

The paper tackles the problem of modeling pitch ownership in soccer using tracking data by proposing a K-Nearest Neighbors (KNN) algorithm, which offers a fast and flexible approach with only three hyperparameters for tuning across different player skill levels.

Pitch ownership models allow many types of analysis in soccer and provide valuable assistance to tactical analysts in understanding the game's dynamics. The novelty they provide over event-based analysis is that tracking data incorporates context that event-based data does not possess, like player positioning. This paper proposes a novel approach to building pitch ownership models in soccer games using the K-Nearest Neighbors (KNN) algorithm. Our approach provides a fast inference mechanism that can model different approaches to pitch control using the same algorithm. Despite its flexibility, it uses only three hyperparameters to tune the model, facilitating the tuning process for different player skill levels. The flexibility of the approach allows for the emulation of different methods available in the literature by adjusting a small number of parameters, including adjusting for different levels of uncertainty. In summary, the proposed model provides a new and more flexible strategy for building pitch ownership models, extending beyond just replicating existing algorithms, and can provide valuable insights for tactical analysts and open up new avenues for future research. We thoroughly visualize several examples demonstrating the presented models' strengths and weaknesses. The code is available at github.com/nvsclub/KNNPitchControl.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes