ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Reinforcement learning (RL) has become a dominant paradigm for enhancing LLMs' reasoning capabilities. However, RL algorithms with PPO-Clip are inherently limited by exploration collapse. Subsequent works remain primarily heuristic and fail to identify the essential cause of PPO-Clip's failure. This work reveals the fundamental flaw of PPO-Clip: it implicitly measures policy discrepancy using Euclidean metric, which is theoretically inconsistent with the intrinsic geometry on the policy Riemannian manifold. This geometric mismatch results in overly conservative updates in low-probability regions while aggressive in high-probability regions, ultimately collapsing exploration. To correct this geometric flaw, we propose Riemannian Isometric Policy Optimization (RIPO), which guarantees isometric policy updates on the Riemannian manifold, effectively balancing exploration and exploitation. We further show that RIPO achieves a favorable bias-variance trade-off, which stabilizes optimization. Extensive experiments demonstrate that RIPO significantly surpasses existing LLM RL algorithms across seven competition-level benchmarks (up to 60% improvement over GRPO on AIME24).
This paper addresses a critical yet overlooked issue in reinforcement learning for large language models: exploration collapse. While PPO-Clip is widely used, its underlying Euclidean metric creates a geometric mismatch with the natural Riemannian manifold of policy distributions. This leads to overly conservative updates in low-probability regions and aggressive updates in high-probability regions, ultimately collapsing exploration. The authors provide a rigorous theoretical diagnosis and propose a principled fix, moving beyond heuristic approaches.
The significance lies in bridging differential geometry with practical LLM RL. By identifying the root cause, the paper opens the door to more stable and effective training of reasoning models. The proposed RIPO method is not just another tweak but a geometrically grounded correction that could become a standard component in LLM RL pipelines.
RIPO was evaluated on seven competition-level benchmarks including AIME24, where it achieved up to 60% improvement over GRPO. The method consistently outperformed existing LLM RL algorithms, indicating robust generalization across different reasoning tasks. The results highlight the practical benefits of correcting the geometric mismatch.
This work has broad implications for AI alignment and reasoning. By providing a geometrically sound optimization framework, it enables more reliable training of LLMs for complex tasks. The approach could be extended to other RL settings beyond LLMs, influencing how policy gradients are computed in high-dimensional spaces. The paper sets a new standard for principled RL in language models.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba