English

MASS: Multiplayer World Models with Authoritative Shared State

Computer Vision and Pattern Recognition 2026-08-06 v1 Human-Computer Interaction

Abstract

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 MAS (Multiplayer world models with Authoritative Shared State) to resolve this limitation. Inspired by multiplayer game architectures, MAS 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 MAS 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.

Cite

@article{arxiv.2608.06257,
  title  = {MASS: Multiplayer World Models with Authoritative Shared State},
  author = {Ziqi Cai and Siqi Yang and Yimu Wang and Zixian Gao and Yunheng Liu and Shuchen Weng and Erwin Wu and Kaipeng Zhang and Boxin Shi},
  journal= {arXiv preprint arXiv:2608.06257},
  year   = {2026}
}