by , , , ,
Abstract:
Existing generalization measures that aim to capture a model's simplicity based on parameter counts or norms fail to explain generalization in overparameterized deep neural networks. In this paper, we introduce a new, theoretically motivated measure of a network's simplicity which we call prunability: the smallest fraction of the network's parameters that can be kept while pruning without adversely affecting its training loss. We show that this measure is highly predictive of a model's generalization performance across a large set of convolutional networks trained on CIFAR-10, does not grow with network size unlike existing pruning-based measures, and exhibits high correlation with test set loss even in a particularly challenging double descent setting. Lastly, we show that the success of prunability cannot be explained by its relation to known complexity measures based on models' margin, flatness of minima and optimization speed, finding that our new measure is similar to – but more predictive than – existing flatness-based measures, and that its predictions exhibit low mutual information with those of other baselines.
Reference:
Robustness to Pruning Predicts Generalization in Deep Neural Networks L. Kuhn, C. Lyle, A. N. Gomez, J. Rothfuss, Y. GalArXiv, 2021
Bibtex Entry:
@misc{kuhn2021prunability,
	author = {Lorenz Kuhn and Clare Lyle and Aidan N. Gomez and Jonas Rothfuss and Yarin Gal},
	title = {Robustness to Pruning Predicts Generalization in Deep Neural Networks},
    archiveprefix = {arXiv},
    eprint = {2103.06002},
    month = {March},
    year = {2021},
    primaryclass = {cs.LG},
    publisher = {ArXiv}}