Paper Overview
Research Area: Computer Vision (CV) Authors: Sicheng Mo, Yuheng Li, Ziyang Leng Published: 2026-07-25 arXiv: 2507.20487
Abstract
Multi-agent interactive world models should not only generate consistent observations, but also maintain world states that persist across agents and evolve across views. Existing autoregressive video diffusion pipelines carry forward observation history as conditioning context, which makes shared state difficult to maintain in multi-agent and multi-view settings.
The authors present WorldWeaver (W²), a streaming multi-agent video diffusion model that augments the rollout with cross-agent world state registers: learnable tokens that store shared world information, track individual agent status, and are dynamically updated after each generated chunk. These registers are grounded with supervision signals spanning individual agent status, global state views (including bird's-eye views), and scene text. The architecture is further improved through a hybrid Transformer design that uses independent weights for world state modeling and visual frame modeling.
Extensive experiments on two-agent Minecraft video generation demonstrate that explicit world state modeling improves logical consistency and generation quality.
Key Contributions
- Cross-agent world state registers: learnable tokens storing shared world information, updated dynamically after each generated chunk
- Multi-signal grounding: supervision from individual agent status, global state views (bird's-eye view), and scene text
- Hybrid Transformer design: separate weights for world state modeling vs. visual frame modeling
- Results: improved logical consistency and generation quality in two-agent Minecraft video generation
- arXiv: https://arxiv.org/abs/2507.20487
Links
*Auto-collected on 2026-07-26.*