[2605.05179] Estimating the expected output of wide random MLPs more efficiently than sampling
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.
Estimating the expected output of wide random MLPs more efficiently than sampling Wilson Wu∗ Victor Lecomte∗ Michael Winer∗ wilson@alignment.org victor@alignment.org mike@alignment.org arXiv:2605.05179v2 [cs.LG] 14 May 2026 George Robinson∗ Jacob Hilton†‡ Paul Christiano‡…
related reading
- Competing with sampling — Alignment Research Centeralignment.org
- ARC progress update: Competing with sampling — LessWronglesswrong.com
- A Mike's-Eye View of ARC's Research — Alignment Research Centeralignment.org
- Approximating KL Divergencejoschu.net
- Announcing the ARC White-Box Estimation Challenge — LessWronglesswrong.com
- Bayesian Neural Networkscs.toronto.edu
- David Duvenaudcs.toronto.edu
- [1809.09087] Implicit Maximum Likelihood Estimationarxiv.org
- The Little Book of Deep Learningfleuret.org
- Research update: Towards a Law of Iterated Expectations for Heuristic Estimators — Alignment Research Centeralignment.org
- Gregory Gundersengregorygundersen.com
- Understanding Deep Learningudlbook.github.io