Inductive Matrix Completion Using Graph Autoencoder
Wei Shen, Chuheng Zhang, Yun Tian, Liang Zeng, Xiaonan He, Wanchun, Dou, Xiaolong Xu

TL;DR
This paper introduces IMC-GAE, an inductive matrix completion method using graph autoencoders that learns local graph patterns and user/item representations for improved recommendation accuracy, especially on unseen data.
Contribution
The paper presents a novel GAE-based inductive matrix completion approach that effectively learns local graph patterns and user/item features for better generalization.
Findings
Achieves state-of-the-art results on benchmark datasets.
Effectively models local graph patterns for inductive tasks.
Demonstrates scalability and superior expressiveness over previous methods.
Abstract
Recently, the graph neural network (GNN) has shown great power in matrix completion by formulating a rating matrix as a bipartite graph and then predicting the link between the corresponding user and item nodes. The majority of GNN-based matrix completion methods are based on Graph Autoencoder (GAE), which considers the one-hot index as input, maps a user (or item) index to a learnable embedding, applies a GNN to learn the node-specific representations based on these learnable embeddings and finally aggregates the representations of the target users and its corresponding item nodes to predict missing links. However, without node content (i.e., side information) for training, the user (or item) specific representation can not be learned in the inductive setting, that is, a model trained on one group of users (or items) cannot adapt to new users (or items). To this end, we propose an…
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 · Complex Network Analysis Techniques
MethodsGraph Neural Network · Dropout
