Papers › The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks

The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks

9 Mar 2018ICLR 2019 5arXiv:1803.03635archive 2025-07-28

Jonathan Frankle, Michael Carbin

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.

PaperPDFConference PDFCodeCode 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="1803.03635")

Code

Syntology Ran 4 of 25 code samples harvested from 14 repositories linked to this paper; 21 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: community (archive-listed): 25 samples from 14 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

24 repositories listed; official and paper-mentioned ones first.

ARMargolis/melanoma-pytorch mentioned on GitHubpytorch report
JingtongSu/sanity-checking-pruning mentioned on GitHubpytorch report
Mraksu/Lottery-Ticket mentioned on GitHubtf report
SirBubbls/condense mentioned on GitHubMIT report
Taoudi/LotteryTicketHypothesis mentioned on GitHubtf report
emerali/LottoRBM mentioned on GitHubpytorch report
facebookresearch/open_lth mentioned on GitHubpytorchMIT report
gcastex/PruNet mentioned on GitHubpytorch report
google-research/lottery-ticket-hypothesis mentioned on GitHubtfApache-2.0 report
hdo0947/Lottery-Ticket-Hypothesis mentioned on GitHubpytorch report
ismail31416/colt mentioned on GitHubpytorch report
kosnil/signed_supermasks mentioned on GitHubtf report
luuyin/lottery-pools mentioned on GitHubpytorch report
matthew-mcateer/Keras_pruning mentioned on GitHubtf report
phiandark/SiftingFeatures mentioned on GitHubtf report
reallygooday/60daysofudacity mentioned on GitHubpytorchMIT report

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

25 samples harvested; 4 ran; 0 honoured the contract we drafted; 21 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 · our draft was wrong
1ran · fixture could not drive it
2ran
21unverified

Licence: 6 of the 25 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 14 repositories linked to this paper, official or community; each sample names its own and says which. “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.

MaskedDense kosnil/signed_supermasks/custom_layers.py community (archive-listed) ran GPL-3.0 (copyleft) · pointer only · 615a98f5356e6e36 · report
PruneNN gcastex/PruNet/prunet_models.py community (archive-listed) ran MIT (permissive) · 83ea615b3cdbcc44 · report
SmartRatio JingtongSu/sanity-checking-pruning/pruner/SmartRatio.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · c3736538f6336cc1 · report
lth_global_unstructured_pruning ismail31416/colt/prune.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f4efe6bc7f43e9a5 · report
LotteryModel kenichdietrich/LotteryTicketHypothesis/lib/model_base.py community (archive-listed) unverified MIT (permissive) · 5ca323d31d0cded6 · report
calc_layer_sparsity SirBubbls/condense/condense/utils/layer_utils.py community (archive-listed) unverified MIT (permissive) · dec7df8ba96b72cf · report
experiment Happy-Virus-IkBeom/LTH_Tensorflow/foundations/experiment.py community (archive-listed) unverified Apache-2.0 (permissive) · 239b1c9179d0f205 · report
final google-research/lottery-ticket-hypothesis/foundations/paths.py community (archive-listed) unverified Apache-2.0 (permissive) · 03bcd1b2149937aa · report
find_winning_ticket SirBubbls/condense/condense/keras/lottery_ticket.py community (archive-listed) unverified MIT (permissive) · 429d1495da51432a · report
get_internal_weights SirBubbls/condense/condense/keras/wrappers.py community (archive-listed) unverified MIT (permissive) · d55e91d5c465a514 · report
init_weights gcastex/PruNet/prunet_models.py community (archive-listed) unverified MIT (permissive) · 6ee14debe7b75591 · report
initial google-research/lottery-ticket-hypothesis/foundations/paths.py community (archive-listed) unverified Apache-2.0 (permissive) · 55dac1ab0b434f50 · report
is_supported_layer SirBubbls/condense/condense/keras/support.py community (archive-listed) unverified MIT (permissive) · 29318b74de85a6a7 · report
main phiandark/SiftingFeatures/src/IMP.py community (archive-listed) unverified no licence file found · pointer only · 37d9fe25cec668ef · report
mask_min_value SirBubbls/condense/condense/optimizer/masking_functions.py community (archive-listed) unverified MIT (permissive) · 4a68efa34f4d9a4d · report
masks google-research/lottery-ticket-hypothesis/foundations/paths.py community (archive-listed) unverified Apache-2.0 (permissive) · d9c4c8964d1fac64 · report
prune Taoudi/LotteryTicketHypothesis/src/conv_cifar/pruning.py community (archive-listed) unverified no licence file found · pointer only · affcc14cf097faad · report
prune_by_percent google-research/lottery-ticket-hypothesis/foundations/pruning.py community (archive-listed) unverified Apache-2.0 (permissive) · f85f16caefd6b8eb · report
prune_linear jankrepl/mildlyoverfitted/github_adventures/lottery/utils.py community (archive-listed) unverified MIT (permissive) · 2c4ad9ac492a7e53 · report
prune_mlp jankrepl/mildlyoverfitted/github_adventures/lottery/utils.py community (archive-listed) unverified MIT (permissive) · d5df1b38c4aef4a5 · report
prune_model hdo0947/Lottery-Ticket-Hypothesis/prune_fns.py community (archive-listed) unverified no licence file found · pointer only · 1a27a9779b4642f9 · report
prune_network Mraksu/Lottery-Ticket/used_func.py community (archive-listed) unverified no licence file found · pointer only · 85ad362a20ae6e7b · report
pruning_model luuyin/lottery-pools/CIFAR/pruner/pruner.py community (archive-listed) unverified no licence file found · pointer only · 174ea0f086b238ab · report
restore_network google-research/lottery-ticket-hypothesis/foundations/save_restore.py community (archive-listed) unverified Apache-2.0 (permissive) · c64600650ffbbe46 · report
standardize google-research/lottery-ticket-hypothesis/foundations/save_restore.py community (archive-listed) unverified Apache-2.0 (permissive) · f8f55fc872e42472 · report

Tasks

Network Pruning

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