paper-with-me

Papers

Code World Model: Coding Agent as World Brain

2026-08-26 · Yiwen Chen, Guosheng Lin, Chi Zhang arxiv

World models aim to simulate how complex environments evolve under actions and events, yet existing video-based world models primarily learn dynamics from visual observations, which reveal outcomes rather than the underlying knowledge, rules, and mechanisms governing world evolution. This makes it difficult to maintain persistent consequences and support coherent, open-ended evolution. We introduce Code World Model, a framework that separates world evolution from visual realization by combining the reasoning and coding capabilities of language models with the generative priors of video models. A coding agent serves as the world brain, reasoning about events and their consequences and generating executable code to maintain persistent world state and perform rule-consistent evolution. To connect executable state with visual generation, we introduce a proxy representation that encodes frame-wise spatiotemporal constraints and is compiled into a proxy video, which conditions a video model to render high-fidelity visual observations. We further develop data pipelines for constructing aligned proxy-observation pairs from gameplay and real-world videos. After fine-tuning on paired gameplay data, MiniMax-H3 follows proxy-based spatiotemporal specifications from simple interactive worlds built by the coding agent while preserving rich visual details and dynamics. These results demonstrate the potential of combining code for persistent world evolution with video models for flexible visual realization, providing a new path toward open-ended world models.

📄 PDF Abstract BibTeX arXiv:2608.25927

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reanimating Images using Neural Representations of Dynamic Stimuli

2024-06-04 · CVPR 2025 1 · Jacob Yeung, Andrew F. Luo, Gabriel Sarch, Margaret M. Henderson 외

While computer vision models have made incredible strides in static image recognition, they still do not match human performance in tasks that require the understanding of complex, dynamic motion. This is notably true fo…

Motion GenerationOptical Flow Estimation

Toward Open-World Electroencephalogram Decoding Via Deep Learning: A Comprehensive Survey

2021-12-08 · Xun Chen, Chang Li, Aiping Liu, Martin J. McKeown 외

Electroencephalogram (EEG) decoding aims to identify the perceptual, semantic, and cognitive content of neural processing based on non-invasively measured brain activity. Traditional EEG decoding methods have achieved mo…

EEGEeg DecodingElectroencephalogram (EEG)

AIDev: Studying AI Coding Agents on GitHub

2026-02-09 · Hao Li, Haoxiang Zhang, Ahmed E. Hassan arxiv

AI coding agents are rapidly transforming software engineering by performing tasks such as feature development, debugging, and testing. Despite their growing impact, the research community lacks a comprehensive dataset c…

CWM: An Open-Weights LLM for Research on Code Generation with World Models

2025-09-30 · FAIR CodeGen team, Jade Copet, Quentin Carbonneaux, Gal Cohen 외 arxiv

We release Code World Model (CWM), a 32-billion-parameter open-weights LLM, to advance research on code generation with world models. To improve code understanding beyond what can be learned from training on static code …

Code Generation

Biologically Plausible Brain Graph Transformer

2025-02-13 · Ciyuan Peng, Yuelong Huang, Qichao Dong, Shuo Yu 외

State-of-the-art brain graph analysis methods fail to fully encode the small-world architecture of brain graphs (accompanied by the presence of hubs and functional modules), and therefore lack biological plausibility to …