cs.LGMay 6, 2026

Estimating the expected output of wide random MLPs more efficiently than sampling

Authors: Wilson WuVictor LecomteMichael WinerGeorge RobinsonJacob HiltonPaul Christiano

Organizations: Alignment Research Center

Abstract

By far the most common way to estimate an expected loss in machine learning is to draw samples, compute the loss on each one, and take the empirical average. However, sampling is not necessarily optimal. Given an MLP at initialization, we show how to estimate its expected output over Gaussian inputs without running samples through the network at all. Instead, we produce approximate representations of the distributions of activations at each layer, leveraging tools such as cumulants and Hermite expansions. We show both theoretically and empirically that for sufficiently wide networks, our estimator achieves a target mean squared error using substantially fewer FLOPs than Monte Carlo sampling. We find moreover that our methods perform particularly well at estimating the probabilities of rare events, and additionally demonstrate how they can be used for model training. Together, these findings suggest a path to producing models with a greatly reduced probability of catastrophic tail risks.

Explore similar work

CardsList
  1. Estimating Rare Events in Language Models with Proper Evaluation

    Jul 20, 2026Nikita Y. Parulekar, Anqi Liu

  2. Estimating Tail Risks in Language Model Output Distributions

    Apr 24, 2026Rico Angell, Raghav Singhal, Zachary Horvitz +4Large Language Model Safety

  3. Rare Event Estimation via Iterative Unalignment

    Sep 21, 2026Hanming Yang, Daksh Mittal, Jing Dong +1Rare EventsEstimators