EBPO: Empirical Bayes Shrinkage for Stabilizing Group-Relative Policy Optimization
Kevin Han, Yuhang Zhou, Mingze Gao, Gedi Zhou, Serena Li, Abhishek Kumar, Xiangjun Fan, Weiwei Li, Lizhu Zhang
TL;DR
GRPO suffers high estimator variance at small group sizes and vanishing gradients in saturated failure regimes when optimizing reasoning tasks with verifiable rewards. EBPO introduces Empirical Bayes shrinkage by blending the local group baseline with a globally updated prior $\mu_{glob}$ (via online Welford updates), yielding strictly lower MSE, non-vanishing penalties, and bounded entropy decay. Empirically, EBPO outperforms GRPO and baselines across AIME and OlympiadBench, with pronounced stability and sample efficiency at small $G$, especially when paired with difficulty-based curriculum via clustered sampling. This work delivers a robust, scalable framework for stabilizing online policy optimization in RLVR, enabling reliable gains in elite mathematical reasoning with limited compute.
Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) has proven effective for enhancing the reasoning capabilities of Large Language Models (LLMs). However, dominant approaches like Group Relative Policy Optimization (GRPO) face critical stability challenges: they suffer from high estimator variance under computational constraints (small group sizes) and vanishing gradient signals in saturated failure regimes where all responses yield identical zero rewards. To address this, we propose Empirical Bayes Policy Optimization (EBPO), a novel framework that regularizes local group-based baselines by borrowing strength from the policy's accumulated global statistics. Instead of estimating baselines in isolation, EBPO employs a shrinkage estimator that dynamically balances local group statistics with a global prior updated via Welford's online algorithm. Theoretically, we demonstrate that EBPO guarantees strictly lower Mean Squared Error (MSE), bounded entropy decay, and non-vanishing penalty signals in failure scenarios compared to GRPO. Empirically, EBPO consistently outperforms GRPO and other established baselines across diverse benchmarks, including AIME and OlympiadBench. Notably, EBPO exhibits superior training stability, achieving high-performance gains even with small group sizes, and benefits significantly from difficulty-stratified curriculum learning.
