Researchers from Alaya Studio and Shanda AI Research, with affiliations at Beijing Institute of Technology and Tsinghua University, have published a new paper on arXiv titled "From Pixels to States: Rethinking Interactive World Models as Game Engines," arguing that state-based world models represent a structurally superior approach compared to pixel-prediction methods for interactive robotics and embodied AI.
The paper, submitted on July 15, 2026, ranked eighth among trending papers on Hugging Face Daily Papers for the week as of July 19, reflecting strong community interest in the architectural debate.
The dominant approach to interactive world modeling uses video generative models — often diffusion-based or autoregressive transformer-based — to predict the next visual frame conditioned on previous frames and a player action. Systems like GameNGen, which recreated the classic shooter DOOM using a diffusion model, and Oasis, which generated a Minecraft-like environment frame by frame, represent the current frontier.
However, the paper argues that pixel-prediction models have a fundamental structural problem: no persistent internal state. When a player damages an enemy in a pixel-prediction world, that damage exists only as a visual difference between two frames. If the camera pans away and the model's context window fills, the enemy may "heal" or morph — the state doesn't persist because there is no state to persist.
The authors identify three compounding failures: inconsistent rule application over evolving conditions, consequences that fail to persist across long time horizons, and generation loops too slow for real-time interaction.
Yann LeCun, who founded AMI Labs after leaving Meta in early 2026, has publicly made the same argument: any system that models the world by predicting pixels is wasting capacity on intrinsically unpredictable details. His Joint Embedding Predictive Architecture (JEPA) approach predicts in abstract representation space rather than at the pixel level. A collision-prediction model built on a V-JEPA 2 backbone was deployed across a fleet of 350,000 dashcams and reportedly outperformed a model using 91 times more parameters that predicted in pixel space.
The paper's implications extend to robotics and embodied AI, where reliable interactive world models could replace or supplement physical trials for training robots and autonomous systems. Major industry players including NVIDIA (Cosmos platform), Waymo (Genie 3), and World Labs ($1 billion raised) are actively investing in world model approaches.


