Inductive Matrix Completion Based on Graph Neural Networks
Muhan Zhang, Yixin Chen

TL;DR
This paper introduces an inductive matrix completion model using graph neural networks that predicts ratings without relying on side information, demonstrating strong performance and transferability to new datasets.
Contribution
The paper presents a novel GNN-based inductive matrix completion method that operates solely on rating data, enabling generalization to unseen users and items without side information.
Findings
Achieves competitive performance with state-of-the-art transductive methods.
Can transfer learned models across different datasets effectively.
Local graph patterns are sufficient for accurate rating prediction.
Abstract
We propose an inductive matrix completion model without using side information. By factorizing the (rating) matrix into the product of low-dimensional latent embeddings of rows (users) and columns (items), a majority of existing matrix completion methods are transductive, since the learned embeddings cannot generalize to unseen rows/columns or to new matrices. To make matrix completion inductive, most previous works use content (side information), such as user's age or movie's genre, to make predictions. However, high-quality content is not always available, and can be hard to extract. Under the extreme setting where not any side information is available other than the matrix to complete, can we still learn an inductive matrix completion model? In this paper, we propose an Inductive Graph-based Matrix Completion (IGMC) model to address this problem. IGMC trains a graph neural network…
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
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Topic Modeling
MethodsGraph Neural Network
