RGCF: Refined Graph Convolution Collaborative Filtering with concise and expressive embedding
Kang Liu, Feng Xue, and Richang Hong

TL;DR
This paper introduces RGCF, a novel GCN-based collaborative filtering model that enhances embedding expressiveness and high-order connectivity capture, leading to improved recommendation performance on large datasets.
Contribution
The paper proposes a redesigned embedding construction method within GCN for collaborative filtering, addressing noise and redundancy issues in existing models.
Findings
RGCF outperforms state-of-the-art models on three large datasets.
Enhanced embedding expressiveness improves high-order connectivity modeling.
Extensive experiments validate the effectiveness of RGCF.
Abstract
Graph Convolution Network (GCN) has attracted significant attention and become the most popular method for learning graph representations. In recent years, many efforts have been focused on integrating GCN into the recommender tasks and have made remarkable progress. At its core is to explicitly capture high-order connectivities between the nodes in user-item bipartite graph. However, we theoretically and empirically find an inherent drawback existed in these GCN-based recommendation methods, where GCN is directly applied to aggregate neighboring nodes will introduce noise and information redundancy. Consequently, the these models' capability of capturing high-order connectivities among different nodes is limited, leading to suboptimal performance of the recommender tasks. The main reason is that the the nonlinear network layer inside GCN structure is not suitable for extracting…
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
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Mental Health via Writing
MethodsGraph Convolutional Network · Convolution
