AIAny
Icon for item

DreamX-Phi 1.0: Action-Conditioned Video World Model for Robotic Manipulation

Predicts future video frames conditioned on an observed frame, a language instruction, and a sequence of end-effector poses and gripper states for robot manipulation. Uses per-arm SE(3) geometric encoding (PRoPE-style), a lightweight depth branch, SAM3 masks with a frozen V-JEPA teacher, and distribution-matching distillation for efficient, consistent action-conditioned rollouts.

Introduction

Most video world models prioritize photorealism over faithful control, so a visually convincing rollout can still move the wrong arm or lose a grasped object. DreamX-Phi 1.0 attacks that gap by treating action control and geometric consistency as first-class constraints: it conditions generation on per-arm SE(3) transforms, adds an explicit lightweight depth branch for scene geometry, and uses mask- and teacher-based consistency losses so imagined futures remain physically and identity-consistent across multi-step rollouts. The result is an action-conditioned video world model tailored for robotic manipulation that balances realism and executability.

Key Findings
  • Action-conditioned prediction: Generates future observations from a single observed frame plus language instruction and a prescribed sequence of end-effector poses and gripper states, enabling imagined rollouts that respect commanded trajectories.
  • Geometric preservation: Injects per-arm SE(3) transformations into attention with a PRoPE-style geometric encoding to preserve arm identity and rigid-motion structure, reducing identity-swaps and wrong-arm motion.
  • Object consistency: Adds a lightweight depth branch for scene-level geometry and leverages SAM3 masks together with a frozen V-JEPA teacher to keep small manipulated objects consistent during grasping and occlusion.
  • Efficient deployment: Distills the multi-step generator into a few-step student via distribution-matching distillation, trading multi-step fidelity for much lower inference cost while retaining key dynamics.
  • Empirical standing: Reported competitive results in WorldArena 2.0 Challenge (Track 1 winner, Track 2 runner-up), indicating strong action-control and manipulation fidelity in benchmarked settings.
Who It's For and Tradeoffs

Great fit if you need imagined robot trajectories that remain faithful to commanded end-effector motions and object identities — for example, simulation-based planning, offline policy verification, or action-conditioned data augmentation for manipulation. The model is designed for settings where per-arm kinematic control and small-object consistency matter. Look elsewhere if your priority is ultra-high photorealism without action constraints, or if you must run on severely constrained hardware without any distillation budget: the method still requires substantial modelling capacity and training data, and its fidelity to real-world dynamics depends on the quality of depth/mask supervision and teacher alignment.

Method sketch

The architecture conditions a video diffusion/transformer generator on image, language, and spatial action signals; injects SE(3) per-arm encodings into attention; adds a geometry/depth prediction branch and mask-consistency losses derived from SAM3 and a frozen V-JEPA teacher; then applies distribution-matching distillation to produce a few-step student model for inference. The pipeline emphasizes correspondence and identity preservation so generated rollouts can be converted into executable robot trajectories more reliably.

Information

  • Websitearxiv.org
  • AuthorsDreamX Team, Rui Chen, Xiangxiang Chu, Geng Li, Jifan Li, Qingfeng Shi, Datao Tang, Jing Tang, Jun Wang, Pengfei Zhang
  • Published date2026/08/13

More Items

Externalizes persistent scene state into a camera-indexed world bank and designs a long-horizon teacher whose sparse-attention supervision is distilled into a three-step student, enabling responsive, low-latency interactive long-horizon video generation with bounded denoiser context.

Builds an editable, persistent 3D world state to drive iterative previsualization for film, games, and design — enabling local edits and recombinations instead of one-shot video regeneration. Uses separate stages for state construction, state evolution, and state access, with render-feedback camera refinement.

Hugging Face

Provides 10 million synchronized egocentric experience episodes with structured 3D/4D multimodal annotations — 2.88B RGB frames, 720M depth frames, 576M pose/mocap frames and ~1PB total. Designed for embodied AI, robotics, and multimodal pretraining; research-only, gated access.