Studying the Consistency and Composability of Lottery Ticket Pruning Masks
Rajiv Movva, Jonathan Frankle, Michael Carbin

TL;DR
This paper investigates how combining pruning masks from multiple training runs of a neural network can improve the identification of sparse subnetworks without sacrificing accuracy, demonstrating that union and intersection masks perform similarly.
Contribution
It introduces a method to combine pruning masks from multiple training runs to find effective sparse subnetworks, showing that this approach maintains accuracy-sparsity tradeoffs.
Findings
Union and intersection masks perform similarly in accuracy-sparsity tradeoff.
Combining masks from up to 10 siblings does not degrade performance.
Shared pretraining increases pruning overlap among siblings.
Abstract
Magnitude pruning is a common, effective technique to identify sparse subnetworks at little cost to accuracy. In this work, we ask whether a particular architecture's accuracy-sparsity tradeoff can be improved by combining pruning information across multiple runs of training. From a shared ResNet-20 initialization, we train several network copies (\emph{siblings}) to completion using different SGD data orders on CIFAR-10. While the siblings' pruning masks are naively not much more similar than chance, starting sibling training after a few epochs of shared pretraining significantly increases pruning overlap. We then choose a subnetwork by either (1) taking all weights that survive pruning in any sibling (mask union), or (2) taking only the weights that survive pruning across all siblings (mask intersection). The resulting subnetwork is retrained. Strikingly, we find that union and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Motion and Animation · Video Analysis and Summarization · Artificial Intelligence in Games
MethodsPruning · Stochastic Gradient Descent
