CGLE: Class-label Graph Link Estimator for Link Prediction
Ankit Mazumder, Srikanta Bedathur

TL;DR
This paper introduces CGLE, a framework that enhances GNN-based link prediction by incorporating class-level semantic priors through a class-conditioned link probability matrix, improving performance across various graph types.
Contribution
CGLE is a novel framework that integrates class-level semantic information into GNN link prediction without increasing computational complexity.
Findings
Significant performance improvements over baselines on benchmark datasets.
Over 10% HR@100 improvement on homophilous graphs.
Over 4% MRR increase on sparse heterophilous graphs.
Abstract
Link prediction is a pivotal task in graph mining with wide-ranging applications in social networks, recommendation systems, and knowledge graph completion. However, many leading Graph Neural Network (GNN) models often neglect the valuable semantic information aggregated at the class level. To address this limitation, this paper introduces CGLE (Class-label Graph Link Estimator), a novel framework designed to augment GNN-based link prediction models. CGLE operates by constructing a class-conditioned link probability matrix, where each entry represents the probability of a link forming between two node classes. This matrix is derived from either available ground-truth labels or from pseudo-labels obtained through clustering. The resulting class-based prior is then concatenated with the structural link embedding from a backbone GNN, and the combined representation is processed by 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Complex Network Analysis Techniques
