STAR-GCN: Stacked and Reconstructed Graph Convolutional Networks for Recommender Systems
Jiani Zhang, Xingjian Shi, Shenglin Zhao, Irwin King

TL;DR
STAR-GCN introduces a stacked GCN architecture with reconstruction and intermediate supervision, effectively improving recommender system performance, especially in cold start scenarios, by learning low-dimensional latent factors and reconstructing node embeddings.
Contribution
The paper presents a novel STAR-GCN architecture that enhances recommender systems through stacking, reconstruction, and low-dimensional embeddings, addressing cold start and label leakage issues.
Findings
Achieves state-of-the-art results on four datasets
Significantly improves cold start rating predictions
Addresses label leakage in GCN-based link prediction
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Topic Modeling
MethodsGraph Convolutional Networks · Graph Convolutional Network
