CVJul 1, 2019

Associative Embedding for Game-Agnostic Team Discrimination

arXiv:1907.01058v1
Originality Incremental advance
AI Analysis

This provides an efficient, game-agnostic solution for team discrimination in sports analytics, enabling integration into CNN-based pipelines without per-game learning.

The paper tackles the problem of assigning team labels to players in sports games without prior visual knowledge by learning pixel-wise embeddings that are similar for players on the same team and dissimilar for different teams, achieving excellent accuracy and generalization across various basketball games.

Assigning team labels to players in a sport game is not a trivial task when no prior is known about the visual appearance of each team. Our work builds on a Convolutional Neural Network (CNN) to learn a descriptor, namely a pixel-wise embedding vector, that is similar for pixels depicting players from the same team, and dissimilar when pixels correspond to distinct teams. The advantage of this idea is that no per-game learning is needed, allowing efficient team discrimination as soon as the game starts. In principle, the approach follows the associative embedding framework introduced in arXiv:1611.05424 to differentiate instances of objects. Our work is however different in that it derives the embeddings from a lightweight segmentation network and, more fundamentally, because it considers the assignment of the same embedding to unconnected pixels, as required by pixels of distinct players from the same team. Excellent results, both in terms of team labelling accuracy and generalization to new games/arenas, have been achieved on panoramic views of a large variety of basketball games involving players interactions and occlusions. This makes our method a good candidate to integrate team separation in many CNN-based sport analytics pipelines.

Foundations

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

Your Notes