Graph InfoClust: Leveraging cluster-level node information for unsupervised graph representation learning
Costas Mavromatis, George Karypis

TL;DR
Graph InfoClust (GIC) is a novel unsupervised graph representation learning method that leverages cluster-level information to produce richer, more informative node embeddings, improving performance on multiple graph analysis tasks.
Contribution
Introduces GIC, a method that incorporates cluster-level information via differentiable K-means and mutual information maximization, enhancing unsupervised graph embeddings.
Findings
GIC outperforms state-of-the-art methods in node classification, link prediction, and clustering.
Achieves 0.9% to 6.1% higher accuracy on average.
Effectively captures richer node and cluster interactions.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
MethodsGraph InfoClust
