Papers › Connectivity Matters: Neural Network Pruning Through the Lens of Effective Sparsity

Connectivity Matters: Neural Network Pruning Through the Lens of Effective Sparsity

5 Jul 2021arXiv:2107.02306archive 2025-07-28

Artem Vysogorets, Julia Kempe

Neural network pruning is a fruitful area of research with surging interest in high sparsity regimes. Benchmarking in this domain heavily relies on faithful representation of the sparsity of subnetworks, which has been traditionally computed as the fraction of removed connections (direct sparsity). This definition, however, fails to recognize unpruned parameters that detached from input or output layers of underlying subnetworks, potentially underestimating actual effective sparsity: the fraction of inactivated connections. While this effect might be negligible for moderately pruned networks (up to 10-100 compression rates), we find that it plays an increasing role for thinner subnetworks, greatly distorting comparison between different pruning algorithms. For example, we show that effective compression of a randomly pruned LeNet-300-100 can be orders of magnitude larger than its direct counterpart, while no discrepancy is ever observed when using SynFlow for pruning [Tanaka et al., 2020]. In this work, we adopt the lens of effective sparsity to reevaluate several recent pruning algorithms on common benchmark architectures (e.g., LeNet-300-100, VGG-19, ResNet-18) and discover that their absolute and relative performance changes dramatically in this new and more appropriate framework. To aim for effective, rather than direct, sparsity, we develop a low-cost extension to most pruning algorithms. Further, equipped with effective sparsity as a reference frame, we partially reconfirm that random pruning with appropriate sparsity allocation across layers performs as well or better than more sophisticated algorithms for pruning at initialization [Su et al., 2020]. In response to this observation, using a simple analogy of pressure distribution in coupled cylinders from physics, we design novel layerwise sparsity quotas that outperform all existing baselines in the context of random pruning.

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

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

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

avysogorets/effective-sparsity officialmentioned in papermentioned on GitHubtfMIT 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

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 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.

12unverified

Licence: 0 of the 12 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 avysogorets/effective-sparsity. “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_valid_sparsities avysogorets/effective-sparsity/utils.py official repository unverified MIT (permissive) · f5e1cacf2e574898 · report
effective_masks_custom avysogorets/effective-sparsity/effective_masks.py official repository unverified MIT (permissive) · 388729982d8f315c · report
get_annotations_map avysogorets/effective-sparsity/tinyimagenet.py official repository unverified MIT (permissive) · 48d3eda95a1df7e6 · report
get_data avysogorets/effective-sparsity/data.py official repository unverified MIT (permissive) · 515c5d29caa76c44 · report
get_direct_sparsity avysogorets/effective-sparsity/utils.py official repository unverified MIT (permissive) · f1e8db189aa50a91 · report
get_model avysogorets/effective-sparsity/models.py official repository unverified MIT (permissive) · 3c8c6de0284222a8 · report
get_overall_direct_sparsity avysogorets/effective-sparsity/utils.py official repository unverified MIT (permissive) · 234d756014c461ba · report
lamp avysogorets/effective-sparsity/pruning.py official repository unverified MIT (permissive) · 2af6c0698e3e005a · report
load_images avysogorets/effective-sparsity/tinyimagenet.py official repository unverified MIT (permissive) · 4ee899d1c4d39815 · report
magnitude_global avysogorets/effective-sparsity/pruning.py official repository unverified MIT (permissive) · 29761fa5e5cfbad7 · report
magnitude_layerwise avysogorets/effective-sparsity/pruning.py official repository unverified MIT (permissive) · 8e374b0bc371e7d3 · report
stabilizer_synflow_layer avysogorets/effective-sparsity/effective_masks.py official repository unverified MIT (permissive) · 62703c42dc5d39ab · report

Tasks

BenchmarkingNetwork Pruning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

PruningSNIPVGG-19

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