Your Graph Recommender is Provably a Single-view Graph Contrastive Learning
Wenjie Yang, Shengzhong Zhang, Jiaxing Guo, Zengfeng Huang

TL;DR
This paper reveals that graph recommender systems are theoretically equivalent to single-view graph contrastive learning models, providing new insights into their design and enabling training solely with contrastive loss.
Contribution
The paper establishes a theoretical connection between graph recommender models and single-view graph contrastive learning, explaining design choices and enabling new training methods.
Findings
Graph recommender is equivalent to a single-view GCL model.
Classic encoder in GR is a linear GCN with one-hot inputs.
Recommendation loss can be replaced by GCL loss for training.
Abstract
Graph recommender (GR) is a type of graph neural network (GNNs) encoder that is customized for extracting information from the user-item interaction graph. Due to its strong performance on the recommendation task, GR has gained significant attention recently. Graph contrastive learning (GCL) is also a popular research direction that aims to learn, often unsupervised, GNNs with certain contrastive objectives. As a general graph representation learning method, GCLs have been widely adopted with the supervised recommendation loss for joint training of GRs. Despite the intersection of GR and GCL research, theoretical understanding of the relationship between the two fields is surprisingly sparse. This vacancy inevitably leads to inefficient scientific research. In this paper, we aim to bridge the gap between the field of GR and GCL from the perspective of encoders and loss functions. With…
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 · Text and Document Classification Technologies · Recommender Systems and Techniques
MethodsSoftmax · Attention Is All You Need · Graph Neural Network · Contrastive Learning
