LGFeb 5

Distributional Reinforcement Learning with Diffusion Bridge Critics

arXiv:2602.05783v1h-index: 16
Originality Highly original
AI Analysis

This work addresses a key bottleneck in RL for continuous control tasks by improving critic accuracy, though it is incremental as it builds on existing diffusion-based methods.

The paper tackles the problem of inaccurate value estimation in reinforcement learning by proposing a novel distributional RL method with Diffusion Bridge Critics (DBC), which models the inverse CDF of Q values to capture value distributions accurately, achieving superior performance on MuJoCo benchmarks compared to previous models.

Recent advances in diffusion-based reinforcement learning (RL) methods have demonstrated promising results in a wide range of continuous control tasks. However, existing works in this field focus on the application of diffusion policies while leaving the diffusion critics unexplored. In fact, since policy optimization fundamentally relies on the critic, accurate value estimation is far more important than policy expressiveness. Furthermore, given the stochasticity of most reinforcement learning tasks, it has been confirmed that the critic is more appropriately depicted with a distributional model. Motivated by these points, we propose a novel distributional RL method with Diffusion Bridge Critics (DBC). DBC directly models the inverse cumulative distribution function (CDF) of the Q value. This allows us to accurately capture the value distribution and prevents it from collapsing into a trivial Gaussian distribution owing to the strong distribution-matching capability of the diffusion bridge. Moreover, we further derive an analytic integral formula to address discretization errors in DBC, which is essential in value estimation. To our knowledge, DBC is the first work to employ the diffusion bridge model as the critic. Notably, DBC is also a plug-and-play component and can be integrated into most existing RL frameworks. Experimental results on MuJoCo robot control benchmarks demonstrate the superiority of DBC compared with previous distributional critic models.

Foundations

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

Your Notes