RISE: Self-Improving Robot Policy with Compositional World Model
Paper β’ 2602.11075 β’ Published β’ 29
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("OpenDriveLab-org/RISE_Assets", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Please refer to RISE repo for detailed instructions.
All assets and code in this repository are under the Apache 2.0 license unless specified otherwise. The data and checkpoint are under CC BY-NC-SA 4.0. Other modules inherit their own distribution licenses.
@article{rise2026,
title={RISE: Self-Improving Robot Policy with Compositional World Model},
author={Yang, Jiazhi and Lin, Kunyang and Li, Jinwei and Zhang, Wencong and Lin, Tianwei and Wu, Longyan and Su, Zhizhong and Zhao, Hao and Zhang, Ya-Qin and Chen, Li and Luo, Ping and Yue, Xiangyu and Li, Hongyang},
journal={arXiv preprint arXiv:2602.11075},
year={2026}
}