LGAIRONov 12, 2025

Diffusion Policies with Value-Conditional Optimization for Offline Reinforcement Learning

arXiv:2511.08922v1h-index: 6IROS
Originality Highly original
AI Analysis

This work addresses performance limitations in offline RL for robotics and control applications, offering an incremental improvement over existing diffusion-based methods.

The paper tackles the problem of value overestimation and excessive conservatism in offline reinforcement learning by proposing DIVO, a diffusion-based method that uses value-conditional optimization to balance conservatism and explorability, achieving superior performance on D4RL benchmarks with significant improvements in average returns across locomotion tasks and outperforming existing methods in AntMaze.

In offline reinforcement learning, value overestimation caused by out-of-distribution (OOD) actions significantly limits policy performance. Recently, diffusion models have been leveraged for their strong distribution-matching capabilities, enforcing conservatism through behavior policy constraints. However, existing methods often apply indiscriminate regularization to redundant actions in low-quality datasets, resulting in excessive conservatism and an imbalance between the expressiveness and efficiency of diffusion modeling. To address these issues, we propose DIffusion policies with Value-conditional Optimization (DIVO), a novel approach that leverages diffusion models to generate high-quality, broadly covered in-distribution state-action samples while facilitating efficient policy improvement. Specifically, DIVO introduces a binary-weighted mechanism that utilizes the advantage values of actions in the offline dataset to guide diffusion model training. This enables a more precise alignment with the dataset's distribution while selectively expanding the boundaries of high-advantage actions. During policy improvement, DIVO dynamically filters high-return-potential actions from the diffusion model, effectively guiding the learned policy toward better performance. This approach achieves a critical balance between conservatism and explorability in offline RL. We evaluate DIVO on the D4RL benchmark and compare it against state-of-the-art baselines. Empirical results demonstrate that DIVO achieves superior performance, delivering significant improvements in average returns across locomotion tasks and outperforming existing methods in the challenging AntMaze domain, where sparse rewards pose a major difficulty.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes