Papers › Partition and Code: learning how to compress graphs

Partition and Code: learning how to compress graphs

5 Jul 2021NeurIPS 2021 12arXiv:2107.01952archive 2025-07-28

Giorgos Bouritsas, Andreas Loukas, Nikolaos Karalias, Michael M. Bronstein

Can we use machine learning to compress graph data? The absence of ordering in graphs poses a significant challenge to conventional compression algorithms, limiting their attainable gains as well as their ability to discover relevant patterns. On the other hand, most graph compression approaches rely on domain-dependent handcrafted representations and cannot adapt to different underlying graph distributions. This work aims to establish the necessary principles a lossless graph compression method should follow to approach the entropy storage lower bound. Instead of making rigid assumptions about the graph distribution, we formulate the compressor as a probabilistic model that can be learned from data and generalise to unseen instances. Our "Partition and Code" framework entails three steps: first, a partitioning algorithm decomposes the graph into subgraphs, then these are mapped to the elements of a small dictionary on which we learn a probability distribution, and finally, an entropy encoder translates the representation into bits. All the components (partitioning, dictionary and distribution) are parametric and can be trained with gradient descent. We theoretically compare the compression quality of several graph encodings and prove, under mild conditions, that PnC achieves compression gains that grow either linearly or quadratically with the number of vertices. Empirically, PnC yields significant compression improvements on diverse real-world networks.

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.01952")

Code

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

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

gbouritsas/PnC officialmentioned in papermentioned on GitHubpytorch 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; 7 ran; 0 honoured the contract we drafted; 7 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.

3ran · our draft was wrong
4ran
7unverified

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 gbouritsas/PnC. “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.

choose_activation gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository ran · our draft was wrong MIT (permissive) · 8cece8d22b52bc54 · report
global_add_pool_sparse gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository ran · our draft was wrong MIT (permissive) · 83e9302ed0fe1f1b · report
global_mean_pool_sparse gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository ran · our draft was wrong MIT (permissive) · 2da63d8f037ad4d9 · report
mlp gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository ran · metamorphic tier: invariant MIT (permissive) · cd5a40ffd4482a6d · report
multi_embedding gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository ran MIT (permissive) · c1e8d544258036a5 · report
one_hot_encoder gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository ran MIT (permissive) · 1f0176d5abd4a4be · report
zero_encoder gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · c3f1381752954a99 · report
DiscreteEmbedding gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository unverified MIT (permissive) · 8b73e3e20eed4c7e · report
MPNN gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository unverified MIT (permissive) · 25c4c0727f9562c6 · report
MPNN_edge gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository unverified MIT (permissive) · 4f5c1b211865576c · report
MPNN_edge_sparse gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository unverified MIT (permissive) · 8495449348deca6c · report
MPNN_sparse gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository unverified MIT (permissive) · c25767f2fc88847f · report
NeuralPartGNN gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository unverified MIT (permissive) · 70d10c25ac5a1544 · report
central_encoder gbouritsas/PnC/models/GNN_neural_part_subgraph_selection.py official repository unverified MIT (permissive) · 43b0a3df8a2ecc9c · report

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