Papers › Unifews: Unified Entry-Wise Sparsification for Efficient Graph Neural Network

Unifews: Unified Entry-Wise Sparsification for Efficient Graph Neural Network

20 Mar 2024arXiv:2403.13268archive 2025-07-28

Ningyi Liao, Zihao Yu, Siqiang Luo

Graph Neural Networks (GNNs) have shown promising performance in various graph learning tasks, but at the cost of resource-intensive computations. The primary overhead of GNN update stems from graph propagation and weight transformation, both involving operations on graph-scale matrices. Previous studies attempt to reduce the computational budget by leveraging graph-level or network-level sparsification techniques, resulting in downsized graph or weights. In this work, we propose Unifews, which unifies the two operations in an entry-wise manner considering individual matrix elements, and conducts joint edge-weight sparsification to enhance learning efficiency. The entry-wise design of Unifews enables adaptive compression across GNN layers with progressively increased sparsity, and is applicable to a variety of architectural designs with on-the-fly operation simplification. Theoretically, we establish a novel framework to characterize sparsified GNN learning in view of a graph optimization process, and prove that Unifews effectively approximates the learning objective with bounded error and reduced computational load. We conduct extensive experiments to evaluate the performance of our method in diverse settings. Unifews is advantageous in jointly removing more than 90% of edges and weight entries with comparable or better accuracy than baseline models. The sparsification offers remarkable efficiency improvements including 10-20x matrix operation reduction and up to 100x acceleration in graph propagation time for the largest graph at the billion-edge scale.

PaperPDFCode 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="2403.13268")

Code

Syntology Ran 14 of 16 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 14 ran with no contract checked.

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

gdmnl/Unifews found in paper text by Syntology 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

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

14ran
2unverified

Licence: 16 of the 16 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 gdmnl/Unifews. “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.

calc_class_features gdmnl/Unifews/utils/gen_cat.py found in paper text by Syntology ran no licence file found · pointer only · f1d5293b195912ac · report
config_diagonal gdmnl/Unifews/utils/gen_cat.py found in paper text by Syntology ran no licence file found · pointer only · 2b88453b7019dc12 · report
diag_sp gdmnl/Unifews/utils/data_processor.py found in paper text by Syntology ran no licence file found · pointer only · 072145701eef8746 · report
feature_extraction gdmnl/Unifews/utils/gen_cat.py found in paper text by Syntology ran no licence file found · pointer only · a32ceb7448b55028 · report
get_cuda_mem gdmnl/Unifews/utils/metric.py found in paper text by Syntology ran no licence file found · pointer only · 6f70ee563b15b292 · report
get_mem_params gdmnl/Unifews/utils/metric.py found in paper text by Syntology ran no licence file found · pointer only · 6763fdd36ea8e82c · report
get_num_params gdmnl/Unifews/utils/metric.py found in paper text by Syntology ran no licence file found · pointer only · 537e2f1c3fdb882e · report
matstd gdmnl/Unifews/utils/data_processor.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 60c88629771428c1 · report
pow_with_pinv gdmnl/Unifews/archs/transform.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 06e837083f4024c3 · report
prune_threshold gdmnl/Unifews/archs/prunes.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 41140c3a98833e2e · report
prune_topk gdmnl/Unifews/archs/prunes.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9de120c7a33099cd · report
state2module gdmnl/Unifews/archs/models.py found in paper text by Syntology ran no licence file found · pointer only · a7181dcbb9fe3e56 · report
to_list gdmnl/Unifews/utils/loader.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d3c1c834450b93e0 · report
to_torch_sparse gdmnl/Unifews/utils/data_processor.py found in paper text by Syntology ran no licence file found · pointer only · f35bc75e79233c92 · report
identity_n_norm gdmnl/Unifews/archs/layers.py found in paper text by Syntology unverified no licence file found · pointer only · 72f25a5c7f876861 · report
sbm_mixture_of_Gaussians gdmnl/Unifews/utils/loader.py found in paper text by Syntology unverified no licence file found · pointer only · e3044591e00c5f01 · report

Tasks

Graph LearningGraph Neural Network

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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