AI RESEARCH

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

arXiv CS.LG

ArXi:2605.05179v1 Announce Type: new 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.