Papers › Rare Gems: Finding Lottery Tickets at Initialization

Rare Gems: Finding Lottery Tickets at Initialization

24 Feb 2022arXiv:2202.12002archive 2025-07-28

Kartik Sreenivasan, Jy-yong Sohn, Liu Yang, Matthew Grinde, Alliot Nagle, Hongyi Wang, Eric Xing, Kangwook Lee, Dimitris Papailiopoulos

Large neural networks can be pruned to a small fraction of their original size, with little loss in accuracy, by following a time-consuming "train, prune, re-train" approach. Frankle & Carbin conjecture that we can avoid this by training "lottery tickets", i.e., special sparse subnetworks found at initialization, that can be trained to high accuracy. However, a subsequent line of work by Frankle et al. and Su et al. presents concrete evidence that current algorithms for finding trainable networks at initialization, fail simple baseline comparisons, e.g., against training random sparse subnetworks. Finding lottery tickets that train to better accuracy compared to simple baselines remains an open problem. In this work, we resolve this open problem by proposing Gem-Miner which finds lottery tickets at initialization that beat current baselines. Gem-Miner finds lottery tickets trainable to accuracy competitive or better than Iterative Magnitude Pruning (IMP), and does so up to 19× faster.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2202.12002")

Code

Syntology Ran 1 of 15 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · fixture could not drive it.

By repository: official repository: 15 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 1 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
14unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ksreenivasan/pruning_is_enough. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

accuracy ksreenivasan/pruning_is_enough/imagenet/imagenet_main.py official repository ran · fixture could not drive it MIT (permissive) · 131a82fd65128218 · report
evaluate ksreenivasan/pruning_is_enough/ddp_poc.py official repository unverified MIT (permissive) · 0e83bd2013f6f15f · report
get_gaussian_data ksreenivasan/pruning_is_enough/bad_global_minima_2d_brute_force.py official repository unverified MIT (permissive) · 3b3f08aa02409200 · report
get_layer_sparsity ksreenivasan/pruning_is_enough/mnist_pruning_exps.py official repository unverified MIT (permissive) · 11443528f7e75536 · report
get_layer_sparsity ksreenivasan/pruning_is_enough/binary_gadget_mnist.py official repository unverified MIT (permissive) · 003ade9fd51ab38a · report
get_layer_sparsity ksreenivasan/pruning_is_enough/imagenet/debug_from_ckpt.py official repository unverified MIT (permissive) · bde6efdb01ba494a · report
get_model_norm ksreenivasan/pruning_is_enough/ddp_poc.py official repository unverified MIT (permissive) · 48b1ee1243eeb2e8 · report
get_model_sparsity ksreenivasan/pruning_is_enough/mnist_pruning_exps.py official repository unverified MIT (permissive) · c3487f1c2e385038 · report
get_model_sparsity ksreenivasan/pruning_is_enough/binary_gadget_mnist.py official repository unverified MIT (permissive) · 251b99e816095f4a · report
hinge_loss ksreenivasan/pruning_is_enough/bad_global_minima_2d_brute_force.py official repository unverified MIT (permissive) · 8e452c2493ffbb3e · report
randomize_labels ksreenivasan/pruning_is_enough/bad_global_minima_2d_brute_force.py official repository unverified MIT (permissive) · b7486c2e2253eff1 · report
resnet20 ksreenivasan/pruning_is_enough/IMP_codebase/cifar_model_resnet.py official repository unverified MIT (permissive) · 8d4c82954b75940e · report
test ksreenivasan/pruning_is_enough/mnist_pruning_exps.py official repository unverified MIT (permissive) · dc2c00b33a3a97ed · report
train ksreenivasan/pruning_is_enough/imagenet/imagenet_main.py official repository unverified MIT (permissive) · fdaf8b4fcf382ea3 · report
validate ksreenivasan/pruning_is_enough/imagenet/imagenet_main.py official repository unverified MIT (permissive) · 32caae9f59d57828 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Pruning

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections