World2Act: Latent Action Post-Training from World Model Dynamics
Proposes World2Act, a latent-space post-training framework that improves success rates by +2.5% using contrastive alignment without pixel supervision.
Key Findings
Methodology
This paper introduces a two-stage approach: first, it employs contrastive learning to align WM latent dynamics with action embeddings, creating a shared low-dimensional video-action latent space. It uses Cosmos-Predict2 as the structured video VAE, with video and action adapters trained via reconstruction and InfoNCE losses. Second, it performs residual policy training by freezing the VLA backbone and refining actions through a lightweight residual network guided by WM latent trajectories. This process avoids pixel-level supervision, reducing noise sensitivity and improving robustness. The method leverages synthetic imagined trajectories for effective knowledge transfer, validated through extensive simulation and real robot experiments.
Key Results
- On simulation benchmarks RoboCasa, LIBERO, and Bridge-SIMPLER, World2Act achieves success rate improvements of +2.5%, +6.0%, and +1.4% respectively, outperforming pixel supervision methods. Notably, on LIBERO, pixel supervision degrades baseline performance, while latent alignment maintains stability, demonstrating robustness.
- In real-world robotic tasks, the approach yields an average success rate increase of 6.7%, surpassing DreamGen and other baselines. The success correlates strongly with latent space similarity, indicating effective dynamic transfer.
- Ablation studies confirm that bidirectional contrast and temporal chunk alignment are critical, while residual policy learning outperforms fine-tuning methods like LoRA, especially in unseen tasks, highlighting generalization capabilities.
Significance
This work addresses the limitations of pixel-based post-training, notably the sensitivity to visual artifacts and noise, by shifting to a latent dynamic alignment paradigm. It enhances the stability, transferability, and robustness of robotic policies, facilitating better generalization across diverse tasks and environments. The approach paves the way for more reliable autonomous systems capable of learning from imperfect world models, with broad implications for robotics, AI safety, and real-world deployment.
Technical Contribution
The core technical innovation lies in the latent space alignment mechanism, which employs contrastive learning to map WM latent dynamics to action representations. This avoids pixel-level supervision, reduces noise sensitivity, and maintains model simplicity by fixing the backbone while training only lightweight residuals. The method introduces a novel combination of structured video VAEs, contrastive objectives, and residual policy learning, enabling efficient and stable knowledge transfer, outperforming existing pixel-based approaches.
Novelty
This is the first work to perform post-training in a low-dimensional latent space without pixel supervision, directly aligning WM dynamics with action representations. It departs from prior methods that rely on pixel-level pseudo-labels or inverse dynamics models, offering a more robust and scalable alternative. The approach introduces a new paradigm for knowledge transfer in embodied AI, emphasizing the importance of latent dynamics over raw pixel data.
Limitations
- The effectiveness depends heavily on the quality of the pre-trained structured video VAE; poor latent representations can limit transfer performance.
- In highly complex or unpredictable environments, latent dynamic modeling may struggle to capture all nuances, affecting control accuracy.
- Real-world generalization still faces challenges due to domain gaps and the need for further online adaptation mechanisms.
Future Work
Future research will explore multi-modal latent representations, integrating tactile and auditory cues, and combining online reinforcement learning to adapt dynamically. Enhancing the expressiveness of latent dynamics and scaling to more complex, real-world scenarios are key directions. Additionally, developing self-supervised methods for continuous latent refinement could further improve robustness and transferability.
AI Executive Summary
Robotic control in complex environments demands robust and adaptable learning methods. Traditional approaches rely heavily on pixel-level supervision, which is vulnerable to visual noise and artifacts, limiting their transferability and stability. To address this, the present study introduces World2Act, a novel framework that shifts the focus from pixel supervision to latent space alignment. By leveraging structured video VAEs like Cosmos-Predict2, the method constructs a low-dimensional, shared video-action latent space where dynamic behaviors are encoded more stably. The process involves two key stages: first, contrastively aligning WM latent dynamics with robot actions using lightweight adapters, and second, refining a residual policy on top of a fixed VLA backbone guided by these aligned dynamics. Extensive experiments across multiple simulation benchmarks demonstrate success rate improvements of up to +2.5%, +6.0%, and +1.4%. In real robot tasks, the approach achieves an average success increase of 6.7%, outperforming prior methods like DreamGen. Notably, the latent-space approach maintains performance even when pixel supervision degrades, highlighting its robustness. Ablation studies confirm the importance of bidirectional contrastive learning and temporal alignment, while the residual policy learning significantly enhances generalization to unseen tasks. This work marks a significant step toward more stable, scalable, and transferable embodied AI, with promising avenues for future multi-modal and online adaptive extensions.
Deep Analysis
Background
The evolution of robotic control has increasingly relied on world models (WMs) to simulate environment dynamics, with notable works including VAE-based models, flow-based models, and V-JEPA. Early efforts focused on pixel-level predictions and inverse dynamics models (IDMs), but these suffered from visual noise and limited transferability. The advent of latent space modeling, exemplified by UWM and Cosmos Policy, improved robustness but often involved high-dimensional embeddings that caused training instability. Recent trends aim to leverage structured video VAEs like Cosmos-Predict2, which encode visual sequences into low-dimensional latent trajectories, facilitating more stable dynamic modeling. Despite these advances, existing methods still depend on pixel supervision or pseudo-labels, which are sensitive to visual artifacts and can degrade performance, especially in real-world scenarios. This paper builds on these foundations, proposing a latent-space alignment approach that directly transfers WM dynamics into robot action representations, bypassing pixel-level supervision.
Core Problem
Current WM-based post-training methods predominantly depend on pixel-space supervision, which is highly susceptible to visual artifacts, noise, and inconsistencies in generated rollouts. Such issues lead to noisy pseudo-labels and reward signals, impairing policy stability and transferability. This bottleneck hampers the deployment of embodied agents in real-world environments, where visual imperfections are inevitable. Moreover, pixel supervision often results in unstable training and poor generalization, especially when visual conditions differ significantly from training data. Addressing these limitations requires a paradigm shift toward more robust, noise-tolerant transfer mechanisms that do not rely on pixel-level fidelity.
Innovation
The core innovation is the introduction of a latent-space post-training framework that aligns WM dynamics with robot action representations via contrastive learning. Unlike prior pixel-based methods, this approach constructs a shared low-dimensional video-action latent space, effectively capturing dynamic behaviors while avoiding visual noise. It employs lightweight adapters and a residual policy that refines actions based on WM-imagined dynamics, leaving the backbone fixed. This design simplifies training, enhances robustness, and improves transferability. The method also leverages synthetic imagined trajectories for effective knowledge transfer, enabling better generalization across tasks and environments. This shift from pixel supervision to latent alignment represents a fundamental advance in embodied AI training paradigms.
Methodology
- �� Pretrain Cosmos-Predict2 structured video VAE to encode visual sequences into latent trajectories.
- �� Stage 1: Train video and action adapters (Bv, Ba) using reconstruction loss and contrastive InfoNCE loss to align WM latent dynamics with action embeddings.
- �� Use chunk-aware temporal contrast to preserve fine-grained dynamics.
- �� Stage 2: Freeze the VLA backbone; train a lightweight residual policy (fθ) that refines action latents by combining base actions with WM-guided residuals.
- �� Generate synthetic trajectories via WM for multiple environments; optimize the residual policy by contrastive alignment between WM latent trajectories and refined action latents.
- �� Decode the final action latents through a fixed decoder Da, and execute in simulation or real robot, iteratively improving alignment.
Experiments
Experiments involve three benchmarks: RoboCasa, LIBERO, and Bridge-SIMPLER, with success rate as primary metric. Using approximately 3000 synthetic imagined trajectories, the method is compared against baselines like DreamGen and VLA-RFT. Ablation studies analyze the impact of contrastive objectives, temporal chunk alignment, and residual policy. Real robot tests on Franka arm validate transfer to physical tasks such as object manipulation. Hyperparameters include a contrastive temperature τ=0.1, training for around 7-15 hours, and success measured over 50 trials per task. Results consistently show superior performance and robustness, especially in unseen tasks and noisy visual conditions.
Results
World2Act achieves success rate increases of +2.5% on RoboCasa, +6.0% on LIBERO, and +1.4% on Bridge-SIMPLER, outperforming pixel supervision methods. In real robot experiments, success rates improve by 6.7%, demonstrating real-world applicability. Ablation results indicate that bidirectional contrastive learning and temporal chunk alignment are critical for performance gains. The residual policy converges faster and generalizes better to unseen tasks, with success correlating strongly with latent space similarity. These findings confirm that latent dynamic alignment enhances stability, transferability, and robustness of embodied policies.
Applications
This approach is suitable for autonomous robotic manipulation, especially in scenarios with visual noise or domain shifts. It reduces reliance on pixel annotations, lowering data labeling costs. The method can be integrated into existing robotic systems to improve task transfer and generalization. Long-term, it opens pathways for scalable, noise-robust embodied AI capable of learning from imperfect world models, facilitating deployment in dynamic, real-world environments such as warehouses, homes, and factories.
Limitations & Outlook
Dependence on high-quality structured video VAEs limits applicability in highly complex or novel environments. The current approach may struggle with extremely dynamic scenes where latent representations are insufficient. Computational costs, especially for synthetic trajectory generation, remain significant. Further, real-world generalization requires online adaptation mechanisms to handle domain shifts. Future work should explore multi-modal latent representations and online learning to address these challenges.
Plain Language Accessible to non-experts
想象你在一家厨房做饭。以前的方法就像用相机拍每一步,然后照着照片去做,但照片可能模糊或有误差,导致菜做不好。现在,假设你用一种特别的记忆,把每个步骤的动作和食材的变化变成一个秘密密码,不用看照片,只凭这个密码就能知道下一步怎么做。这种密码比照片更稳定,不会被模糊干扰。你可以用它记住所有的做菜步骤,即使环境变得复杂或有干扰,也能准确完成菜肴。这就像本文用潜在空间把动作和动态变成一种秘密密码,让机器人在复杂环境中更聪明、更稳健。
ELI14 Explained like you're 14
想象你在玩一个超级复杂的游戏,你的角色要完成很多任务,比如搬东西、开门。以前的方法就像用一台摄像机拍下每个动作,然后照着照片去做,但照片可能模糊或者有干扰,导致你做错事。现在,有一种新方法,就像你用脑袋里的秘密记忆,把每个动作和场景的变化变成一个简单的密码,不用看照片也知道怎么做。这个密码可以帮你更聪明地记住动作,即使画面变得模糊也不怕。它就像你用脑袋里的秘密地图,知道每一步该怎么走,不会迷路。这让你变得更厉害,也能学会更多新技能!未来,这种方法还能让机器人像人一样聪明、灵活,完成各种复杂任务!
Abstract
World Models (WMs) offer a promising mechanism for post-training Vision-Language-Action (VLA) policies by providing dynamics priors that improve generalization under task and scene variation. However, most WM-based post-training methods rely on pixel-space supervision, making policies sensitive to visual artifacts introduced by imperfect WM rollouts. We present World2Act, a latent-space post-training framework that transfers WM dynamics to the VLA policy without pixel-space supervision. World2Act operates in two stages: 1) it induces a shared video-action latent space by contrastively aligning WM-dynamics latents with action embeddings, and 2) it post-trains the VLA by guiding policy action representations toward WM-imagined dynamics rather than decoded pixels. Built on GR00T-N1.6, World2Act delivers absolute success-rate gains of up to +2.5% on simulation benchmarks (RoboCasa, LIBERO, Bridge-SIMPLER) and +6.7% on a real robot over finetuned VLA baselines. Notably, it outperforms pixel-space WM supervision by up to +6.0%, including on LIBERO where pixel supervision degrades the baseline, suggesting that latent WM dynamics offer a more stable WM-based post-training alternative to pixel-space transfer.