paper-with-me

Papers

Geometric Matrix Completion with Recurrent Multi-Graph Neural Networks

2017-04-22 · NeurIPS 2017 12 · Federico Monti, Michael M. Bronstein, Xavier Bresson

Matrix completion models are among the most common formulations of recommender systems. Recent works have showed a boost of performance of these techniques when introducing the pairwise relationships between users/items in the form of graphs, and imposing smoothness priors on these graphs. However, such techniques do not fully exploit the local stationarity structures of user/item graphs, and the number of parameters to learn is linear w.r.t. the number of users and items. We propose a novel approach to overcome these limitations by using geometric deep learning on graphs. Our matrix completion architecture combines graph convolutional neural networks and recurrent neural networks to learn meaningful statistical graph-structured patterns and the non-linear diffusion process that generates the known ratings. This neural network system requires a constant number of parameters independent of the matrix size. We apply our method on both synthetic and real datasets, showing that it outperforms state-of-the-art techniques.

📄 PDF Abstract BibTeX arXiv:1704.06803

Code (2)

fmonti/mgcnn 공식 구현 tf
zuirod/mg-gat tf

Tasks

Collaborative FilteringMatrix CompletionRecommendation Systems

Similar Papers 제목 키워드 기반

Convolutional Geometric Matrix Completion

2018-03-02 · Kai-Lang Yao, Wu-Jun Li, Jianbo Yang, Xinyan Lu

Geometric matrix completion (GMC) has been proposed for recommendation by integrating the relationship (link) graphs among users/items into matrix completion (MC). Traditional GMC methods typically adopt graph regulariza…

Matrix Completion

Multi-modal Disease Classification in Incomplete Datasets Using Geometric Matrix Completion

2018-03-30 · Gerome Vivar, Andreas Zwergal, Nassir Navab, Seyed-Ahmad Ahmadi

In large population-based studies and in clinical routine, tasks like disease diagnosis and progression prediction are inherently based on a rich set of multi-modal data, including imaging and other sensor data, clinical…

ClassificationGeneral ClassificationImputationMatrix Completion

Deep geometric matrix completion: Are we doing it right?

2019-09-25 · Amit Boyarski, Sanketh Vedula, Alex Bronstein

We address the problem of reconstructing a matrix from a subset of its entries. Current methods, branded as geometric matrix completion, augment classical rank regularization techniques by incorporating geometric informa…

Matrix CompletionRecommendation Systems

Simultaneous imputation and disease classification in incomplete medical datasets using Multigraph Geometric Matrix Completion (MGMC)

2020-05-14 · Gerome Vivar, Anees Kazi, Hendrik Burwinkel, Andreas Zwergal 외

Large-scale population-based studies in medicine are a key resource towards better diagnosis, monitoring, and treatment of diseases. They also serve as enablers of clinical decision support systems, in particular Compute…

ClassificationDisease PredictionGeneral ClassificationImputation+1

Graph Sampling for Matrix Completion Using Recurrent Gershgorin Disc Shift

2019-10-16

Matrix completion algorithms fill missing entries in a large matrix given a subset of observed samples. However, how to best pre-select informative matrix entries given a sampling budget is largely unaddressed. In this p…

Graph SamplingMatrix Completion