Papers › Graph InfoClust: Leveraging cluster-level node information for unsupervised graph...

Graph InfoClust: Leveraging cluster-level node information for unsupervised graph representation learning

15 Sep 2020arXiv:2009.06946archive 2025-07-28

Costas Mavromatis, George Karypis

Unsupervised (or self-supervised) graph representation learning is essential to facilitate various graph data mining tasks when external supervision is unavailable. The challenge is to encode the information about the graph structure and the attributes associated with the nodes and edges into a low dimensional space. Most existing unsupervised methods promote similar representations across nodes that are topologically close. Recently, it was shown that leveraging additional graph-level information, e.g., information that is shared among all nodes, encourages the representations to be mindful of the global properties of the graph, which greatly improves their quality. However, in most graphs, there is significantly more structure that can be captured, e.g., nodes tend to belong to (multiple) clusters that represent structurally similar nodes. Motivated by this observation, we propose a graph representation learning method called Graph InfoClust (GIC), that seeks to additionally capture cluster-level information content. These clusters are computed by a differentiable K-means method and are jointly optimized by maximizing the mutual information between nodes of the same clusters. This optimization leads the node representations to capture richer information and nodal interactions, which improves their quality. Experiments show that GIC outperforms state-of-art methods in various downstream tasks (node classification, link prediction, and node clustering) with a 0.9% to 6.1% gain over the best competing approach, on average.

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

Code

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

By repository: community (archive-listed): 3 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.

cmavro/Graph-InfoClust-GIC mentioned on GitHubpytorch report
cmavro/HeMI mentioned 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

3 samples harvested; 1 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.

1ran · fixture could not drive it
2unverified

Licence: 1 of the 3 samples is 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.

get_roc_score cmavro/Graph-InfoClust-GIC/GIC/execute_link.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 375035e86b4d8f45 · report
cluster cmavro/HeMI/layers/cluster.py community (archive-listed) unverified MIT (permissive) · c6f62788994e24d4 · report
val_loss cmavro/HeMI/execute_link.py community (archive-listed) unverified MIT (permissive) · c04d72b804d055b8 · report

Tasks

ClusteringGraph Representation LearningLink PredictionNode ClassificationNode ClusteringRepresentation Learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Link Prediction Citeseer Graph InfoClust (GIC) AP 96.8 #3 of 13 Archive leaderboard report
Link Prediction Citeseer Graph InfoClust (GIC) AUC 97 #3 of 13 Archive leaderboard report
Link Prediction Cora sGraphite-VAE AP 93.5% #7 of 13 Archive leaderboard report
Link Prediction Cora sGraphite-VAE AUC 93.7% #7 of 13 Archive leaderboard report
Link Prediction Pubmed Graph InfoClust (GIC) AP 93.5% #11 of 13 Archive leaderboard report
Link Prediction Pubmed Graph InfoClust (GIC) AUC 93.7% #11 of 13 Archive leaderboard report
Node Classification AMZ Comp Graph InfoClust (GIC) Accuracy 81.5 ± 1.0 #7 of 7 Archive leaderboard report
Node Classification AMZ Photo Graph InfoClust (GIC) Accuracy 90.4 ± 1.0 #14 of 14 Archive leaderboard report
Node Classification Citeseer Graph InfoClust (GIC) Accuracy 71.9 ± 1.4 #46 of 71 Archive leaderboard report
Node Classification Coauthor CS Graph InfoClust (GIC) Accuracy 89.4 ± 0.4 #22 of 24 Archive leaderboard report
Node Classification Coauthor Phy Graph InfoClust (GIC) Accuracy 93.1 ± 0.7 #2 of 2 Archive leaderboard report
Node Classification Cora: fixed 20 node per class Graph InfoClust (GIC) Accuracy 81.7 ± 1.5 #8 of 9 Archive leaderboard report
Node Classification Pubmed Graph InfoClust (GIC) Accuracy 77.4 ± 1.9 #59 of 70 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: GIC

GIC

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