The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-10 (test) | Accuracy94.8 | 3381 | |
| Image Classification | MNIST (test) | Accuracy96.2 | 894 | |
| 3D Object Detection | nuScenes v1.0 (val) | mAP (Overall)59.3 | 207 | |
| Continual Learning | CIFAR100 Split | Average Per-Task Accuracy21.9 | 117 | |
| Image Classification | CIFAR-10 (test) | Accuracy92.97 | 68 | |
| Click-Through Rate Prediction | Criteo (val) | Validation Loss0.4523 | 60 | |
| Continual Supervised Learning | CIFAR 5+1 | Total Average Online Task Accuracy74.9 | 49 | |
| Continual Supervised Learning | Continual ImageNet | Total Average Online Task Accuracy93.8 | 49 | |
| Continual Supervised Learning | CIFAR Random Label | Total Average Online Task Accuracy97.9 | 49 | |
| Continual Learning | Permuted MNIST | Average Accuracy87.2 | 32 |