paper-with-me

홈 › Papers

Decoupled Guidance Diffusion for Adaptive Offline Safe Reinforcement Learning

2026-05-04 · Rufeng Chen, Zhaofan Zhang, Zhejiang Yang, Hechang Chen, Sihong Xie arxiv

Offline safe reinforcement learning often requires policies to adapt at deployment time to safety budgets that vary across episodes or change within a single episode. While diffusion-based planners enable flexible trajectory generation, existing guidance schemes often treat reward improvement and constraint satisfaction as competing gradient objectives, which can lead to unreliable safety compliance under cost limits. We reinterpret adaptive safe trajectory generation as sampling from a constrained trajectory distribution, where the budget restricts the trajectory region, and reward shapes preferences within that region. This perspective motivates Safe Decoupled Guidance Diffusion (SDGD), which conditions classifier-free guidance on the cost limit to bias sampling toward trajectories satisfying the specified limit, while using reward-gradient guidance to refine trajectories for higher return. Because direct reward guidance can increase return while also steering samples toward trajectories with higher cumulative cost, we introduce Feasible Trajectory Relabeling (FTR) to reshape reward targets and discourage such directions. We further provide a first-order sampling-time analysis showing that FTR suppresses reward-induced cost drift under a prefix-restorative alignment condition. Extensive evaluations on the DSRL benchmark show that SDGD achieves the strongest safety compliance among baselines, satisfying the constraint on 94.7% of tasks (36/38), while obtaining the highest reward among safe methods on 21 tasks.

📄 PDF Abstract BibTeX arXiv:2605.02777

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Temporally Decoupled Diffusion Planning for Autonomous Driving

2026-03-26 · Xiang Li, Bikun Wang, John Zhang, Jianjun Wang arxiv

Motion planning in dynamic urban environments requires balancing immediate safety with long-term goals. While diffusion models effectively capture multi-modal decision-making, existing approaches treat trajectories as mo…

Autonomous DrivingMotion Planning

Safe Offline Reinforcement Learning with Feasibility-Guided Diffusion Model

2024-01-19 · Yinan Zheng, Jianxiong Li, Dongjie Yu, Yujie Yang 외

Safe offline RL is a promising way to bypass risky online interactions towards safe policy learning. Most existing methods only enforce soft constraints, i.e., constraining safety violations in expectation below threshol…

Offline RLreinforcement-learningReinforcement Learning

CADE 2.5 - ZeResFDG: Frequency-Decoupled, Rescaled and Zero-Projected Guidance for SD/SDXL Latent Diffusion Models

2025-10-14 · Denis Rychkovskiy arxiv

We introduce CADE 2.5 (Comfy Adaptive Detail Enhancer), a sampler-level guidance stack for SD/SDXL latent diffusion models. The central module, ZeResFDG, unifies (i) frequency-decoupled guidance that reweights low- and h…

RS-Diffuser: Risk-Sensitive Diffusion Planning with Distributional Value Guidance

2026-06-26 · Shiqiang Gong arxiv

Offline reinforcement learning enables policy learning from fixed datasets without additional environment interaction, making it appealing for safety-critical applications where online exploration is costly or unsafe. Di…

Reinforcement LearningRobot NavigationOffline RL

Decoupled Diffusion Sparks Adaptive Scene Generation

2025-04-14 · Yunsong Zhou, Naisheng Ye, William Ljungbergh, Tianyu Li 외

Controllable scene generation could reduce the cost of diverse data collection substantially for autonomous driving. Prior works formulate the traffic layout generation as predictive progress, either by denoising entire …

Autonomous DrivingData AugmentationDenoisingLayout Generation+1