Measuring training variability from stochastic optimization using robust nonparametric testing
Sinjini Banerjee, Tim Marrinan, Reilly Cannon, Tony Chiang, Anand D. Sarwate
TL;DR
This work addresses run-to-run variability in deep neural network training arising from stochastic optimization by introducing a robust, nonparametric testing framework based on $α$-trimming. It defines a reference distribution from ensembles of trained models and develops a trimming-based two-sample KS test to compare a candidate model to this reference, yielding a practical discrepancy measure $\hat{α}$. The approach provides a richer, distribution-focused assessment than traditional metrics like accuracy, churn, or calibration error, and is demonstrated on CNN and ViT transfer-learning tasks to guide ensemble sizing and seed selection. The method offers principled, scalable guidance for selecting seeds and constructing reliable ensembles, with potential extensions to multi-class problems and alternative distributional distances.
Abstract
Deep neural network training often involves stochastic optimization, meaning each run will produce a different model. This implies that hyperparameters of the training process, such as the random seed itself, can potentially have significant influence on the variability in the trained models. Measuring model quality by summary statistics, such as test accuracy, can obscure this dependence. We propose a robust hypothesis testing framework and a novel summary statistic, the $α$-trimming level, to measure model similarity. Applying hypothesis testing directly with the $α$-trimming level is challenging because we cannot accurately describe the distribution under the null hypothesis. Our framework addresses this issue by determining how closely an approximate distribution resembles the expected distribution of a group of individually trained models and using this approximation as our reference. We then use the $α$-trimming level to suggest how many training runs should be sampled to ensure that an ensemble is a reliable representative of the true model performance. We also show how to use the $α$-trimming level to measure model variability and demonstrate experimentally that it is more expressive than performance metrics like validation accuracy, churn, or expected calibration error when taken alone. An application of fine-tuning over random seed in transfer learning illustrates the advantage of our new metric.
