Expected Return Causes Outcome-Level Mode Collapse in Reinforcement Learning and How to Fix It with Inverse Probability Scaling
Abhijeet Sinha, Sundari Elango, Dianbo Liu
TL;DR
The paper reveals that the common objective of maximizing expected return inherently drives outcome-level mode collapse in multimodal RL, due to a frequency-based amplification in the learning signal. It introduces inverse probability scaling (IPS) to decouple reward attribution from outcome frequency, yielding a stationary distribution where outcomes are proportional to their rewards, i.e., p^* = r/Σr. Implementing IPS within a GRPO framework (IPS-GRPO) provides a drop-in method that preserves diversity without extra models, while KL regularization serves as interpolation rather than collapse prevention. Across Hyper-Grid, HypoSpace, and molecular generation tasks, IPS-GRPO consistently reduces outcome-level mode collapse and often improves reward-related metrics compared to strong baselines. The work highlights objective design as critical for reliable multimodal policy optimization and points to future extensions to actor–critic methods and dense-reward settings.
Abstract
Many reinforcement learning (RL) problems admit multiple terminal solutions of comparable quality, where the goal is not to identify a single optimum but to represent a diverse set of high-quality outcomes. Nevertheless, policies trained by standard expected return maximization routinely collapse onto a small subset of outcomes, a phenomenon commonly attributed to insufficient exploration or weak regularization. We show that this explanation is incomplete: outcome level mode collapse is a structural consequence of the expected-return objective itself. Under idealized learning dynamics, the log-probability ratio between any two outcomes evolves linearly in their reward difference, implying exponential ratio divergence and inevitable collapse independent of the exploration strategy, entropy regularization, or optimization algorithm. We identify the source of this pathology as the probability multiplier inside the expectation and propose a minimal correction: inverse probability scaling, which removes outcome-frequency amplification from the learning signal, fundamentally changes the learning dynamics, and provably yields reward-proportional terminal distributions, preventing collapse in multimodal settings. We instantiate this principle in Group Relative Policy Optimization (GRPO) as a drop-in modification, IPS-GRPO, requiring no auxiliary models or architectural changes. Across different reasoning and molecular generation tasks, IPS-GRPO consistently reduces outcome-level mode collapse while matching or exceeding baseline performance, suggesting that correcting the objective rather than adding exploration heuristics is key to reliable multimodal policy optimization.
