paper-with-me

홈 › Papers

From Pixels to States: Rethinking Interactive World Models as Game Engines

2026-07-15 · Zhen Li, Zian Meng, Shuwei Shi, Mingliang Zhai, Jiaming Tan, Chuanhao Li, Kaipeng Zhang hf

Building interactive worlds that respond coherently to player actions has long been a shared goal of computer graphics, games, and artificial intelligence. Recent video generative models provide a data-driven route toward this goal by predicting future observations conditioned on user actions, and are increasingly regarded as potential next-generation game engines. Realizing a genuinely interactive game world, however, requires interaction outcomes that follow rules over evolving game conditions, consequences that persist over long horizons, and a generation loop that operates in real time. Conventional game engines realize these properties through a recurrent action-state-observation loop, in which player actions update an explicit game state according to predefined rules and observations are rendered from the resulting state. Taking this loop as an organizing lens, this paper examines interactive game world modeling along four dimensions: player action control, game state dynamics, state-observation persistence, and real-time interactive generation. For each dimension, we start from the capabilities required by an interactive game world, group existing approaches into representative families, and discuss the strengths and trade-offs of each family. Complementing this analysis, we present a scalable data engine for Black Myth: Wukong that collects over 90 hours of gameplay with frame-aligned player actions, ground-truth game states, and visual observations, together with structured and semantic annotations, as a resource for state-aware game world modeling. We hope this paper offers a clear picture of where the field stands and fosters progress toward interactive game worlds.

📄 PDF Abstract BibTeX arXiv:2607.14076

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

StatePlay: State-Aware Game World Models for Mechanics-Consistent Generation

2026-07-29 · Zijun Lin, Zeqing Wang, Cheston Tan, Bihan Wen 외 arxiv

Recent game world models can generate visually realistic and interactive environments conditioned on player actions. However, games are not defined by pixels alone; they are governed by explicit mechanics, namely state-d…

EgoCS-400K: An Egocentric Gameplay Dataset for World Models

2026-06-16 · Rongjin Guo, Dong Liang, Yuhao Liu, Fang Liu 외 arxiv

The shift from video generation to interactive world modeling places new demands on data: beyond captioned videos, world models require temporally aligned video-action-language trajectories grounded in the actions, camer…

Action UnderstandingVideo Generation

MineWorld: a Real-Time and Open-Source Interactive World Model on Minecraft

2025-04-11 · Junliang Guo, Yang Ye, Tianyu He, HaoYu Wu 외

World modeling is a crucial task for enabling intelligent agents to effectively interact with humans and operate in dynamic environments. In this work, we propose MineWorld, a real-time interactive world model on Minecra…

Minecraft

Magpie: Real-Time World Renderer for Interactive Games

2026-08-27 · Xiaoyu Zhan, Xinyu Wang, Xiaohong Zhang, Huanjie Zhu 외 hf

Modern game development relies heavily on conventional graphics pipelines. High-quality visual content requires modeling, material authoring, animation, lighting, effects, and runtime optimization, making asset productio…

Rethinking Trajectory Prediction via "Team Game"

2022-10-17 · Zikai Wei, Xinge Zhu, Bo Dai, Dahua Lin

To accurately predict trajectories in multi-agent settings, e.g. team games, it is important to effectively model the interactions among agents. Whereas a number of methods have been developed for this purpose, existing …

PredictionTrajectory Prediction