TL;DR
This paper introduces MGDCF, a novel approach that models GNN-based collaborative filtering as a Markov process, revealing their relation to traditional network embedding methods and emphasizing the importance of ranking losses.
Contribution
It presents MGDCF, a Markov graph diffusion model that generalizes GNN-based CF models and clarifies their connection to traditional network representation learning.
Findings
MGDCF achieves competitive performance without GNN training.
Ranking loss InfoBPR significantly improves CF results.
GNNs can be viewed as untrainable Markov processes for context construction.
Abstract
Graph Neural Networks (GNNs) have recently been utilized to build Collaborative Filtering (CF) models to predict user preferences based on historical user-item interactions. However, there is relatively little understanding of how GNN-based CF models relate to some traditional Network Representation Learning (NRL) approaches. In this paper, we show the equivalence between some state-of-the-art GNN-based CF models and a traditional 1-layer NRL model based on context encoding. Based on a Markov process that trades off two types of distances, we present Markov Graph Diffusion Collaborative Filtering (MGDCF) to generalize some state-of-the-art GNN-based CF models. Instead of considering the GNN as a trainable black box that propagates learnable user/item vertex embeddings, we treat GNNs as an untrainable Markov process that can construct constant context features of vertices for 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
MethodsApproximation of Personalized Propagation of Neural Predictions · Diffusion · LightGCN
