LGAIFeb 9

CausalGDP: Causality-Guided Diffusion Policies for Reinforcement Learning

arXiv:2602.09207v1
AI Analysis

This work addresses a bottleneck in reinforcement learning for high-dimensional control by incorporating causality to improve policy optimization, representing an incremental advancement over existing diffusion-based methods.

The paper tackles the problem of diffusion-based reinforcement learning policies relying on statistical associations rather than causal relationships, which limits their ability to identify action components that truly cause high returns, and proposes CausalGDP, a framework integrating causal reasoning to guide diffusion processes, achieving competitive or superior performance over state-of-the-art methods in complex control tasks.

Reinforcement learning (RL) has achieved remarkable success in a wide range of sequential decision-making problems. Recent diffusion-based policies further improve RL by modeling complex, high-dimensional action distributions. However, existing diffusion policies primarily rely on statistical associations and fail to explicitly account for causal relationships among states, actions, and rewards, limiting their ability to identify which action components truly cause high returns. In this paper, we propose Causality-guided Diffusion Policy (CausalGDP), a unified framework that integrates causal reasoning into diffusion-based RL. CausalGDP first learns a base diffusion policy and an initial causal dynamical model from offline data, capturing causal dependencies among states, actions, and rewards. During real-time interaction, the causal information is continuously updated and incorporated as a guidance signal to steer the diffusion process toward actions that causally influence future states and rewards. By explicitly considering causality beyond association, CausalGDP focuses policy optimization on action components that genuinely drive performance improvements. Experimental results demonstrate that CausalGDP consistently achieves competitive or superior performance over state-of-the-art diffusion-based and offline RL methods, especially in complex, high-dimensional control tasks.

Foundations

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

Your Notes