WorldScape Policy 2.0

Empowering Steerable World Action Modeling with Reasoning-Augmented Memory

Manifold AI · WorldScape Team

WORLD · ACTION · MEMORY
Long-Horizon Memory Multimodal Control World-Action Prediction

Abstract

World Action Models (WAMs) offer a promising paradigm for robotic manipulation by jointly modeling visual state transitions and robot actions. However, existing WAMs are constrained by limited temporal context, coarse episode-level language supervision, and predominantly text-only conditioning, which hinder task-progress tracking and fine-grained language-video-action grounding while limiting visual-context reasoning and cross-embodiment transfer.

In this paper, we introduce WorldScape Policy 2.0, a controllable WAM with reasoning-augmented long short-term memory. Its causal short-term visual memory supplies recent observations as DiT prefill to preserve local interaction dynamics, while its long short-term event memory organizes historical VLM outputs into global-history, local-active, and event-boundary representations for progress-aware retrieval. The retrieved history augments perception and autoregressively generated planning tokens, yielding an implicit subgoal condition for autonomous planning; semantic forcing further transfers event-level instruction semantics into this latent planning pathway.

To establish fine-grained multimodal controllability, we construct ManipEvent-5M, an event-grounded embodied pretraining dataset containing nearly 5 million event segments with aligned action trajectories, episode-level task instructions, segment-level subtask captions, goal images, and video demonstrations. These designs provide a unified interface for autonomous planning from high-level instructions and controllable execution from fine-grained text, goal-image, or video-context prompts. Experiments in both simulation and real-world platforms demonstrate superior capabilities in long-horizon autonomous planning, fine-grained instruction following and in-context adaptation.

Contributions

A controllable World Action Model that combines short-term visual dynamics, long-term event memory, latent subgoal reasoning, and event-grounded pretraining for long-horizon robotic manipulation.

01

Long Short-Term Memory

Progress-aware event memory tracks global history, the active local event, and semantic boundaries, while causal visual memory preserves recent interaction dynamics.

02

Implicit Subgoal Reasoning

Retrieved history augments autoregressive planning tokens. Semantic forcing transfers event-level instruction meaning into the latent autonomous-planning pathway.

03

Native Multimodal Control

Fine-grained text, first- or third-view goal images, and video demonstrations steer one unified causal world-action interface across embodiments.

04

ManipEvent-5M Dataset

Nearly five million event segments align robot actions, hierarchical instructions, goal images, demonstrations, and future visual transitions for scalable pretraining.

Reasoning-Augmented MemoryManipEvent-5M Event-Grounded PretrainingWorld Action Model Semantic ForcingIn-Context Adaptation Event-Grounded Modeling Reasoning-Augmented MemoryManipEvent-5M Event-Grounded PretrainingWorld Action Model Semantic ForcingIn-Context Adaptation Event-Grounded Modeling

Overview

WorldScape Policy 2.0 framework diagram
Figure 1: WorldScape Policy 2.0 Framework Overview. Built on ManipEvent-5M, the model encodes text, goal-image, and video prompts into a unified causal video-action WAM with long short-term memory for steerable policies.

Method

WorldScape Policy 2.0 separates temporal context into two complementary streams: event-level reasoning memory for task progress and frame-level visual memory for local interaction dynamics. Retrieved history augments VLM planning latents, while causal DiT prefill preserves recent observations and persistent visual prompts.

A three-stage curriculum first learns event-grounded multimodal control, then introduces memory mid-training with semantic forcing, and finally adapts the shared world-action model to downstream autonomous planning, instruction following, and visual-prompted interaction.

Comparison of different WAM paradigms
Figure 2: WAM Paradigm Comparison. WorldScape Policy 2.0 moves from static or sliding-window context to reasoning-augmented multimodal memory.
Reasoning augmented long short-term memory diagram
Figure 3: Reasoning-Augmented Memory. Global-history, local-active, and event-boundary latents are retrieved and gated into current planning tokens.

Staged Training

Stage 01

Event-Grounded Pretraining

Learn fine-grained language-video-action grounding from ManipEvent-5M while establishing causal short-term visual memory and multimodal prompt control.

Stage 02

Memory-Aware Mid-Training

Introduce VLM latent planning, global-history retrieval, local-active memory, event-boundary anchors, and semantic forcing for progress-aware autonomous planning.

Stage 03

Interactive Post-Training

Adapt the shared world-action model to downstream robot embodiments, instruction following, visual prompting, and real-world interactive manipulation.

Dataset

ManipEvent-5M

ManipEvent-5M converts heterogeneous manipulation sources into event-level samples. Each trajectory is segmented into ordered subgoals and annotated with action trajectories, global instructions, fine-grained captions, goal images, and video prompts.

  • Ego human videos, robot-free UMI data, simulated and real-robot data.
  • Event-level captions for atomic language-video-action grounding.
  • Goal-image and video-demonstration prompts for visual controllability.
4.89Mevent segments
512Mvideo frames
744Kepisodes
ManipEvent-5M construction pipeline
Figure 4: ManipEvent-5M Construction Pipeline. Heterogeneous manipulation sources are segmented, captioned, aligned with action labels, and converted into event-grounded multimodal prompts.
ManipEvent-5M distribution statistics
Figure 5: ManipEvent-5M Statistics. Dataset distributions across episode length, subtask count, atomic actions, and segment duration.
Coffee making multimodal prompt example
Figure 6: Multimodal Prompt Example. A long-horizon coffee task represented with global instruction, goal image, demonstration video, and event captions.

Capability Demonstration

Long-Horizon Robotic Manipulation

Progress-aware reasoning helps avoid repeated actions in multi-stage tasks.

Memory-Dependent Visual Reasoning

Shell-game tasks require the policy to retrieve visual history and infer the hidden state before acting.

Cross-Embodiment Skill Transfer

Video-context demonstrations guide action transfer across human and robot embodiments.

Fine-Grained Instruction Following

Fine-grained text prompts steer atomic manipulation behavior with event-level control.

Long-Horizon Autonomous Planning In-Context Reasoning In-Context Skill Transfer Fine-Grained Instruction Following

Evaluation

RoboTwin 2.0 Simulation Benchmark
MethodCleanRandomAverage
π0.582.7%76.8%79.8%
Fast-WAM91.9%91.8%91.9%
Motus88.7%87.0%87.9%
LingBot-VA92.9%91.6%92.3%
WorldScape Policy 2.094.3%94.2%94.3%
Real-World Manipulation Benchmark
CapabilityTaskπ0.5DreamZeroOurs
Autonomous PlanningFolding Clothes60%45%75%
Folding Box65%55%75%
Memory ReasoningShell Game30%50%75%
Skill TransferStacking Blocks20%20%70%
Instruction FollowingClean Table70%60%80%
Pick up the white container and pour water into the orange cup until it is full, then return the container to its original position.

Autonomous Inference Mode

Autonomous rollouts use memory to infer active subgoals from global instructions.

Interactive Inference Mode

Fine-grained language instructions elicit precise response and execution abilities.

Citation

@article{worldscape-policy-2,
  title={WorldScape Policy 2.0: Empowering Steerable World Action Modeling with Reasoning-Augmented Memory},
  author={Haisheng Su and Zongdai Liu and Xin Jin and Haoxuan Dou and Chengming Hu and Baorun Li and Zhanwang Liu and Ruiyan Xu and Jianjie Fang and Xin Zhang and Zhenjie Yang and Xue Yang and Chen Gao and Junchi Yan and Yong Li and Wei Wu},
  journal={arXiv preprint arXiv:2607.18840},
  year={2026}
}