Geometric Matrix Completion with Recurrent Multi-Graph Neural Networks

Abstract

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 stationary structures on 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 a novel multi-graph convolutional neural network that can learn meaningful statistical graph-structured patterns from users and items, and a recurrent neural network that applies a learnable diffusion on the score matrix. Our neural network system is computationally attractive as it requires a constant number of parameters independent of the matrix size. We apply our method on several standard datasets, showing that it outperforms state-of-the-art matrix completion techniques.

Cite

Text

Monti et al. "Geometric Matrix Completion with Recurrent Multi-Graph Neural Networks." Neural Information Processing Systems, 2017.

Markdown

[Monti et al. "Geometric Matrix Completion with Recurrent Multi-Graph Neural Networks." Neural Information Processing Systems, 2017.](https://mlanthology.org/neurips/2017/monti2017neurips-geometric/)

BibTeX

@inproceedings{monti2017neurips-geometric,
  title     = {{Geometric Matrix Completion with Recurrent Multi-Graph Neural Networks}},
  author    = {Monti, Federico and Bronstein, Michael and Bresson, Xavier},
  booktitle = {Neural Information Processing Systems},
  year      = {2017},
  pages     = {3697-3707},
  url       = {https://mlanthology.org/neurips/2017/monti2017neurips-geometric/}
}