paper-with-me

Papers

Model-Based Diffusion Sampling for Predictive Control in Offline Decision Making

2025-12-09 · Haldun Balim, Na Li, Yilun Du arxiv

Offline decision-making via diffusion models often produces trajectories that are misaligned with system dynamics, limiting their reliability for control. We propose Model Predictive Diffuser (MPDiffuser), a compositional diffusion framework that combines a diffusion planner with a dynamics diffusion model to generate task-aligned and dynamically plausible trajectories. MPDiffuser interleaves planner and dynamics updates during sampling, progressively correcting feasibility while preserving task intent. A lightweight ranking module then selects trajectories that best satisfy task objectives. The compositional design improves sample efficiency and adaptability by enabling the dynamics model to leverage diverse and previously unseen data independently of the planner. Empirically, we demonstrate consistent improvements over prior diffusion-based methods on unconstrained (D4RL) and constrained (DSRL) benchmarks, and validate practicality through deployment on a real quadrupedal robot.

📄 PDF Abstract BibTeX arXiv:2512.08280

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

In-Context Learning for Data-Driven Censored Inventory Control

2026-05-14 · Sohom Mukherjee, Anh-Duy Pham, Richard Pibernik, Yunbei Xu arxiv

We study inventory control with decision-dependent censoring, focusing on the censored or repeated newsvendor (R-NV), where each order quantity determines whether demand is fully observed or censored by sales. Existing a…

Decision Making

Diffused Task-Agnostic Milestone Planner

2023-12-06 · NeurIPS 2023 11 · Mineui Hong, Minjae Kang, Songhwai Oh

Addressing decision-making problems using sequence modeling to predict future trajectories shows promising results in recent years. In this paper, we take a step further to leverage the sequence predictive method in wide…

Decision MakingOffline RLReinforcement Learning (RL)

Offline Uncertainty Sampling in Data-driven Stochastic MPC

2023-04-06 · Johannes Teutsch, Sebastian Kerz, Tim Brüdigam, Dirk Wollherr 외

In this work, we exploit an offline-sampling based strategy for the constrained data-driven predictive control of an unknown linear system subject to random measurement noise. The strategy uses only past measured, potent…

DriftWorld: Fast World Modeling through Drifting

2026-07-16 · Susie Lu, Haonan Chen, Weirui Ye, Yilun Du arxiv

Predictive world models enable robots to plan by imagining the outcomes of their actions, but their value for control hinges on generating many rollouts quickly. This creates a bottleneck for diffusion-based world models…

What Makes a Good Diffusion Planner for Decision Making?

2025-03-01 · ICLR 2025 3 · Haofei Lu, Dongqi Han, Yifei Shen, Dongsheng Li

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 th…

Action GenerationDecision MakingDenoisingOffline RL+1