← BackJan 6, 2026

The Lottery Ticket Hypothesis: finding sparse trainable NNs with 90% less params

View PDF Abstract:Neural network pruning techniques can reduce the parameter counts of trained networks by over 90%, decreasing storage requirements and improving computational performance...

View PDF Abstract:Neural network pruning techniques can reduce the parameter counts of trained networks by over 90%, decreasing storage requirements and improving computational performance of inference without compromising accuracy. However, contemporary experience is that the sparse architectures produced by pruning are difficult to train from the start, which would similarly improve training performance. We find that a standard pruning technique naturally uncovers subnetworks whose initializations made them capable of training effectively. Based on these results, we articulate the "lottery ticket hypothesis:" dense, randomly-initialized, feed-forward networks contain subnetworks ("winning tickets") that - when trained in isolation - reach test accuracy comparable to the original network in a similar number of iterations. The winning tickets we find have won the initialization lottery: their connections have initial weights that make training particularly effective. We present an algorithm to identify winning tickets and a series of experiments that support the lottery ticket hypothesis and the importance of these fortuitous initializations. We consistently find winning tickets that are less than 10-20% of the size of several fully-connected and convolutional feed-forward architectures for MNIST and CIFAR10. Above this size, the winning tickets that we find learn faster than the original network and reach higher test accuracy. Comments: ICLR camera ready Subjects: Machine Learning (cs.LG); Artificial Intelligence (cs.AI); Neural and Evolutionary Computing (cs.NE) Cite as: arXiv:1803.03635 [cs.LG]   (or arXiv:1803.03635v5 [cs.LG] for this version)   https://doi.org/10.48550/arXiv.1803.03635 arXiv-issued DOI via DataCite Journal reference: ICLR 2019 Submission history From: Jonathan Frankle [view email] [v1] Fri, 9 Mar 2018 18:51:28 UTC (6,917 KB) [v2] Mon, 23 Apr 2018 19:58:09 UTC (8,072 KB) [v3] Sun, 20 May 2018 19:46:47 UTC (8,173 KB) [v4] Tue, 27 Nov 2018 20:03:01 UTC (7,782 KB) [v5] Mon, 4 Mar 2019 15:51:11 UTC (2,029 KB)