paper-with-me

홈 › Papers

TacticGen: Grounding Adaptable and Scalable Generation of Football Tactics

2026-04-20 · Sheng Xu, Guiliang Liu, Tarak Kharrat, Yudong Luo, Mohamed Aloulou, Javier López Peña, Konstantin Sofeikov, Adam Reid, Paul Roberts, Steven Spencer, Joe Carnall, Ian McHale, Oliver Schulte, Hongyuan Zha, Wei-Shi Zheng arxiv

Success in association football relies on both individual skill and coordinated tactics. While recent advancements in spatio-temporal data and deep learning have enabled predictive analyses like trajectory forecasting, the development of tactical design remains limited. Bridging this gap is essential, as prediction reveals what is likely to occur, whereas tactic generation determines what should occur to achieve strategic objectives. In this work, we present TacticGen, a generative model for adaptable and scalable tactic generation. TacticGen formulates tactics as sequences of multi-agent movements and interactions conditioned on the game context. It employs a multi-agent diffusion transformer with agent-wise self-attention and context-aware cross-attention to capture cooperative and competitive dynamics among players and the ball. Trained with over 3.3 million events and 100 million tracking frames from top-tier leagues, TacticGen achieves state-of-the-art precision in predicting player trajectories. Building on it, TacticGen enables adaptable tactic generation tailored to diverse inference-time objectives through classifier guidance mechanism, specified via rules, natural language, or neural models. Its modeling performance is also inherently scalable. A case study with football experts confirms that TacticGen generates realistic, strategically valuable tactics, demonstrating its practical utility for tactical planning in professional football. The project page is available at: https://shengxu.net/TacticGen/.

📄 PDF Abstract BibTeX arXiv:2604.18210

Code (0)

등록된 구현이 없습니다.

Tasks

Trajectory Forecasting

Similar Papers 제목 키워드 기반

Going for GOAL: A Resource for Grounded Football Commentaries

2022-11-08 · Alessandro Suglia, José Lopes, Emanuele Bastianelli, Andrea Vanzo 외

Recent video+language datasets cover domains where the interaction is highly structured, such as instructional videos, or where the interaction is scripted, such as TV shows. Both of these properties can lead to spurious…

Moment RetrievalRetrieval

Multi Anatomy X-Ray Foundation Model

2025-09-15 · Nishank Singla, Krisztian Koos, Farzin Haddadpour, Amin Honarmandi Shandiz 외 arxiv

X-ray imaging is a ubiquitous in radiology, yet most existing AI foundation models are limited to chest anatomy and fail to generalize across broader clinical tasks. In this work, we introduce XR-0, the multi-anatomy X-r…

Self-Supervised LearningVisual Grounding

Northeastern Uni at Multilingual Counterspeech Generation: Enhancing Counter Speech Generation with LLM Alignment through Direct Preference Optimization

2024-12-19 · Sahil Wadhwa, Chengtian Xu, Haoming Chen, Aakash Mahalingam 외

The automatic generation of counter-speech (CS) is a critical strategy for addressing hate speech by providing constructive and informed responses. However, existing methods often fail to generate high-quality, impactful…

SEED RL: Scalable and Efficient Deep-RL with Accelerated Central Inference

2019-10-15 · ICLR 2020 1 · Lasse Espeholt, Raphaël Marinier, Piotr Stanczyk, Ke Wang 외

We present a modern scalable reinforcement learning agent called SEED (Scalable, Efficient Deep-RL). By effectively utilizing modern accelerators, we show that it is not only possible to train on millions of frames per s…

Q-LearningReinforcement Learning

Trustful LLMs: Customizing and Grounding Text Generation with Knowledge Bases and Dual Decoders

2024-11-12 · Xiaofeng Zhu, Jaya Krishna Mandivarapu

Although people are impressed by the content generation skills of large language models, the use of LLMs, such as ChatGPT, is limited by the domain grounding of the content. The correctness and groundedness of the genera…

DecoderHallucinationRAGRetrieval-augmented Generation+1