PulseAugur
EN
LIVE 12:30:06

Marionette model separates game world state from appearance synthesis

Researchers have developed Marionette, a novel world model for interactive games that separates explicit state prediction from appearance synthesis. This approach models a 276-dimensional 3D world state, including articulated skeletons and trajectories, which is then used by a fixed renderer for geometry and a diffusion model for photorealistic appearance. Marionette demonstrates direct controllability of the predicted world state and allows for the repair of long-horizon inconsistencies, such as characters drifting too far apart or penetrating terrain, by imposing rules on the explicit state. AI

IMPACT This approach could enable more controllable and consistent AI agents in interactive environments by decoupling state prediction from visual synthesis.

RANK_REASON The cluster describes a new research paper detailing a novel AI model for game world simulation.

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

Marionette model separates game world state from appearance synthesis

COVERAGE [2]

  1. arXiv cs.AI TIER_1 English(EN) · Zian Meng, Zhen Li, Chuanhao Li, Qiang Li, Kaipeng Zhang ·

    Marionette: Predicting World States, Rendering Geometry, Painting Appearance

    arXiv:2608.14530v1 Announce Type: cross Abstract: Interactive game world models typically autoregress visual observations directly in pixel or latent space, forcing structured properties such as pose, geometry, and occlusion to be implicitly maintained by the same generative sequ…

  2. Hugging Face Daily Papers TIER_1 English(EN) ·

    Marionette: Predicting World States, Rendering Geometry, Painting Appearance

    Marionette predicts explicit 3D articulated world states for interactive games, uses a fixed renderer for geometry, and synthesizes video via diffusion, enabling direct state-level control and long-horizon consistency repair.