IRLGSIMLMay 27, 2019

STAR-GCN: Stacked and Reconstructed Graph Convolutional Networks for Recommender Systems

arXiv:1905.13129v1260 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the cold start problem in recommender systems, offering a novel method that improves performance for users and items with limited data, though it is incremental in the context of GCN-based approaches.

The paper tackles the cold start problem in recommender systems by proposing STAR-GCN, a stacked and reconstructed graph convolutional network architecture that learns low-dimensional latent factors and handles new nodes, achieving state-of-the-art performance in four out of five real-world datasets with significant improvements in cold start scenarios.

We propose a new STAcked and Reconstructed Graph Convolutional Networks (STAR-GCN) architecture to learn node representations for boosting the performance in recommender systems, especially in the cold start scenario. STAR-GCN employs a stack of GCN encoder-decoders combined with intermediate supervision to improve the final prediction performance. Unlike the graph convolutional matrix completion model with one-hot encoding node inputs, our STAR-GCN learns low-dimensional user and item latent factors as the input to restrain the model space complexity. Moreover, our STAR-GCN can produce node embeddings for new nodes by reconstructing masked input node embeddings, which essentially tackles the cold start problem. Furthermore, we discover a label leakage issue when training GCN-based models for link prediction tasks and propose a training strategy to avoid the issue. Empirical results on multiple rating prediction benchmarks demonstrate our model achieves state-of-the-art performance in four out of five real-world datasets and significant improvements in predicting ratings in the cold start scenario. The code implementation is available in https://github.com/jennyzhang0215/STAR-GCN.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes