A Community-Enhanced Graph Representation Model for Link Prediction
Lei Wang, Darong Lai

TL;DR
This paper introduces a community-enhanced graph representation model that combines local and global structural features to improve link prediction accuracy over traditional and existing GNN methods.
Contribution
The paper proposes a novel framework, CELP, that incorporates community structure through community-aware edge modification and multi-scale features for better link prediction.
Findings
CELP outperforms existing methods on benchmark datasets.
Community structure significantly improves link prediction accuracy.
The approach effectively balances local and global graph information.
Abstract
Although Graph Neural Networks (GNNs) have become the dominant approach for graph representation learning, their performance on link prediction tasks does not always surpass that of traditional heuristic methods such as Common Neighbors and Jaccard Coefficient. This is mainly because existing GNNs tend to focus on learning local node representations, making it difficult to effectively capture structural relationships between node pairs. Furthermore, excessive reliance on local neighborhood information can lead to over-smoothing. Prior studies have shown that introducing global structural encoding can partially alleviate this issue. To address these limitations, we propose a Community-Enhanced Link Prediction (CELP) framework that incorporates community structure to jointly model local and global graph topology. Specifically, CELP enhances the graph via community-aware, confidence-guided…
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
