Iterative pruning searches gradually.
Repeatedly train, remove a fraction of low-magnitude weights, rewind the survivors, and retrain. One-shot pruning often destroys useful structure at high sparsity.
A sparse mask is not enough. Test whether a subnetwork can retrain from the right initialization and match the dense model within the same optimization budget.
The lottery ticket hypothesis proposes that dense, randomly initialized networks contain sparse subnetworks that can train in isolation when reset to suitable early weights. Pruning after training merely finds a compact model; rewinding tests the stronger trainability claim.
Repeatedly train, remove a fraction of low-magnitude weights, rewind the survivors, and retrain. One-shot pruning often destroys useful structure at high sparsity.
Matching parameter count does not prove a winning ticket. The selected connectivity must outperform arbitrary sparse subnetworks.
Large networks often need a short warmup before reset rather than the exact initial weights.
A sparse model receiving much more optimization is not a fair efficiency comparison.
Unstructured weight removal may not translate to hardware speedups without compatible kernels.
A credible winning ticket matches the dense model under a controlled training recipe, beats random masks at equal sparsity, survives repeated seeds, and reports both parameter savings and realized compute.
Train the isolated subnetwork from its recorded rewind checkpoint.
Keep epochs, schedules, augmentation, and evaluation consistent.
Compare random masks, random reinitialization, one-shot pruning, and dense training.
The curves here are explanatory rather than measured. These papers establish winning tickets, stabilization by rewinding, scaling behavior, and critical analyses.
Introduces trainable sparse subnetworks at initialization.
REWINDINGShows early weight rewinding helps deeper networks.
SCALINGStudies pruning, initialization, and optimization controls.
GENERALIZATIONConnects stability and trainable sparse subnetworks.
Capture the mask strategy, sparsity path, rewind point, control gap, and total compute.