English

What Makes a Good Diffusion Planner for Decision Making?

Machine Learning 2025-03-04 v1 Artificial Intelligence

Abstract

Diffusion models have recently shown significant potential in solving decision-making problems, particularly in generating behavior plans -- also known as diffusion planning. While numerous studies have demonstrated the impressive performance of diffusion planning, the mechanisms behind the key components of a good diffusion planner remain unclear and the design choices are highly inconsistent in existing studies. In this work, we address this issue through systematic empirical experiments on diffusion planning in an offline reinforcement learning (RL) setting, providing practical insights into the essential components of diffusion planning. We trained and evaluated over 6,000 diffusion models, identifying the critical components such as guided sampling, network architecture, action generation and planning strategy. We revealed that some design choices opposite to the common practice in previous work in diffusion planning actually lead to better performance, e.g., unconditional sampling with selection can be better than guided sampling and Transformer outperforms U-Net as denoising network. Based on these insights, we suggest a simple yet strong diffusion planning baseline that achieves state-of-the-art results on standard offline RL benchmarks.

Keywords

Cite

@article{arxiv.2503.00535,
  title  = {What Makes a Good Diffusion Planner for Decision Making?},
  author = {Haofei Lu and Dongqi Han and Yifei Shen and Dongsheng Li},
  journal= {arXiv preprint arXiv:2503.00535},
  year   = {2025}
}

Comments

ICLR 2025 (Spotlight), Code: https://github.com/Josh00-Lu/DiffusionVeteran

R2 v1 2026-06-28T22:03:08.405Z