paper-with-me

Papers

MASS: Multiplayer World Models with Authoritative Shared State

2026-08-06 · Ziqi Cai, Siqi Yang, Yimu Wang, Zixian Gao, Yunheng Liu, Shuchen Weng, Erwin Wu, Kaipeng Zhang, Boxin Shi arxiv

Current video world models struggle in multiplayer environments because they entangle world state with view-dependent visual latents, leading to redundant compute, view inconsistencies, and poor scalability. We propose MASS (Multiplayer world models with Authoritative Shared State) to resolve this limitation. Inspired by multiplayer game architectures, MASS disentangles world dynamics and view rendering. A learned Logic Engine advances a global, authoritative typed state from joint actions without any hand-written transition function, acting as the sole recurrent memory and synchronization reference. From this shared state, a learned Rendering Engine generates independent and consistent views for any requested camera on demand. This explicit disentangling allows MASS to achieve superior state accuracy and lower cross-view inconsistency compared to state-of-the-art multi-view baselines on a matched multiplayer Snake benchmark. It advances predicted worlds with 1,024 concurrent players for 10,000 recurrent steps. Our results show that explicit, authoritative state modeling provides a practical foundation for scalable and consistent multi-agent world simulation.

📄 PDF Abstract BibTeX arXiv:2608.06257

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural MMO: A Massively Multiagent Game Environment for Training and Evaluating Intelligent Agents

2019-03-02 · Joseph Suarez, Yilun Du, Phillip Isola, Igor Mordatch

The emergence of complex life on Earth is often attributed to the arms race that ensued from a huge number of organisms all competing for finite resources. We present an artificial intelligence research environment, insp…

MultiGen: Level-Design for Editable Multiplayer Worlds in Diffusion Game Engines

2026-03-03 · Ryan Po, David Junhao Zhang, Amir Hertz, Gordon Wetzstein 외 arxiv

Video world models have shown immense promise for interactive simulation and entertainment, but current systems still struggle with two important aspects of interactivity: user control over the environment for reproducib…

Multiplayer Battle Game-Inspired Optimizer for Complex Optimization Problems

2023-12-31 · Yuefeng Xu, Rui Zhong, Chao Zhang, Jun Yu

Various popular multiplayer battle royale games share a lot of common elements. Drawing from our observations, we summarized these shared characteristics and subsequently proposed a novel heuristic algorithm named multip…

Diversity

Multiplayer AlphaZero

2019-10-29 · Nick Petosa, Tucker Balch

The AlphaZero algorithm has achieved superhuman performance in two-player, deterministic, zero-sum games where perfect information of the game state is available. This success has been demonstrated in Chess, Shogi, and G…

Beyond Playtesting: A Generative Multi-Agent Simulation System for Massively Multiplayer Online Games

2025-12-02 · Ran Zhang, Kun Ouyang, Tiancheng Ma, Yida Yang 외 arxiv

Optimizing numerical systems and mechanism design is crucial for enhancing player experience in Massively Multiplayer Online (MMO) games. Traditional optimization approaches rely on large-scale online experiments or para…

Reinforcement Learning