paper-with-me

홈 › Papers

TacticExpert: Spatial-Temporal Graph Language Model for Basketball Tactics

2025-03-13 · Xu Lingrui, Liu Mandi, Zhang Lei

The core challenge in basketball tactic modeling lies in efficiently extracting complex spatial-temporal dependencies from historical data and accurately predicting various in-game events. Existing state-of-the-art (SOTA) models, primarily based on graph neural networks (GNNs), encounter difficulties in capturing long-term, long-distance, and fine-grained interactions among heterogeneous player nodes, as well as in recognizing interaction patterns. Additionally, they exhibit limited generalization to untrained downstream tasks and zero-shot scenarios. In this work, we propose a Spatial-Temporal Propagation Symmetry-Aware Graph Transformer for fine-grained game modeling. This architecture explicitly captures delay effects in the spatial space to enhance player node representations across discrete-time slices, employing symmetry-invariant priors to guide the attention mechanism. We also introduce an efficient contrastive learning strategy to train a Mixture of Tactics Experts module, facilitating differentiated modeling of offensive tactics. By integrating dense training with sparse inference, we achieve a 2.4x improvement in model efficiency. Moreover, the incorporation of Lightweight Graph Grounding for Large Language Models enables robust performance in open-ended downstream tasks and zero-shot scenarios, including novel teams or players. The proposed model, TacticExpert, delineates a vertically integrated large model framework for basketball, unifying pretraining across multiple datasets and downstream prediction tasks. Fine-grained modeling modules significantly enhance spatial-temporal representations, and visualization analyzes confirm the strong interpretability of the model.

📄 PDF Abstract BibTeX arXiv:2503.10722

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
LapEigen 설명 없음
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Contrastive Learning 설명 없음
Adam 설명 없음
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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

BasketEvent: Understanding Who Did What and When in Basketball Videos

2026-07-23 · Yu Zhang, Jiayuan Rao, Haoning Wu, Weidi Xie arxiv

Comprehensive basketball video understanding requires resolving not only what event occurs, but also who is responsible and when the key evidence appears. However, exist- ing methods typically treat spatial perception an…

Knowledge Guided Entity-aware Video Captioning and A Basketball Benchmark

2024-01-25 · Zeyu Xi, Ge Shi, Xuefen Li, Junchi Yan 외

Despite the recent emergence of video captioning models, how to generate the text description with specific entity names and fine-grained actions is far from being solved, which however has great applications such as bas…

DecoderVideo Captioning

Am I a Baller? Basketball Performance Assessment from First-Person Videos

2016-11-16 · ICCV 2017 10 · Gedas Bertasius, Hyun Soo Park, Stella X. Yu, Jianbo Shi

This paper presents a method to assess a basketball player's performance from his/her first-person video. A key challenge lies in the fact that the evaluation metric is highly subjective and specific to a particular eval…

A Graph Attention Based Approach for Trajectory Prediction in Multi-agent Sports Games

2020-12-18 · Ding Ding, H. Howie Huang

This work investigates the problem of multi-agents trajectory prediction. Prior approaches lack of capability of capturing fine-grained dependencies among coordinated agents. In this paper, we propose a spatial-temporal …

Graph AttentionTrajectory Prediction

baller2vec: A Multi-Entity Transformer For Multi-Agent Spatiotemporal Modeling

2021-02-05 · NeurIPS 2021 12 · Michael A. Alcorn, Anh Nguyen

Multi-agent spatiotemporal modeling is a challenging task from both an algorithmic design and computational complexity perspective. Recent work has explored the efficacy of traditional deep sequential models in this doma…