Randomly Initialized Subnetworks with Iterative Weight Recycling
Matt Gorbett, Darrell Whitley

TL;DR
This paper introduces Iterative Weight Recycling, a method to find high-accuracy subnetworks in randomly initialized neural networks without extra storage, enhancing sparsity and diversity of subnetworks.
Contribution
It proposes a novel algorithm that improves subnetwork identification in random networks, reducing the need for overparameterization and revealing diverse mask landscapes.
Findings
Improved subnetworks at higher prune rates
Enhanced sparsity through weight recycling
High variability in subnetwork masks
Abstract
The Multi-Prize Lottery Ticket Hypothesis posits that randomly initialized neural networks contain several subnetworks that achieve comparable accuracy to fully trained models of the same architecture. However, current methods require that the network is sufficiently overparameterized. In this work, we propose a modification to two state-of-the-art algorithms (Edge-Popup and Biprop) that finds high-accuracy subnetworks with no additional storage cost or scaling. The algorithm, Iterative Weight Recycling, identifies subsets of important weights within a randomly initialized network for intra-layer reuse. Empirically we show improvements on smaller network architectures and higher prune rates, finding that model sparsity can be increased through the "recycling" of existing weights. In addition to Iterative Weight Recycling, we complement the Multi-Prize Lottery Ticket Hypothesis with a…
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
TopicsStochastic Gradient Optimization Techniques · Advanced Neural Network Applications · Machine Learning and ELM
MethodsPruning
