English

Efficient Diffusion Planning with Temporal Diffusion

Machine Learning 2025-11-27 v1

Abstract

Diffusion planning is a promising method for learning high-performance policies from offline data. To avoid the impact of discrepancies between planning and reality on performance, previous works generate new plans at each time step. However, this incurs significant computational overhead and leads to lower decision frequencies, and frequent plan switching may also affect performance. In contrast, humans might create detailed short-term plans and more general, sometimes vague, long-term plans, and adjust them over time. Inspired by this, we propose the Temporal Diffusion Planner (TDP) which improves decision efficiency by distributing the denoising steps across the time dimension. TDP begins by generating an initial plan that becomes progressively more vague over time. At each subsequent time step, rather than generating an entirely new plan, TDP updates the previous one with a small number of denoising steps. This reduces the average number of denoising steps, improving decision efficiency. Additionally, we introduce an automated replanning mechanism to prevent significant deviations between the plan and reality. Experiments on D4RL show that, compared to previous works that generate new plans every time step, TDP improves the decision-making frequency by 11-24.8 times while achieving higher or comparable performance.

Keywords

Cite

@article{arxiv.2511.21054,
  title  = {Efficient Diffusion Planning with Temporal Diffusion},
  author = {Jiaming Guo and Rui Zhang and Zerun Li and Yunkai Gao and Shaohui Peng and Siming Lan and Xing Hu and Zidong Du and Xishan Zhang and Ling Li},
  journal= {arXiv preprint arXiv:2511.21054},
  year   = {2025}
}

Comments

Accepted by the AAAI26 Conference Main Track