Graph Convolutional Matrix Completion
Rianne van den Berg, Thomas N. Kipf, Max Welling
TL;DR
<3-5 sentence high-level summary> GC-MC reframes matrix completion as link prediction on a bipartite user-item graph and introduces a graph auto-encoder that propagates edge-type–specific messages to produce user/item embeddings. A bilinear, multi-class decoder then predicts observed ratings, enabling seamless integration of side information through a dedicated processing path. The model supports scalable training via node dropout and mini-batching and leverages weight sharing to stabilize training across rating levels. Empirical results across MovieLens, Flixster, Douban, and YahooMusic show competitive or state-of-the-art performance, especially when side information is available, with favorable scalability properties. The approach offers a principled, end-to-end alternative to traditional matrix factorization and recurrent graph methods for recommender systems.
Abstract
We consider matrix completion for recommender systems from the point of view of link prediction on graphs. Interaction data such as movie ratings can be represented by a bipartite user-item graph with labeled edges denoting observed ratings. Building on recent progress in deep learning on graph-structured data, we propose a graph auto-encoder framework based on differentiable message passing on the bipartite interaction graph. Our model shows competitive performance on standard collaborative filtering benchmarks. In settings where complimentary feature information or structured data such as a social network is available, our framework outperforms recent state-of-the-art methods.
