CLAIFeb 11

Online Causal Kalman Filtering for Stable and Effective Policy Optimization

arXiv:2602.10609v11 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses stability issues in policy optimization for large language models, particularly in reinforcement learning tasks, though it appears incremental as it builds on existing methods by refining token-level importance sampling.

The paper tackles the problem of high-variance token-level importance sampling ratios destabilizing policy optimization in reinforcement learning for large language models, proposing Online Causal Kalman Filtering (KPO) to model and filter these ratios, which achieves superior results on challenging math reasoning datasets compared to state-of-the-art methods.

Reinforcement learning for large language models suffers from high-variance token-level importance sampling (IS) ratios, which would destabilize policy optimization at scale. To improve stability, recent methods typically use a fixed sequence-level IS ratio for all tokens in a sequence or adjust each token's IS ratio separately, thereby neglecting temporal off-policy derivation across tokens in a sequence. In this paper, we first empirically identify that local off-policy deviation is structurally inconsistent at the token level, which may distort policy-gradient updates across adjacent tokens and lead to training collapse. To address the issue, we propose Online Causal Kalman Filtering for stable and effective Policy Optimization (KPO). Concretely, we model the desired IS ratio as a latent state that evolves across tokens and apply a Kalman filter to update this state online and autoregressively based on the states of past tokens, regardless of future tokens. The resulting filtered IS ratios preserve token-wise local structure-aware variation while strongly smoothing noise spikes, yielding more stable and effective policy updates. Experimentally, KPO achieves superior results on challenging math reasoning datasets compared with state-of-the-art counterparts.

Foundations

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

Your Notes