paper-with-me

Papers

Inductive Matrix Completion Based on Graph Neural Networks

2019-04-26 · ICLR 2020 1 · Muhan Zhang, Yixin Chen

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 (GNN) based purely on 1-hop subgraphs around (user, item) pairs generated from the rating matrix and maps these subgraphs to their corresponding ratings. It achieves highly competitive performance with state-of-the-art transductive baselines. In addition, IGMC is inductive -- it can generalize to users/items unseen during the training (given that their interactions exist), and can even transfer to new tasks. Our transfer learning experiments show that a model trained out of the MovieLens dataset can be directly used to predict Douban movie ratings with surprisingly good performance. Our work demonstrates that: 1) it is possible to train inductive matrix completion models without using side information while achieving similar or better performances than state-of-the-art transductive methods; 2) local graph patterns around a (user, item) pair are effective predictors of the rating this user gives to the item; and 3) Long-range dependencies might not be necessary for modeling recommender systems.

📄 PDF Abstract BibTeX arXiv:1904.12058

Code (3)

muhanzhang/IGMC 공식 구현 pytorch
cheonsol-lee/IGMC_CX pytorch
zhoujf620/Motif-based-inductive-GNN-training pytorch

Tasks

Graph Neural NetworkMatrix CompletionRecommendation SystemsTransfer Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Inductive Matrix Completion Using Graph Autoencoder

2021-08-25 · Wei Shen, Chuheng Zhang, Yun Tian, Liang Zeng 외

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 majo…

Graph Neural NetworkMatrix CompletionRecommendation Systems

Fine-grained Generalization Analysis of Inductive Matrix Completion

2021-12-01 · NeurIPS 2021 12 · Antoine Ledent, Rodrigo Alves, Yunwen Lei, Marius Kloft

In this paper, we bridge the gap between the state-of-the-art theoretical results for matrix completion with the nuclear norm and their equivalent in \textit{inductive matrix completion}: (1) In the distribution-free set…

Matrix Completion

Sparse Group Inductive Matrix Completion

2018-04-27 · Ivan Nazarov, Boris Shirokikh, Maria Burkina, Gennady Fedonin 외

We consider the problem of matrix completion with side information (\textit{inductive matrix completion}). In real-world applications many side-channel features are typically non-informative making feature selection an i…

feature selectionLow-Rank Matrix CompletionMatrix Completion

Inductive Collaborative Filtering via Relation Graph Learning

2021-01-01 · Qitian Wu, Hengrui Zhang, Xiaofeng Gao, Hongyuan Zha

Collaborative filtering has shown great power in predicting potential user-item ratings by factorizing an observed user-item rating matrix into products of two sets of latent factors. However, the user-specific latent fa…

Collaborative FilteringGraph LearningInductive LearningMatrix Completion+1

Provable Inductive Matrix Completion

2013-06-04 · Prateek Jain, Inderjit S. Dhillon

Consider a movie recommendation system where apart from the ratings information, side information such as user's age or movie's genre is also available. Unlike standard matrix completion, in this setting one should be ab…

Matrix CompletionMissing LabelsMovie Recommendation