pith. machine review for the scientific record. sign in

arxiv: 1905.13129 · v1 · submitted 2019-05-27 · 💻 cs.IR · cs.LG· cs.SI· stat.ML

Recognition: unknown

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

Authors on Pith no claims yet
classification 💻 cs.IR cs.LGcs.SIstat.ML
keywords star-gcnnodecoldconvolutionalgraphmodelperformanceprediction
0
0 comments X
read the original 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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Intent Propagation Contrastive Collaborative Filtering

    cs.IR 2026-04 unverdicted novelty 5.0

    IPCCF improves collaborative filtering by propagating intents across graph structures with contrastive alignment to provide direct supervision and reduce biases in disentanglement.