Abstract

In this work, we introduce Cosmos Policy, a simple approach for adapting a large pretrained video model (Cosmos-Predict2) into an effective robot policy through a single stage of post-training on robot demonstrations, with no architectural modifications. Cosmos Policy learns to directly generate robot actions encoded as latent frames within the video model's latent diffusion process, harnessing the model's pretrained priors and core learning algorithm to capture complex action distributions. Additionally, Cosmos Policy generates future state images and values (expected cumulative rewards), which are similarly encoded as latent frames, enabling test-time planning of action trajectories with higher likelihood of success. In our evaluations, Cosmos Policy achieves state-of-the-art performance on the LIBERO and RoboCasa simulation benchmarks (98.5% and 67.1% average success rates, respectively) and the highest average score in challenging real-world bimanual manipulation tasks, outperforming strong diffusion policies trained from scratch, video model-based policies, and state-of-the-art vision-language-action models fine-tuned on the same robot demonstrations. Furthermore, given policy rollout data, Cosmos Policy can learn from experience to refine its world model and value function and leverage model-based planning to achieve even higher success rates in challenging tasks.

Benchmark Results

LIBERO Simulation

Model Spatial SR (%) Object SR (%) Goal SR (%) Long SR (%) Average SR (%)
Diffusion Policy 78.3 92.5 68.3 50.5 72.4
Dita 97.4 94.8 93.2 83.6 92.3
π0 96.8 98.8 95.8 85.2 94.2
UVA -- -- -- 90.0 --
UniVLA 96.5 96.8 95.6 92.0 95.2
π0.5 98.8 98.2 98.0 92.4 96.9
Video Policy -- -- -- 94.0 --
OpenVLA-OFT 97.6 98.4 97.9 94.5 97.1
CogVLA 98.6 98.8 96.6 95.4 97.4
Cosmos Policy (ours) 98.1 100.0 98.2 97.6 98.5

Cosmos Policy achieves state-of-the-art performance on the LIBERO simulation benchmark, with an average success rate of 98.5% across four task suites.

RoboCasa Simulation

Model # Training Demos per Task Average SR (%)
GR00T-N1 300 49.6
UVA 50 50.0
DP-VLA 3000 57.3
GR00T-N1 + DreamGen 300 (+ 10000 synthetic) 57.6
GR00T-N1 + DUST 300 58.5
UWM 1000 60.8
π0 300 62.5
GR00T-N1.5 300 64.1
Video Policy 300 66.0
FLARE 300 66.4
GR00T-N1.5 + HAMLET 300 66.4
Cosmos Policy (ours) 50 67.1

Cosmos Policy also achieves state-of-the-art performance in the RoboCasa simulation benchmark (24 Kitchen manipulation tasks), achieving an average success rate of 67.1% while requiring significantly fewer training demonstrations than prior SOTA methods (50 demos versus 300).

Sample Rollouts & Future Image Predictions

Below we show sample rollout videos with Cosmos Policy, along with its future image predictions. For LIBERO and ALOHA, the prediction and execution horizon are equal (i.e., we predict an action chunk and execute it fully before generating the next one); for RoboCasa, the execution horizon is half the prediction horizon (i.e., we execute the first half of each action chunk).

LIBERO

LIBERO-Spatial
LIBERO-Object
LIBERO-Goal
LIBERO-Long

RoboCasa

Close Doors
Open Drawer
Pick and Place
Turn Off Stove

ALOHA Real-World

Put Candies in Bowl (1)
Put Candies in Bowl (2)
Put Candy in Bag (1)
Put Candy in Bag (2)

Citation

@inproceedings{kim2025cosmospolicy,
  title={Cosmos Policy: Fine-Tuning Video Models for Visuomotor Control and Planning},
  author={Kim, Moo Jin and Gao, Yihuai and Lin, Tsung-Yi and Lin, Yen-Chen and Ge, Yunhao and Lam, Grace and Liang, Percy and Song, Shuran and Liu, Ming-Yu and Finn, Chelsea and Gu, Jinwei},
  booktitle={International Conference on Learning Representations (ICLR)},
  year={2026}
}