GRCN: Graph-Refined Convolutional Network for Multimedia Recommendation with Implicit Feedback
Wei Yinwei, Wang Xiang, Nie Liqiang, He Xiangnan, Chua Tat-Seng

TL;DR
This paper introduces GRCN, a graph neural network that adaptively refines user-item interaction graphs by pruning false-positive edges, improving recommendation accuracy in implicit feedback scenarios.
Contribution
The paper proposes a novel GCN model with a graph refining layer that dynamically prunes noisy edges, enhancing recommendation performance over fixed-structure models.
Findings
GRCN outperforms baseline models on three micro-video datasets.
Refined graphs lead to more accurate user preference representations.
The adaptive pruning mechanism effectively reduces noise in implicit feedback data.
Abstract
Reorganizing implicit feedback of users as a user-item interaction graph facilitates the applications of graph convolutional networks (GCNs) in recommendation tasks. In the interaction graph, edges between user and item nodes function as the main element of GCNs to perform information propagation and generate informative representations. Nevertheless, an underlying challenge lies in the quality of interaction graph, since observed interactions with less-interested items occur in implicit feedback (say, a user views micro-videos accidentally). This means that the neighborhoods involved with such false-positive edges will be influenced negatively and the signal on user preference can be severely contaminated. However, existing GCN-based recommender models leave such challenge under-explored, resulting in suboptimal representations and performance. In this work, we focus on adaptively…
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
