Papers › Sparse-IFT: Sparse Iso-FLOP Transformations for Maximizing Training Efficiency

Sparse-IFT: Sparse Iso-FLOP Transformations for Maximizing Training Efficiency

21 Mar 2023arXiv:2303.11525archive 2025-07-28

Vithursan Thangarasa, Shreyas Saxena, Abhay Gupta, Sean Lie

Recent research has focused on weight sparsity in deep neural network training to reduce FLOPs, aiming for improved efficiency (test accuracy w.r.t training FLOPs). However, sparse weight training often compromises accuracy, requiring extended training schedules to attain the accuracy of dense models. In contrast, our approach, Sparse Iso-FLOP Transformations (Sparse-IFT), uses sparsity to improve accuracy while maintaining dense model FLOPs. Using a single hyperparameter (i.e., the sparsity level), Sparse-IFTs efficiently replace dense layers, expanding the search space for optimal sparse masks. In addition, dynamic sparse training (DST) with Sparse-IFT models effectively navigate this larger sparse mask-weight space, which is evidenced by a spectral analysis using Ramanujan graph properties. Our study reveals a robust correlation among mask topology, weights, and final performance. Notably, without adjusting any training hyperparameters, replacing dense layers with Sparse-IFT yields significant improvements, such as a +3.5% boost for ResNet-18 on ImageNet and +0.9% for GPT-3 Small on the Open LLM leaderboard. To the best of our knowledge, this is the first work to demonstrate the use of sparsity for improving the accuracy of dense models through a set of simple-to-use sparse transformations. Code is available at: https://github.com/CerebrasResearch/Sparse-IFT.

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

Code

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

By repository: official repository: 24 samples from 2 repositories, 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.

cerebrasresearch/sift officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
cerebrasresearch/sparse-ift officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

24 samples harvested; 1 ran; 0 honoured the contract we drafted; 23 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
23unverified

Licence: 0 of the 24 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 2 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.

accuracy cerebrasresearch/sift/ComputerVision/ImageNet/utils/imagenet_utils.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 0d95e28fac98427f · report
add_drop_connect_specific_args CerebrasResearch/Sparse-IFT/cbsparse/sparse/dropconnect/utils.py official repository unverified Apache-2.0 (permissive) · 8e0b681246bf0f5c · report
add_mask_optimizer_specific_args CerebrasResearch/Sparse-IFT/cbsparse/sparse/utils/argparse_utils.py official repository unverified Apache-2.0 (permissive) · 3d8211706172e297 · report
add_mask_optimizer_specific_args_cv CerebrasResearch/Sparse-IFT/cbsparse/sparse/utils/argparse_utils.py official repository unverified Apache-2.0 (permissive) · b77615413ecbb1c6 · report
calc_sparsity CerebrasResearch/Sparse-IFT/cbsparse/sparse/optimizers/utils.py official repository unverified Apache-2.0 (permissive) · 428bfab7ca67279f · report
count_to_string CerebrasResearch/Sparse-IFT/cbsparse/sparse/utils/profiler_utils.py official repository unverified Apache-2.0 (permissive) · 3aa3c043ad3d461f · report
create_run_command cerebrasresearch/sift/ComputerVision/launch_utils/prepare_job_commands.py official repository unverified Apache-2.0 (permissive) · 60ad7d8d0303d9a5 · report
extract_number CerebrasResearch/Sparse-IFT/cbsparse/sparse/optimizers/utils.py official repository unverified Apache-2.0 (permissive) · 9ac3b31a2048c5ee · report
generic_cv_should_dropconnect CerebrasResearch/Sparse-IFT/cbsparse/sparse/dropconnect/utils.py official repository unverified Apache-2.0 (permissive) · 411a869a5eb7061b · report
generic_cv_should_sparsify CerebrasResearch/Sparse-IFT/cbsparse/sparse/utils/should_sparsify_utils.py official repository unverified Apache-2.0 (permissive) · 7ece5276bcdc838d · report
get_model_complexity_info CerebrasResearch/Sparse-IFT/cbsparse/sparse/utils/profiler_utils.py official repository unverified Apache-2.0 (permissive) · f131b1b13ef74337 · report
get_named_parameters CerebrasResearch/Sparse-IFT/cbsparse/sparse/optimizers/utils.py official repository unverified Apache-2.0 (permissive) · 777b63f2b109a22a · report
get_optimizer_and_lr_scheduler cerebrasresearch/sift/ComputerVision/ImageNet/utils/optim_utils.py official repository unverified Apache-2.0 (permissive) · 9cda89ca5488aa19 · report
get_required_args CerebrasResearch/Sparse-IFT/cbsparse/sparse/utils/maskopt_utils.py official repository unverified Apache-2.0 (permissive) · acaa35365153c4be · report
get_run_name cerebrasresearch/sift/ComputerVision/launch_utils/prepare_job_commands.py official repository unverified Apache-2.0 (permissive) · 0415b1caa3cae4d4 · report
get_should_sparsify CerebrasResearch/Sparse-IFT/cbsparse/sparse/utils/should_sparsify_utils.py official repository unverified Apache-2.0 (permissive) · 6ea58b7d199dffa7 · report
initializations cerebrasresearch/sift/ComputerVision/CIFAR/models/initializers.py official repository unverified Apache-2.0 (permissive) · a13e346300ba99cf · report
load_data cerebrasresearch/sift/ComputerVision/ImageNet/utils/data_utils.py official repository unverified Apache-2.0 (permissive) · a18d31a26dcd11fd · report
num_model_parameters cerebrasresearch/sift/ComputerVision/ImageNet/utils/common_utils.py official repository unverified Apache-2.0 (permissive) · eb8c569a7f3c60ce · report
print_model_with_flops CerebrasResearch/Sparse-IFT/cbsparse/sparse/utils/profiler_utils.py official repository unverified Apache-2.0 (permissive) · adcedda264ea96b0 · report
reduce_across_processes cerebrasresearch/sift/ComputerVision/ImageNet/utils/imagenet_utils.py official repository unverified Apache-2.0 (permissive) · 4283f68f4165ad0a · report
resnet_should_sparsify CerebrasResearch/Sparse-IFT/cbsparse/sparse/utils/should_sparsify_utils.py official repository unverified Apache-2.0 (permissive) · 4100493b55e06307 · report
set_weight_decay cerebrasresearch/sift/ComputerVision/ImageNet/utils/optim_utils.py official repository unverified Apache-2.0 (permissive) · 87e81f47b5aefd7c · report
str_to_class cerebrasresearch/sift/ComputerVision/CIFAR/models/cifar_resnet18.py official repository unverified Apache-2.0 (permissive) · 24f161565d6a4013 · report

Tasks

Navigate

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBPECosine AnnealingDense ConnectionsDropoutGPT-3Layer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionResidual ConnectionSoftmaxWeight Decay

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