STAR-GCN: Stacked and Reconstructed Graph Convolutional Networks for Recommender Systems
arXiv:1905.13129
Abstract
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.
References in corpus (3)
Cited by in corpus (11)
- Automated Self-Supervised Learning for Recommendation
- Graph-less Collaborative Filtering
- Cold Start Similar Artists Ranking with Gravity-Inspired Graph Autoencoders
- ARGO: Modeling Heterogeneity in E-commerce Recommendation
- Semi-supervised Hyperspectral Image Classification with Graph Clustering Convolutional Networks
- Graph Signal Processing -- Part III: Machine Learning on Graphs, from Graph Topology to Applications
- Grouping Search Results with Product Graphs in E-commerce Platforms
- A Semi-Personalized System for User Cold Start Recommendation on Music Streaming Apps
- Personalized Bundle Recommendation in Online Games
- Leveraging Tripartite Interaction Information from Live Stream E-Commerce for Improving Product Recommendation
- Global Context Enhanced Social Recommendation with Hierarchical Graph Neural Networks