IIB-LPO: Latent Policy Optimization via Iterative Information Bottleneck
Huilin Deng, Hongchen Luo, Yue Zhu, Long Li, Zhuoyue Chen, Xinghao Zhao, Ming Li, Jihai Zhang, Mengchang Wang, Yang Cao, Yu Kang
TL;DR
This work tackles exploration collapse in RLVR for LLM reasoning by shifting from token distribution perturbations to topological diversification of reasoning trajectories. It introduces I2B-LPO, which triggers latent branching at high-entropy states via a CVAE-driven latent code $z$ injected into a Pseudo Self-Attention mechanism and uses the Information Bottleneck as a dual-purpose trajectory filter and self-reward. The method includes entropy-based bifurcation detection, CVAE latent sampling, PSA-guided reasoning, and IB-guided pruning and optimization, with a training objective that combines GRPO loss and an IB term. Empirical results on four mathematical benchmarks show state-of-the-art accuracy and diversity, with improved exploration quality and more concise reasoning, demonstrating the practical potential of structured, information-theoretic exploration in LLM reasoning.
Abstract
Recent advances in Reinforcement Learning with Verifiable Rewards (RLVR) for Large Language Model (LLM) reasoning have been hindered by a persistent challenge: exploration collapse. The semantic homogeneity of random rollouts often traps models in narrow, over-optimized behaviors. While existing methods leverage policy entropy to encourage exploration, they face inherent limitations. Global entropy regularization is susceptible to reward hacking, which can induce meaningless verbosity, whereas local token-selective updates struggle with the strong inductive bias of pre-trained models. To address this, we propose Latent Policy Optimization via Iterative Information Bottleneck (IIB-LPO), a novel approach that shifts exploration from statistical perturbation of token distributions to topological branching of reasoning trajectories. IIB-LPO triggers latent branching at high-entropy states to diversify reasoning paths and employs the Information Bottleneck principle both as a trajectory filter and a self-reward mechanism, ensuring concise and informative exploration. Empirical results across four mathematical reasoning benchmarks demonstrate that IIB-LPO achieves state-of-the-art performance, surpassing prior methods by margins of up to 5.3% in accuracy and 7.4% in diversity metrics.
