English

Horizon Imagination: Efficient On-Policy Rollout in Diffusion World Models

Machine Learning 2026-02-18 v2

Abstract

We study diffusion-based world models for reinforcement learning, which offer high generative fidelity but face critical efficiency challenges in control. Current methods either require heavyweight models at inference or rely on highly sequential imagination, both of which impose prohibitive computational costs. We propose Horizon Imagination (HI), an on-policy imagination process for discrete stochastic policies that denoises multiple future observations in parallel. HI incorporates a stabilization mechanism and a novel sampling schedule that decouples the denoising budget from the effective horizon over which denoising is applied while also supporting sub-frame budgets. Experiments on Atari 100K and Craftium show that our approach maintains control performance with a sub-frame budget of half the denoising steps and achieves superior generation quality under varied schedules. Code is available at https://github.com/leor-c/horizon-imagination.

Keywords

Cite

@article{arxiv.2602.08032,
  title  = {Horizon Imagination: Efficient On-Policy Rollout in Diffusion World Models},
  author = {Lior Cohen and Ofir Nabati and Kaixin Wang and Navdeep Kumar and Shie Mannor},
  journal= {arXiv preprint arXiv:2602.08032},
  year   = {2026}
}

Comments

This paper will be published in the ICLR 2026 proceedings

R2 v1 2026-07-01T10:26:51.580Z