Papers › Efficient Lottery Ticket Finding: Less Data is More

Efficient Lottery Ticket Finding: Less Data is More

6 Jun 2021arXiv:2106.03225archive 2025-07-28

Zhenyu Zhang, Xuxi Chen, Tianlong Chen, Zhangyang Wang

The lottery ticket hypothesis (LTH) reveals the existence of winning tickets (sparse but critical subnetworks) for dense networks, that can be trained in isolation from random initialization to match the latter's accuracies. However, finding winning tickets requires burdensome computations in the train-prune-retrain process, especially on large-scale datasets (e.g., ImageNet), restricting their practical benefits. This paper explores a new perspective on finding lottery tickets more efficiently, by doing so only with a specially selected subset of data, called Pruning-Aware Critical set (PrAC set), rather than using the full training set. The concept of PrAC set was inspired by the recent observation, that deep networks have samples that are either hard to memorize during training, or easy to forget during pruning. A PrAC set is thus hypothesized to capture those most challenging and informative examples for the dense model. We observe that a high-quality winning ticket can be found with training and pruning the dense network on the very compact PrAC set, which can substantially save training iterations for the ticket finding process. Extensive experiments validate our proposal across diverse datasets and network architectures. Specifically, on CIFAR-10, CIFAR-100, and Tiny ImageNet, we locate effective PrAC sets at 35.32%~78.19% of their training set sizes. On top of them, we can obtain the same competitive winning tickets for the corresponding dense networks, yet saving up to 82.85%~92.77%, 63.54%~74.92%, and 76.14%~86.56% training iterations, respectively. Crucially, we show that a PrAC set found is reusable across different network architectures, which can amortize the extra cost of finding PrAC sets, yielding a practical regime for efficient lottery ticket finding.

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="2106.03225")

Code

Syntology Ran 5 of 14 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong.

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

VITA-Group/PrAC-LTH officialmentioned in papermentioned 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

14 samples harvested; 5 ran; 1 honoured the contract we drafted; 9 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 · honoured contract
4ran · our draft was wrong
9unverified

Licence: 0 of the 14 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 VITA-Group/PrAC-LTH. “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.

check_sparsity VITA-Group/PrAC-LTH/utils/pruner.py official repository ran · honoured contract MIT (permissive) · 092c59fab4392ba6 · report
conv1x1 VITA-Group/PrAC-LTH/models/resnet.py official repository ran · our draft was wrong MIT (permissive) · d9def42110729a85 · report
conv3x3 VITA-Group/PrAC-LTH/models/resnet.py official repository ran · our draft was wrong MIT (permissive) · 160bb14bd76201b4 · report
extract_mask VITA-Group/PrAC-LTH/utils/pruner.py official repository ran · our draft was wrong MIT (permissive) · cccbdd267d4f7850 · report
make_layers VITA-Group/PrAC-LTH/models/vgg.py official repository ran · our draft was wrong MIT (permissive) · eba3f5bcc6a06d36 · report
accuracy VITA-Group/PrAC-LTH/main_imp.py official repository unverified MIT (permissive) · f0c9a29156911331 · report
cifar100_dataloaders VITA-Group/PrAC-LTH/dataset.py official repository unverified MIT (permissive) · 0a0dbd36d312037d · report
cifar10_dataloaders VITA-Group/PrAC-LTH/dataset.py official repository unverified MIT (permissive) · 92f75b060170e96e · report
reverse_mask VITA-Group/PrAC-LTH/utils/pruner.py official repository unverified MIT (permissive) · f79e6eaadbfc874c · report
tiny_imagenet_dataloaders VITA-Group/PrAC-LTH/dataset.py official repository unverified MIT (permissive) · 08b70ee63cdd4e70 · report
train VITA-Group/PrAC-LTH/main_imp.py official repository unverified MIT (permissive) · 1e3f9a051b5a9b47 · report
train VITA-Group/PrAC-LTH/main_PrAC_imp.py official repository unverified MIT (permissive) · 9e433381278f45b4 · report
validate VITA-Group/PrAC-LTH/main_PrAC_imp.py official repository unverified MIT (permissive) · 1b33d96e5ca7e277 · report
validate_PIE VITA-Group/PrAC-LTH/main_PrAC_imp.py official repository unverified MIT (permissive) · a4adec80d8be98c2 · 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