English

Logarithmic Pruning is All You Need

Machine Learning 2020-10-27 v2 Machine Learning

Abstract

The Lottery Ticket Hypothesis is a conjecture that every large neural network contains a subnetwork that, when trained in isolation, achieves comparable performance to the large network. An even stronger conjecture has been proven recently: Every sufficiently overparameterized network contains a subnetwork that, at random initialization, but without training, achieves comparable accuracy to the trained large network. This latter result, however, relies on a number of strong assumptions and guarantees a polynomial factor on the size of the large network compared to the target function. In this work, we remove the most limiting assumptions of this previous work while providing significantly tighter bounds:the overparameterized network only needs a logarithmic factor (in all variables but depth) number of neurons per weight of the target subnetwork.

Keywords

Cite

@article{arxiv.2006.12156,
  title  = {Logarithmic Pruning is All You Need},
  author = {Laurent Orseau and Marcus Hutter and Omar Rivasplata},
  journal= {arXiv preprint arXiv:2006.12156},
  year   = {2020}
}

Comments

NeurIPS 2020

R2 v1 2026-06-23T16:30:54.907Z