paper-with-me

Papers

Efficient Diffusion Planning with Temporal Diffusion

2025-11-26 · Jiaming Guo, Rui Zhang, Zerun Li, Yunkai Gao, Shaohui Peng, Siming Lan, Xing Hu, Zidong Du, Xishan Zhang, Ling Li arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.21054

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UniTeD: Unified Temporal Diffusion for Joint Perception and Planning in Autonomous Driving

2026-06-24 · Bo Zhao, Xinting Zhao, Naifan Li, Erkang Cheng 외 arxiv

Diffusion models have shown strong potential for multi-modal planning in end-to-end autonomous driving. However, most existing methods confine diffusion to the planning module, conditioning on fixed outputs from separate…

Autonomous Driving

ActionDiffusion: An Action-aware Diffusion Model for Procedure Planning in Instructional Videos

2024-03-13 · Lei Shi, Paul Bürkner, Andreas Bulling

We present ActionDiffusion -- a novel diffusion model for procedure planning in instructional videos that is the first to take temporal inter-dependencies between actions into account in a diffusion model for procedure p…

Denoising

Efficient Planning with Latent Diffusion

2023-09-30 · Wenhao Li

Temporal abstraction and efficient planning pose significant challenges in offline reinforcement learning, mainly when dealing with domains that involve temporally extended tasks and delayed sparse rewards. Existing meth…

Representation Learning

Mixed-Density Diffuser: Efficient Planning with Non-Uniform Temporal Resolution

2025-10-27 · Crimson Stambaugh, Rajesh P. N. Rao arxiv

Recent studies demonstrate that diffusion planners benefit from sparse-step planning over single-step planning. Training models to skip steps in their trajectories helps capture long-term dependencies without additional …

Reinforcement Learning

G2DP: Diffusion Planning with Spatio-Temporal Grid Guidance

2026-06-24 · Hang Yu, Ye Jin, Alessandro Canevaro, Julian Schmidt 외 arxiv

In autonomous driving, diffusion-based planners have emerged as a promising paradigm for robust motion planning in dense and interactive traffic, as they can effectively model diverse driving behaviors. However, their in…

Collision AvoidanceAutonomous DrivingMotion Planning