IRAINov 20, 2023

Neural Graph Collaborative Filtering Using Variational Inference

arXiv:2311.11824v2h-index: 29
Originality Incremental advance
AI Analysis

This addresses the problem of enhancing recommendation accuracy for users in applications like e-commerce and music, though it appears incremental as it builds on existing graph-based methods.

The paper tackles the problem of random embeddings in graph-based recommender systems by proposing variational embeddings to pre-train the system, resulting in up to 13.78% improvement in recall on benchmark datasets.

The customization of recommended content to users holds significant importance in enhancing user experiences across a wide spectrum of applications such as e-commerce, music, and shopping. Graph-based methods have achieved considerable performance by capturing user-item interactions. However, these methods tend to utilize randomly constructed embeddings in the dataset used for training the recommender, which lacks any user preferences. Here, we propose the concept of variational embeddings as a means of pre-training the recommender system to improve the feature propagation through the layers of graph convolutional networks (GCNs). The graph variational embedding collaborative filtering (GVECF) is introduced as a novel framework to incorporate representations learned through a variational graph auto-encoder which are embedded into a GCN-based collaborative filtering. This approach effectively transforms latent high-order user-item interactions into more trainable vectors, ultimately resulting in better performance in terms of recall and normalized discounted cumulative gain(NDCG) metrics. The experiments conducted on benchmark datasets demonstrate that our proposed method achieves up to 13.78% improvement in the recall over the test data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes