The reviewed record of science sign in
Pith

arxiv: 2009.06946 · v1 · pith:LGT56IFT · submitted 2020-09-15 · cs.LG · stat.ML

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

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:LGT56IFTrecord.jsonopen to challenge →

classification cs.LG stat.ML
keywords graphinformationnodesnodeclusterslearningrepresentationrepresentations
0
0 comments X
read the original abstract

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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Graph Data Augmentation with Contrastive Learning on Covariate Distribution Shift

    cs.LG 2025-11 unverdicted novelty 4.0

    MPAIACL applies contrastive learning to generate adversarial invariant augmentations that improve GNN generalization under covariate shifts on graphs.