stat.MLMay 23, 2026

How Neural Reward Models Learn Features for Policy Optimization: A Single-Index Analysis

Authors: Rei HiguchiRyotaro KawataAkifumi WachiShokichi TakakuraKohei MiyaguchiTaiji Suzuki

Abstract

Reward modeling is not only a prediction problem: in KL-regularized policy optimization, the learned reward is exponentiated to define the deployed policy, so downstream value depends on errors in reward-tilted regions. We study this feedback in a Gaussian single-index model with r(x)=σ(θ,x)r^*(x) = σ^*(\langle θ^*, x\rangle) and xN(0,Id)x \sim N(0, I_d). We analyze a two-stage neural reward model that first learns the hidden direction θθ^* from reward-weighted samples and then fits the readout layer by weighted ridge regression. Exponential reward weighting changes the Hermite signal available to the first layer; for any feature-learning temperature β1β_1 above a dimension-free O(1)O(1) threshold, a constant fraction of neurons recover the hidden direction, with weak-recovery complexity governed by the generative exponent. After feature recovery, we derive tilted-policy value-gap bounds for an idealized label-weighted fit with weights ey/β2e^{y/β_2} and a more practical surrogate-weighted fit with weights era0(x)/β2e^{r_{a_0}(x)/β_2}. Keeping the β2β_2-dependence explicit yields an admissible set of deployment temperatures, balancing the gain from lowering β2β_2 against the learning cost amplified by exponential weighting; in the surrogate-weighted case, proxy-dependent factors shrink this admissible set.

Explore similar work

CardsList
  1. Discretizing Reward Models

    Jun 19, 2026Vijay Viswanathan, Shiqi Wang, Devamanyu Hazarika +4OverconfidenceResponses

  2. On Training in Imagination

    May 7, 2026Nadav Timor, Ravid Shwartz-Ziv, Micah Goldblum +2Entropy Regularized Reinforcement LearningReward Gradients