Line Graph Contrastive Learning for Link Prediction
Zehua Zhang, Shilin Sun, Guixiang Ma, Caiming Zhong

TL;DR
This paper introduces Line Graph Contrastive Learning (LGCL), a novel approach that transforms subgraph sampling into a node classification task on line graphs, enhancing link prediction by fusing structure and feature information.
Contribution
LGCL innovatively converts subgraph views into line graphs and employs cross-scale contrastive learning to improve link prediction accuracy and robustness.
Findings
LGCL outperforms state-of-the-art methods.
Enhanced generalization and robustness in link prediction.
Effective fusion of structure and feature information.
Abstract
Link prediction tasks focus on predicting possible future connections. Most existing researches measure the likelihood of links by different similarity scores on node pairs and predict links between nodes. However, the similarity-based approaches have some challenges in information loss on nodes and generalization ability on similarity indexes. To address the above issues, we propose a Line Graph Contrastive Learning(LGCL) method to obtain rich information with multiple perspectives. LGCL obtains a subgraph view by h-hop subgraph sampling with target node pairs. After transforming the sampled subgraph into a line graph, the link prediction task is converted into a node classification task, which graph convolution progress can learn edge embeddings from graphs more effectively. Then we design a novel cross-scale contrastive learning framework on the line graph and the subgraph to…
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 · Recommender Systems and Techniques
MethodsLearnable graph convolutional layer · Contrastive Learning · Convolution
