paper-with-me

홈 › Papers

PlayGen-MoG: Framework for Diverse Multi-Agent Play Generation via Mixture-of-Gaussians Trajectory Prediction

2026-04-02 · Kevin Song arxiv

Multi-agent trajectory generation in team sports requires models that capture both the diversity of possible plays and realistic spatial coordination between players on plays. Standard generative approaches such as Conditional Variational Autoencoders (CVAE) and diffusion models struggle with this task, exhibiting posterior collapse or convergence to the dataset mean. Moreover, most trajectory prediction methods operate in a forecasting regime that requires multiple frames of observed history, limiting their use for play design where only the initial formation is available. We present PlayGen-MoG, an extensible framework for formation-conditioned play generation that addresses these challenges through three design choices: 1/ a Mixture-of-Gaussians (MoG) output head with shared mixture weights across all agents, where a single set of weights selects a play scenario that couples all players' trajectories, 2/ relative spatial attention that encodes pairwise player positions and distances as learned attention biases, and 3/ non-autoregressive prediction of absolute displacements from the initial formation, eliminating cumulative error drift and removing the dependence on observed trajectory history, enabling realistic play generation from a single static formation alone. On American football tracking data, PlayGen-MoG achieves 1.68 yard ADE and 3.98 yard FDE while maintaining full utilization of all 8 mixture components with entropy of 2.06 out of 2.08, and qualitatively confirming diverse generation without mode collapse.

📄 PDF Abstract BibTeX arXiv:2604.02447

Code (0)

등록된 구현이 없습니다.

Tasks

Trajectory Prediction

Similar Papers 제목 키워드 기반

Playable Game Generation

2024-12-01 · Mingyu Yang, Junyou Li, Zhongbin Fang, Sheng Chen 외

In recent years, Artificial Intelligence Generated Content (AIGC) has advanced from text-to-image generation to text-to-video and multimodal video synthesis. However, generating playable games presents significant challe…

GPUImage GenerationText to Image GenerationText-to-Image Generation

Learning Controllable and Diverse Player Behaviors in Multi-Agent Environments

2025-12-11 · Atahan Cilan, Atay Özgövde arxiv

This paper introduces a reinforcement learning framework that enables controllable and diverse player behaviors without relying on human gameplay data. Existing approaches often require large-scale player trajectories, t…

Reinforcement Learning

Maximum Entropy-Regularized Multi-Goal Reinforcement Learning

2019-05-21 · Rui Zhao, Xudong Sun, Volker Tresp

In Multi-Goal Reinforcement Learning, an agent learns to achieve multiple goals with a goal-conditioned policy. During learning, the agent first collects the trajectories into a replay buffer, and later these trajectorie…

Multi-Goal Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement Learning+1

SweetieChat: A Strategy-Enhanced Role-playing Framework for Diverse Scenarios Handling Emotional Support Agent

2024-12-11 · Jing Ye, Lu Xiang, Yaping Zhang, Chengqing Zong

Large Language Models (LLMs) have demonstrated promising potential in providing empathetic support during interactions. However, their responses often become verbose or overly formulaic, failing to adequately address the…

Quality Diversity in the Amorphous Fortress (QD-AF): Evolving for Complexity in 0-Player Games

2023-12-04 · Sam Earle, M Charity, Dipika Rajesh, Mayu Wilson 외

We explore the generation of diverse environments using the Amorphous Fortress (AF) simulation framework. AF defines a set of Finite State Machine (FSM) nodes and edges that can be recombined to control the behavior of a…

Artificial LifeDiversity