Graph Cross-Correlated Network for Recommendation
Hao Chen, Yuanchen Bei, Wenbing Huang, Shengyuan Chen, Feiran Huang,, Xiao Huang

TL;DR
This paper introduces GCR, a novel graph neural network-based recommendation model that explicitly models correlations between user and item subgraphs, leading to improved prediction performance.
Contribution
The paper proposes GCR, which explicitly captures cross-correlations between user and item subgraph representations, enhancing the semantic understanding in recommendation systems.
Findings
GCR outperforms state-of-the-art models on interaction prediction.
GCR improves click-through rate prediction accuracy.
Explicit modeling of subgraph correlations enhances recommendation quality.
Abstract
Collaborative filtering (CF) models have demonstrated remarkable performance in recommender systems, which represent users and items as embedding vectors. Recently, due to the powerful modeling capability of graph neural networks for user-item interaction graphs, graph-based CF models have gained increasing attention. They encode each user/item and its subgraph into a single super vector by combining graph embeddings after each graph convolution. However, each hop of the neighbor in the user-item subgraphs carries a specific semantic meaning. Encoding all subgraph information into single vectors and inferring user-item relations with dot products can weaken the semantic information between user and item subgraphs, thus leaving untapped potential. Exploiting this untapped potential provides insight into improving performance for existing recommendation models. To this end, we propose the…
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
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks
